]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/cc/protoize/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / usr.bin / cc / protoize / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc"
4
5 .PATH: ${.CURDIR}/../cc_tools ${GCCDIR}
6
7 PROG=   protoize
8 NO_MAN=
9
10 # things are rather hard-coded, we work around that here
11 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\"
12 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"../libdata/gcc\"
13
14 DPADD=  ${LIBCC_INT}
15 LDADD=  ${LIBCC_INT}
16
17 CLEANFILES=     config.h
18 config.h: auto-host.h freebsd-native.h
19         cat ${.ALLSRC} >${.TARGET}
20
21 .include <bsd.prog.mk>