2002-06-18 19:44:34 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
DEPTH = ..
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libsynergy.a
|
|
|
|
libsynergy_a_SOURCES = \
|
|
|
|
CInputPacketStream.cpp \
|
|
|
|
COutputPacketStream.cpp \
|
|
|
|
CProtocolUtil.cpp \
|
|
|
|
CClipboard.cpp \
|
|
|
|
CTCPSocketFactory.cpp \
|
|
|
|
XScreen.cpp \
|
|
|
|
XSynergy.cpp \
|
2002-06-22 17:31:24 +00:00
|
|
|
CClipboard.h \
|
|
|
|
CInputPacketStream.h \
|
|
|
|
COutputPacketStream.h \
|
|
|
|
CProtocolUtil.h \
|
|
|
|
CTCPSocketFactory.h \
|
|
|
|
ClipboardTypes.h \
|
2002-07-09 21:22:31 +00:00
|
|
|
IClient.h \
|
2002-06-22 17:31:24 +00:00
|
|
|
IClipboard.h \
|
2002-07-10 21:22:28 +00:00
|
|
|
IPrimaryScreenReceiver.h\
|
2002-07-13 22:00:38 +00:00
|
|
|
IScreen.h \
|
|
|
|
IScreenEventHandler.h \
|
2002-07-10 21:22:28 +00:00
|
|
|
IScreenReceiver.h \
|
2002-06-22 19:20:21 +00:00
|
|
|
IScreenSaver.h \
|
2002-07-09 21:22:31 +00:00
|
|
|
IServer.h \
|
2002-06-22 17:31:24 +00:00
|
|
|
ISocketFactory.h \
|
|
|
|
KeyTypes.h \
|
|
|
|
MouseTypes.h \
|
|
|
|
ProtocolTypes.h \
|
|
|
|
Version.h \
|
|
|
|
XScreen.h \
|
|
|
|
XSynergy.h \
|
2002-06-18 19:44:34 +00:00
|
|
|
$(NULL)
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(DEPTH)/base \
|
|
|
|
-I$(DEPTH)/mt \
|
|
|
|
-I$(DEPTH)/io \
|
|
|
|
-I$(DEPTH)/net \
|
|
|
|
$(NULL)
|