File:  [Apple Darwin 0.x] / objc / Test / msgTest / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 19:13:58 2018 UTC (8 years, 2 months ago) by root
Branches: MAIN, Apple
CVS tags: HEAD, Darwin03, Darwin01
Darwin 0.1 In-kernel Objective-C runtime


#
# Define INT_32 if integers are 32 bits
# Remove this define for 16-bit integers
#
CFLAGS = -DINT_32 -g -O -arch m68k -arch m88k

all: rettest

OBJ = ret1.o ret2.o rettest.o

$(OBJ):	ret1.h ret2.h rettest.h

rettest: $(OBJ)
	$(CC) $(CFLAGS) -o rettest $(OBJ) -lsys_s

test:
	rettest

clean:
	/bin/rm -f *.o rettest

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.