diff --git a/uppsrc/Web/TServ/Makefile.ubuntu b/uppsrc/Web/TServ/Makefile.ubuntu new file mode 100644 index 000000000..c12d8f760 --- /dev/null +++ b/uppsrc/Web/TServ/Makefile.ubuntu @@ -0,0 +1,3470 @@ + UPPDIR1 = /mnt/shared/ts/ + +UPPOUT = /uppout/ +CINC = -I$(UPPDIR1) -I/usr/include/freetype2 -Ie:\src\trcdev\iptel +Macro = -DflagGCC -DflagDEBUG -DflagSHARED -DflagDEBUG_FULL -DflagLINUX +CC = c++ -c -D_DEBUG -O0 -ggdb -g2 +CFLAGS = $(CC) -x c +CPPFLAGS = $(CC) -x c++ +LIBPATH = -L"/usr/X11R6/lib" -L"/usr/local/src/arptables-v0.0.3-2/" -L"/usr/lib/mysql" +AR = ar -sr +OutDir_Web_TServ = $(UPPOUT)Web/TServ/GCC33_5-Debug-Debug_full-Gcc-Linux-Main-Shared/ +Macro_Web_TServ = $(Macro) -DflagMAIN +OutDir_Web = $(UPPOUT)Web/GCC33_5-Debug-Debug_full-Gcc-Linux-Shared/ +Macro_Web = $(Macro) +OutDir_plugin_bz2 = $(UPPOUT)plugin/bz2/GCC33_5-Debug-Debug_full-Gcc-Linux-Shared/ +Macro_plugin_bz2 = $(Macro) +OutDir_Core = $(UPPOUT)Core/GCC33_5-Debug-Debug_full-Gcc-Linux-Shared/ +Macro_Core = $(Macro) +OutDir_plugin_z = $(UPPOUT)plugin/z/GCC33_5-Debug-Debug_full-Gcc-Linux-Shared/ +Macro_plugin_z = $(Macro) + +OutDir = $(OutDir_Web_TServ) +OutFile = $(OutDir)TServ + +.PHONY: all +all: install $(OutFile) + +.PHONY: install +install: + -mkdir -p $(OutDir) + -mkdir -p $(OutDir_Web_TServ) + -mkdir -p $(OutDir_Web) + -mkdir -p $(OutDir_plugin_bz2) + -mkdir -p $(OutDir_Core) + -mkdir -p $(OutDir_plugin_z) + +$(OutFile): \ + $(OutDir_Web_TServ)tserv.o \ + $(OutDir_Web)Web_init.o \ + $(OutDir_Web)Web.a \ + $(OutDir_plugin_bz2)bz2.a \ + $(OutDir_Core)Core.a \ + $(OutDir_plugin_z)z.a + c++ -o $(OutFile) -ggdb $(LIBPATH) -Wl,-O,2 $(LINKOPTIONS) \ + $(OutDir_Web_TServ)tserv.o \ + -Wl,--start-group \ + $(OutDir_Web)Web_init.o \ + $(OutDir_Web)Web.a \ + $(OutDir_plugin_bz2)bz2.a \ + $(OutDir_Core)Core.a \ + $(OutDir_plugin_z)z.a \ + -lpthread \ + -ldl \ + -lz \ + -Wl,--end-group + + +$(OutDir_Web_TServ)tserv.o: $(UPPDIR1)Web/TServ/tserv.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/TServ/version.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web_TServ) $(UPPDIR1)Web/TServ/tserv.cpp -o $(OutDir_Web_TServ)tserv.o + +$(OutDir_Web)Web_init.o: $(UPPDIR1)Web/Web_init.icpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h \ + $(UPPDIR1)Web/Web.t + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/Web_init.icpp -o $(OutDir_Web)Web_init.o + +$(OutDir_Web)util.o: $(UPPDIR1)Web/util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/util.cpp -o $(OutDir_Web)util.o + +$(OutDir_Web)md5.o: $(UPPDIR1)Web/md5.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/md5.cpp -o $(OutDir_Web)md5.o + +$(OutDir_Web)html.o: $(UPPDIR1)Web/html.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/html.cpp -o $(OutDir_Web)html.o + +$(OutDir_Web)socket.o: $(UPPDIR1)Web/socket.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/socket.cpp -o $(OutDir_Web)socket.o + +$(OutDir_Web)httpsrv.o: $(UPPDIR1)Web/httpsrv.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/httpsrv.cpp -o $(OutDir_Web)httpsrv.o + +$(OutDir_Web)httpcli.o: $(UPPDIR1)Web/httpcli.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/httpcli.cpp -o $(OutDir_Web)httpcli.o + +$(OutDir_Web)auth.o: $(UPPDIR1)Web/auth.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/auth.cpp -o $(OutDir_Web)auth.o + +$(OutDir_Web)smtp.o: $(UPPDIR1)Web/smtp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/smtp.cpp -o $(OutDir_Web)smtp.o + +$(OutDir_Web)sproc.o: $(UPPDIR1)Web/sproc.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)Web/auth.h \ + $(UPPDIR1)Web/html.h \ + $(UPPDIR1)Web/httpcli.h \ + $(UPPDIR1)Web/httpsrv.h \ + $(UPPDIR1)Web/smtp.h \ + $(UPPDIR1)Web/socket.h \ + $(UPPDIR1)Web/sproc.h \ + $(UPPDIR1)Web/util.h \ + $(UPPDIR1)Web/Web.h + $(CPPFLAGS) $(CINC) $(Macro_Web) $(UPPDIR1)Web/sproc.cpp -o $(OutDir_Web)sproc.o + +$(OutDir_Web)Web.a: \ + $(OutDir_Web)util.o \ + $(OutDir_Web)md5.o \ + $(OutDir_Web)html.o \ + $(OutDir_Web)socket.o \ + $(OutDir_Web)httpsrv.o \ + $(OutDir_Web)httpcli.o \ + $(OutDir_Web)auth.o \ + $(OutDir_Web)smtp.o \ + $(OutDir_Web)sproc.o + $(AR) $(OutDir_Web)Web.a \ + $(OutDir_Web)util.o \ + $(OutDir_Web)md5.o \ + $(OutDir_Web)html.o \ + $(OutDir_Web)socket.o \ + $(OutDir_Web)httpsrv.o \ + $(OutDir_Web)httpcli.o \ + $(OutDir_Web)auth.o \ + $(OutDir_Web)smtp.o \ + $(OutDir_Web)sproc.o + +$(OutDir_plugin_bz2)bz2upp.o: $(UPPDIR1)plugin/bz2/bz2upp.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/bz2/bz2.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h + $(CPPFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/bz2upp.cpp -o $(OutDir_plugin_bz2)bz2upp.o + +$(OutDir_plugin_bz2)blocksort.o: $(UPPDIR1)plugin/bz2/lib/blocksort.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h + $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/lib/blocksort.c -o $(OutDir_plugin_bz2)blocksort.o + +$(OutDir_plugin_bz2)bzlib.o: $(UPPDIR1)plugin/bz2/lib/bzlib.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h + $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/lib/bzlib.c -o $(OutDir_plugin_bz2)bzlib.o + +$(OutDir_plugin_bz2)compress.o: $(UPPDIR1)plugin/bz2/lib/compress.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h + $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/lib/compress.c -o $(OutDir_plugin_bz2)compress.o + +$(OutDir_plugin_bz2)crctable.o: $(UPPDIR1)plugin/bz2/lib/crctable.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h + $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/lib/crctable.c -o $(OutDir_plugin_bz2)crctable.o + +$(OutDir_plugin_bz2)decompress.o: $(UPPDIR1)plugin/bz2/lib/decompress.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h + $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/lib/decompress.c -o $(OutDir_plugin_bz2)decompress.o + +$(OutDir_plugin_bz2)huffman.o: $(UPPDIR1)plugin/bz2/lib/huffman.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h + $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/lib/huffman.c -o $(OutDir_plugin_bz2)huffman.o + +$(OutDir_plugin_bz2)randtable.o: $(UPPDIR1)plugin/bz2/lib/randtable.c \ + $(UPPDIR1)plugin/bz2/lib/bzlib.h \ + $(UPPDIR1)plugin/bz2/lib/bzlib_private.h + $(CFLAGS) $(CINC) $(Macro_plugin_bz2) $(UPPDIR1)plugin/bz2/lib/randtable.c -o $(OutDir_plugin_bz2)randtable.o + +$(OutDir_plugin_bz2)bz2.a: \ + $(OutDir_plugin_bz2)bz2upp.o \ + $(OutDir_plugin_bz2)blocksort.o \ + $(OutDir_plugin_bz2)bzlib.o \ + $(OutDir_plugin_bz2)compress.o \ + $(OutDir_plugin_bz2)crctable.o \ + $(OutDir_plugin_bz2)decompress.o \ + $(OutDir_plugin_bz2)huffman.o \ + $(OutDir_plugin_bz2)randtable.o + $(AR) $(OutDir_plugin_bz2)bz2.a \ + $(OutDir_plugin_bz2)bz2upp.o \ + $(OutDir_plugin_bz2)blocksort.o \ + $(OutDir_plugin_bz2)bzlib.o \ + $(OutDir_plugin_bz2)compress.o \ + $(OutDir_plugin_bz2)crctable.o \ + $(OutDir_plugin_bz2)decompress.o \ + $(OutDir_plugin_bz2)huffman.o \ + $(OutDir_plugin_bz2)randtable.o + +$(OutDir_Core)Cpu.o: $(UPPDIR1)Core/Cpu.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Cpu.cpp -o $(OutDir_Core)Cpu.o + +$(OutDir_Core)Mt.o: $(UPPDIR1)Core/Mt.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Mt.cpp -o $(OutDir_Core)Mt.o + +$(OutDir_Core)OL_Set.o: $(UPPDIR1)Core/OL_Set.cpp + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/OL_Set.cpp -o $(OutDir_Core)OL_Set.o + +$(OutDir_Core)heaputil.o: $(UPPDIR1)Core/heaputil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/heaputil.cpp -o $(OutDir_Core)heaputil.o + +$(OutDir_Core)sheap.o: $(UPPDIR1)Core/sheap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/sheap.cpp -o $(OutDir_Core)sheap.o + +$(OutDir_Core)lheap.o: $(UPPDIR1)Core/lheap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/lheap.cpp -o $(OutDir_Core)lheap.o + +$(OutDir_Core)heap.o: $(UPPDIR1)Core/heap.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/heap.cpp -o $(OutDir_Core)heap.o + +$(OutDir_Core)heapdbg.o: $(UPPDIR1)Core/heapdbg.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/HeapImp.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/heapdbg.cpp -o $(OutDir_Core)heapdbg.o + +$(OutDir_Core)String.o: $(UPPDIR1)Core/String.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/String.cpp -o $(OutDir_Core)String.o + +$(OutDir_Core)WString.o: $(UPPDIR1)Core/WString.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/WString.cpp -o $(OutDir_Core)WString.o + +$(OutDir_Core)StrUtil.o: $(UPPDIR1)Core/StrUtil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/StrUtil.cpp -o $(OutDir_Core)StrUtil.o + +$(OutDir_Core)CharSet.o: $(UPPDIR1)Core/CharSet.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/CharSet.cpp -o $(OutDir_Core)CharSet.o + +$(OutDir_Core)Bom.o: $(UPPDIR1)Core/Bom.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Bom.cpp -o $(OutDir_Core)Bom.o + +$(OutDir_Core)Path.o: $(UPPDIR1)Core/Path.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/dli_source.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Path.cpp -o $(OutDir_Core)Path.o + +$(OutDir_Core)NetNode.o: $(UPPDIR1)Core/NetNode.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/NetNode.cpp -o $(OutDir_Core)NetNode.o + +$(OutDir_Core)App.o: $(UPPDIR1)Core/App.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/App.cpp -o $(OutDir_Core)App.o + +$(OutDir_Core)Stream.o: $(UPPDIR1)Core/Stream.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Stream.cpp -o $(OutDir_Core)Stream.o + +$(OutDir_Core)BlockStream.o: $(UPPDIR1)Core/BlockStream.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/BlockStream.cpp -o $(OutDir_Core)BlockStream.o + +$(OutDir_Core)Log.o: $(UPPDIR1)Core/Log.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Log.cpp -o $(OutDir_Core)Log.o + +$(OutDir_Core)Debug.o: $(UPPDIR1)Core/Debug.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Debug.cpp -o $(OutDir_Core)Debug.o + +$(OutDir_Core)Util.o: $(UPPDIR1)Core/Util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Util.cpp -o $(OutDir_Core)Util.o + +$(OutDir_Core)mathutil.o: $(UPPDIR1)Core/mathutil.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/mathutil.cpp -o $(OutDir_Core)mathutil.o + +$(OutDir_Core)Random.o: $(UPPDIR1)Core/Random.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Random.cpp -o $(OutDir_Core)Random.o + +$(OutDir_Core)LocalProcess.o: $(UPPDIR1)Core/LocalProcess.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/LocalProcess.cpp -o $(OutDir_Core)LocalProcess.o + +$(OutDir_Core)Vcont.o: $(UPPDIR1)Core/Vcont.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Vcont.cpp -o $(OutDir_Core)Vcont.o + +$(OutDir_Core)Hash.o: $(UPPDIR1)Core/Hash.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Hash.cpp -o $(OutDir_Core)Hash.o + +$(OutDir_Core)Callback.o: $(UPPDIR1)Core/Callback.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Callback.cpp -o $(OutDir_Core)Callback.o + +$(OutDir_Core)TimeDate.o: $(UPPDIR1)Core/TimeDate.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/TimeDate.cpp -o $(OutDir_Core)TimeDate.o + +$(OutDir_Core)Value.o: $(UPPDIR1)Core/Value.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Value.cpp -o $(OutDir_Core)Value.o + +$(OutDir_Core)Format.o: $(UPPDIR1)Core/Format.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Format.cpp -o $(OutDir_Core)Format.o + +$(OutDir_Core)Convert.o: $(UPPDIR1)Core/Convert.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Convert.cpp -o $(OutDir_Core)Convert.o + +$(OutDir_Core)Color.o: $(UPPDIR1)Core/Color.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Color.cpp -o $(OutDir_Core)Color.o + +$(OutDir_Core)Gtypes.o: $(UPPDIR1)Core/Gtypes.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Gtypes.cpp -o $(OutDir_Core)Gtypes.o + +$(OutDir_Core)t.o: $(UPPDIR1)Core/t.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/Core.t \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/t.cpp -o $(OutDir_Core)t.o + +$(OutDir_Core)Lang.o: $(UPPDIR1)Core/Lang.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Lang.cpp -o $(OutDir_Core)Lang.o + +$(OutDir_Core)parser.o: $(UPPDIR1)Core/parser.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/parser.cpp -o $(OutDir_Core)parser.o + +$(OutDir_Core)XML.o: $(UPPDIR1)Core/XML.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/XML.cpp -o $(OutDir_Core)XML.o + +$(OutDir_Core)Xmlize.o: $(UPPDIR1)Core/Xmlize.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Xmlize.cpp -o $(OutDir_Core)Xmlize.o + +$(OutDir_Core)Uuid.o: $(UPPDIR1)Core/Uuid.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Uuid.cpp -o $(OutDir_Core)Uuid.o + +$(OutDir_Core)Ptr.o: $(UPPDIR1)Core/Ptr.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Ptr.cpp -o $(OutDir_Core)Ptr.o + +$(OutDir_Core)z.o: $(UPPDIR1)Core/z.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/z.cpp -o $(OutDir_Core)z.o + +$(OutDir_Core)Topic.o: $(UPPDIR1)Core/Topic.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Topic.cpp -o $(OutDir_Core)Topic.o + +$(OutDir_Core)CoWork.o: $(UPPDIR1)Core/CoWork.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/CoWork.cpp -o $(OutDir_Core)CoWork.o + +$(OutDir_Core)MD5.o: $(UPPDIR1)Core/MD5.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/MD5.cpp -o $(OutDir_Core)MD5.o + +$(OutDir_Core)SHA1.o: $(UPPDIR1)Core/SHA1.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/SHA1.cpp -o $(OutDir_Core)SHA1.o + +$(OutDir_Core)Dli.o: $(UPPDIR1)Core/Dli.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Dli.cpp -o $(OutDir_Core)Dli.o + +$(OutDir_Core)Win32Util.o: $(UPPDIR1)Core/Win32Util.cpp \ + $(UPPDIR1)Core/Algo.h \ + $(UPPDIR1)Core/App.h \ + $(UPPDIR1)Core/AString.hpp \ + $(UPPDIR1)Core/BiCont.h \ + $(UPPDIR1)Core/Callback.h \ + $(UPPDIR1)Core/Cbgen.h \ + $(UPPDIR1)Core/CharSet.h \ + $(UPPDIR1)Core/Color.h \ + $(UPPDIR1)Core/Convert.h \ + $(UPPDIR1)Core/Core.h \ + $(UPPDIR1)Core/CoWork.h \ + $(UPPDIR1)Core/Defs.h \ + $(UPPDIR1)Core/Diag.h \ + $(UPPDIR1)Core/dli.h \ + $(UPPDIR1)Core/dli_header.h \ + $(UPPDIR1)Core/Format.h \ + $(UPPDIR1)Core/Global.h \ + $(UPPDIR1)Core/Gtypes.h \ + $(UPPDIR1)Core/Hash.h \ + $(UPPDIR1)Core/i18n.h \ + $(UPPDIR1)Core/Index.h \ + $(UPPDIR1)Core/Index.hpp \ + $(UPPDIR1)Core/Kernel32W.dli \ + $(UPPDIR1)Core/Lang.h \ + $(UPPDIR1)Core/Lang_s.h \ + $(UPPDIR1)Core/LocalProcess.h \ + $(UPPDIR1)Core/Map.h \ + $(UPPDIR1)Core/Mpr32W.dli \ + $(UPPDIR1)Core/Mt.h \ + $(UPPDIR1)Core/Other.h \ + $(UPPDIR1)Core/Parser.h \ + $(UPPDIR1)Core/Path.h \ + $(UPPDIR1)Core/Profile.h \ + $(UPPDIR1)Core/Ptr.h \ + $(UPPDIR1)Core/Stream.h \ + $(UPPDIR1)Core/String.h \ + $(UPPDIR1)Core/t_.h \ + $(UPPDIR1)Core/TimeDate.h \ + $(UPPDIR1)Core/Topic.h \ + $(UPPDIR1)Core/Topt.h \ + $(UPPDIR1)Core/Util.h \ + $(UPPDIR1)Core/Uuid.h \ + $(UPPDIR1)Core/Value.h \ + $(UPPDIR1)Core/Vcont.h \ + $(UPPDIR1)Core/Vcont.hpp \ + $(UPPDIR1)Core/Win32Util.h \ + $(UPPDIR1)Core/XML.h \ + $(UPPDIR1)Core/Xmlize.h \ + $(UPPDIR1)Core/z.h + $(CPPFLAGS) $(CINC) $(Macro_Core) $(UPPDIR1)Core/Win32Util.cpp -o $(OutDir_Core)Win32Util.o + +$(OutDir_Core)Core.a: \ + $(OutDir_Core)Cpu.o \ + $(OutDir_Core)Mt.o \ + $(OutDir_Core)OL_Set.o \ + $(OutDir_Core)heaputil.o \ + $(OutDir_Core)sheap.o \ + $(OutDir_Core)lheap.o \ + $(OutDir_Core)heap.o \ + $(OutDir_Core)heapdbg.o \ + $(OutDir_Core)String.o \ + $(OutDir_Core)WString.o \ + $(OutDir_Core)StrUtil.o \ + $(OutDir_Core)CharSet.o \ + $(OutDir_Core)Bom.o \ + $(OutDir_Core)Path.o \ + $(OutDir_Core)NetNode.o \ + $(OutDir_Core)App.o \ + $(OutDir_Core)Stream.o \ + $(OutDir_Core)BlockStream.o \ + $(OutDir_Core)Log.o \ + $(OutDir_Core)Debug.o \ + $(OutDir_Core)Util.o \ + $(OutDir_Core)mathutil.o \ + $(OutDir_Core)Random.o \ + $(OutDir_Core)LocalProcess.o \ + $(OutDir_Core)Vcont.o \ + $(OutDir_Core)Hash.o \ + $(OutDir_Core)Callback.o \ + $(OutDir_Core)TimeDate.o \ + $(OutDir_Core)Value.o \ + $(OutDir_Core)Format.o \ + $(OutDir_Core)Convert.o \ + $(OutDir_Core)Color.o \ + $(OutDir_Core)Gtypes.o \ + $(OutDir_Core)t.o \ + $(OutDir_Core)Lang.o \ + $(OutDir_Core)parser.o \ + $(OutDir_Core)XML.o \ + $(OutDir_Core)Xmlize.o \ + $(OutDir_Core)Uuid.o \ + $(OutDir_Core)Ptr.o \ + $(OutDir_Core)z.o \ + $(OutDir_Core)Topic.o \ + $(OutDir_Core)CoWork.o \ + $(OutDir_Core)MD5.o \ + $(OutDir_Core)SHA1.o \ + $(OutDir_Core)Dli.o \ + $(OutDir_Core)Win32Util.o + $(AR) $(OutDir_Core)Core.a \ + $(OutDir_Core)Cpu.o \ + $(OutDir_Core)Mt.o \ + $(OutDir_Core)OL_Set.o \ + $(OutDir_Core)heaputil.o \ + $(OutDir_Core)sheap.o \ + $(OutDir_Core)lheap.o \ + $(OutDir_Core)heap.o \ + $(OutDir_Core)heapdbg.o \ + $(OutDir_Core)String.o \ + $(OutDir_Core)WString.o \ + $(OutDir_Core)StrUtil.o \ + $(OutDir_Core)CharSet.o \ + $(OutDir_Core)Bom.o \ + $(OutDir_Core)Path.o \ + $(OutDir_Core)NetNode.o \ + $(OutDir_Core)App.o \ + $(OutDir_Core)Stream.o \ + $(OutDir_Core)BlockStream.o \ + $(OutDir_Core)Log.o \ + $(OutDir_Core)Debug.o \ + $(OutDir_Core)Util.o \ + $(OutDir_Core)mathutil.o \ + $(OutDir_Core)Random.o \ + $(OutDir_Core)LocalProcess.o \ + $(OutDir_Core)Vcont.o \ + $(OutDir_Core)Hash.o \ + $(OutDir_Core)Callback.o \ + $(OutDir_Core)TimeDate.o \ + $(OutDir_Core)Value.o \ + $(OutDir_Core)Format.o \ + $(OutDir_Core)Convert.o \ + $(OutDir_Core)Color.o \ + $(OutDir_Core)Gtypes.o \ + $(OutDir_Core)t.o \ + $(OutDir_Core)Lang.o \ + $(OutDir_Core)parser.o \ + $(OutDir_Core)XML.o \ + $(OutDir_Core)Xmlize.o \ + $(OutDir_Core)Uuid.o \ + $(OutDir_Core)Ptr.o \ + $(OutDir_Core)z.o \ + $(OutDir_Core)Topic.o \ + $(OutDir_Core)CoWork.o \ + $(OutDir_Core)MD5.o \ + $(OutDir_Core)SHA1.o \ + $(OutDir_Core)Dli.o \ + $(OutDir_Core)Win32Util.o + +$(OutDir_plugin_z)adler32.o: $(UPPDIR1)plugin/z/lib/adler32.c + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/adler32.c -o $(OutDir_plugin_z)adler32.o + +$(OutDir_plugin_z)compress.o: $(UPPDIR1)plugin/z/lib/compress.c + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/compress.c -o $(OutDir_plugin_z)compress.o + +$(OutDir_plugin_z)crc32.o: $(UPPDIR1)plugin/z/lib/crc32.c \ + $(UPPDIR1)plugin/z/lib/crc32.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/crc32.c -o $(OutDir_plugin_z)crc32.o + +$(OutDir_plugin_z)deflate.o: $(UPPDIR1)plugin/z/lib/deflate.c \ + $(UPPDIR1)plugin/z/lib/deflate.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/deflate.c -o $(OutDir_plugin_z)deflate.o + +$(OutDir_plugin_z)gzio.o: $(UPPDIR1)plugin/z/lib/gzio.c \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/gzio.c -o $(OutDir_plugin_z)gzio.o + +$(OutDir_plugin_z)infback.o: $(UPPDIR1)plugin/z/lib/infback.c \ + $(UPPDIR1)plugin/z/lib/inffast.h \ + $(UPPDIR1)plugin/z/lib/inffixed.h \ + $(UPPDIR1)plugin/z/lib/inflate.h \ + $(UPPDIR1)plugin/z/lib/inftrees.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/infback.c -o $(OutDir_plugin_z)infback.o + +$(OutDir_plugin_z)inffast.o: $(UPPDIR1)plugin/z/lib/inffast.c \ + $(UPPDIR1)plugin/z/lib/inffast.h \ + $(UPPDIR1)plugin/z/lib/inflate.h \ + $(UPPDIR1)plugin/z/lib/inftrees.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/inffast.c -o $(OutDir_plugin_z)inffast.o + +$(OutDir_plugin_z)inflate.o: $(UPPDIR1)plugin/z/lib/inflate.c \ + $(UPPDIR1)plugin/z/lib/inffast.h \ + $(UPPDIR1)plugin/z/lib/inffixed.h \ + $(UPPDIR1)plugin/z/lib/inflate.h \ + $(UPPDIR1)plugin/z/lib/inftrees.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/inflate.c -o $(OutDir_plugin_z)inflate.o + +$(OutDir_plugin_z)inftrees.o: $(UPPDIR1)plugin/z/lib/inftrees.c \ + $(UPPDIR1)plugin/z/lib/inftrees.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/inftrees.c -o $(OutDir_plugin_z)inftrees.o + +$(OutDir_plugin_z)trees.o: $(UPPDIR1)plugin/z/lib/trees.c \ + $(UPPDIR1)plugin/z/lib/deflate.h \ + $(UPPDIR1)plugin/z/lib/trees.h \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/trees.c -o $(OutDir_plugin_z)trees.o + +$(OutDir_plugin_z)uncompr.o: $(UPPDIR1)plugin/z/lib/uncompr.c + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/uncompr.c -o $(OutDir_plugin_z)uncompr.o + +$(OutDir_plugin_z)zutil.o: $(UPPDIR1)plugin/z/lib/zutil.c \ + $(UPPDIR1)plugin/z/lib/zconf.h \ + $(UPPDIR1)plugin/z/lib/zlib.h \ + $(UPPDIR1)plugin/z/lib/zutil.h + $(CFLAGS) $(CINC) $(Macro_plugin_z) $(UPPDIR1)plugin/z/lib/zutil.c -o $(OutDir_plugin_z)zutil.o + +$(OutDir_plugin_z)z.a: \ + $(OutDir_plugin_z)adler32.o \ + $(OutDir_plugin_z)compress.o \ + $(OutDir_plugin_z)crc32.o \ + $(OutDir_plugin_z)deflate.o \ + $(OutDir_plugin_z)gzio.o \ + $(OutDir_plugin_z)infback.o \ + $(OutDir_plugin_z)inffast.o \ + $(OutDir_plugin_z)inflate.o \ + $(OutDir_plugin_z)inftrees.o \ + $(OutDir_plugin_z)trees.o \ + $(OutDir_plugin_z)uncompr.o \ + $(OutDir_plugin_z)zutil.o + $(AR) $(OutDir_plugin_z)z.a \ + $(OutDir_plugin_z)adler32.o \ + $(OutDir_plugin_z)compress.o \ + $(OutDir_plugin_z)crc32.o \ + $(OutDir_plugin_z)deflate.o \ + $(OutDir_plugin_z)gzio.o \ + $(OutDir_plugin_z)infback.o \ + $(OutDir_plugin_z)inffast.o \ + $(OutDir_plugin_z)inflate.o \ + $(OutDir_plugin_z)inftrees.o \ + $(OutDir_plugin_z)trees.o \ + $(OutDir_plugin_z)uncompr.o \ + $(OutDir_plugin_z)zutil.o + diff --git a/uppsrc/Web/TServ/tserv.cpp b/uppsrc/Web/TServ/tserv.cpp index 29f632fd6..b74c654e0 100644 --- a/uppsrc/Web/TServ/tserv.cpp +++ b/uppsrc/Web/TServ/tserv.cpp @@ -97,7 +97,7 @@ protected: class CommandConnection : public Connection { public: - CommandConnection(Socket socket, const char *command); + CommandConnection(Socket& socket, const char *command); virtual bool Run(); @@ -126,50 +126,59 @@ CommandServer::Connection::~Connection() ////////////////////////////////////////////////////////////////////// // CommandServer::CommandConnection:: -CommandServer::CommandConnection::CommandConnection(Socket _socket, const char *_command) +CommandServer::CommandConnection::CommandConnection(Socket& _socket, const char *_command) : Connection(_socket) { - String environment; - String pathlist; - if(*_command == ':') { - const char *b = ++_command; - while(*_command && *_command++ != '\n') - ; - environment = ASCII85Decode(String(b, _command)); - for(b = environment; *b; b += strlen(b) + 1) - if(!MemICmp(b, "PATH=", 5)) { - pathlist = b + 5; - break; - } - } - if(*_command == '=') - _command++; - String command = _command; - if(!IsNull(pathlist)) { - String exec; - if(*_command == '\"') { - while(*++_command && (*_command != '\"' || *++_command == '\"')) - exec.Cat(*_command); + _socket.Clear(); + + try { + String environment; + String pathlist; + if(*_command == ':') { + const char *b = ++_command; + while(*_command && *_command++ != '\n') + ; + environment = ASCII85Decode(String(b, _command)); + for(b = environment; *b; b += strlen(b) + 1) + if(!MemICmp(b, "PATH=", 5)) { + pathlist = b + 5; + break; + } } - else - while(*_command && (byte)*_command > ' ') - exec.Cat(*_command++); - command = GetFileOnPath(exec, pathlist, true); -#ifdef PLATFORM_WIN32 - if(IsNull(command)) - command = GetFileOnPath(exec + ".exe", pathlist, true); -#endif - if(IsNull(command)) - command = exec; - if(command.Find(' ') >= 0) - command = '\"' + command + '\"'; - command << ' ' << _command; + if(*_command == '=') + _command++; + String command = _command; + if(!IsNull(pathlist)) { + String exec; + if(*_command == '\"') { + while(*++_command && (*_command != '\"' || *++_command == '\"')) + exec.Cat(*_command); + } + else + while(*_command && (byte)*_command > ' ') + exec.Cat(*_command++); + command = GetFileOnPath(exec, pathlist, true); + #ifdef PLATFORM_WIN32 + if(IsNull(command)) + command = GetFileOnPath(exec + ".exe", pathlist, true); + #endif + if(IsNull(command)) + command = exec; + if(command.Find(' ') >= 0) + command = '\"' + command + '\"'; + command << ' ' << _command; + } + LOG("CommandServer::CommandConnection(" << command << ")"); + slave = StartProcess(command, environment); + LOG("CommandServer::CommandConnection -> OK"); + socket.Write("+\0", 2); + name << "[command]" << command; + } + catch(Exc e) { + if(socket.IsOpen()) + socket.Write('-' + e + '\0'); + throw; } - LOG("CommandServer::CommandConnection(" << command << ")"); - slave = StartProcess(command, environment); - LOG("CommandServer::CommandConnection -> OK"); - socket.Write("+\0", 2); - name << "[command]" << command; } bool CommandServer::CommandConnection::Run()