diff src/sap/saplib/Makefile @ 142:c0b31cf2c7cd trunk

[svn] Atari XL SAP. This compiles anything but cleanly, but somehow still works. No one will notice anyway, though. What percentage of the population listens to Atari XL music? I don't have an answer to that, but I'd guess that Audacious' SAP plugin will be used by approximately 2 people.
author asheldon
date Sun, 29 Oct 2006 01:08:30 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/sap/saplib/Makefile	Sun Oct 29 01:08:30 2006 -0700
@@ -0,0 +1,14 @@
+CXX= g++ --no-exceptions 
+
+CXXFLAGS=-Wall -fPIC -fpic -O2 -ffast-math \
+	 -funroll-all-loops \
+	 -fno-strength-reduce -finline-functions \
+	 -fomit-frame-pointer 
+
+SRCS= pokey0.cpp pokey1.cpp sapCpu.cpp sapEngine.cpp sapPokey.cpp
+OBJS= pokey0.o pokey1.o sapCpu.o sapEngine.o sapPokey.o  
+
+all:$(OBJS)
+
+clean:
+	rm -f *.o core