From 3505bf1cfec70eebcf508b67f3fd8ba55eee4421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 14 Oct 2002 17:16:51 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r172, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ann/; revision=173 --- src/makefile.irix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/makefile.irix (limited to 'src/makefile.irix') diff --git a/src/makefile.irix b/src/makefile.irix new file mode 100644 index 0000000..12272d1 --- /dev/null +++ b/src/makefile.irix @@ -0,0 +1,20 @@ +current: irix5 + +TARGETS = linux \ + ann_som + +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 *~ -- cgit v1.2.1