|
|
1.1 root 1:
2: #
3: # Define INT_32 if integers are 32 bits
4: # Remove this define for 16-bit integers
5: #
6: CFLAGS = -DINT_32 -g -O -arch m68k -arch m88k
7:
8: all: rettest
9:
10: OBJ = ret1.o ret2.o rettest.o
11:
12: $(OBJ): ret1.h ret2.h rettest.h
13:
14: rettest: $(OBJ)
15: $(CC) $(CFLAGS) -o rettest $(OBJ) -lsys_s
16:
17: test:
18: rettest
19:
20: clean:
21: /bin/rm -f *.o rettest
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.