mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-21 02:45:52 +01:00
e580858ca3
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@408 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
28 lines
922 B
Makefile
28 lines
922 B
Makefile
noinst_LTLIBRARIES = libcoding.la
|
|
|
|
AM_CFLAGS = -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)
|
|
AM_MAKEFLAGS=-f Makefile.unix
|
|
|
|
libcoding_la_LDFLAGS =
|
|
libcoding_la_SOURCES =
|
|
libcoding_la_SOURCES += adx_decoder.c
|
|
libcoding_la_SOURCES += eaxa_decoder.c
|
|
libcoding_la_SOURCES += g721_decoder.c
|
|
libcoding_la_SOURCES += ima_decoder.c
|
|
libcoding_la_SOURCES += ngc_afc_decoder.c
|
|
libcoding_la_SOURCES += ngc_dsp_decoder.c
|
|
libcoding_la_SOURCES += ngc_dtk_decoder.c
|
|
libcoding_la_SOURCES += pcm_decoder.c
|
|
libcoding_la_SOURCES += psx_decoder.c
|
|
libcoding_la_SOURCES += xa_decoder.c
|
|
libcoding_la_SOURCES += ogg_vorbis_decoder.c
|
|
libcoding_la_SOURCES += sdx2_decoder.c
|
|
libcoding_la_SOURCES += ws_decoder.c
|
|
libcoding_la_SOURCES += mpeg_decoder.c
|
|
libcoding_la_SOURCES += acm_decoder.c
|
|
libcoding_la_SOURCES += nwa_decoder.c
|
|
libcoding_la_SOURCES += msadpcm_decoder.c
|
|
libcoding_la_SOURCES += aica_decoder.c
|
|
|
|
EXTRA_DIST = coding.h g72x_state.h
|