annotate src/modplug/archive/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author |
William Pitcock <nenolod@atheme.org> |
| date |
Mon, 24 Sep 2007 14:03:31 -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)
|