# makefile
# Created by IBM WorkFrame/2 MakeMake at 19:26:30 on 10 Sept 2000
#
# The actions included in this make file are:
#  Compile::IPF Compiler

.SUFFIXES:

.SUFFIXES: \
    .IPF .hlp 

.IPF.hlp:
    @echo " Compile::IPF Compiler "
    ipfc.exe %s

{d:\C_Projects\ColEm_Help_Source}.IPF.hlp:
    @echo " Compile::IPF Compiler "
    ipfc.exe %s

all: \
    .\colem.hlp

.\colem.hlp: \
    d:\C_Projects\ColEm_Help_Source\colem.IPF
