aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.irix
blob: b644cf1dcbffab0eae1eb3cebdc17f41324952ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 *~