home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / gas-211 / libibert / makefile.dos < prev    next >
Encoding:
Makefile  |  1993-11-28  |  567 b   |  31 lines

  1. *** orig/gas-211/libibert/makefile.dos    Sun May 30 12:46:20 1993
  2. --- src/gas-211/libibert/makefile.dos    Sun Nov 28 01:08:38 1993
  3. ***************
  4. *** 0 ****
  5. --- 1,25 ----
  6. + CFLAGS=-O2
  7. + OBJS = \
  8. +     strsignal.o \
  9. +     msdos.o \
  10. +     argv.o \
  11. +     basename.o \
  12. +     concat.o \
  13. +     cplus-dem.o \
  14. +     fdmatch.o \
  15. +     getopt.o \
  16. +     getopt1.o \
  17. +     ieee-float.o \
  18. +     obstack.o \
  19. +     spaces.o \
  20. +     strerror.o \
  21. +     strsignal.o \
  22. +     $E
  23. + .c.o:
  24. +     gcc -I../include $(CFLAGS) -c $<
  25. + libiberty.a : $(OBJS)
  26. +     -rm libiberty.a
  27. +     ar rvs libiberty.a $(OBJS)
  28.