aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-06-10 20:12:49 +0000
committerGunter Knauf <gk@gknw.de>2004-06-10 20:12:49 +0000
commit295169f9d9253bd500ed6d2472a3642721d89c14 (patch)
treed9a510915523253b5a12fc6e6ce2f369d1ae4fbc /lib/Makefile.netware
parent1a3797a699cb8ae0a5416466a1b5d48443a9e287 (diff)
added generation of missing files.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware17
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 2df0b5076..59038356e 100644
--- a/lib/Makefile.netware
+++ b/lib/Makefile.netware
@@ -53,7 +53,7 @@ else
CC = gcc
endif
# RM = rm -f
-# CP = cp -fv
+CP = cp -fv
# if you want to mark the target as MTSAFE you will need a tool for
# generating the xdc data for the linker; here's a minimal tool:
# http://www.gknw.de/development/prgtools/mkxdc.zip
@@ -289,3 +289,18 @@ ifeq ($(LD),nlmconv)
@echo $(DL)output $(TARGET).nlm$(DL) >> $@
endif
+ca-bundle.h: Makefile.netware
+ @echo Creating $@
+ @echo $(DL)/* Do not edit this file - it is created by make!$(DL) > $@
+ @echo $(DL)** All your changes will be lost!!$(DL) >> $@
+ @echo $(DL)*/$(DL) >> $@
+ @echo $(DL)#define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")$(DL) >> $@
+
+getdate.c: getdate.c.cvs
+ @echo Creating $@
+ @-$(RM) getdate.y
+ $(CP) $< $@
+
+url.c: ca-bundle.h
+
+