home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pascal.zip / stackman / makefile.mak next >
Makefile  |  1995-10-29  |  494b  |  25 lines

  1. # Created by IBM WorkFrame/2 MakeMake at 14:16:13 on 10/29/95
  2. #
  3. # This makefile should be run in the following directory:
  4. #   f:\c_dev\bill\stackman
  5. #
  6. # The actions included in this makefile are:
  7. #   COMPILE::C Set ++ Compile
  8.  
  9. .all: \
  10.   .\stackman.obj
  11.  
  12. .SUFFIXES:
  13.  
  14. .SUFFIXES: .c
  15.  
  16. .c.obj:
  17.       @echo WF::COMPILE::C Set ++ Compile
  18.       icc.exe /Tl- /Ss /Ti /G4 /C %s
  19.  
  20. .\stackman.obj: \
  21.     f:\c_dev\bill\stackman\stackman.c \
  22.     ..\pcode\pcode_id.h \
  23.     makefile.mak
  24.  
  25.