xref: /dflybsd-src/gnu/usr.bin/cc80/support-libs/libiberty/Makefile (revision 2233c95bde434daa782d51440e2219ed852a02dd)
1GCC_NO_PATH=	yes
2GCC_NO_LIBS=	yes
3LOCAL_CONFIG=	yes
4.include "../Makefile.inc"
5.PATH:	${GCCDIR}/libiberty
6
7LIB=		iberty
8INTERNALLIB=	YES
9
10# Object files present after vendor-built libiberty created.
11REQUIRED_OFILES= \
12	alloca.o \
13	argv.o \
14	choose-temp.o \
15	concat.o \
16	cp-demangle.o \
17	cp-demint.o \
18	cplus-dem.o \
19	crc32.o \
20	d-demangle.o \
21	dwarfnames.o \
22	dyn-string.o \
23	fdmatch.o \
24	fibheap.o \
25	filename_cmp.o \
26	floatformat.o \
27	fnmatch.o \
28	fopen_unlocked.o \
29	getopt.o \
30	getopt1.o \
31	getpwd.o \
32	getruntime.o \
33	hashtab.o \
34	hex.o \
35	lbasename.o \
36	lrealpath.o \
37	make-relative-prefix.o \
38	make-temp-file.o \
39	md5.o \
40	objalloc.o \
41	obstack.o \
42	partition.o \
43	pex-common.o \
44	pex-one.o \
45	pex-unix.o \
46	pexecute.o \
47	physmem.o \
48	regex.o \
49	rust-demangle.o \
50	safe-ctype.o \
51	sha1.o \
52	simple-object-coff.o \
53	simple-object-elf.o \
54	simple-object-mach-o.o \
55	simple-object-xcoff.o \
56	simple-object.o \
57	sort.o \
58	spaces.o \
59	splay-tree.o \
60	stack-limit.o\
61	strerror.o \
62	strsignal.o \
63	strverscmp.o \
64	timeval-utils.o \
65	unlink-if-ordinary.o \
66	vprintf-support.o \
67	xatexit.o \
68	xasprintf.o \
69	xexit.o \
70	xmalloc.o \
71	xmemdup.o \
72	xstrdup.o \
73	xstrerror.o \
74	xstrndup.o \
75	xvasprintf.o
76
77SRCS=	${REQUIRED_OFILES:T:.o=.c}
78
79.include <bsd.lib.mk>
80