home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm.zip / source / Help / makhlp.mak
Text File  |  1996-06-20  |  448b  |  23 lines

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