home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / debug / gdb / include / Makefile < prev    next >
Encoding:
Makefile  |  1993-07-07  |  232 b   |  8 lines

  1. HFILES = ansidecl.h aout/stab.def aout/stab_gnu.h bfd.h demangle.h getopt.h obstack.h wait.h opcode/m68k.h
  2.  
  3. installsrc installGNUsrc::
  4.     mkdirs $(SRCROOT)
  5.     tar cf - Makefile $(HFILES) | (cd $(SRCROOT); tar xf -)
  6.  
  7. install all clean::
  8.