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/
|
2008-05-18 19:17:49 +02:00
|
|
|
AM_MAKEFLAGS=-f Makefile.unix
|
|
|
|
|
|
|
|
libvgmstream_la_LDFLAGS = coding/libcoding.la layout/liblayout.la meta/libmeta.la
|
2017-05-01 11:00:56 +02:00
|
|
|
libvgmstream_la_SOURCES = formats.c streamfile.c util.c vgmstream.c ../ext_libs/clHCA.c
|
2008-05-18 19:17:49 +02:00
|
|
|
|
|
|
|
SUBDIRS = coding layout meta
|
|
|
|
|
2017-05-01 11:00:56 +02:00
|
|
|
##EXTRA_DIST = formats.h stack_alloc.h streamfile.h streamtypes.h util.h vgmstream.h ../ext_includes/clHCA.h
|