aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.irix
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.irix')
-rw-r--r--src/makefile.irix29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/makefile.irix b/src/makefile.irix
new file mode 100644
index 0000000..b644cf1
--- /dev/null
+++ b/src/makefile.irix
@@ -0,0 +1,29 @@
+current: irix5
+
+TARGETS = zexy \
+ z_sfplay z_sfrecord \
+ z_noise z_testfun \
+ z_limiter \
+ z_dfreq z_sigbin \
+ z_sigzero z_pdf z_average \
+ z_nop z_zdelay z_swap z_quantize \
+ z_makesymbol z_tabread4 \
+ z_datetime z_index \
+ z_connective z_sigpack z_sort \
+ z_multiplex z_drip z_pack \
+
+SGI5OBJECTS = $(TARGETS:%=%.pd_irix5)
+
+# ----------------------- IRIX ----------------------------
+.SUFFIXES: .pd_irix5
+SGIINCLUDE = -I../../src
+
+irix5: $(SGIOBJECTS)
+
+.c.pd_irix5:
+ cc -g -w2 -fullwarn -mips2 -DFTS $(SGIINCLUDE) -c $*.c
+ ld -elf -shared -rdata_shared -o $*.pd_irix5 $*.o
+ rm $*.o
+
+clean::
+ rm *.o obj/* *.pd_irix5 so_locations rm *.pd_linux *~