changeset 211:0962114e7626 trunk

[svn] Yes SVN, that too!
author chainsaw
date Sat, 04 Nov 2006 06:06:27 -0800
parents a3391ce27d3e
children a927c9688584
files ChangeLog src/sap/saplib/Makefile
diffstat 2 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 04 06:05:38 2006 -0800
+++ b/ChangeLog	Sat Nov 04 06:06:27 2006 -0800
@@ -1,3 +1,10 @@
+2006-11-04 14:05:38 +0000  Tony Vroon <chainsaw@gentoo.org>
+  revision [420]
+  Build this thing in a proper two-stage process. As it hardlocks instead of playing it is not built by default yet.
+  trunk/src/sap/Makefile |   13 ++++---------
+  1 file changed, 4 insertions(+), 9 deletions(-)
+
+
 2006-11-04 08:24:20 +0000  Aaron Sheldon <asheldon@uiuc.edu>
   revision [418]
   compile nicely
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/sap/saplib/Makefile	Sat Nov 04 06:06:27 2006 -0800
@@ -0,0 +1,15 @@
+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)