home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / SAMPLES / ICLUI / HELLO3 / AMAKE3.DEP < prev    next >
Text File  |  1993-09-27  |  2KB  |  47 lines

  1. #*******************************************************************************
  2. #* SAMPLE PROJECT: AMAKE3.DEP                                                  *
  3. #*                                                                             *
  4. #* COPYRIGHT:                                                                  *
  5. #* ----------                                                                  *
  6. #* Copyright (C) International Business Machines Corp., 1991,1992,1993.        *
  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:02:43 on 09/22/93
  20.  
  21. # Make File Creation run in directory:
  22. #   IBM C Set++ target_directory\IBMCPP\SAMPLES\ICLUI\HELLO3;
  23.  
  24. # Assumed INCLUDE environment variable path:
  25. #   IBM C Set++ target_directory\include;
  26. #   Toolkit 2.1 include path;
  27.  
  28.  
  29. INCLUDE002=.
  30. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  31.  
  32. INCLUDE001=.
  33. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  34.  
  35. INCLUDE000=$(INCLUDE)
  36.  
  37.  
  38. AHELLOW3.RES:  AHELLOW3.RC  \
  39.    {$(INCLUDE002)}AHELLOW3.H  \
  40.    AMAKE3.MAK
  41.  
  42. AHELLOW3.OBJ:  AHELLOW3.CPP  \
  43. #  {$(INCLUDE000)}iapp.hpp  \
  44.    {$(INCLUDE001)}ahellow3.hpp  \
  45. #    {$(INCLUDE000)}iframe.hpp  \
  46.    AMAKE3.MAK
  47.