2002-08-11 11:49:36 +00:00
|
|
|
# synergy -- mouse and keyboard sharing utility
|
|
|
|
# Copyright (C) 2002 Chris Schoeneman
|
|
|
|
#
|
|
|
|
# This package is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# found in the file COPYING that should have accompanied this file.
|
|
|
|
#
|
|
|
|
# This package is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
DEPTH = ../..
|
|
|
|
VDEPTH = ./$(VPATH)/$(DEPTH)
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2003-03-12 22:34:07 +00:00
|
|
|
CAdvancedOptions.cpp \
|
|
|
|
CAdvancedOptions.h \
|
2002-09-02 17:48:51 +00:00
|
|
|
CAutoStart.cpp \
|
|
|
|
CAutoStart.h \
|
2003-03-12 22:34:07 +00:00
|
|
|
CGlobalOptions.cpp \
|
|
|
|
CGlobalOptions.h \
|
2002-09-02 17:48:51 +00:00
|
|
|
LaunchUtil.cpp \
|
|
|
|
LaunchUtil.h \
|
2002-08-11 11:49:36 +00:00
|
|
|
launcher.cpp \
|
|
|
|
launcher.dsp \
|
|
|
|
launcher.rc \
|
|
|
|
resource.h \
|
|
|
|
synergy.ico \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
Makefile.in \
|
|
|
|
$(NULL)
|