Mercurial > audlegacy-plugins
comparison src/modplug/Makefile @ 425:225913a2a9ae trunk
[svn] - fix dependency generation (CFLAGS was not set)
| author | nenolod |
|---|---|
| date | Sun, 14 Jan 2007 19:04:03 -0800 |
| parents | ad8e44bcdf8a |
| children | 550c9e382cf8 |
comparison
equal
deleted
inserted
replaced
| 424:055a75662eba | 425:225913a2a9ae |
|---|---|
| 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) -I.. -I../.. -I../../intl | 9 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl |
| 10 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl | |
| 10 LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a | 11 LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a |
| 11 SOURCES.plugin = plugin.cxx modplugbmp.cxx | 12 SOURCES.plugin = plugin.cxx modplugbmp.cxx |
| 12 SOURCES.core = tables.cxx \ | 13 SOURCES.core = tables.cxx \ |
| 13 sndmix.cxx \ | 14 sndmix.cxx \ |
| 14 sndfile.cxx \ | 15 sndfile.cxx \ |
