Merge branch 'vendor/OPENSSH'
[dragonfly.git] / gnu / usr.bin / cc41 / cc_tools / Makefile.inc
1 # $DragonFly: src/gnu/usr.bin/cc41/cc_tools/Makefile.inc,v 1.2 2007/01/20 03:51:33 corecode Exp $
2 #
3 # Portions of our build system need this file early, make sure it isn't
4 # included twice (because e.g. bsd.init.mk would also include it)
5 #
6 .if !target(__<cctools.Makefile.inc>__)
7 __<cctools.Makefile.inc>__:
8
9 TOP_PREFIX=     ../
10 NATIVE_TOOLS=   yes
11
12 .if !defined(GCC_NO_LIBERTY)
13 LDADD+= ../libiberty/libiberty.na
14 DPADD+= ../libiberty/libiberty.na
15 GCC_NO_LIBERTY= yes
16 .endif
17
18 .include "../Makefile.inc"
19
20 CFLAGS+= -DHAVE_STDLIB_H -DHAVE_STRING_H -DGENERATOR_FILE
21 CFLAGS+= -I.
22
23 RTL_SRCS=       rtl.c read-rtl.c ggc-none.c min-insn-modes.c
24 SUPPORT_SRCS=   gensupport.c insn-conditions.c
25 EARLY_SRCS=     gensupport.c dummy-conditions.c
26 PRINT_SRCS=     print-rtl.c
27 ERRORS_SRCS=    errors.c
28 VARRAY_SRCS=    varray.c
29
30 .include "../Makefile.langs"
31 .include "Makefile.tools"
32
33 .endif