]> 4ch.mooo.com Git - 16.git/blob - 16/adplug/adplug-2.2.1/src/Makefile.am
Please enter the commit message for your changes. Lines starting
[16.git] / 16 / adplug / adplug-2.2.1 / src / Makefile.am
1 lib_LTLIBRARIES = libadplug.la
2
3 libadplug_la_SOURCES = adplug.cpp emuopl.cpp fmopl.c diskopl.cpp debug.c \
4 debug.h fprovide.cpp player.cpp database.cpp hsc.cpp sng.cpp imf.cpp \
5 players.cpp protrack.cpp a2m.cpp adtrack.cpp amd.cpp bam.cpp d00.cpp dfm.cpp \
6 hsp.cpp ksm.cpp mad.cpp mid.cpp mkj.cpp cff.cpp dmo.cpp s3m.cpp dtm.cpp \
7 fmc.cpp mtk.cpp rad.cpp raw.cpp sa2.cpp xad.cpp flash.cpp bmf.cpp hybrid.cpp \
8 hyp.cpp psi.cpp rat.cpp u6m.cpp rol.cpp mididata.h xsm.cpp adlibemu.c dro.cpp \
9 lds.cpp realopl.cpp analopl.cpp temuopl.cpp msc.cpp rix.cpp adl.cpp jbm.cpp \
10 cmf.cpp surroundopl.cpp dro2.cpp
11
12 libadplug_la_LDFLAGS = -release @VERSION@ -version-info 0 $(libbinio_LIBS)
13
14 # -Dstricmp=strcasecmp is a hack. Throughout AdPlug, stricmp() is used to do
15 # caseless string comparations. UNIX libcs don't support stricmp(), but do
16 # support the BSD strcasecmp(), so we have to replace every occurence of
17 # stricmp() into strcasecmp(). stricmp() seems to be Windows, but maybe
18 # also POSIX...
19 AM_CPPFLAGS = -Dstricmp=strcasecmp $(libbinio_CFLAGS)
20
21 pkginclude_HEADERS = adplug.h emuopl.h fmopl.h silentopl.h opl.h diskopl.h \
22 a2m.h amd.h bam.h d00.h dfm.h hsc.h hsp.h imf.h ksm.h lds.h mid.h mkj.h \
23 mtk.h protrack.h rad.h raw.h s3m.h sa2.h sng.h u6m.h player.h fmc.h mad.h \
24 xad.h bmf.h flash.h hyp.h psi.h rat.h hybrid.h rol.h adtrack.h cff.h dtm.h \
25 dmo.h fprovide.h database.h players.h xsm.h adlibemu.h kemuopl.h dro.h \
26 realopl.h analopl.h temuopl.h msc.h rix.h adl.h jbm.h cmf.h surroundopl.h \
27 dro2.h