aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2006-08-09 14:04:51 +0000
committerGunter Knauf <gk@gknw.de>2006-08-09 14:04:51 +0000
commit93943ef949f7391c8adb36b12bc30bf8adc1188e (patch)
tree7befa7d08f9573f10e107655c05671a0200c062a /lib/Makefile.netware
parentb184b87714055930c17a2ed47bc6bc2544379447 (diff)
added build info output.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 319e4e942..d03c012be 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -414,6 +414,31 @@ ca-bundle.h: Makefile.netware
url.c: ca-bundle.h
+info: $(OBJDIR)/version.inc
+ @echo Configured to build $(TARGET) with these options:
+ @echo curl version: $(LIBCURL_VERSION_STR)
+ @echo compiler/linker: $(CC) / $(LD)
+ifdef WITH_SSL
+ @echo SSL support: enabled (OpenSSL)
+else
+ @echo SSL support: no
+endif
+ifdef WITH_ZLIB
+ @echo zlib support: enabled
+else
+ @echo zlib support: no
+endif
+ifdef WITH_ARES
+ @echo c-ares support: enabled
+else
+ @echo c-ares support: no
+endif
+ifdef ENABLE_IPV6
+ @echo ipv6 support: enabled
+else
+ @echo ipv6 support: no
+endif
+
$(LIBCARES):
$(MAKE) -C ../ares -f Makefile.netware lib