endif
ifndef INSTDIR
-INSTDIR = ../curl-$(LIBCURL_VERSION_STR)-bin-nw
+INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
endif
# Edit the vars below to change NLM target settings.
ifeq ($(findstring linux,$(OSTYPE)),linux)
DL = '
+DS = /
#-include $(NDKBASE)/nlmconv/ncpfs.inc
+else
+DS = \\
endif
# Makefile.inc provides the CSOURCES and HHEADERS defines
@$(CP) ../COPYING $(INSTDIR)
@$(CP) ../README $(INSTDIR)
@$(CP) ../RELEASE-NOTES $(INSTDIR)
+ifdef WITH_SSL
+ @$(CP) ca-bundle.crt $(INSTDIR)
+endif
clean:
-$(RM) config.h ca-bundle.h
endif
ifndef INSTDIR
-INSTDIR = ../curl-$(LIBCURL_VERSION_STR)-bin-nw
+INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
endif
# Edit the vars below to change NLM target settings.
ifeq ($(findstring linux,$(OSTYPE)),linux)
DL = '
+DS = /
#-include $(NDKBASE)/nlmconv/ncpfs.inc
+else
+DS = \\
endif
# Makefile.inc provides the CSOURCES and HHEADERS defines