|
|
1.1 ! root 1: ! 2: LDFLAGS = ../libobjc_g.a -lsys_s ! 3: ! 4: CFLAGS = -O -g -Wall -no-precomp -arch m88k ! 5: ! 6: TESTS = ForwardTest ObjcTest StringTableTest StringTest forward-simple typedstreamTest ExceptionTest # ProtocolTest ! 7: ! 8: all: $(TESTS) ! 9: ! 10: ForwardTest: ForwardTest.m ! 11: $(CC) $(CFLAGS) -o ForwardTest ForwardTest.m $(LDFLAGS) ! 12: ! 13: ObjcTest: ObjcTest.m ! 14: $(CC) $(CFLAGS) -o ObjcTest ObjcTest.m $(LDFLAGS) ! 15: ! 16: ProtocolTest: ProtocolTest.m ! 17: $(CC) $(CFLAGS) -o ProtocolTest ProtocolTest.m $(LDFLAGS) ! 18: ! 19: StringTableTest: StringTableTest.m ! 20: $(CC) $(CFLAGS) -o StringTableTest StringTableTest.m $(LDFLAGS) ! 21: ! 22: StringTest: StringTest.m ! 23: $(CC) $(CFLAGS) -o StringTest StringTest.m $(LDFLAGS) ! 24: ! 25: forward-simple: forward-simple.m ! 26: $(CC) $(CFLAGS) -o forward-simple forward-simple.m $(LDFLAGS) ! 27: ! 28: typedstreamTest: typedstreamTest.m ! 29: $(CC) $(CFLAGS) -o typedstreamTest typedstreamTest.m $(LDFLAGS) ! 30: ! 31: ExceptionTest: ExceptionTest.c ! 32: $(CC) $(CFLAGS) -o ExceptionTest ExceptionTest.c $(LDFLAGS) ! 33: ! 34: clean: ! 35: /bin/rm -f $(TESTS) *.o *.s ! 36: ! 37: install: ! 38: cp -p $(TESTS) test.strings /Net/pbs/nrw_root/tests/mself
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.