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