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"
10 LINKS
= ${BINDIR}/g77
${BINDIR}/f77
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
20 CFLAGS
+= -DDEFAULT_TARGET_VERSION
=\"${version}\"
21 CFLAGS
+= -DDEFAULT_TARGET_MACHINE
=\"${target}\"
23 g77.1
: ${GCCDIR}/gcc
/doc
/g77.1
24 cp
${.ALLSRC
} ${.TARGET
}
28 .
include <bsd.prog.mk
>