Mercurial > audlegacy-plugins
annotate src/adplug/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | 52d162b0dbd4 |
children | 1ad002ce1bd0 |
rev | line source |
---|---|
1872 | 1 PLUGIN = adplug${PLUGIN_SUFFIX} |
2 SRCS = adplug-xmms.cc \ | |
3 core/fmopl.c \ | |
4 core/debug.c \ | |
5 core/adlibemu.c \ | |
6 core/adplug.cxx \ | |
7 core/emuopl.cxx \ | |
8 core/diskopl.cxx \ | |
9 core/fprovide.cxx \ | |
10 core/player.cxx \ | |
11 core/database.cxx \ | |
12 core/hsc.cxx \ | |
13 core/sng.cxx \ | |
14 core/imf.cxx \ | |
15 core/players.cxx \ | |
16 core/protrack.cxx \ | |
17 core/a2m.cxx \ | |
18 core/adtrack.cxx \ | |
19 core/amd.cxx \ | |
20 core/bam.cxx \ | |
21 core/d00.cxx \ | |
22 core/dfm.cxx \ | |
23 core/dmo.cxx \ | |
24 core/hsp.cxx \ | |
25 core/ksm.cxx \ | |
26 core/mad.cxx \ | |
27 core/mid.cxx \ | |
28 core/mkj.cxx \ | |
29 core/cff.cxx \ | |
30 core/dtm.cxx \ | |
31 core/fmc.cxx \ | |
32 core/mtk.cxx \ | |
33 core/rad.cxx \ | |
34 core/raw.cxx \ | |
35 core/sa2.cxx \ | |
36 core/s3m.cxx \ | |
37 core/xad.cxx \ | |
38 core/flash.cxx \ | |
39 core/bmf.cxx \ | |
40 core/hybrid.cxx \ | |
41 core/hyp.cxx \ | |
42 core/psi.cxx \ | |
43 core/rat.cxx \ | |
44 core/u6m.cxx \ | |
45 core/rol.cxx \ | |
46 core/xsm.cxx \ | |
47 core/dro.cxx \ | |
48 core/lds.cxx \ | |
49 core/temuopl.cxx \ | |
50 core/msc.cxx \ | |
51 core/rix.cxx \ | |
52 core/adl.cxx \ | |
53 core/jbm.cxx | |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
54 |
1872 | 55 include ../../buildsys.mk |
56 include ../../extra.mk | |
894 | 57 |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1876
diff
changeset
|
58 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} |
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1876
diff
changeset
|
59 |
1876 | 60 LD = ${CXX} |
61 | |
62 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${BINIO_CFLAGS} -I../../intl -I../.. -I./core -Dstricmp=strcasecmp | |
1872 | 63 CFLAGS += ${PLUGIN_CFLAGS} |
64 CXXFLAGS += ${PLUGIN_CFLAGS} | |
65 LIBS += ${BINIO_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |