binutil227: Add DF README's and local modifications.
[dragonfly.git] / gnu / usr.bin / binutils224 / libgold / Makefile
blob0d9f1bf09ec6ca386e61ba83a3b35dab2a0631df
1 .include "../Makefile.gld"
3 LIB= gold
4 WARNS= 1
5 INTERNALLIB= true
7 SRCS+= archive.cc \
8 attributes.cc \
9 binary.cc \
10 common.cc \
11 compressed_output.cc \
12 copy-relocs.cc \
13 cref.cc \
14 defstd.cc \
15 descriptors.cc \
16 dirsearch.cc \
17 dwarf_reader.cc \
18 dynobj.cc \
19 ehframe.cc \
20 errors.cc \
21 expression.cc \
22 fileread.cc \
23 gc.cc \
24 gdb-index.cc \
25 gold-threads.cc \
26 gold.cc \
27 icf.cc \
28 incremental.cc \
29 int_encoding.cc \
30 layout.cc \
31 mapfile.cc \
32 merge.cc \
33 nacl.cc \
34 object.cc \
35 options.cc \
36 output.cc \
37 parameters.cc \
38 plugin.cc \
39 readsyms.cc \
40 reduced_debug_output.cc \
41 reloc.cc \
42 resolve.cc \
43 script-sections.cc \
44 script.cc \
45 stringpool.cc \
46 symtab.cc \
47 target.cc \
48 target-select.cc \
49 timer.cc \
50 version.cc \
51 workqueue-threads.cc \
52 workqueue.cc \
53 yyscript.c \
54 mremap.c
56 .include <bsd.lib.mk>