mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 23:12:57 +02:00
fixed line endings
This commit is contained in:
parent
ba759c863a
commit
1a6676aa44
28
Makefile
28
Makefile
@ -22,6 +22,7 @@ all: libexecs tests samples
|
||||
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
|
||||
COMPONENTS = Foundation XML Util Net NetSSL_OpenSSL
|
||||
|
||||
|
||||
cppunit:
|
||||
$(MAKE) -C $(POCO_BASE)/CppUnit
|
||||
|
||||
@ -40,13 +41,20 @@ install: libexecs
|
||||
find $(POCO_BUILD)/lib -name "libPoco*" -exec cp -Rf {} $(INSTALLDIR)/lib \;
|
||||
|
||||
.PHONY: Foundation-libexec XML-libexec Util-libexec Net-libexec NetSSL_OpenSSL-libexec
|
||||
|
||||
.PHONY: Foundation-tests XML-tests Util-tests Net-tests NetSSL_OpenSSL-tests
|
||||
|
||||
.PHONY: Foundation-samples XML-samples Util-samples Net-samples NetSSL_OpenSSL-samples
|
||||
|
||||
|
||||
|
||||
libexecs: Foundation-libexec XML-libexec Util-libexec Net-libexec NetSSL_OpenSSL-libexec
|
||||
|
||||
tests: Foundation-tests XML-tests Util-tests Net-tests NetSSL_OpenSSL-tests
|
||||
|
||||
samples: Foundation-samples XML-samples Util-samples Net-samples NetSSL_OpenSSL-samples
|
||||
|
||||
|
||||
Foundation-libexec:
|
||||
$(MAKE) -C $(POCO_BASE)/Foundation
|
||||
|
||||
@ -56,7 +64,8 @@ Foundation-tests: Foundation-libexec cppunit
|
||||
Foundation-samples: Foundation-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/Foundation/samples
|
||||
|
||||
XML-libexec: Foundation
-libexec
|
||||
XML-libexec: Foundation
|
||||
-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/XML
|
||||
|
||||
XML-tests: XML-libexec cppunit
|
||||
@ -65,7 +74,9 @@ XML-tests: XML-libexec cppunit
|
||||
XML-samples: XML-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/XML/samples
|
||||
|
||||
Util-libexec: Foundation
-libexec XML
-libexec
|
||||
Util-libexec: Foundation
|
||||
-libexec XML
|
||||
-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/Util
|
||||
|
||||
Util-tests: Util-libexec cppunit
|
||||
@ -74,16 +85,23 @@ Util-tests: Util-libexec cppunit
|
||||
Util-samples: Util-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/Util/samples
|
||||
|
||||
Net-libexec: Foundation
-libexec
|
||||
Net-libexec: Foundation
|
||||
-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/Net
|
||||
|
||||
Net-tests: Net-libexec cppunit
|
||||
$(MAKE) -C $(POCO_BASE)/Net/testsuite
|
||||
|
||||
Net-samples: Net-libexec Foundation
-libexec XML
-libexec Util
-libexec
|
||||
Net-samples: Net-libexec Foundation
|
||||
-libexec XML
|
||||
-libexec Util
|
||||
-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/Net/samples
|
||||
|
||||
NetSSL_OpenSSL-libexec: Foundation
-libexec Net
-libexec Util
-libexec
|
||||
NetSSL_OpenSSL-libexec: Foundation
|
||||
-libexec Net
|
||||
-libexec Util
|
||||
-libexec
|
||||
$(MAKE) -C $(POCO_BASE)/NetSSL_OpenSSL
|
||||
|
||||
NetSSL_OpenSSL-tests: NetSSL_OpenSSL-libexec cppunit
|
||||
|
Loading…
x
Reference in New Issue
Block a user