Merge from vendor branch OPENSSL:
[dragonfly.git] / gnu / usr.bin / cc34 / g77 / Makefile
1 # $DragonFly: src/gnu/usr.bin/cc34/g77/Attic/Makefile,v 1.2 2004/06/19 11:13:30 joerg Exp $
2
3 .include "../Makefile.inc"
4 .include "../cc_tools/Makefile.tools"
5 .include "../Makefile.langs"
6
7 .PATH:  ${GCCDIR}/gcc/f
8
9 PROG=   g77
10 LINKS=  ${BINDIR}/g77 ${BINDIR}/f77
11
12 SRCS=   gcc.c g77spec.c intl.c prefix.c version_local.c
13 SRCS+=  insn-constants.h insn-flags.h specs.h
14 SRCS+=  concat.c make-relative-prefix.c lbasename.c lrealpath.c
15 SRCS+=  make-temp-file.c obstack.c pex-unix.c safe-ctype.c xexit.c
16 SRCS+=  xmalloc.c xstrdup.c xmemdup.c xstrerror.c
17
18 CFLAGS+= -I.
19 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"${version}\"
20 CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"${target}\"
21
22 .include <bsd.prog.mk>