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, 0 insertions, 29 deletions
diff --git a/src/makefile.irix b/src/makefile.irix
deleted file mode 100644
index b644cf1..0000000
--- a/src/makefile.irix
+++ /dev/null
@@ -1,29 +0,0 @@
-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 *~