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

  1. #*******************************************************************************
  2. #* SAMPLE PROJECT: AMLE.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.  
  20. # IBM Developer's Workframe/2 Make File Creation run at 09:57:26 on 09/22/93
  21.  
  22. # Make File Creation run in directory:
  23. #   IBM C Set++ target_directory\IBMCPP\SAMPLES\ICLUI\MLE;
  24.  
  25. # Assumed INCLUDE environment variable path:
  26. #   IBM C Set++ target_directory\include;
  27. #   Toolkit 2.1 include path;
  28.  
  29.  
  30. INCLUDE002=.
  31. INCLUDE002=$(INCLUDE002);$(INCLUDE)
  32.  
  33. INCLUDE001=.
  34. INCLUDE001=$(INCLUDE001);$(INCLUDE)
  35.  
  36. INCLUDE000=$(INCLUDE)
  37.  
  38.  
  39. AMLE.RES:  AMLE.RC  \
  40.    {$(INCLUDE002)}AMLE.H  \
  41.    AMLE.MAK
  42.  
  43. AMLE.OBJ:  AMLE.CPP  \
  44. #  {$(INCLUDE000)}iapp.hpp  \
  45. #  {$(INCLUDE000)}imsgbox.hpp  \
  46. #  {$(INCLUDE000)}ireslib.hpp  \
  47. #  {$(INCLUDE000)}ifiledlg.hpp  \
  48. #  {$(INCLUDE000)}isubmenu.hpp  \
  49. #  {$(INCLUDE000)}ifont.hpp  \
  50. #  {$(INCLUDE000)}ifontdlg.hpp  \
  51. #  {$(INCLUDE000)}itrace.hpp  \
  52. #  {$(INCLUDE000)}ithread.hpp  \
  53.    {$(INCLUDE001)}amle.h  \
  54.    {$(INCLUDE001)}amle.hpp  \
  55. #    {$(INCLUDE000)}iframe.hpp  \
  56. #    {$(INCLUDE000)}icmdhdr.hpp  \
  57. #    {$(INCLUDE000)}imenuhdr.hpp  \
  58. #    {$(INCLUDE000)}imle.hpp  \
  59. #    {$(INCLUDE000)}ithread.hpp  \
  60. #    {$(INCLUDE000)}iinfoa.hpp  \
  61. #    {$(INCLUDE000)}ititle.hpp  \
  62. #    {$(INCLUDE000)}istring.hpp  \
  63.      {$(INCLUDE001)}auwmhdr.hpp  \
  64. #      {$(INCLUDE000)}ihandler.hpp  \
  65.    AMLE.MAK
  66.  
  67. AUWMHDR.OBJ:  AUWMHDR.CPP  \
  68.    {$(INCLUDE001)}auwmhdr.hpp  \
  69. #    {$(INCLUDE000)}ihandler.hpp  \
  70.    AMLE.MAK
  71.