home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv7.zip / VACPP / IBMCPP / tutorial / ICLCC / TUTOR2 / TUTOR2.MAK < prev    next >
Makefile  |  1995-05-19  |  1KB  |  29 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 : tutor2
  14.  
  15. CFLAGS = -q -Gn+ -Tdp -Ft- -Gd+ -Gm+  -D__OS2__ -DINO_FUNCTION_NAMES -D__INO_OBJSTR__ -D__INO_CONCUR__
  16. xample2.obj : xample2.cpp person2.h ..\..\..\include\iglobals.h \
  17. ..\..\..\include\ieqseq.h ..\..\..\include\iset.h
  18.  @icc -c $(CFLAGS)  -Foexample2.obj example2.cpp
  19.  
  20. example2.exe : ..\..\..\lib\CPPOOC3I.lib  example2.obj
  21.  @icc  $(CFLAGS) -B"/NOE /NOD /EXEPACK"   -Feexample2.exe example2.obj ..\..\..\lib\CPPOOC3I.lib  ..\..\..\lib\CPPOM30I.LIB os2386.lib
  22. # @-touch2 example2.obj  -Bexample2.exe
  23.  
  24. example2.out : example2.exe
  25.  @example2.exe >example2.out 2>example2.err
  26. # @-touch2 example2.exe -Bexample2.out
  27.  
  28. tutor2 : example2.out
  29.