]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/cc/f77/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 / 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>