diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-09 23:46:54 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 01:08:39 +0200 |
| commit | 8cd04dd6b77f05fe0f032959dfefda58b2ce38ae (patch) | |
| tree | 05ea4287636967811199897e9f6b23fedd87f946 /tests/Makefile.in | |
| parent | 45906f9f72aaf6578431e68a06a0cdb0bf6ccec8 (diff) | |
Version 3.0
Diffstat (limited to 'tests/Makefile.in')
| -rw-r--r-- | tests/Makefile.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 3bacb8c..54f4d4a 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,6 +1,6 @@ ### RtAudio tests Makefile - for various flavors of unix -PROGRAMS = info play_saw record_raw in_out play_raw twostreams call_saw call_inout call_twostreams call_playtwo +PROGRAMS = info play_saw record_raw in_out play_raw twostreams call_saw call_inout RM = /bin/rm SRC_PATH = ../ INCLUDE = ../ @@ -11,7 +11,7 @@ OBJECTS = RtAudio.o CC = @CXX@ DEFS = @debug@ -DEFS += @sound_api@ +DEFS += @audio_apis@ CFLAGS = @cflags@ CFLAGS += @warn@ -I$(INCLUDE) LIBRARY = @LIBS@ @@ -46,12 +46,6 @@ call_saw : call_saw.cpp $(OBJECTS) call_inout : call_inout.cpp $(OBJECTS) $(CC) $(CFLAGS) $(DEFS) -o call_inout call_inout.cpp $(OBJECT_PATH)/RtAudio.o $(LIBRARY) -call_twostreams : call_twostreams.cpp $(OBJECTS) - $(CC) $(CFLAGS) $(DEFS) -o call_twostreams call_twostreams.cpp $(OBJECT_PATH)/RtAudio.o $(LIBRARY) - -call_playtwo : call_playtwo.cpp $(OBJECTS) - $(CC) $(CFLAGS) $(DEFS) -o call_playtwo call_playtwo.cpp $(OBJECT_PATH)/RtAudio.o $(LIBRARY) - clean : -rm $(OBJECT_PATH)/*.o -rm $(PROGRAMS) |
