Mercurial > audlegacy-plugins
diff src/modplug/archive/Makefile @ 1781:499656950801
modplug: Mk2
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 11:53:53 -0500 |
| parents | f19e6748d8eb |
| children |
line wrap: on
line diff
--- a/src/modplug/archive/Makefile Mon Sep 24 11:46:50 2007 -0500 +++ b/src/modplug/archive/Makefile Mon Sep 24 11:53:53 2007 -0500 @@ -1,11 +1,8 @@ -include ../../../mk/rules.mk -include ../../../mk/init.mk +include ../../../extra.mk -CXXFLAGS += $(PICFLAGS) -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS) +STATIC_LIB_NOINST = libarchive.a -OBJECTIVE_LIBS_NOINST = libarchive.a - -SOURCES = archive.cxx \ +SRCS = archive.cxx \ open.cxx \ arch_raw.cxx \ arch_gzip.cxx \ @@ -13,6 +10,7 @@ arch_rar.cxx \ arch_bz2.cxx -OBJECTS = ${SOURCES:.cxx=.o} +include ../../../buildsys.mk -include ../../../mk/objective.mk +CPPFLAGS += -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS) +CXXFLAGS += $(PLUGIN_CFLAGS)
