41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
# 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 =
|
|
|
|
EXTRA_DIST = \
|
|
PORTING \
|
|
doxygen.cfg.in \
|
|
synergy.css \
|
|
authors.html \
|
|
autostart.html \
|
|
compiling.html \
|
|
configuration.html \
|
|
developer.html \
|
|
faq.html \
|
|
history.html \
|
|
index.html \
|
|
license.html \
|
|
news.html \
|
|
running.html \
|
|
security.html \
|
|
tips.html \
|
|
todo.html \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in \
|
|
doc/doxygen.cfg \
|
|
doc/doxygen/html/* \
|
|
$(NULL)
|