# $DragonFly: src/gnu/lib/gcc34/libobjc/Makefile,v 1.4 2005/04/21 13:42:33 joerg Exp $ GCC_NO_PATH= 1 .include "../Makefile.inc" .include "${STOPDIR}/cc_tools/Makefile.tools" .PATH: ${GCCDIR}/libobjc ${GCCDIR}/libobjc/objc CFLAGS+= -I${GCCDIR}/libobjc/objc -I. -DIN_TARGET_LIBS LIB= objc SHLIB_MAJOR= 2 SRCS= NXConstStr.m Object.m Protocol.m archive.c class.c encoding.c SRCS+= gc.c hash.c init.c linking.m misc.c nil_method.c objects.c SRCS+= sarray.c selector.c sendmsg.c thr-objc.c thr.c SRCS+= insn-flags.h insn-constants.h runtime-info.h INCS= NXConstStr.h Object.h Protocol.h encoding.h hash.h objc-api.h INCS+= objc-list.h objc.h runtime.h sarray.h thr.h typedstream.h INCSDIR= ${INCLUDEDIR}/objc runtime-info.h: echo "" > tmp-runtime.m echo "/* This file is automatically generated */" > ${.TARGET} ${CC} -print-objc-runtime-info -S tmp-runtime.m >> ${.TARGET} rm -f tmp-runtime.m tmp-runtime.s .include