Mercurial > audlegacy-plugins
view src/modplug/archive/Makefile @ 543:282bede45eef trunk
[svn] Support for writing downloaded data to a file (no UI provided yet).
| author | iabervon |
|---|---|
| date | Tue, 23 Jan 2007 20:19:01 -0800 |
| parents | 88465b96e4b3 |
| children | 550c9e382cf8 |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CXXFLAGS += $(PICFLAGS) -I../../.. $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) 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)
