droidVncServer/jni/vnc/LibVNCServer-0.9.7/vncterm/.svn/text-base/Makefile.am.svn-base

25 lines
399 B
Makefile
Raw Normal View History

2010-08-23 22:45:04 -04:00
AM_CFLAGS=-I $(top_srcdir)
CONSOLE_SRCS=VNConsole.c
noinst_HEADERS=VNConsole.h vga.h
LDADD=../libvncserver/libvncserver.la @WSOCKLIB@
INCLUDES=-I.
if LINUX
bin_PROGRAMS=LinuxVNC
LinuxVNC_SOURCES=LinuxVNC.c $(CONSOLE_SRCS)
endif
if ! MINGW
VNCOMMAND=VNCommand
endif
noinst_PROGRAMS=example $(VNCOMMAND)
example_SOURCES=example.c $(CONSOLE_SRCS)
VNCommand_SOURCES=VNCommand.c $(CONSOLE_SRCS)