aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/xtrans/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/xtrans/Imakefile')
-rw-r--r--nx-X11/lib/xtrans/Imakefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/nx-X11/lib/xtrans/Imakefile b/nx-X11/lib/xtrans/Imakefile
new file mode 100644
index 000000000..70716bb90
--- /dev/null
+++ b/nx-X11/lib/xtrans/Imakefile
@@ -0,0 +1,19 @@
+#define IncSubdir nx-X11
+
+all::
+
+DEFINES = $(FAILDEFINES)
+
+# Since xtrans source is #include'd into software that uses it, we install
+# the .c files as if they were headers.
+HEADERS = \
+ Xtrans.h \
+ Xtrans.c \
+ Xtransint.h \
+ Xtranslcl.c \
+ Xtranssock.c \
+ Xtransutil.c \
+ transport.c
+
+DependTarget()
+BuildIncludes($(HEADERS),IncSubdir/Xtrans,../..)