]> Repos - portaudio/commitdiff
Fixed multiple user buffers, new test results in Makefile.
authorpieter <pieter@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 4 Jul 2002 05:01:05 +0000 (05:01 +0000)
committerpieter <pieter@0f58301d-fd10-0410-b4af-bbb618454e57>
Thu, 4 Jul 2002 05:01:05 +0000 (05:01 +0000)
pa_sgi/Makefile

index 6548c6c526a43c6e87807fda84de544534119419..34fcee61dc3305064a9e4514c67aa6e43018940d 100644 (file)
@@ -1,5 +1,5 @@
-# Make PortAudio for Silicon Graphics IRIX (6.2)
-# Pieter suurmond, september 23, 2001. (pa_sgi sub-version #0.21 for PA v15.)
+# Make PortAudio for Silicon Graphics IRIX 6.2 - 6.5.
+# Pieter suurmond, july 4, 2002. (for PA v18.)
 # Based on SGI-specific sproc()-method to spawn children, not on POSIX-threads.
 
 # Instead of "-lpthread", as with linux,
@@ -15,25 +15,27 @@ CFLAGS = -O2
 PASRC = ../pa_common/pa_lib.c pa_sgi.c
 PAINC = ../pa_common/portaudio.h
 
-# Tests that work                                  (SGI Indy with R5000 @ 180MHz running IRIX 6.2). 
-TESTC = $(PASRC) ../pa_tests/patest_record.c    # OK
-#TESTC = $(PASRC) ../pa_tests/patest_many.c      # OK
-#TESTC = $(PASRC) ../pa_tests/patest_latency.c   # OK
-#TESTC = $(PASRC) ../pa_tests/patest_longsine.c  # OK
-#TESTC = $(PASRC) ../pa_tests/patest_saw.c       # OK
-#TESTC = $(PASRC) ../pa_tests/patest_wire.c      # OK
-#TESTC = $(PASRC) ../pa_tests/pa_devs.c          # OK
-#TESTC = $(PASRC) ../pa_tests/patest_sine.c      # OK
-#TESTC = $(PASRC) ../pa_tests/patest_sine_time.c # OK
-#TESTC = $(PASRC) ../pa_tests/patest_sine8.c     # OK
-#TESTC = $(PASRC) ../pa_tests/patest_leftright.c # OK
-#TESTC = $(PASRC) ../pa_tests/patest_pink.c      # OK
-#TESTC = $(PASRC) ../pa_tests/patest_clip.c      # OK
-#TESTC = $(PASRC) ../pa_tests/patest_stop.c      # OK
-#TESTC = $(PASRC) ../pa_tests/patest_dither.c    # OK
-#TESTC = $(PASRC) ../pa_tests/patest_sync.c      # BEEPS and delta's, no crashes anymore.
-
-# Tests that were not yet performed.
+# Tests that work (on SGI Indy with R5000 @ 180MHz running IRIX 6.2): 
+#TESTC = $(PASRC) ../pa_tests/patest_record.c    # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_many.c      # v18 ok (with PA_MIN_LATENCY_MSEC=250).
+#TESTC = $(PASRC) ../pa_tests/patest_latency.c   # v18 ok (with PA_MIN_LATENCY_MSEC=250) patest_latency.c contained //
+#TESTC = $(PASRC) ../pa_tests/patest_longsine.c  # v18 ok (with PA_MIN_LATENCY_MSEC=250).
+
+TESTC = $(PASRC) ../pa_tests/patest_saw.c       # v18 ok (with PA_MIN_LATENCY_MSEC=250).
+#TESTC = $(PASRC) ../pa_tests/patest_wire.c      # v18 seems ok.
+
+#TESTC = $(PASRC) ../pa_tests/pa_devs.c          # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_sine.c      # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_sine_time.c # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_sine8.c     # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_leftright.c # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_pink.c      # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_clip.c      # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_stop.c      # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_dither.c    # TODO probably ok.
+#TESTC = $(PASRC) ../pa_tests/patest_sync.c      # BEEPS and delta's, no crashes anymore with v15.
+
+# Tests that were not yet performed:
 #TESTC = $(PASRC) ../pa_tests/paqa_devs.c #  test??
 #TESTC = $(PASRC) ../pa_tests/paqa_errs.c #  test??
 #TESTC = $(PASRC) ../pa_tests/pa_fuzz.c   #  test??