freebsd_amp_hwpstate/gnu/usr.bin/ld/Makefile

19 lines
496 B
Makefile
Raw Normal View History

1999-04-10 08:07:34 +00:00
# $Id: Makefile,v 1.27 1998/09/09 11:22:28 kato 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
1999-04-10 08:07:34 +00:00
GCCDIR= ${.CURDIR}/../../../contrib/egcs/gcc
1998-06-01 14:08:01 +00:00
1993-06-29 09:58:20 +00:00
PROG= ld
BINDIR= /usr/libexec/aout
MAN1aout=ld.1aout
SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \
cplus-dem.c
CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE_ARCH} \
-I${GCCDIR} -DIN_GCC -DDEMANGLE_CPLUSPLUS -DFREEBSD_AOUT
NOSHARED?= yes
1993-11-03 23:41:59 +00:00
.PATH: ${RTLD} ${RTLD}/${MACHINE_ARCH} ${GCCDIR}
1993-06-29 09:58:20 +00:00
.include <bsd.prog.mk>