summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 23:54:06 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 23:54:06 +0200
commita1bbe4d94da4e9fd19f54bf83de23a6f5dc345df (patch)
tree1e99302e1e96a4dafd56edca54dba12cf6a0bdfa /tests/Makefile
parentcdfd5a2d8e8781f1925e90953a330ad38e63222f (diff)
parent8eb71e693530726068addf6b8088aea0fd340f2a (diff)
Merge 2.0.1 into releases
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