home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 5 Edit
/
05-Edit.zip
/
listpm.zip
/
source
/
debug
/
LISTPMd.MAK
< prev
Wrap
Text File
|
1996-07-06
|
4KB
|
133 lines
# listpmd.mak
# Created by IBM WorkFrame/2 MakeMake at 8:59:25 on 6 July 1996
#
# The actions included in this make file are:
# Compile::C++ Compiler
# Link::Linker
# Bind::Resource Bind
.SUFFIXES: .cpp .obj
.all: \
.\listpm.exe
.cpp.obj:
@echo " Compile::C++ Compiler "
icc.exe /I..\res /Ti /Gm /Gd /G4 /Fb /C %s
{g:\pe\local\os2\list\Res}.cpp.obj:
@echo " Compile::C++ Compiler "
icc.exe /I..\res /Ti /Gm /Gd /G4 /Fb /C %s
{g:\pe\local\os2\list}.cpp.obj:
@echo " Compile::C++ Compiler "
icc.exe /I..\res /Ti /Gm /Gd /G4 /Fb /C %s
.\listpm.exe: \
.\search.obj \
.\appmain.obj \
.\aprofile.obj \
.\findmle.obj \
.\glbfont.obj \
.\isdir.obj \
.\list.obj \
.\listrun.obj \
.\listthrd.obj \
.\ltprof.obj \
g:\pe\local\os2\list\Res\listpm.Res \
listpmd.mak
@echo " Link::Linker "
@echo " Bind::Resource Bind "
icc.exe @<<
/Tdp
/B" /de /br /pmtype:pm"
/Felistpm.exe
.\search.obj
.\appmain.obj
.\aprofile.obj
.\findmle.obj
.\glbfont.obj
.\isdir.obj
.\list.obj
.\listrun.obj
.\listthrd.obj
.\ltprof.obj
<<
rc.exe g:\pe\local\os2\list\Res\listpm.Res listpm.exe
.\ltprof.obj: \
g:\pe\local\os2\list\ltprof.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}Ltper.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}LtProf.hpp \
listpmd.mak
.\listthrd.obj: \
g:\pe\local\os2\list\listthrd.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}appmain.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listthrd.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listrun.hpp \
listpmd.mak
.\listrun.obj: \
g:\pe\local\os2\list\listrun.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}search.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listpm.h \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}isdir.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}list.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listthrd.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listrun.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}timeshow.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}exwmbox.hpp \
listpmd.mak
.\list.obj: \
g:\pe\local\os2\list\list.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}search.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listpm.h \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}findmle.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}glbfont.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}isdir.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}list.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listthrd.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}glbsize.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}glbwrap.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}OneOf.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listrun.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}Ltper.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}LtProf.hpp \
listpmd.mak
.\isdir.obj: \
g:\pe\local\os2\list\isdir.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}isdir.hpp \
listpmd.mak
.\glbfont.obj: \
g:\pe\local\os2\list\glbfont.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}glbfont.hpp \
listpmd.mak
.\findmle.obj: \
g:\pe\local\os2\list\findmle.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}findmle.hpp \
listpmd.mak
.\aprofile.obj: \
g:\pe\local\os2\list\aprofile.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}AProfile.hpp \
listpmd.mak
.\appmain.obj: \
g:\pe\local\os2\list\appmain.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}appmain.hpp \
listpmd.mak
.\search.obj: \
g:\pe\local\os2\list\search.cpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}search.hpp \
{g:\pe\local\os2\list;..\res;$(INCLUDE);}listpm.h \
listpmd.mak