2017-05-01 11:00:56 +02:00
|
|
|
## audacious-vgmstream automake script
|
|
|
|
|
2008-05-18 19:17:49 +02:00
|
|
|
noinst_LTLIBRARIES = libvgmstream.la
|
|
|
|
|
2017-05-01 11:00:56 +02:00
|
|
|
AM_CFLAGS = -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/
|
2017-05-01 17:08:52 +02:00
|
|
|
AM_MAKEFLAGS=-f Makefile.audacious
|
2008-05-18 19:17:49 +02:00
|
|
|
|
|
|
|
SUBDIRS = coding layout meta
|
|
|
|
|
2017-05-01 13:33:45 +02:00
|
|
|
# sources/headers are updated automatically by ./bootstrap script (not all headers are needed though)
|
|
|
|
libvgmstream_la_LDFLAGS = coding/libcoding.la layout/liblayout.la meta/libmeta.la
|
|
|
|
libvgmstream_la_SOURCES = (auto-updated)
|
|
|
|
libvgmstream_la_SOURCES += ../ext_libs/clHCA.c
|
|
|
|
EXTRA_DIST = (auto-updated)
|
|
|
|
EXTRA_DIST += ../ext_includes/clHCA.h
|