2002-06-18 19:44:34 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
DEPTH = ..
|
|
|
|
|
2002-06-22 17:31:24 +00:00
|
|
|
# FIXME -- add CUnixPlatform.cpp as an unbuilt source
|
2002-06-18 19:44:34 +00:00
|
|
|
noinst_LIBRARIES = libplatform.a
|
2002-06-22 19:20:21 +00:00
|
|
|
libplatform_a_SOURCES = \
|
|
|
|
CPlatform.cpp \
|
|
|
|
CXWindowsClipboard.cpp \
|
|
|
|
CXWindowsScreen.cpp \
|
|
|
|
CXWindowsScreenSaver.cpp \
|
|
|
|
CXWindowsUtil.cpp \
|
|
|
|
CPlatform.h \
|
|
|
|
CUnixPlatform.h \
|
|
|
|
CXWindowsClipboard.h \
|
|
|
|
CXWindowsScreen.h \
|
|
|
|
CXWindowsScreenSaver.h \
|
|
|
|
CXWindowsUtil.h \
|
|
|
|
IPlatform.h \
|
2002-06-18 19:44:34 +00:00
|
|
|
$(NULL)
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(DEPTH)/base \
|
|
|
|
-I$(DEPTH)/mt \
|
|
|
|
-I$(DEPTH)/synergy \
|
|
|
|
$(NULL)
|