diff src/modplug/Makefile @ 17:cf1054422f81 trunk

[svn] - fix a lot of paths - reduce more makefiles
author nenolod
date Mon, 18 Sep 2006 03:38:44 -0700
parents
children 6b5a52635b3b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/modplug/Makefile	Mon Sep 18 03:38:44 2006 -0700
@@ -0,0 +1,15 @@
+include ../../mk/rules.mk
+include ../../mk/init.mk
+
+OBJECTIVE_LIBS = libmodplug$(SHARED_SUFFIX)
+SUBDIRS = archive gui
+
+LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR)
+
+CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl
+LIBADD  = $(GTK_LIBS) -lstdc++ -lmodplug ./archive/libarchive.a ./gui/libgui.a
+SOURCES  = plugin.cxx modplugbmp.cxx
+
+OBJECTS = ${SOURCES:.cxx=.o}
+
+include ../../mk/objective.mk