source: trunk/synergy/lib/base/Makefile.am@ 2783

Last change on this file since 2783 was 2749, checked in by bird, 19 years ago

synergy v1.3.1 sources (zip).

File size: 1.5 KB
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
14NULL =
15
16EXTRA_DIST = \
17 base.dsp \
18 $(NULL)
19
20MAINTAINERCLEANFILES = \
21 Makefile.in \
22 $(NULL)
23
24noinst_LIBRARIES = libbase.a
25libbase_a_SOURCES = \
26 CEvent.cpp \
27 CEventQueue.cpp \
28 CFunctionEventJob.cpp \
29 CFunctionJob.cpp \
30 CLog.cpp \
31 CSimpleEventQueueBuffer.cpp \
32 CStopwatch.cpp \
33 CStringUtil.cpp \
34 CUnicode.cpp \
35 IEventQueue.cpp \
36 LogOutputters.cpp \
37 XBase.cpp \
38 CEvent.h \
39 CEventQueue.h \
40 CFunctionEventJob.h \
41 CFunctionJob.h \
42 CLog.h \
43 CPriorityQueue.h \
44 CSimpleEventQueueBuffer.h \
45 CStopwatch.h \
46 CString.h \
47 CStringUtil.h \
48 CUnicode.h \
49 IEventJob.h \
50 IEventQueue.h \
51 IEventQueueBuffer.h \
52 IJob.h \
53 ILogOutputter.h \
54 LogOutputters.h \
55 TMethodEventJob.h \
56 TMethodJob.h \
57 XBase.h \
58 $(NULL)
59INCLUDES = \
60 -I$(top_srcdir)/lib/common \
61 -I$(top_srcdir)/lib/arch \
62 $(NULL)
Note: See TracBrowser for help on using the repository browser.