File: Makefile.am

package info (click to toggle)
libassa 3.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,268 kB
  • sloc: cpp: 15,703; sh: 12,083; makefile: 379; perl: 51
file content (27 lines) | stat: -rw-r--r-- 520 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
##
## 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-logmon

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

assa_logmon_SOURCES = \
	LogConn.h LogConn.cpp \
	LogMon.h LogMon.cpp \
	LogMon-main.h LogMon-main.cpp

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

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

# Disable autoheader.
AUTOHEADER=echo