view src/modplug/archive/Makefile @ 1872:50f1c5a40a7d

adplug -> new buildsys. Untested, please test!
author Jonathan Schleifer <js@h3c.de>
date Tue, 25 Sep 2007 18:03:21 +0200
parents 499656950801
children
line wrap: on
line source

include ../../../extra.mk

STATIC_LIB_NOINST = libarchive.a

SRCS = archive.cxx     \
          open.cxx        \
          arch_raw.cxx    \
          arch_gzip.cxx   \
          arch_zip.cxx    \
          arch_rar.cxx    \
          arch_bz2.cxx

include ../../../buildsys.mk

CPPFLAGS += -I../../.. $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(AUDACIOUS_CFLAGS)
CXXFLAGS += $(PLUGIN_CFLAGS)