]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/gnu/usr.bin/cc/f77/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / gnu / usr.bin / cc / f77 / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc"
4 .include "../Makefile.fe"
5
6 .PATH: ${GCCDIR}/f ${GCCDIR}
7
8 PROG=   f77
9 SRCS=   gcc.c g77spec.c
10
11 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
12 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
13 CFLAGS+= -DFORTRAN_INIT=\"-lg2c\" -DFORTRAN_INIT_PROFILE=\"-lg2c_p\"
14
15 DPADD=  ${LIBCC_INT}
16 LDADD=  ${LIBCC_INT}
17
18 CLEANFILES= f77.1
19
20 f77.1: g77.1
21         cat ${.ALLSRC} > ${.TARGET}
22
23 .include <bsd.prog.mk>