home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / treecnr.zip / TreeCnr.mak < prev    next >
Text File  |  1996-02-28  |  2KB  |  45 lines

  1. #*******************************************************************************
  2. # FILE NAME: TreeCnr.mak                                                       *
  3. #                                                                              *
  4. # DESCRIPTION:                                                                 *
  5. #   Make file for class:                                                       *
  6. #     TreeCnr- Sample tree view container application                          *
  7. # ---------------------------------------------------------------------------- *
  8. # Warning: This file was generated by the VisualAge C++ Visual Builder.        *
  9. # Modifications to this source file will be lost when the part is regenerated. *
  10. #******************************************************************************/
  11. PARTCPPFLAGS=-FtTreeCnr -Gm+ -Tdp -Gd+ -I. -Ti+ -DIC_TRACE_DEVELOP
  12. APPCPPFLAGS=-FtTreeCnr -Gm+ -Tdp -Gd+ -I. -Ti+ -DIC_TRACE_DEVELOP
  13.  
  14. all:   TreeCnr
  15.  
  16. TreeCnr:   TreeCnr.exe
  17.  
  18. TreeCnr.exe:   TreeCnr.o TreeCnr.obj Person.obj \
  19.         TreeCnr.res
  20.           icc $(PARTCPPFLAGS) /B"TreeCnr.o /pmtype:pm" \
  21.              TreeCnr.obj Person.obj \
  22.              /FeTreeCnr.exe /FmTreeCnr.map \
  23.              cppoov3i.lib os2386.lib
  24.           rc TreeCnr.res TreeCnr.exe
  25.  
  26. TreeCnr.obj:   TreeCnr.cpp {$(INCLUDE)}TreeCnr.hpp {$(INCLUDE)}TreeCnr.h \
  27.         {$(INCLUDE)}Person.hpp {$(INCLUDE)}Person.h {$(INCLUDE)}Person.h \
  28.         treecnr.cpv treecnr.hpv
  29.           ICC -c $(PARTCPPFLAGS)  TreeCnr.cpp
  30.  
  31. TreeCnr.o:   TreeCnr.app TreeCnr.hpp
  32.           ICC -c $(APPCPPFLAGS) -FoTreeCnr.o TreeCnr.app
  33.  
  34. Person.obj:   Person.cpp {$(INCLUDE)}Person.hpp {$(INCLUDE)}Person.h \
  35.         {$(INCLUDE)}person.hpv person.cpv
  36.           ICC -c $(PARTCPPFLAGS)  Person.cpp
  37.  
  38. TreeCnr.res:   TreeCnr.rcx TreeCnr.rci {$(INCLUDE)}TreeCnr.h \
  39.         Person.rci {$(INCLUDE)}Person.h
  40.           ICC -c /Pc+ /Pe+ /I. TreeCnr.rcx
  41.           - erase TreeCnr.rc 2> nul
  42.           rename TreeCnr.i TreeCnr.rc > nul
  43.           rc -r TreeCnr.rc
  44.  
  45.