Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
1780:2c64b6d44a3c | 1781:499656950801 |
---|---|
1 include ../../../mk/rules.mk | 1 include ../../../extra.mk |
2 include ../../../mk/init.mk | |
3 | 2 |
4 CXXFLAGS += $(PICFLAGS) -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS) | 3 STATIC_LIB_NOINST = libarchive.a |
5 | 4 |
6 OBJECTIVE_LIBS_NOINST = libarchive.a | 5 SRCS = archive.cxx \ |
7 | |
8 SOURCES = archive.cxx \ | |
9 open.cxx \ | 6 open.cxx \ |
10 arch_raw.cxx \ | 7 arch_raw.cxx \ |
11 arch_gzip.cxx \ | 8 arch_gzip.cxx \ |
12 arch_zip.cxx \ | 9 arch_zip.cxx \ |
13 arch_rar.cxx \ | 10 arch_rar.cxx \ |
14 arch_bz2.cxx | 11 arch_bz2.cxx |
15 | 12 |
16 OBJECTS = ${SOURCES:.cxx=.o} | 13 include ../../../buildsys.mk |
17 | 14 |
18 include ../../../mk/objective.mk | 15 CPPFLAGS += -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS) |
16 CXXFLAGS += $(PLUGIN_CFLAGS) |