gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / usr.bin / cc50 / support-libs / libiberty-pic / Makefile
1 GCC_NO_PATH=    yes
2 GCC_NO_LIBS=    yes
3 LOCAL_CONFIG=   yes
4 .include "../Makefile.inc"
5 .PATH:  ${GCCDIR}/libiberty
6
7 LIB=            iberty
8 NOPROFILE=      yes
9 INTERNALLIB=    yes
10 GOOD_CONFIG=    ${.CURDIR}/../libiberty/config.h
11 CLEANFILES=     config.h
12
13 INSTALL_PIC_ARCHIVE=    yes
14
15 SRCS=           hashtab.c \
16                 xmalloc.c \
17                 simple-object.c \
18                 simple-object-coff.c \
19                 simple-object-elf.c \
20                 simple-object-mach-o.c \
21                 simple-object-xcoff.c \
22                 xstrerror.c \
23                 pex-unix.c \
24                 pex-common.c \
25                 argv.c \
26                 safe-ctype.c \
27                 xexit.c \
28                 xstrdup.c \
29                 make-temp-file.c \
30                 concat.c
31
32 config.h: ${GOOD_CONFIG}
33         cp ${.ALLSRC} .
34
35 depend all: config.h
36
37 .include <bsd.lib.mk>