binutils225: Trim sources that create empty objects.
[dragonfly.git] / gnu / usr.bin / binutils225 / block2 / libgold / Makefile
blob4658042eb0694ca29a1c4597d6743d1b2eba1604
1 .include "../../Makefile.inc1"
2 .include "../../block3/Makefile.gld"
4 LIB= gold
5 INTERNALLIB= true
7 # copied from gold/Makefile
8 SRCS= archive.cc \
9 attributes.cc \
10 binary.cc \
11 common.cc \
12 compressed_output.cc \
13 copy-relocs.cc \
14 cref.cc \
15 defstd.cc \
16 descriptors.cc \
17 dirsearch.cc \
18 dynobj.cc \
19 dwarf_reader.cc \
20 ehframe.cc \
21 errors.cc \
22 expression.cc \
23 fileread.cc \
24 gc.cc \
25 gdb-index.cc \
26 gold.cc \
27 gold-threads.cc \
28 icf.cc \
29 incremental.cc \
30 int_encoding.cc \
31 layout.cc \
32 mapfile.cc \
33 merge.cc \
34 nacl.cc \
35 object.cc \
36 options.cc \
37 output.cc \
38 parameters.cc \
39 plugin.cc \
40 readsyms.cc \
41 reduced_debug_output.cc \
42 reloc.cc \
43 resolve.cc \
44 script-sections.cc \
45 script.cc \
46 stringpool.cc \
47 symtab.cc \
48 target.cc \
49 target-select.cc \
50 timer.cc \
51 version.cc \
52 workqueue.cc
54 # only when ENABLE_THREADS
55 #SRCS+= workqueue-threads.cc
57 # extra sources
58 SRCS+= yyscript.c mremap.c
60 .include <bsd.lib.mk>