22 lines
326 B
Makefile
Raw Normal View History

2002-04-06 23:18:01 +00:00
# $FreeBSD$
.include "../Makefile.inc"
.include "../Makefile.fe"
.PATH: ${GCCDIR}/f ${GCCDIR}
PROG= f77
SRCS= gcc.c g77spec.c
2002-04-06 23:18:01 +00:00
CFLAGS+= -DFORTRAN_INIT=\"-lg2c\" -DFORTRAN_INIT_PROFILE=\"-lg2c_p\"
2002-04-06 23:18:01 +00:00
2002-06-04 19:45:09 +00:00
DPADD= ${LIBCC_INT}
LDADD= ${LIBCC_INT}
2002-04-06 23:18:01 +00:00
CLEANFILES= f77.1
f77.1: g77.1
cat ${.ALLSRC} > ${.TARGET}
2002-04-06 23:18:01 +00:00
.include <bsd.prog.mk>