1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
#
# generated 2001/9/1 14:20:31 EDT by vladg@erols.com
#
h_sources = \
LogMask.h \
Logger.h \
Logger_Impl.h \
FileLogger.h \
StdOutLogger.h \
RemoteLogger.h \
Acceptor.h \
Address.h \
Assa.h \
Assure.h \
AutoPtr.h \
CharInBuffer.h \
CmdLineOpts.h \
CommonUtils.h \
ConUDPSocket.h \
Connector.h \
Destroyer.h \
EventHandler.h \
FdSet.h \
Fork.h \
GenServer.h \
Handlers.h \
INETAddress.h \
IniFile.h \
IPv4Socket.h \
IdSet.h \
MaskSet.h \
MemDump.h \
PidFileLock.h \
Pipe.h \
PriorityQueue.h \
PriorityQueue_Heap.h \
PriorityQueue_Impl.h \
PriorityQueue_STLPQ.h \
Reactor.h \
Regexp.h \
Repository.h \
Semaphore.h \
ServiceHandler.h \
SigAction.h \
SigHandler.h \
SigHandlers.h \
SigHandlersList.h \
SigSet.h \
Singleton.h \
Socket.h \
Socketbuf.h \
Streambuf.h \
TimeVal.h \
Timer.h \
TimerCountdown.h \
TimerQueue.h \
UDPSocket.h \
UNIXAddress.h \
UnConUDPSocket.h \
xdrIOBuffer.h \
XDRHack.h
cpp_sources = \
CharInBuffer.cpp \
CmdLineOpts.cpp \
CommonUtils.cpp \
ConUDPSocket.cpp \
FileLogger.cpp \
FdSet.cpp \
Fork.cpp \
GenServer.cpp \
INETAddress.cpp \
IniFile.cpp \
IPv4Socket.cpp \
IdSet.cpp \
MemDump.cpp \
PidFileLock.cpp \
Pipe.cpp \
Reactor.cpp \
Regexp.cpp \
Semaphore.cpp \
SigHandler.cpp \
SigHandlers.cpp \
Socket.cpp \
Socketbuf.cpp \
StdOutLogger.cpp \
Streambuf.cpp \
TimeVal.cpp \
TimerQueue.cpp \
UDPSocket.cpp \
UNIXAddress.cpp \
UnConUDPSocket.cpp \
xdrIOBuffer.cpp \
Logger.cpp \
Logger_Impl.cpp \
RemoteLogger.cpp
library_includedir = $(includedir)/assa-@ASSA_RELEASE@/assa
library_include_HEADERS = $(h_sources)
INCLUDES = \
-I$(top_srcdir) \
@TIRPC_CFLAGS@
lib_LTLIBRARIES = libassa-3.5.la
libassa_3_5_la_SOURCES = $(h_sources) $(cpp_sources)
libassa_3_5_la_LDFLAGS = \
@WIN32_EXTRA_LDFLAGS@ \
-version-info @LIBASSA_SO_VERSION@
# Disable autoheader.
AUTOHEADER=echo
|