summaryrefslogtreecommitdiffstats
path: root/libvncauth/Imakefile
diff options
context:
space:
mode:
authordscho <dscho>2001-08-01 11:52:01 +0000
committerdscho <dscho>2001-08-01 11:52:01 +0000
commit757fdc2454a97890c119cca8662b8d1763265e9a (patch)
tree44256826d7aafaa816041a18fa0405097f2ed4cd /libvncauth/Imakefile
downloadlibtdevnc-757fdc24.tar.gz
libtdevnc-757fdc24.zip
Initial revision
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()