summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-10-09 23:42:21 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 01:08:39 +0200
commit8eb71e693530726068addf6b8088aea0fd340f2a (patch)
treec9220a01b1324a5fcd78d9572447a41aecb494eb /tests/Makefile
parent72ee1e6be2d918af467fef76932231be731795e9 (diff)
Version 2.0.1
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 2f69c73..b6e1e90 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -5,16 +5,16 @@ RM = /bin/rm
ifeq ($(OS),Linux) # These are for Linux
INSTR = info play_saw record_raw in_out play_raw twostreams call_saw call_inout call_twostreams
- CC = g++ -Wall -D__LINUX_OSS_# -g -pg -O3
+ CC = g++ -Wall -D__LINUX_OSS__# -g -pg -O3
LIBRARY = -lpthread
-# CC = g++ -g -Wall -D__LINUX_ALSA_ # -g -pg -O3
+# CC = g++ -g -Wall -D__LINUX_ALSA__ # -g -pg -O3
# LIBRARY = -lpthread -lasound
INCLUDE = -I../
endif
ifeq ($(OS),IRIX) # These are for SGI
INSTR = info play_saw record_raw in_out play_raw twostreams call_saw call_inout call_twostreams
- CC = CC -D__IRIX_AL_ # -g -fullwarn -D__SGI_CC__ -O2
+ CC = CC -D__IRIX_AL__ # -g -fullwarn -D__SGI_CC__ -O2
LIBRARY = -laudio -lpthread
INCLUDE = -I../
endif