home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / igpb1.zip / AMAKE4.DEP < prev    next >
Text File  |  1994-03-11  |  2KB  |  53 lines

  1. #*******************************************************************************
  2. #* SAMPLE PROJECT: AMAKE4.DEP                                                  *
  3. #*                                                                             *
  4. #* COPYRIGHT:                                                                  *
  5. #* ----------                                                                  *
  6. #* Copyright (C) International Business Machines Corp., 1991,1992.             *
  7. #*                                                                             *
  8. #* DISCLAIMER OF WARRANTIES:                                                   *
  9. #* -------------------------                                                   *
  10. #* The following [enclosed] code is sample code created by IBM                 *
  11. #* Corporation.  This sample code is not part of any standard IBM product      *
  12. #* and is provided to you solely for the purpose of assisting you in the       *
  13. #* development of your applications.  The code is provided "AS IS",            *
  14. #* without warranty of any kind.  IBM shall not be liable for any damages      *
  15. #* arising out of your use of the sample code, even if they have been          *
  16. #* advised of the possibility of such damages.                                 *
  17. #*                                                                             *
  18. #*******************************************************************************
  19. # IBM Developer's Workframe/2 Make File Creation run at 10:06:06 on 09/22/93
  20.  
  21. # Make File Creation run in directory:
  22. #   IBM C Set++ target_directory\IBMCPP\SAMPLES\ICLUI\HELLO4;
  23.  
  24. # Assumed INCLUDE environment variable path:
  25. #   IBM C Set++ target_directory\include;
  26. #   Toolkit 2.1 include path;
  27.  
  28. INCLUDE002=.
  29. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  30.  
  31. INCLUDE001=.
  32. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  33.  
  34. INCLUDE000=$(INCLUDE)
  35.  
  36.  
  37. AHELLOW4.RES:  AHELLOW4.RC  \
  38. #  {$(INCLUDE002)}OS2.H  \
  39.    {$(INCLUDE002)}AHELLOW4.H  \
  40.    AMAKE4.MAK
  41.  
  42. ADIALOG4.OBJ:  ADIALOG4.CPP  \
  43. #  {$(INCLUDE000)}ientryfd.hpp  \
  44.    {$(INCLUDE001)}ahellow4.h  \
  45.    AMAKE4.MAK
  46.  
  47. AHELLOW4.OBJ:  AHELLOW4.CPP  \
  48. #  {$(INCLUDE000)}iapp.hpp  \
  49.    {$(INCLUDE001)}ahellow4.hpp  \
  50.    {$(INCLUDE001)}igpbrdr.hpp  \
  51. #    {$(INCLUDE000)}iframe.hpp  \
  52.    AMAKE4.MAK
  53.