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 >
Wrap
Text File
|
1995-04-14
|
543b
|
22 lines
#******************************************************************************
# Makefile for the INC directory
# Copyright (c) IBM Corporation 1992
# All Rights Reserved
#******************************************************************************
.SUFFIXES: .inc .h
TOOLSPATH=..\..\..\..\..\tools
!if [set INCLUDE=$(H);$(MAKEDIR)] || [set PATH=$(TOOLSPATH)]
!endif
H2I=h2inc
{$(H)}.h.inc:
$(H2I) -f -w $(H)\$*.h -o $*.inc
penei.inc penidc.inc penioctl.inc: $*.h
$(H2I) -c -t $*.h -o $@