home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm2.zip / source / debug / LISTPMd.MAK < prev   
Text File  |  1996-07-06  |  4KB  |  133 lines

  1. # listpmd.mak
  2. # Created by IBM WorkFrame/2 MakeMake at 8:59:25 on 6 July 1996
  3. #
  4. # The actions included in this make file are:
  5. #  Compile::C++ Compiler
  6. #  Link::Linker
  7. #  Bind::Resource Bind
  8.  
  9. .SUFFIXES: .cpp .obj 
  10.  
  11. .all: \
  12.     .\listpm.exe
  13.  
  14. .cpp.obj:
  15.     @echo " Compile::C++ Compiler "
  16.     icc.exe /I..\res /Ti /Gm /Gd /G4 /Fb /C %s
  17.  
  18. {g:\pe\local\os2\list\Res}.cpp.obj:
  19.     @echo " Compile::C++ Compiler "
  20.     icc.exe /I..\res /Ti /Gm /Gd /G4 /Fb /C %s
  21.  
  22. {g:\pe\local\os2\list}.cpp.obj:
  23.     @echo " Compile::C++ Compiler "
  24.     icc.exe /I..\res /Ti /Gm /Gd /G4 /Fb /C %s
  25.  
  26. .\listpm.exe: \
  27.     .\search.obj \
  28.     .\appmain.obj \
  29.     .\aprofile.obj \
  30.     .\findmle.obj \
  31.     .\glbfont.obj \
  32.     .\isdir.obj \
  33.     .\list.obj \
  34.     .\listrun.obj \
  35.     .\listthrd.obj \
  36.     .\ltprof.obj \
  37.     g:\pe\local\os2\list\Res\listpm.Res \
  38.     listpmd.mak
  39.     @echo " Link::Linker "
  40.     @echo " Bind::Resource Bind "
  41.     icc.exe @<<
  42.      /Tdp 
  43.      /B" /de /br /pmtype:pm"
  44.      /Felistpm.exe 
  45.      .\search.obj
  46.      .\appmain.obj
  47.      .\aprofile.obj
  48.      .\findmle.obj
  49.      .\glbfont.obj
  50.      .\isdir.obj
  51.      .\list.obj
  52.      .\listrun.obj
  53.      .\listthrd.obj
  54.      .\ltprof.obj
  55. <<
  56.     rc.exe g:\pe\local\os2\list\Res\listpm.Res listpm.exe
  57.  
  58. .\ltprof.obj: \
  59.     g:\pe\local\os2\list\ltprof.cpp \
  60.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
  61.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}Ltper.hpp \
  62.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}LtProf.hpp \
  63.     listpmd.mak
  64.  
  65. .\listthrd.obj: \
  66.     g:\pe\local\os2\list\listthrd.cpp \
  67.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}appmain.hpp \
  68.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listthrd.hpp \
  69.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listrun.hpp \
  70.     listpmd.mak
  71.  
  72. .\listrun.obj: \
  73.     g:\pe\local\os2\list\listrun.cpp \
  74.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}search.hpp \
  75.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listpm.h \
  76.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}isdir.hpp \
  77.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}list.hpp \
  78.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listthrd.hpp \
  79.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listrun.hpp \
  80.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}timeshow.hpp \
  81.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}exwmbox.hpp \
  82.     listpmd.mak
  83.  
  84. .\list.obj: \
  85.     g:\pe\local\os2\list\list.cpp \
  86.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}search.hpp \
  87.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listpm.h \
  88.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
  89.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}findmle.hpp \
  90.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}glbfont.hpp \
  91.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}isdir.hpp \
  92.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}list.hpp \
  93.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listthrd.hpp \
  94.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}glbsize.hpp \
  95.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}glbwrap.hpp \
  96.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}OneOf.hpp \
  97.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listrun.hpp \
  98.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}Ltper.hpp \
  99.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}LtProf.hpp \
  100.     listpmd.mak
  101.  
  102. .\isdir.obj: \
  103.     g:\pe\local\os2\list\isdir.cpp \
  104.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}isdir.hpp \
  105.     listpmd.mak
  106.  
  107. .\glbfont.obj: \
  108.     g:\pe\local\os2\list\glbfont.cpp \
  109.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
  110.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}glbfont.hpp \
  111.     listpmd.mak
  112.  
  113. .\findmle.obj: \
  114.     g:\pe\local\os2\list\findmle.cpp \
  115.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}findmle.hpp \
  116.     listpmd.mak
  117.  
  118. .\aprofile.obj: \
  119.     g:\pe\local\os2\list\aprofile.cpp \
  120.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
  121.     listpmd.mak
  122.  
  123. .\appmain.obj: \
  124.     g:\pe\local\os2\list\appmain.cpp \
  125.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}appmain.hpp \
  126.     listpmd.mak
  127.  
  128. .\search.obj: \
  129.     g:\pe\local\os2\list\search.cpp \
  130.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}search.hpp \
  131.     {g:\pe\local\os2\list;..\res;$(INCLUDE);}listpm.h \
  132.     listpmd.mak
  133.