Mercurial > audlegacy-plugins
annotate src/adplug/Makefile @ 3191:a65f440cbed3
alsa-ng: Fix possible race conditions, sluggish pause and seek.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 22 Jun 2009 16:05:57 -0400 |
parents | ddc7d43d2574 |
children |
rev | line source |
---|---|
1872 | 1 PLUGIN = adplug${PLUGIN_SUFFIX} |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
1872 | 3 SRCS = adplug-xmms.cc \ |
4 core/fmopl.c \ | |
5 core/debug.c \ | |
6 core/adlibemu.c \ | |
7 core/adplug.cxx \ | |
8 core/emuopl.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 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
58 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1876
diff
changeset
|
59 |
1872 | 60 CFLAGS += ${PLUGIN_CFLAGS} |
61 CXXFLAGS += ${PLUGIN_CFLAGS} | |
2524
c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
Matti Hamalainen <ccr@tnsp.org>
parents:
2137
diff
changeset
|
62 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${BINIO_CFLAGS} -I../.. -I./core -Dstricmp=strcasecmp |
c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
Matti Hamalainen <ccr@tnsp.org>
parents:
2137
diff
changeset
|
63 LIBS += ${BINIO_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} |