home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-05-31 | 598 b | 32 lines |
- *** orig/gas-211/libibert/makefile.dos Sun May 30 15:46:20 1993
- --- src/gas-211/libibert/makefile.dos Sun May 30 15:55:14 1993
- ***************
- *** 0 ****
- --- 1,26 ----
- + CFLAGS=-O
- +
- + OBJS = \
- + strsignal.o \
- + msdos.o \
- + argv.o \
- + basename.o \
- + concat.o \
- + cplus-dem.o \
- + fdmatch.o \
- + getopt.o \
- + getopt1.o \
- + ieee-float.o \
- + obstack.o \
- + spaces.o \
- + strerror.o \
- + strsignal.o \
- + $E
- +
- + .c.o:
- + gcc -I../include $(CFLAGS) -c $<
- +
- + libiberty.a : $(OBJS)
- + -rm libiberty.a
- + >libiberty.rf $(OBJS)
- + ar rvs libiberty.a @libiberty.rf
-