mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-21 02:45:52 +01:00
451dfe0bd9
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@265 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
10 lines
400 B
Makefile
10 lines
400 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 = adx_decoder.c eaxa_decoder.c g721_decoder.c ima_decoder.c ngc_afc_decoder.c ngc_dsp_decoder.c ngc_dtk_decoder.c pcm_decoder.c psx_decoder.c xa_decoder.c ogg_vorbis_decoder.c sdx2_decoder.c
|
|
|
|
EXTRA_DIST = coding.h g72x_state.h
|