home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Programming / GDBbundle-1.0-MIS / src / debug / gdb / libiberty / Makefile < prev    next >
Encoding:
Makefile  |  1997-02-25  |  274 b   |  8 lines

  1. NAME = libiberty.a
  2. CFILES = argv.c basename.c concat.c cplus-dem.c fdmatch.c getcwd.c \
  3.     getopt.c getopt1.c getruntime.c obstack.c spaces.c strdup.c \
  4.     strerror.c strsignal.c 
  5. HFILES = alloca-conf.h alloca-norm.h config.h
  6. OTHER_CFLAGS = -I../include
  7. include ../Makefile.lib
  8.