Makefile(s) updated

This commit is contained in:
Mirek Fidler 2023-06-03 21:00:02 +02:00
parent 99f0094388
commit 5bf43e2ea4
4 changed files with 12 additions and 940 deletions

View file

@ -1,7 +1,9 @@
UPPDIR1 = ./uppsrc/
UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/
UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/
UPPOUT = .cache/upp.out/
CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT)
CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT)
Macro = -DflagGUI -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
CXX = c++
LINKER = $(CXX)

View file

@ -1,7 +1,9 @@
UPPDIR1 = ./uppsrc/
UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/
UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/
UPPOUT = .cache/upp.out/
CINC = -I$(UPPDIR1) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT)
CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` `pkg-config --cflags libpng` `pkg-config --cflags xinerama` `pkg-config --cflags xrender` `pkg-config --cflags xft` `pkg-config --cflags xdmcp` `pkg-config --cflags xext` `pkg-config --cflags gtk+-3.0` `pkg-config --cflags libnotify` -I./ -I$(UPPOUT)
Macro = -DflagGUI -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
CXX = c++
LINKER = $(CXX)

View file

@ -1,7 +1,9 @@
UPPDIR1 = ./uppsrc/
UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/
UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/
UPPOUT = .cache/upp.out/
CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
Macro = -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
CXX = c++
LINKER = $(CXX)
@ -15,8 +17,6 @@ OutDir_umk = $(UPPOUT)umk/GCC-Gcc-Linux-Main-Posix-Shared/
Macro_umk = $(Macro) -DflagMAIN
OutDir_ide_Builders = $(UPPOUT)ide/Builders/GCC-Gcc-Linux-Posix-Shared/
Macro_ide_Builders = $(Macro)
OutDir_Core_SSL = $(UPPOUT)Core/SSL/GCC-Gcc-Linux-Posix-Shared/
Macro_Core_SSL = $(Macro)
OutDir_ide_Core = $(UPPOUT)ide/Core/GCC-Gcc-Linux-Posix-Shared/
Macro_ide_Core = $(Macro)
OutDir_ide_Android = $(UPPOUT)ide/Android/GCC-Gcc-Linux-Posix-Shared/
@ -58,7 +58,6 @@ build_info:
prepare: \
$(OutDir_umk) \
$(OutDir_ide_Builders) \
$(OutDir_Core_SSL) \
$(OutDir_ide_Core) \
$(OutDir_ide_Android) \
$(OutDir_ide_Java) \
@ -80,8 +79,6 @@ $(OutFile): build_info \
$(OutDir_umk)UppHub.o \
$(OutDir_umk)umake.o \
$(OutDir_ide_Builders)Builders.a \
$(OutDir_Core_SSL)SSL.o \
$(OutDir_Core_SSL)SSL.a \
$(OutDir_ide_Core)Core.a \
$(OutDir_ide_Android)Android.a \
$(OutDir_ide_Java)Java.a \
@ -103,8 +100,6 @@ $(OutFile): build_info \
$(OutDir_umk)UppHub.o \
$(OutDir_umk)umake.o \
$(OutDir_ide_Builders)Builders.a \
$(OutDir_Core_SSL)SSL.o \
$(OutDir_Core_SSL)SSL.a \
$(OutDir_ide_Core)Core.a \
$(OutDir_ide_Android)Android.a \
$(OutDir_ide_Java)Java.a \
@ -124,8 +119,6 @@ $(OutFile): build_info \
`pkg-config --libs x11` \
`pkg-config --libs xcb` \
`pkg-config --libs expat` \
-lcrypto \
-lssl \
-lbz2 \
-lpthread \
-ldl \
@ -2835,465 +2828,6 @@ $(OutDir_ide_Builders)Builders.a: \
$(OutDir_ide_Builders)Install.o \
$(OutDir_ide_Builders)BuilderUtils.o
$(OutDir_Core_SSL):
mkdir -p $(OutDir_Core_SSL)
$(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/Util.cpp -o $(OutDir_Core_SSL)Util.o
$(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/InitExit.cpp -o $(OutDir_Core_SSL)InitExit.o
$(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/Socket.cpp -o $(OutDir_Core_SSL)Socket.o
$(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/P7S.cpp -o $(OutDir_Core_SSL)P7S.o
$(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/SSL.icpp -o $(OutDir_Core_SSL)SSL.o
$(OutDir_Core_SSL)SSL.a: \
$(OutDir_Core_SSL)Util.o \
$(OutDir_Core_SSL)InitExit.o \
$(OutDir_Core_SSL)Socket.o \
$(OutDir_Core_SSL)P7S.o
$(AR) $(OutDir_Core_SSL)SSL.a \
$(OutDir_Core_SSL)Util.o \
$(OutDir_Core_SSL)InitExit.o \
$(OutDir_Core_SSL)Socket.o \
$(OutDir_Core_SSL)P7S.o
$(OutDir_ide_Core):
mkdir -p $(OutDir_ide_Core)

View file

@ -1,7 +1,9 @@
UPPDIR1 = ./uppsrc/
UPPDIR2 = /home/cxl/.config/u++/umk/UppHub/gdal/
UPPDIR3 = /home/cxl/.config/u++/umk/UppHub/eigen/
UPPOUT = .cache/upp.out/
CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
CINC = -I$(UPPDIR1) -I$(UPPDIR2) -I$(UPPDIR3) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
Macro = -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
CXX = c++
LINKER = $(CXX)
@ -15,8 +17,6 @@ OutDir_umk = $(UPPOUT)umk/GCC-Gcc-Linux-Main-Posix-Shared/
Macro_umk = $(Macro) -DflagMAIN
OutDir_ide_Builders = $(UPPOUT)ide/Builders/GCC-Gcc-Linux-Posix-Shared/
Macro_ide_Builders = $(Macro)
OutDir_Core_SSL = $(UPPOUT)Core/SSL/GCC-Gcc-Linux-Posix-Shared/
Macro_Core_SSL = $(Macro)
OutDir_ide_Core = $(UPPOUT)ide/Core/GCC-Gcc-Linux-Posix-Shared/
Macro_ide_Core = $(Macro)
OutDir_ide_Android = $(UPPOUT)ide/Android/GCC-Gcc-Linux-Posix-Shared/
@ -58,7 +58,6 @@ build_info:
prepare: \
$(OutDir_umk) \
$(OutDir_ide_Builders) \
$(OutDir_Core_SSL) \
$(OutDir_ide_Core) \
$(OutDir_ide_Android) \
$(OutDir_ide_Java) \
@ -80,8 +79,6 @@ $(OutFile): build_info \
$(OutDir_umk)UppHub.o \
$(OutDir_umk)umake.o \
$(OutDir_ide_Builders)Builders.a \
$(OutDir_Core_SSL)SSL.o \
$(OutDir_Core_SSL)SSL.a \
$(OutDir_ide_Core)Core.a \
$(OutDir_ide_Android)Android.a \
$(OutDir_ide_Java)Java.a \
@ -103,8 +100,6 @@ $(OutFile): build_info \
$(OutDir_umk)UppHub.o \
$(OutDir_umk)umake.o \
$(OutDir_ide_Builders)Builders.a \
$(OutDir_Core_SSL)SSL.o \
$(OutDir_Core_SSL)SSL.a \
$(OutDir_ide_Core)Core.a \
$(OutDir_ide_Android)Android.a \
$(OutDir_ide_Java)Java.a \
@ -124,8 +119,6 @@ $(OutFile): build_info \
`pkg-config --libs x11` \
`pkg-config --libs xcb` \
`pkg-config --libs expat` \
-lcrypto \
-lssl \
-lbz2 \
-lpthread \
-ldl \
@ -2835,465 +2828,6 @@ $(OutDir_ide_Builders)Builders.a: \
$(OutDir_ide_Builders)Install.o \
$(OutDir_ide_Builders)BuilderUtils.o
$(OutDir_Core_SSL):
mkdir -p $(OutDir_Core_SSL)
$(OutDir_Core_SSL)Util.o: $(UPPDIR1)Core/SSL/Util.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/Util.cpp -o $(OutDir_Core_SSL)Util.o
$(OutDir_Core_SSL)InitExit.o: $(UPPDIR1)Core/SSL/InitExit.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/InitExit.cpp -o $(OutDir_Core_SSL)InitExit.o
$(OutDir_Core_SSL)Socket.o: $(UPPDIR1)Core/SSL/Socket.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/Socket.cpp -o $(OutDir_Core_SSL)Socket.o
$(OutDir_Core_SSL)P7S.o: $(UPPDIR1)Core/SSL/P7S.cpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/P7S.cpp -o $(OutDir_Core_SSL)P7S.o
$(OutDir_Core_SSL)SSL.o: $(UPPDIR1)Core/SSL/SSL.icpp \
$(UPPDIR1)Core/Algo.h \
$(UPPDIR1)Core/App.h \
$(UPPDIR1)Core/AString.hpp \
$(UPPDIR1)Core/Atomic.h \
$(UPPDIR1)Core/BiCont.h \
$(UPPDIR1)Core/Callback.h \
$(UPPDIR1)Core/CallbackN.i \
$(UPPDIR1)Core/CallbackNP.i \
$(UPPDIR1)Core/CallbackR.i \
$(UPPDIR1)Core/CharSet.h \
$(UPPDIR1)Core/CharSet.i \
$(UPPDIR1)Core/CoAlgo.h \
$(UPPDIR1)Core/Color.h \
$(UPPDIR1)Core/Complex.h \
$(UPPDIR1)Core/config.h \
$(UPPDIR1)Core/Convert.h \
$(UPPDIR1)Core/Convert.hpp \
$(UPPDIR1)Core/Core.h \
$(UPPDIR1)Core/CoSort.h \
$(UPPDIR1)Core/CoWork.h \
$(UPPDIR1)Core/Defs.h \
$(UPPDIR1)Core/Diag.h \
$(UPPDIR1)Core/FilterStream.h \
$(UPPDIR1)Core/FixedMap.h \
$(UPPDIR1)Core/Fn.h \
$(UPPDIR1)Core/Format.h \
$(UPPDIR1)Core/Function.h \
$(UPPDIR1)Core/Gtypes.h \
$(UPPDIR1)Core/Hash.h \
$(UPPDIR1)Core/Heap.h \
$(UPPDIR1)Core/Huge.h \
$(UPPDIR1)Core/i18n.h \
$(UPPDIR1)Core/Index.h \
$(UPPDIR1)Core/Index.hpp \
$(UPPDIR1)Core/Inet.h \
$(UPPDIR1)Core/InMap.hpp \
$(UPPDIR1)Core/InVector.h \
$(UPPDIR1)Core/InVector.hpp \
$(UPPDIR1)Core/JSON.h \
$(UPPDIR1)Core/Lang.h \
$(UPPDIR1)Core/Lang_s.h \
$(UPPDIR1)Core/LocalProcess.h \
$(UPPDIR1)Core/Map.h \
$(UPPDIR1)Core/Map.hpp \
$(UPPDIR1)Core/Mem.h \
$(UPPDIR1)Core/Mt.h \
$(UPPDIR1)Core/Obsolete.h \
$(UPPDIR1)Core/Ops.h \
$(UPPDIR1)Core/Other.h \
$(UPPDIR1)Core/Other.hpp \
$(UPPDIR1)Core/Parser.h \
$(UPPDIR1)Core/Path.h \
$(UPPDIR1)Core/Profile.h \
$(UPPDIR1)Core/Ptr.h \
$(UPPDIR1)Core/Range.h \
$(UPPDIR1)Core/SIMD_NEON.h \
$(UPPDIR1)Core/SIMD_SSE2.h \
$(UPPDIR1)Core/Sort.h \
$(UPPDIR1)Core/Sorted.h \
$(UPPDIR1)Core/SplitMerge.h \
$(UPPDIR1)Core/SSL/SSL.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/Tuple.h \
$(UPPDIR1)Core/Utf.hpp \
$(UPPDIR1)Core/Util.h \
$(UPPDIR1)Core/Uuid.h \
$(UPPDIR1)Core/Value.h \
$(UPPDIR1)Core/Value.hpp \
$(UPPDIR1)Core/ValueCache.h \
$(UPPDIR1)Core/ValueUtil.h \
$(UPPDIR1)Core/ValueUtil.hpp \
$(UPPDIR1)Core/Vcont.h \
$(UPPDIR1)Core/Vcont.hpp \
$(UPPDIR1)Core/Win32Util.h \
$(UPPDIR1)Core/XML.h \
$(UPPDIR1)Core/Xmlize.h \
$(UPPDIR1)Core/Xmlize.hpp \
$(UPPDIR1)Core/z.h \
$(UPPDIR1)plugin/z/lib/zconf.h \
$(UPPDIR1)plugin/z/lib/zlib.h \
$(UPPDIR1)uppconfig.h
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_Core_SSL) $(UPPDIR1)Core/SSL/SSL.icpp -o $(OutDir_Core_SSL)SSL.o
$(OutDir_Core_SSL)SSL.a: \
$(OutDir_Core_SSL)Util.o \
$(OutDir_Core_SSL)InitExit.o \
$(OutDir_Core_SSL)Socket.o \
$(OutDir_Core_SSL)P7S.o
$(AR) $(OutDir_Core_SSL)SSL.a \
$(OutDir_Core_SSL)Util.o \
$(OutDir_Core_SSL)InitExit.o \
$(OutDir_Core_SSL)Socket.o \
$(OutDir_Core_SSL)P7S.o
$(OutDir_ide_Core):
mkdir -p $(OutDir_ide_Core)