# makefile
# Erstellt von IBM WorkFrame/2 MakeMake um 23:53:51 am 13 Dez 1998
#
# Diese Make-Datei enthlt folgende Aktionen:
#  Compile::C++ Compiler
#  Link::Linker

.SUFFIXES:

.SUFFIXES: \
    .c .cpp .obj

.c.obj:
    @echo " Compile::C++ Compiler "
    icc.exe $(CDB) /D$(OPTION) /Id:\work\c\time_cs /Id:\work\c\time_cs\timeclnt /Ss /Q /Weffextparprorearetuniuse /Gm /G5 /C %s

{d:\work\c\time_cs\timeclnt}.c.obj:
    @echo " Compile::C++ Compiler "
    icc.exe $(CDB) /D$(OPTION) /Id:\work\c\time_cs /Id:\work\c\time_cs\timeclnt /Ss /Q /Weffextparprorearetuniuse /Gm /G5 /C %s

{d:\work\c\time_cs}.c.obj:
    @echo " Compile::C++ Compiler "
    icc.exe $(CDB) /D$(OPTION) /Id:\work\c\time_cs /Id:\work\c\time_cs\timeclnt /Ss /Q /Weffextparprorearetuniuse /Gm /G5 /C %s

.cpp.obj:
    @echo " Compile::C++ Compiler "
    icc.exe $(CDB) /D$(OPTION) /Id:\work\c\time_cs /Id:\work\c\time_cs\timeclnt /Ss /Q /Weffextparprorearetuniuse /Gm /G5 /C %s

{d:\work\c\time_cs\timeclnt}.cpp.obj:
    @echo " Compile::C++ Compiler "
    icc.exe $(CDB) /D$(OPTION) /Id:\work\c\time_cs /Id:\work\c\time_cs\timeclnt /Ss /Q /Weffextparprorearetuniuse /Gm /G5 /C %s

{d:\work\c\time_cs}.cpp.obj:
    @echo " Compile::C++ Compiler "
    icc.exe $(CDB) /D$(OPTION) /Id:\work\c\time_cs /Id:\work\c\time_cs\timeclnt /Ss /Q /Weffextparprorearetuniuse /Gm /G5 /C %s

.\TimeClnt.exe: \
    .\TimeClnt.obj \
    .\NetBIOS.obj \
    .\ShareMem.obj \
    {$(LIB)}acsnetb.lib \
    {$(LIB)}timeclnt.def
    @echo " Link::Linker "
    icc.exe @<<
     /Q /B" $(LDB) /packd /m"
     /FeTimeClnt.exe
     acsnetb.lib
     timeclnt.def
     .\TimeClnt.obj
     .\NetBIOS.obj
     .\ShareMem.obj
<<

!include "makefile.DEP"
