home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / extensions / test / InsPEX / include / make.include next >
Encoding:
Text File  |  1991-02-15  |  155 b   |  11 lines

  1. # $XConsortium: make.include,v 5.1 91/02/16 10:04:32 rws Exp $
  2. # Makefile for include files
  3.  
  4. SRC = pdt.h wdt.h
  5.     
  6. src: $(SRC)
  7.  
  8. copy:
  9.     cp $(SRC) $(DESTDIR)
  10.  
  11.