freebsd_amp_hwpstate/gnu/usr.bin/ld/Makefile

18 lines
447 B
Makefile
Raw Normal View History

1998-06-01 14:08:01 +00:00
# $Id: Makefile,v 1.23 1998/05/25 17:34:37 sos Exp $
1993-11-03 23:41:59 +00:00
#
1993-06-29 09:58:20 +00:00
1998-06-01 14:08:01 +00:00
RTLD= ${.CURDIR}/../../../libexec/rtld-aout
GCCDIR= ${.CURDIR}/../../../contrib/gcc
1993-06-29 09:58:20 +00:00
PROG= ld
BINDIR= /usr/libexec/aout
SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \
cplus-dem.c
1998-06-01 14:08:01 +00:00
CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE} \
-I${GCCDIR} -DIN_GCC -DDEMANGLE_CPLUSPLUS
NOSHARED?= yes
1993-11-03 23:41:59 +00:00
1998-06-01 14:08:01 +00:00
.PATH: ${RTLD} ${RTLD}/${MACHINE} ${GCCDIR}
1993-06-29 09:58:20 +00:00
.include <bsd.prog.mk>