annotate src/modplug/Makefile @ 163:46e074b915eb trunk

[svn] - @%#^#
author nenolod
date Tue, 31 Oct 2006 15:33:08 -0800
parents 6b5a52635b3b
children 0c50f248ed10
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
1 include ../../mk/rules.mk
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
2 include ../../mk/init.mk
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
3
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
4 OBJECTIVE_LIBS = libmodplug$(SHARED_SUFFIX)
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
5 SUBDIRS = archive gui
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
6
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
7 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
8
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
9 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl
163
46e074b915eb [svn] - @%#^#
nenolod
parents: 136
diff changeset
10 LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a
136
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
11 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
12 SOURCES.core = tables.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
13 sndmix.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
14 sndfile.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
15 snd_fx.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
16 snd_flt.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
17 snd_dsp.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
18 fastmix.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
19 mmcmp.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
20 load_xm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
21 load_wav.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
22 load_umx.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
23 load_ult.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
24 load_stm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
25 load_s3m.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
26 load_ptm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
27 load_okt.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
28 load_mtm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
29 load_mod.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
30 load_med.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
31 load_mdl.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
32 load_it.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
33 load_far.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
34 load_dsm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
35 load_dmf.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
36 load_dbm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
37 load_ams.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
38 load_amf.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
39 load_669.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
40 load_j2b.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
41 load_mt2.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
42 load_psm.cxx \
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
43 modplug.cxx
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
44
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
45 SOURCES = ${SOURCES.core} ${SOURCES.plugin}
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
46
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
47 OBJECTS = ${SOURCES:.cxx=.o}
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
48
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
49 include ../../mk/objective.mk
136
6b5a52635b3b [svn] - like with so many other things, modplug is now maintained by us.
nenolod
parents: 17
diff changeset
50