Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
141:6d1f65117180 | 142:c0b31cf2c7cd |
---|---|
1 CXX= g++ --no-exceptions | |
2 | |
3 CXXFLAGS=-Wall -fPIC -fpic -O2 -ffast-math \ | |
4 -funroll-all-loops \ | |
5 -fno-strength-reduce -finline-functions \ | |
6 -fomit-frame-pointer | |
7 | |
8 SRCS= pokey0.cpp pokey1.cpp sapCpu.cpp sapEngine.cpp sapPokey.cpp | |
9 OBJS= pokey0.o pokey1.o sapCpu.o sapEngine.o sapPokey.o | |
10 | |
11 all:$(OBJS) | |
12 | |
13 clean: | |
14 rm -f *.o core |