| 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 |         base.dsp                                        \
 | 
|---|
| 18 |         $(NULL)
 | 
|---|
| 19 | 
 | 
|---|
| 20 | MAINTAINERCLEANFILES =                  \
 | 
|---|
| 21 |         Makefile.in                                     \
 | 
|---|
| 22 |         $(NULL)
 | 
|---|
| 23 | 
 | 
|---|
| 24 | noinst_LIBRARIES = libbase.a
 | 
|---|
| 25 | libbase_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)
 | 
|---|
| 59 | INCLUDES =                                              \
 | 
|---|
| 60 |         -I$(top_srcdir)/lib/common      \
 | 
|---|
| 61 |         -I$(top_srcdir)/lib/arch        \
 | 
|---|
| 62 |         $(NULL)
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.