]> granicus.if.org Git - curl/commitdiff
added some more NetWare targets.
authorGunter Knauf <gk@gknw.de>
Wed, 10 Aug 2005 19:26:33 +0000 (19:26 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 10 Aug 2005 19:26:33 +0000 (19:26 +0000)
Makefile.dist

index 0438cae148398947fd2b43879bb5520fd83dfb72..3a674d7d726793c1efdadb52f4a22136bdba6092 100644 (file)
@@ -200,9 +200,21 @@ netware:
        $(MAKE) -C lib -f Makefile.netware
        $(MAKE) -C src -f Makefile.netware
 
+netware-ares:
+       $(MAKE) -C lib -f Makefile.netware WITH_ARES=1
+       $(MAKE) -C src -f Makefile.netware WITH_ARES=1
+
 netware-ssl:
-       $(MAKE) -C lib -f Makefile.netware SSL=1
-       $(MAKE) -C src -f Makefile.netware SSL=1
+       $(MAKE) -C lib -f Makefile.netware WITH_SSL=1
+       $(MAKE) -C src -f Makefile.netware WITH_SSL=1
+
+netware-ssl-zlib:
+       $(MAKE) -C lib -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
+       $(MAKE) -C src -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
+
+netware-zlib:
+       $(MAKE) -C lib -f Makefile.netware WITH_ZLIB=1
+       $(MAKE) -C src -f Makefile.netware WITH_ZLIB=1
 
 netware-clean:
        $(MAKE) -C lib -f Makefile.netware clean