summaryrefslogtreecommitdiffstats
path: root/libvncauth/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvncauth/Imakefile')
-rw-r--r--libvncauth/Imakefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libvncauth/Imakefile b/libvncauth/Imakefile
new file mode 100644
index 0000000..2e100a6
--- /dev/null
+++ b/libvncauth/Imakefile
@@ -0,0 +1,16 @@
+
+#ifdef SunArchitecture
+CC = gcc
+CCOPTIONS =
+CDEBUGFLAGS = -O2
+#endif
+
+SRCS = vncauth.c d3des.c
+
+OBJS = vncauth.o d3des.o
+
+INCLUDES = -I. -I../include
+
+NormalLibraryTarget(vncauth,$(OBJS))
+
+DependTarget()