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 *~