home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm4.zip / source / Help / makhlp.mak < prev   
Makefile  |  1998-04-22  |  563b  |  30 lines

  1. # makhlp.mak
  2. # Created by IBM WorkFrame/2 MakeMake at 5:14:19 on 22 April 1998
  3. #
  4. # The actions included in this make file are:
  5. #  Compile::IPF Compiler
  6.  
  7. .SUFFIXES:
  8.  
  9. .SUFFIXES: \
  10.     .IPF .hlp 
  11.  
  12. .IPF.hlp:
  13.     @echo " Compile::IPF Compiler "
  14.     ipfc.exe %s
  15.  
  16. {g:\pe\local\os2\list\help}.IPF.hlp:
  17.     @echo " Compile::IPF Compiler "
  18.     ipfc.exe %s
  19.  
  20. {g:\pe\local\os2\list\ipf}.IPF.hlp:
  21.     @echo " Compile::IPF Compiler "
  22.     ipfc.exe %s
  23.  
  24. all: \
  25.     .\listpm.hlp
  26.  
  27. .\listpm.hlp: \
  28.     g:\pe\local\os2\list\ipf\listpm.IPF \
  29.     makhlp.mak
  30.