summaryrefslogtreecommitdiffstats
path: root/libvncauth/Imakefile
blob: 2e100a615d0e8b7cb6b84f513f9495008b8eb0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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()