Mention KTR_IFQ and KTR_IF_START
[dragonfly.git] / gnu / usr.bin / cc34 / g77 / Makefile
blob0a35204e3fd1c0be79c4bd1b0741732c4a011255
1 # $DragonFly: src/gnu/usr.bin/cc34/g77/Attic/Makefile,v 1.4 2007/01/13 16:32:16 corecode Exp $
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
7 .PATH: ${GCCDIR}/gcc/f
9 PROG= g77
10 LINKS= ${BINDIR}/g77 ${BINDIR}/f77
11 MLINKS= g77.1 f77.1
13 SRCS= gcc.c g77spec.c intl.c prefix.c version_local.c
14 SRCS+= insn-constants.h insn-flags.h specs.h
15 SRCS+= concat.c make-relative-prefix.c lbasename.c lrealpath.c
16 SRCS+= make-temp-file.c obstack.c pex-unix.c safe-ctype.c xexit.c
17 SRCS+= xmalloc.c xstrdup.c xmemdup.c xstrerror.c
19 CFLAGS+= -I.
20 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
21 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target}\"
23 g77.1: ${GCCDIR}/gcc/doc/g77.1
24 cp ${.ALLSRC} ${.TARGET}
26 CLEANFILES+= g77.1
28 .include <bsd.prog.mk>