cd ..; $(MAKE) sublibobjc.a
OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o encoding.o \
- selector.o objects.o misc.o NXConstStr.o Object.o Protocol.o thread.o
+ selector.o objects.o misc.o NXConstStr.o Object.o Protocol.o thr.o
libobjc.a: $(OBJC_O)
-rm -f libobjc.a
OBJC_H = hash.h objc-list.h sarray.h objc.h \
objc-api.h \
- NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thread.h
+ NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h
# copy objc headers to installation include directory
copy-headers:
NXConstStr.o: NXConstStr.m
Object.o: Object.m
Protocol.o: Protocol.m
-thread.o: thread.c thread-solaris.c thread-irix.c thread-win32.c thread-single.c
+thr.o: thr.h thr.c thr-solaris.c thr-irix.c thr-win32.c thr-single.c