opnsense-src/gnu/usr.bin/cc/f77/Makefile

24 lines
423 B
Makefile
Raw Normal View History

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