vgmstream/src/meta/Makefile.autotools.am

32 lines
641 B
Makefile
Raw Normal View History

## vgmstream autotools script
2017-05-01 11:00:56 +02:00
2016-10-27 23:21:12 +02:00
noinst_LTLIBRARIES = libmeta.la
AM_CFLAGS = -DVAR_ARRAYS -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/
AM_MAKEFLAGS=-f Makefile.autotools
2016-10-27 23:21:12 +02:00
# sources/headers are updated automatically by ./bootstrap script (not all headers are needed though)
2016-10-27 23:21:12 +02:00
libmeta_la_LDFLAGS =
libmeta_la_SOURCES = (auto-updated)
EXTRA_DIST = (auto-updated)
2020-04-05 22:38:35 +02:00
AM_CFLAGS += -DVGM_USE_G7221
if HAVE_VORBIS
if HAVE_VORBISFILE
AM_CFLAGS += -DVGM_USE_VORBIS
endif
endif
2020-08-01 10:31:00 +02:00
if HAVE_LIBMPG123
AM_CFLAGS += -DVGM_USE_MPEG
endif
2020-08-01 10:31:00 +02:00
if HAVE_LIBSPEEX
AM_CFLAGS += -DVGM_USE_SPEEX
endif
2020-08-01 10:31:00 +02:00
if HAVE_FFMPEG
AM_CFLAGS += -DVGM_USE_FFMPEG
endif