repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for storing local symbols in a small structure to save
[binutils.git]
/
libiberty
/
makefile.dos
blob
7eba62c339531bc10ad33b7f5fb0a09fe8897b7c
1
CFLAGS=-O2
2
3
OBJS = \
4
argv.o \
5
basename.o \
6
concat.o \
7
cplus-dem.o \
8
fdmatch.o \
9
floatformat.o \
10
getopt.o \
11
getopt1.o \
12
getruntime.o \
13
hex.o \
14
msdos.o \
15
obstack.o \
16
spaces.o \
17
strerror.o \
18
strsignal.o \
19
xatexit.o \
20
xexit.o \
21
xmalloc.o \
22
$E
23
24
.c.o:
25
gcc -I../include $(CFLAGS) -c $<
26
27
libiberty.a : $(OBJS)
28
-rm libiberty.a
29
ar rvs libiberty.a $(OBJS)