Add QNX platform makefiles.
authorMike Gorchak <mgorchak@blackberry.com>
Thu, 11 Mar 2021 03:18:28 +0000 (22:18 -0500)
committerLenny Komow <lenny@lunarg.com>
Tue, 6 Apr 2021 20:52:51 +0000 (14:52 -0600)
build-qnx/nto/Makefile [new file with mode: 0644]
build-qnx/nto/aarch64/Makefile [new file with mode: 0644]
build-qnx/nto/aarch64/so.le/Makefile [new file with mode: 0644]
build-qnx/nto/arm/Makefile [new file with mode: 0644]
build-qnx/nto/arm/so.le.v7/Makefile [new file with mode: 0644]
build-qnx/nto/x86_64/Makefile [new file with mode: 0644]
build-qnx/nto/x86_64/so/Makefile [new file with mode: 0644]

diff --git a/build-qnx/nto/Makefile b/build-qnx/nto/Makefile
new file mode 100644 (file)
index 0000000..0cc5eae
--- /dev/null
@@ -0,0 +1,8 @@
+LIST=CPU
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/aarch64/Makefile b/build-qnx/nto/aarch64/Makefile
new file mode 100644 (file)
index 0000000..0e22650
--- /dev/null
@@ -0,0 +1,8 @@
+LIST=VARIANT
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/aarch64/so.le/Makefile b/build-qnx/nto/aarch64/so.le/Makefile
new file mode 100644 (file)
index 0000000..0f9d7b9
--- /dev/null
@@ -0,0 +1 @@
+include ../../../common.mk
diff --git a/build-qnx/nto/arm/Makefile b/build-qnx/nto/arm/Makefile
new file mode 100644 (file)
index 0000000..0e22650
--- /dev/null
@@ -0,0 +1,8 @@
+LIST=VARIANT
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/arm/so.le.v7/Makefile b/build-qnx/nto/arm/so.le.v7/Makefile
new file mode 100644 (file)
index 0000000..0f9d7b9
--- /dev/null
@@ -0,0 +1 @@
+include ../../../common.mk
diff --git a/build-qnx/nto/x86_64/Makefile b/build-qnx/nto/x86_64/Makefile
new file mode 100644 (file)
index 0000000..0e22650
--- /dev/null
@@ -0,0 +1,8 @@
+LIST=VARIANT
+ifndef QRECURSE
+QRECURSE=recurse.mk
+ifdef QCONFIG
+QRDIR=$(dir $(QCONFIG))
+endif
+endif
+include $(QRDIR)$(QRECURSE)
diff --git a/build-qnx/nto/x86_64/so/Makefile b/build-qnx/nto/x86_64/so/Makefile
new file mode 100644 (file)
index 0000000..0f9d7b9
--- /dev/null
@@ -0,0 +1 @@
+include ../../../common.mk