#******************************************************************************
#  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 $@
