17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
|
|
#ifdef SunArchitecture
|
|
EXTRA_DEFINES = -D__EXTENSIONS__
|
|
#endif
|
|
|
|
CDEBUGFLAGS += -Wno-error=implicit-function-declaration -fpermissive
|
|
|
|
SRCS = vncauth.c d3des.c
|
|
|
|
OBJS = vncauth.o d3des.o
|
|
|
|
INCLUDES = -I. -I../include
|
|
|
|
NormalLibraryTarget(vncauth,$(OBJS))
|
|
|
|
DependTarget()
|