annotate src/modplug/archive/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author |
Jonathan Schleifer <js@h3c.de> |
| date |
Mon, 24 Sep 2007 19:19:59 +0200 |
| 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)
|