mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 06:55:49 +02:00
unbundled build fixes
This commit is contained in:
@@ -18,6 +18,10 @@ objects = genrsakey
|
|||||||
|
|
||||||
target = genrsakey
|
target = genrsakey
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoCrypto PocoUtil PocoXML PocoFoundation
|
target_libs = PocoCrypto PocoUtil PocoJSON PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -13,6 +13,9 @@ ifeq ($(POCO_CONFIG),FreeBSD)
|
|||||||
SYSLIBS += -lssl -lcrypto -lz
|
SYSLIBS += -lssl -lcrypto -lz
|
||||||
else
|
else
|
||||||
SYSLIBS += -lssl -lcrypto -lz -ldl
|
SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||||
|
ifeq ($(POCO_CONFIG),Linux)
|
||||||
|
SYSLIBS += -lkrb5
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
objects = CryptoTestSuite Driver \
|
objects = CryptoTestSuite Driver \
|
||||||
|
@@ -15,3 +15,8 @@ target_version = 1
|
|||||||
target_libs = PocoFoundation
|
target_libs = PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz
|
||||||
|
endif
|
||||||
|
|
||||||
|
@@ -15,3 +15,8 @@ target_version = 1
|
|||||||
target_libs = PocoFoundation
|
target_libs = PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz
|
||||||
|
endif
|
||||||
|
|
||||||
|
@@ -15,3 +15,8 @@ target_version = 1
|
|||||||
target_libs = PocoFoundation
|
target_libs = PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lpcre
|
||||||
|
endif
|
||||||
|
|
||||||
|
@@ -15,3 +15,8 @@ target_version = 1
|
|||||||
target_libs = PocoFoundation
|
target_libs = PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz
|
||||||
|
endif
|
||||||
|
|
||||||
|
@@ -46,3 +46,7 @@ target_version = 1
|
|||||||
target_libs = PocoFoundation CppUnit
|
target_libs = PocoFoundation CppUnit
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre
|
||||||
|
endif
|
||||||
|
@@ -15,3 +15,7 @@ target_version = 1
|
|||||||
target_libs = PocoJSON PocoFoundation CppUnit
|
target_libs = PocoJSON PocoFoundation CppUnit
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,11 @@ objects = EchoServer
|
|||||||
|
|
||||||
target = EchoServer
|
target = EchoServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
|
||||||
|
@@ -12,6 +12,10 @@ objects = HTTPFormServer
|
|||||||
|
|
||||||
target = HTTPFormServer
|
target = HTTPFormServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = HTTPLoadTest
|
|||||||
|
|
||||||
target = HTTPLoadTest
|
target = HTTPLoadTest
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = HTTPTimeServer
|
|||||||
|
|
||||||
target = HTTPTimeServer
|
target = HTTPTimeServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = Ping
|
|||||||
|
|
||||||
target = Ping
|
target = Ping
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -15,3 +15,7 @@ target_version = 1
|
|||||||
target_libs = PocoNet PocoFoundation
|
target_libs = PocoNet PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = TimeServer
|
|||||||
|
|
||||||
target = TimeServer
|
target = TimeServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = Twitter TweetApp
|
|||||||
|
|
||||||
target = tweet
|
target = tweet
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = WebSocketServer
|
|||||||
|
|
||||||
target = WebSocketServer
|
target = WebSocketServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -33,3 +33,7 @@ target_version = 1
|
|||||||
target_libs = PocoNet PocoFoundation CppUnit
|
target_libs = PocoNet PocoFoundation CppUnit
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz
|
||||||
|
endif
|
||||||
|
@@ -19,6 +19,10 @@ objects = HTTPSTimeServer
|
|||||||
|
|
||||||
target = HTTPSTimeServer
|
target = HTTPSTimeServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoNetSSL PocoCrypto PocoNet PocoUtil PocoXML PocoFoundation
|
target_libs = PocoNetSSL PocoCrypto PocoNet PocoUtil PocoJSON PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -16,6 +16,6 @@ endif
|
|||||||
|
|
||||||
target = f2cpsp
|
target = f2cpsp
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoXML PocoFoundation
|
target_libs = PocoUtil PocoXML PocoJSON PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
@@ -18,6 +18,6 @@ endif
|
|||||||
|
|
||||||
target = cpspc
|
target = cpspc
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
|
target_libs = PocoNet PocoUtil PocoXML PocoJSON PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
@@ -15,10 +15,14 @@ objects = HTTPTimeServerApp TimeHandler
|
|||||||
|
|
||||||
target = HTTPTimeServer
|
target = HTTPTimeServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoNet PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
|
||||||
# Rule for runnning PageCompiler
|
# Rule for runnning PageCompiler
|
||||||
src/%.cpp: src/%.cpsp
|
src/%.cpp: src/%.cpsp
|
||||||
@echo "** Compiling Page" $<
|
@echo "** Compiling Page" $<
|
||||||
|
@@ -12,6 +12,10 @@ objects = SampleApp
|
|||||||
|
|
||||||
target = SampleApp
|
target = SampleApp
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = SampleServer
|
|||||||
|
|
||||||
target = SampleServer
|
target = SampleServer
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = pkill
|
|||||||
|
|
||||||
target = pkill
|
target = pkill
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoXML PocoFoundation
|
target_libs = PocoUtil PocoJSON PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -24,3 +24,7 @@ target_version = 1
|
|||||||
target_libs = PocoUtil PocoXML PocoJSON PocoFoundation CppUnit
|
target_libs = PocoUtil PocoXML PocoJSON PocoFoundation CppUnit
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -15,3 +15,8 @@ target_version = 1
|
|||||||
target_libs = PocoXML PocoFoundation
|
target_libs = PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lexpat
|
||||||
|
endif
|
||||||
|
|
||||||
|
@@ -15,3 +15,8 @@ target_version = 1
|
|||||||
target_libs = PocoXML PocoFoundation
|
target_libs = PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lexpat
|
||||||
|
endif
|
||||||
|
|
||||||
|
@@ -15,3 +15,7 @@ target_version = 1
|
|||||||
target_libs = PocoXML PocoFoundation
|
target_libs = PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lexpat
|
||||||
|
endif
|
||||||
|
@@ -19,3 +19,7 @@ target_version = 1
|
|||||||
target_libs = PocoXML PocoFoundation CppUnit
|
target_libs = PocoXML PocoFoundation CppUnit
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = unzip
|
|||||||
|
|
||||||
target = unzip
|
target = unzip
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoZip PocoUtil PocoXML PocoFoundation
|
target_libs = PocoZip PocoUtil PocoJSON PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
@@ -12,6 +12,10 @@ objects = zip
|
|||||||
|
|
||||||
target = zip
|
target = zip
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoZip PocoUtil PocoXML PocoFoundation
|
target_libs = PocoZip PocoUtil PocoJSON PocoXML PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
|
||||||
|
ifdef POCO_UNBUNDLED
|
||||||
|
SYSLIBS += -lz -lpcre -lexpat
|
||||||
|
endif
|
||||||
|
Reference in New Issue
Block a user