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

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