home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-base.tgz / libg++-2.7.1-src.tar / fsf / libg++ / libiberty / makefile.dos < prev    next >
Makefile  |  1995-07-10  |  367b  |  30 lines

  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)
  30.