Mercurial > audlegacy-plugins
view src/sap/saplib/Makefile @ 211:0962114e7626 trunk
[svn] Yes SVN, that too!
author | chainsaw |
---|---|
date | Sat, 04 Nov 2006 06:06:27 -0800 |
parents | |
children |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk CFLAGS += $(PICFLAGS) -I../../intl -I../.. CXXFLAGS += $(PICFLAGS) -I../../intl -I../.. OBJECTIVE_LIBS_NOINST = libsap.a SOURCES = pokey0.cxx pokey1.cxx sapCpu.cxx sapEngine.cxx sapPokey.cxx OBJECTS = ${SOURCES:.cxx=.o} include ../../../mk/objective.mk libsap.a: $(OBJECTS) $(AR) cq $@ $(OBJECTS)