]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - gnu/usr.bin/cc/f77/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / 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+= -DFORTRAN_INIT=\"-lg2c\" -DFORTRAN_INIT_PROFILE=\"-lg2c_p\"
12
13 DPADD=  ${LIBCC_INT}
14 LDADD=  ${LIBCC_INT}
15
16 CLEANFILES= f77.1
17
18 f77.1: g77.1
19         cat ${.ALLSRC} > ${.TARGET}
20
21 .include <bsd.prog.mk>