annotate src/modplug/Makefile @ 1869:a727b88f2578

Fix Aud-SID building, wasn't working at all.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Sep 2007 18:15:03 +0300
parents 499656950801
children eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1781
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
1 include ../../extra.mk
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
2
1781
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
3 PLUGIN = modplug$(SHARED_SUFFIX)
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
4 plugindir = audacious/$(INPUT_PLUGIN_DIR)
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
5
136
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
6 SOURCES.plugin = plugin.cxx modplugbmp.cxx
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
7 SOURCES.core = tables.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
8 sndmix.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
9 sndfile.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
10 snd_fx.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
11 snd_flt.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
12 snd_dsp.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
13 fastmix.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
14 mmcmp.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
15 load_xm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
16 load_wav.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
17 load_umx.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
18 load_ult.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
19 load_stm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
20 load_s3m.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
21 load_ptm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
22 load_okt.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
23 load_mtm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
24 load_mod.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
25 load_med.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
26 load_mdl.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
27 load_it.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
28 load_far.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
29 load_dsm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
30 load_dmf.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
31 load_dbm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
32 load_ams.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
33 load_amf.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
34 load_669.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
35 load_j2b.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
36 load_mt2.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
37 load_psm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
38 modplug.cxx
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
39
1781
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
40 SRCS = ${SOURCES.core} ${SOURCES.plugin}
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
41
894
f19e6748d8eb [svn] maintenance of build system:
yaz
parents: 578
diff changeset
42 LIBDEP = gui/libgui.a archive/libarchive.a
f19e6748d8eb [svn] maintenance of build system:
yaz
parents: 578
diff changeset
43
1781
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
44 include ../../buildsys.mk
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
45
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
46 CXXFLAGS += $(PLUGIN_CFLAGS)
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
47 CFLAGS += $(PLUGIN_CFLAGS)
136
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
48
1781
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
49 CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I.. -I../.. -I../../intl
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
50 LIBS += $(MOWGLI_LIBS) $(DBUS_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
51
499656950801 modplug: Mk2
William Pitcock <nenolod@atheme.org>
parents: 894
diff changeset
52 SUBDIRS = archive gui