comparison src/modplug/Makefile @ 388:ad8e44bcdf8a trunk

[svn] reverted to 844, to be re-reconsidered later
author giacomo
date Sun, 17 Dec 2006 08:46:44 -0800
parents 0c50f248ed10
children 225913a2a9ae
comparison
equal deleted inserted replaced
387:0c50f248ed10 388:ad8e44bcdf8a
4 OBJECTIVE_LIBS = libmodplug$(SHARED_SUFFIX) 4 OBJECTIVE_LIBS = libmodplug$(SHARED_SUFFIX)
5 SUBDIRS = archive gui 5 SUBDIRS = archive gui
6 6
7 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) 7 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
8 8
9 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I.. -I../.. -I../../intl 9 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl
10 LIBADD = $(GTK_LIBS) $(AUDACIOUS_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a 10 LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a
11 SOURCES.plugin = plugin.cxx modplugbmp.cxx 11 SOURCES.plugin = plugin.cxx modplugbmp.cxx
12 SOURCES.core = tables.cxx \ 12 SOURCES.core = tables.cxx \
13 sndmix.cxx \ 13 sndmix.cxx \
14 sndfile.cxx \ 14 sndfile.cxx \
15 snd_fx.cxx \ 15 snd_fx.cxx \