Line | |
---|
1 | # synergy -- mouse and keyboard sharing utility
|
---|
2 | # Copyright (C) 2002 Chris Schoeneman
|
---|
3 | #
|
---|
4 | # This package is free software; you can redistribute it and/or
|
---|
5 | # modify it under the terms of the GNU General Public License
|
---|
6 | # found in the file COPYING that should have accompanied this file.
|
---|
7 | #
|
---|
8 | # This package is distributed in the hope that it will be useful,
|
---|
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
11 | # GNU General Public License for more details.
|
---|
12 |
|
---|
13 | ## Process this file with automake to produce Makefile.in
|
---|
14 | NULL =
|
---|
15 |
|
---|
16 | EXTRA_DIST = \
|
---|
17 | common.dsp \
|
---|
18 | BasicTypes.h \
|
---|
19 | IInterface.h \
|
---|
20 | MacOSXPrecomp.h \
|
---|
21 | common.h \
|
---|
22 | stdbitset.h \
|
---|
23 | stddeque.h \
|
---|
24 | stdfstream.h \
|
---|
25 | stdistream.h \
|
---|
26 | stdlist.h \
|
---|
27 | stdmap.h \
|
---|
28 | stdostream.h \
|
---|
29 | stdpost.h \
|
---|
30 | stdpre.h \
|
---|
31 | stdset.h \
|
---|
32 | stdsstream.h \
|
---|
33 | stdstring.h \
|
---|
34 | stdvector.h \
|
---|
35 | $(NULL)
|
---|
36 |
|
---|
37 | MAINTAINERCLEANFILES = \
|
---|
38 | Makefile.in \
|
---|
39 | $(NULL)
|
---|
40 |
|
---|
41 | noinst_LIBRARIES = libcommon.a
|
---|
42 | libcommon_a_SOURCES = \
|
---|
43 | Version.cpp \
|
---|
44 | Version.h \
|
---|
45 | $(NULL)
|
---|
46 |
|
---|
47 | INCLUDES = \
|
---|
48 | $(NULL)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.