Mercurial > audlegacy-plugins
view src/modplug/archive/Makefile @ 124:f356655ed806 trunk
[svn] - push from p4://depot/svn-audacious-plugins-devel/virt-branches/trunk/a52dec:
+ add audacious VFS support to a52dec
author | nenolod |
---|---|
date | Thu, 26 Oct 2006 01:52:38 -0700 |
parents | 3e9c308cea60 |
children | 88465b96e4b3 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CXXFLAGS += $(PICFLAGS) -I../../.. OBJECTIVE_LIBS_NOINST = libarchive.a SOURCES = archive.cxx \ open.cxx \ arch_raw.cxx \ arch_gzip.cxx \ arch_zip.cxx \ arch_rar.cxx \ arch_bz2.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../../mk/objective.mk libarchive.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)