home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / fractz.zip / MAKEFILE.DEP < prev    next >
Text File  |  1994-01-17  |  877b  |  41 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 15:55:23 on 01/17/94
  2.  
  3. # Make File Creation run in directory:
  4. #   F:\FRACTZ;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   F:\FRACTZ;
  8. #   F:\IBMCPP\INCLUDE;
  9. #   F:\IBMCPP\IBMCLASS;
  10. #   F:\TOOLKT21\CPLUS\OS2H;
  11. #   F:\TOOLKT21\C\OS2H;
  12. #   F:\TOOLKT21\C\OS2H\VDD;
  13. #   F:\TOOLKT21\ASM\OS2INC;
  14.  
  15.  
  16. INCLUDE002=.
  17. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  18.  
  19. INCLUDE001=.
  20. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  21.  
  22. INCLUDE000=$(INCLUDE)
  23.  
  24.  
  25. FRACTZ.RES:  FRACTZ.RC  \
  26. #  {$(INCLUDE002)}OS2.H  \
  27.    {$(INCLUDE002)}FRACTZ.H  \
  28.    FRACTZ.ICO  \
  29.    FRACTZ.DLG  \
  30.      FRACTZ.H  \
  31.    MAKEFILE
  32.  
  33. fractz.OBJ:  fractz.cpp  \
  34. #  {$(INCLUDE000)}os2.h  \
  35. #  {$(INCLUDE000)}stdlib.h  \
  36. #  {$(INCLUDE000)}stdio.h  \
  37. #  {$(INCLUDE000)}string.h  \
  38. #  {$(INCLUDE000)}complex.h  \
  39.    {$(INCLUDE001)}fractz.h  \
  40.    MAKEFILE
  41.