Adjust program names by removing the additional 3
[dragonfly.git] / gnu / usr.bin / cc3 / protoize / Makefile
1 # $FreeBSD: src/gnu/usr.bin/cc/protoize/Makefile,v 1.2 2002/05/10 08:54:49 obrien Exp $
2 # $DragonFly: src/gnu/usr.bin/cc3/protoize/Attic/Makefile,v 1.2 2004/01/24 14:43:42 joerg Exp $
3
4 .include "../Makefile.inc"
5
6 .PATH: ${.CURDIR}/../cc_tools ${GCCDIR}
7
8 PROG=   protoize
9 SRCS=   protoize.c
10 NOMAN=
11
12 # things are rather hard-coded, we work around that here
13 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\"
14 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"../libdata/gcc\"
15
16 DPADD=  ${LIBCC_INT}
17 LDADD=  ${LIBCC_INT}
18
19 CLEANFILES=     config.h
20 config.h: auto-host.h freebsd-native.h
21         cat ${.ALLSRC} >${.TARGET}
22
23 .include <bsd.prog.mk>