File: Makefile.am

package info (click to toggle)
libassa 3.5.1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,424 kB
  • sloc: cpp: 15,703; sh: 12,083; makefile: 379; perl: 51
file content (28 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (9)
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
##
## libassa/examples/logserver/server/Makefile.am
##
## $Id: Makefile.am,v 1.5 2006/07/20 02:30:55 vlg Exp $
#

MAINTAINERCLEANFILES = Makefile.in

noinst_PROGRAMS = assa-logd

ASSADIR = ${top_srcdir}/assa
INCLUDES = -I$(top_srcdir)

assa_logd_SOURCES = \
	MonitorConn.h MonitorConn.cpp \
	Conn.h Conn.cpp \
	LogServer.h LogServer.cpp \
	LogServer-main.h LogServer-main.cpp

assa_logd_LDADD = \
	$(top_builddir)/assa/libassa-@ASSA_RELEASE@.la @WIN32_EXTRA_LIBADD@

clean-local:
	-rm -f log *.log *~ assa-logd

# Disable autoheader.
AUTOHEADER=echo