Minor formatting changes.
[deliverable/binutils-gdb.git] / libiberty / makefile.dos
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)
This page took 0.030952 seconds and 4 git commands to generate.