Changeset 125
- Timestamp:
- 02/22/02 17:18:30 (9 years ago)
- File:
-
- 1 edited
-
portaudio/trunk/pa_unix_oss/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/trunk/pa_unix_oss/Makefile
r90 r125 4 4 5 5 CDEFINES = -I../pa_common 6 CFLAGS = -g 6 CFLAGS = -g -Wall 7 7 PASRC = ../pa_common/pa_lib.c pa_unix_oss.c 8 8 PAINC = ../pa_common/portaudio.h … … 10 10 # Tests that work. 11 11 TESTC = $(PASRC) ../pa_tests/patest_sine.c 12 #TESTC = $(PASRC) ../pa_tests/patest_longsine.c 12 13 #TESTC = $(PASRC) ../pa_tests/patest_sine_time.c 13 14 #TESTC = $(PASRC) ../pa_tests/patest_maxsines.c 14 #TESTC = $(PASRC) ../pa_tests/patest_stop.c 15 #TESTC = $(PASRC) ../pa_tests/patest_toomanysines.c 16 #TESTC = $(PASRC) ../pa_tests/patest_underflow.c 17 #TESTC = $(PASRC) ../pa_tests/patest_hang.c 15 18 #TESTC = $(PASRC) ../pa_tests/patest_sync.c 16 19 #TESTC = $(PASRC) ../pa_tests/patest_pink.c … … 26 29 27 30 # Tests that do not yet work. 31 # OSS doesn't let us make obscenely huge buffers so the test will seem to fail. But its OK. 32 #TESTC = $(PASRC) ../pa_tests/patest_stop.c 28 33 29 34 TESTH = $(PAINC)
Note: See TracChangeset
for help on using the changeset viewer.
