home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / printq / helloq2 / makefile.dep < prev   
Makefile  |  1993-08-19  |  601b  |  27 lines

  1. # IBM Developer's Workframe/2 Make File Creation run at 22:02:05 on 07/08/93
  2.  
  3. # Make File Creation run in directory:
  4. #   C:\SOURCE\HELLOQ2;
  5.  
  6. # Assumed INCLUDE environment variable path:
  7. #   C:\IBMC\INCLUDE;
  8. #   C:\TOOLKT20\C\OS2H;
  9. #   C:\TOOLKT20\ASM\OS2INC;
  10.  
  11.  
  12. HELLO.RES:  HELLO.RC  \
  13. #  {.;$(INCLUDE)}OS2.H  \
  14.    {.;$(INCLUDE)}HELLO.H  \
  15.    HELLO.ICO  \
  16.    HELLO.DLG  \
  17.      HELLO.H  \
  18.    MAKEFILE
  19.  
  20. hello.OBJ:  hello.c  \
  21. #  {$(INCLUDE);}printq.h  \
  22. #  {$(INCLUDE);}stdio.h  \
  23. #  {$(INCLUDE);}stdlib.h  \
  24. #  {$(INCLUDE);}string.h  \
  25.    {.;$(INCLUDE);}hello.h  \
  26.    MAKEFILE
  27.