1994-08-02 20:15:59 +00:00
|
|
|
#
|
1997-02-22 15:48:31 +00:00
|
|
|
# $Id$
|
1994-08-02 20:15:59 +00:00
|
|
|
#
|
1996-09-19 15:53:53 +00:00
|
|
|
.include "../Makefile.inc"
|
1994-08-02 20:15:59 +00:00
|
|
|
|
1996-09-19 15:53:53 +00:00
|
|
|
SRCS= bc-emit.c bc-optab.c \
|
|
|
|
c-common.c c-pragma.c \
|
|
|
|
caller-save.c calls.c combine.c convert.c cse.c \
|
|
|
|
dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \
|
|
|
|
final.c flow.c fold-const.c function.c getpwd.c global.c \
|
|
|
|
insn-attrtab.c insn-emit.c insn-extract.c insn-opinit.c \
|
|
|
|
insn-output.c insn-peep.c insn-recog.c \
|
|
|
|
integrate.c jump.c local-alloc.c loop.c obstack.c optabs.c \
|
|
|
|
print-rtl.c print-tree.c real.c recog.c reg-stack.c regclass.c \
|
|
|
|
reload.c reload1.c reorg.c rtl.c rtlanal.c \
|
|
|
|
sched.c sdbout.c stmt.c stor-layout.c stupid.c \
|
|
|
|
toplev.c tree.c unroll.c varasm.c version.c xcoffout.c \
|
|
|
|
${OUT_FILE}
|
|
|
|
|
|
|
|
LIB= cc_int
|
1997-01-21 18:16:02 +00:00
|
|
|
NOPROFILE= YES
|
|
|
|
NOPIC= YES
|
1994-09-19 21:37:50 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
@true
|
1994-08-02 20:15:59 +00:00
|
|
|
|
1996-09-19 15:53:53 +00:00
|
|
|
${OUT_OBJ}.o ${OUT_OBJ}.so: ${OUT_FILE}
|
|
|
|
|
1994-08-02 20:15:59 +00:00
|
|
|
.include <bsd.lib.mk>
|