home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm3.zip / source / exe / listpm.mak < prev   
Text File  |  1996-09-11  |  4KB  |  136 lines

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