view src/modplug/archive/Makefile @ 22:eab0c4241348 trunk

[svn] - finish up on the Makefile reduction
author nenolod
date Mon, 18 Sep 2006 03:53:06 -0700
parents
children 3e9c308cea60
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