mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-21 02:45:52 +01:00
10 lines
349 B
Makefile
10 lines
349 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 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
|
||
|
|
||
|
EXTRA_DIST = coding.h g72x_state.h
|