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

View File

@ -79,8 +79,7 @@ all: libexecs tests samples
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX) INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL COMPONENTS = CppUnit Foundation XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/ODBC Data/SQLiteData/MySQL
COMPONENTS += Data Data/SQLite Data/ODBC Data/MySQL
ifneq ($(OSNAME), Cygwin) ifneq ($(OSNAME), Cygwin)
COMPONENTS += Data/PostgreSQL COMPONENTS += Data/PostgreSQL
endif endif
@ -113,7 +112,7 @@ endif
# ------------------------------------------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------------------------------------------
libexecs = Foundation-libexec XML-libexec JSON-libexec Util-libexec Net-libexec Crypto-libexec NetSSL_OpenSSL-libexec 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) ifneq ($(OSNAME), Cygwin)
libexecs += Data/PostgreSQL-libexec libexecs += Data/PostgreSQL-libexec
endif 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 = 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) ifneq ($(OSNAME), Cygwin)
tests += Data/PostgreSQL-tests tests += Data/PostgreSQL-tests
endif 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 = 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) ifneq ($(OSNAME), Cygwin)
cleans += Data/PostgreSQL-clean cleans += Data/PostgreSQL-clean
endif endif