2018-01-04 22:59:07 +01:00
|
|
|
## vgmstream autotools script
|
2017-05-01 11:00:56 +02:00
|
|
|
|
2017-12-26 04:18:18 +01:00
|
|
|
#inputplugindir = $(libdir)/audacious/$(INPUT_PLUGIN_DIR)
|
|
|
|
inputplugindir = $(plugindir)/$(INPUT_PLUGIN_DIR)
|
2008-05-18 19:17:49 +02:00
|
|
|
|
2017-12-26 04:18:18 +01:00
|
|
|
inputplugin_LTLIBRARIES = libvgmstream.la
|
2008-05-18 19:17:49 +02:00
|
|
|
|
2018-01-04 22:59:07 +01:00
|
|
|
AM_MAKEFLAGS=-f Makefile.autotools
|
2021-08-26 18:43:17 +02:00
|
|
|
AM_CXXFLAGS = -DVGMSTREAM_VERSION_AUTO -DVGM_LOG_OUTPUT -Wall -std=c++11 -fpermissive -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/ $(AUDACIOUS_CFLAGS) $(GTK_CFLAGS)
|
2014-08-10 21:33:01 +02:00
|
|
|
AM_LIBS =
|
2008-05-18 19:17:49 +02:00
|
|
|
|
2017-05-01 13:33:45 +02:00
|
|
|
# sources/headers are updated automatically by ./bootstrap script (not all headers are needed though)
|
2008-05-18 19:17:49 +02:00
|
|
|
libvgmstream_la_LDFLAGS = -no-undefined -module -avoid-version -export-symbols-regex get_plugin_info ../src/libvgmstream.la
|
2017-05-01 13:33:45 +02:00
|
|
|
libvgmstream_la_SOURCES = (auto-updated)
|
|
|
|
EXTRA_DIST = (auto-updated)
|