]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - gnu/usr.bin/cc/f771/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / gnu / usr.bin / cc / f771 / Makefile
1 # $FreeBSD$
2
3 .include "${.CURDIR}/../Makefile.inc"
4
5 .PATH: ${GCCDIR}/f ${GCCDIR}
6
7 PROG=   f771
8 SRCS=   bad.c bit.c bld.c com.c data.c equiv.c expr.c global.c implic.c info.c \
9         intrin.c lab.c lex.c malloc.c name.c parse.c        src.c st.c sta.c \
10         stb.c stc.c std.c ste.c storag.c stp.c str.c sts.c stt.c stu.c stv.c \
11         stw.c symbol.c target.c top.c type.c where.c main.c
12 BINDIR= /usr/libexec
13 NO_MAN=
14
15 CFLAGS+= -I${GCCDIR}/f -I.
16
17 DPADD=  ${LIBCC_INT}
18 LDADD=  ${LIBCC_INT}
19
20 #-----------------------------------------------------------------------
21 # str-* gunk
22
23 .for i in 1t 2t fo io nq op ot
24 .ORDER: str-$i.h str-$i.j
25 str-$i.j str-$i.h: str-$i.fin
26         ${.OBJDIR}/../cc_tools/fini ${GCCDIR}/f/str-$i.fin str-$i.j str-$i.h
27
28 FINIHDRS+=      str-$i.j str-$i.h
29 .endfor
30
31 SRCS+=          ${FINIHDRS:M*.h}
32 CLEANFILES+=    ${FINIHDRS}
33
34 .include <bsd.prog.mk>