summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_int/Makefile
blob: a422eb49cc947b016dc7b9e7c8427df309ed54d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# $Id: Makefile,v 1.10 1996/09/21 14:27:35 peter Exp $
#
.include "../Makefile.inc"

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
NOPROFILE=	no thanks
NOPIC=		no thanks

install:
	@true

${OUT_OBJ}.o ${OUT_OBJ}.so:	${OUT_FILE}

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud