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

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