Mercurial > audlegacy-plugins
annotate src/modplug/Makefile @ 1811:3e2480ad8cfc
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 13:00:53 -0500 |
parents | 499656950801 |
children | eed7c270e8dd |
rev | line source |
---|---|
1781 | 1 include ../../extra.mk |
17 | 2 |
1781 | 3 PLUGIN = modplug$(SHARED_SUFFIX) |
4 plugindir = audacious/$(INPUT_PLUGIN_DIR) | |
17 | 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 | 40 SRCS = ${SOURCES.core} ${SOURCES.plugin} |
17 | 41 |
894 | 42 LIBDEP = gui/libgui.a archive/libarchive.a |
43 | |
1781 | 44 include ../../buildsys.mk |
45 | |
46 CXXFLAGS += $(PLUGIN_CFLAGS) | |
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 | 49 CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I.. -I../.. -I../../intl |
50 LIBS += $(MOWGLI_LIBS) $(DBUS_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a | |
51 | |
52 SUBDIRS = archive gui |