Mercurial > audlegacy-plugins
annotate src/modplug/archive/Makefile @ 1794:a895337fbc2f
aosd: Mk2
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 12:28:55 -0500 |
| parents | 499656950801 |
| children |
| rev | line source |
|---|---|
| 1781 | 1 include ../../../extra.mk |
| 22 | 2 |
| 1781 | 3 STATIC_LIB_NOINST = libarchive.a |
| 22 | 4 |
| 1781 | 5 SRCS = archive.cxx \ |
| 22 | 6 open.cxx \ |
| 7 arch_raw.cxx \ | |
| 8 arch_gzip.cxx \ | |
| 9 arch_zip.cxx \ | |
| 10 arch_rar.cxx \ | |
| 11 arch_bz2.cxx | |
| 12 | |
| 1781 | 13 include ../../../buildsys.mk |
| 22 | 14 |
| 1781 | 15 CPPFLAGS += -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS) |
| 16 CXXFLAGS += $(PLUGIN_CFLAGS) |
