home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv7.zip / VACPP / IBMCPP / tutorial / ICLCC / TUTOR4 / TUTOR4.MAK < prev    next >
Makefile  |  1995-05-19  |  2KB  |  35 lines

  1. # /*************************************************************************
  2. #
  3. # IBM(R) VisualAge(TM) C++ for OS/2(R), Version 3
  4. #  - Collection Class Library -
  5. #
  6. # (C) Copyright IBM Corp. 1991, 1995.
  7. #  - Licensed Material - Program-Property of IBM - All Rights Reserved.
  8. #
  9. # *************************************************************************/
  10.  
  11.  
  12.  #*** Generated by WDEMake 1.7
  13. ALL : tutor4
  14.  
  15. CFLAGS = -q -Gn+ -Tdp -Ft- -Gd+ -Gm+  -D__OS2__ -DINO_FUNCTION_NAMES -D__INO_OBJSTR__ -D__INO_CONCUR__
  16.  
  17. example4.obj : example4.cpp ..\..\..\include\iglobals.h ..\..\..\include\iabbrev.h \
  18. ..\..\..\include\icompat.h ..\..\..\include\isynonym.h ..\..\..\include\isynonym.hpp \
  19. ..\..\..\include\inumpos.h ..\..\..\include\istdops.h ..\..\..\..\include\iiter.h person4.h \
  20. ..\..\..\include\iseq.h ..\..\..\include\ilnseq.h ..\..\..\include\icursor.h \
  21. ..\..\..\include\iilnseq.h ..\..\..\include\ibexcept.h ..\..\..\include\iexcbase.h ..\..\..\include\iexcbase.hpp \
  22. ..\..\..\include\imsgtext.hpp ..\..\..\include\ibexctxt.h ..\..\..\include\ibexcdef.h \
  23. ..\..\..\include\imsgtext.h ..\..\..\include\ibexctxt.inl ..\..\..\include\ilnseq.inl ..\..\..\include\ilnseq.c
  24.  @icc -c $(CFLAGS)  -Foexample4.obj example4.cpp
  25.  
  26. example4.exe : ..\..\..\lib\CPPOOC3I.lib  example4.obj
  27.  @icc  $(CFLAGS) -B"/NOE /NOD /EXEPACK"   -Feexample4.exe example4.obj ..\..\..\lib\CPPOOC3I.lib ..\..\..\lib\CPPOM30I.LIB os2386.lib
  28. # @-touch2 example4.obj  -Bexample4.exe
  29.  
  30. example4.out : example4.exe
  31.  @example4.exe >example4.out 2>example4.err
  32. # @-touch2 example4.exe -Bexample4.out
  33.  
  34. tutor4 : example4.out
  35.