1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-04-02 09:49:48 +02:00

Compact COMPONENTS definition.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-12 16:26:44 +01:00
parent a10a2d5fc4
commit 89895be433

@ -79,8 +79,7 @@ all: libexecs tests samples
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL
COMPONENTS += Data Data/SQLite Data/ODBC Data/MySQL
COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/ODBC Data/SQLiteData/MySQL
ifneq ($(OSNAME), Cygwin)
COMPONENTS += Data/PostgreSQL
endif
@ -113,7 +112,7 @@ endif
# -------------------------------------------------------------------------------------------------------------------------------------
libexecs = Foundation-libexec XML-libexec JSON-libexec Util-libexec Net-libexec Crypto-libexec NetSSL_OpenSSL-libexec
libexecs += Data-libexec Data/SQLite-libexec Data/ODBC-libexec Data/MySQL-libexec
libexecs += Data-libexec Data/ODBC-libexec Data/SQLite-libexecData/MySQL-libexec
ifneq ($(OSNAME), Cygwin)
libexecs += Data/PostgreSQL-libexec
endif
@ -121,7 +120,7 @@ libexecs += MongoDB-libexec Redis-libexec Zip-libexec PageCompiler-libexec PageC
# -------------------------------------------------------------------------------------------------------------------------------------
tests = Foundation-tests XML-tests JSON-tests Util-tests Net-tests Crypto-tests NetSSL_OpenSSL-tests
tests += Data-tests Data/SQLite-tests Data/ODBC-tests Data/MySQL-tests
tests += Data-tests Data/ODBC-tests Data/SQLite-testsData/MySQL-tests
ifneq ($(OSNAME), Cygwin)
tests += Data/PostgreSQL-tests
endif
@ -134,7 +133,7 @@ samples += MongoDB-samples Zip-samples PageCompiler-samples PDF-samples
# -------------------------------------------------------------------------------------------------------------------------------------
cleans = Foundation-clean XML-clean JSON-clean Util-clean Net-clean Crypto-clean NetSSL_OpenSSL-clean
cleans += Data-clean Data/SQLite-clean Data/ODBC-clean Data/MySQL-clean
cleans += Data-clean Data/ODBC-clean Data/SQLite-cleanData/MySQL-clean
ifneq ($(OSNAME), Cygwin)
cleans += Data/PostgreSQL-clean
endif