home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / PEN / PENTKT / PENBASE / INC / MAKEFILE next >
Text File  |  1995-04-14  |  543b  |  22 lines

  1. #******************************************************************************
  2. #  Makefile for the INC directory
  3. #  Copyright (c) IBM Corporation 1992
  4. #  All Rights Reserved
  5. #******************************************************************************
  6.  
  7. .SUFFIXES:      .inc .h
  8.  
  9. TOOLSPATH=..\..\..\..\..\tools
  10.  
  11. !if [set INCLUDE=$(H);$(MAKEDIR)] || [set PATH=$(TOOLSPATH)]
  12. !endif
  13.  
  14. H2I=h2inc
  15.  
  16. {$(H)}.h.inc:
  17.         $(H2I) -f -w $(H)\$*.h -o $*.inc
  18.  
  19.  
  20. penei.inc penidc.inc penioctl.inc: $*.h
  21.         $(H2I) -c -t $*.h -o $@
  22.