Deleted Added
full compact
Makefile (96340) Makefile (96514)
1# $FreeBSD: head/gnu/usr.bin/cc/cc_int/Makefile 96340 2002-05-10 08:54:50Z obrien $
1# $FreeBSD: head/gnu/usr.bin/cc/cc_int/Makefile 96514 2002-05-13 11:24:03Z ru $
2
3.include "../Makefile.inc"
4
5.PATH: ../cc_tools ${GCCDIR}/config/${GCC_CPU} ${GCCDIR} ${GCCDIR}/../libiberty
6
7LIB= cc_int
2
3.include "../Makefile.inc"
4
5.PATH: ../cc_tools ${GCCDIR}/config/${GCC_CPU} ${GCCDIR} ${GCCDIR}/../libiberty
6
7LIB= cc_int
8NOPROFILE= YES
9NOPIC= YES
8INTERNALLIB= YES
10
11# dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \
12# alias.c bitmap.c dwarf2out.c dyn-string.c \
13SRCS= c-common.c c-format.c \
14 c-pragma.c c-semantics.c \
15 \
16 caller-save.c calls.c combine.c convert.c cse.c \
17 dbxout.c dwarfout.c dwarf2out.c dwarf2asm.c emit-rtl.c explow.c expmed.c expr.c \

--- 60 unchanged lines hidden (view full) ---

78UNDERSCORES= 0
79.endif
80SRCS+= underscore.c
81CLEANFILES+= underscore.c
82underscore.c: Makefile
83 echo '/*WARNING: This file is automatically generated!*/' >${.TARGET}
84 echo "int prepends_underscore = ${UNDERSCORES};" >>${.TARGET}
85
9
10# dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \
11# alias.c bitmap.c dwarf2out.c dyn-string.c \
12SRCS= c-common.c c-format.c \
13 c-pragma.c c-semantics.c \
14 \
15 caller-save.c calls.c combine.c convert.c cse.c \
16 dbxout.c dwarfout.c dwarf2out.c dwarf2asm.c emit-rtl.c explow.c expmed.c expr.c \

--- 60 unchanged lines hidden (view full) ---

77UNDERSCORES= 0
78.endif
79SRCS+= underscore.c
80CLEANFILES+= underscore.c
81underscore.c: Makefile
82 echo '/*WARNING: This file is automatically generated!*/' >${.TARGET}
83 echo "int prepends_underscore = ${UNDERSCORES};" >>${.TARGET}
84
86install:
87 @true
88
89.include <bsd.lib.mk>
85.include <bsd.lib.mk>