home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm4.zip / source / exe / listpm.mak < prev   
Makefile  |  1998-04-22  |  5KB  |  149 lines

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