diff --git a/Makefile b/Makefile index 3ff03ee942..bae7c8208c 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ all: $(PAGES) cd rfc && make cd dev && make cd windows && make + cd qnx && make cd tiny && make cd logo && make cd trurl && make diff --git a/qnx/Makefile b/qnx/Makefile new file mode 100644 index 0000000000..f145eaf7d7 --- /dev/null +++ b/qnx/Makefile @@ -0,0 +1,20 @@ +ROOT=.. + +SRCROOT=$(ROOT)/cvssource +DOCROOT=$(SRCROOT)/docs + +include $(ROOT)/mainparts.mk +include $(ROOT)/setup.mk + +PAGES=index.html + +all: $(PAGES) + +index.html: _index.html $(MAINPARTS) files.gen + $(ACTION) + +files.gen: mkfiles.pl dl/* + ./mkfiles.pl >$@ + +clean: + rm -f $(PAGES) *.gen diff --git a/qnx/_index.html b/qnx/_index.html new file mode 100644 index 0000000000..637d166357 --- /dev/null +++ b/qnx/_index.html @@ -0,0 +1,95 @@ +#include "_doctype.html" + +
+ These are official curl and libcurl builds for QNX. + +
+ +#ifdef QNX_SDK70_DATE +# define QNX_CURLDATE QNX_SDK70_DATE +#else +# ifdef QNX_SDK71_DATE +# define QNX_CURLDATE QNX_SDK71_DATE +# else +# define QNX_CURLDATE QNX_SDK80_DATE +# endif +#endif + + + +
curl version | QNX_CURLVER |
Build | QNX_CURLVER_PACKAGE |
Date | QNX_CURLDATE |
Changes | QNX_CURLVER changelog |
+
+ curl QNX_CURLVER for SDK 8.0
+#ifdef QNX_SDK80_SIG
+GPG signature: here
+#endif
+Size: QNX_SDK80_SIZE
+sha256: QNX_SDK80_SHA256
+#endif
+
+#ifdef QNX_SDK71_FILENAME
+
+
+ curl QNX_CURLVER for SDK 7.1
+#ifdef QNX_SDK71_SIG
+GPG signature: here
+#endif
+Size: QNX_SDK71_SIZE
+sha256: QNX_SDK71_SHA256
+#endif
+
+#ifdef QNX_SDK70_FILENAME
+
+ The download archives contain curl and libcurl for all supported targets for + each indvidual SDK branch - as gzipped tarballs. + +#include "_footer.html" + +