File: Makefile.am

package info (click to toggle)
aide 0.13.1-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,220 kB
  • ctags: 1,171
  • sloc: ansic: 13,303; sh: 2,259; lex: 608; yacc: 243; makefile: 143
file content (46 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download | duplicates (2)
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
#
# aide, Advanced Intrusion Detection Environment
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#

SUBDIRS = src doc

datadir = @datadir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@

CLEANFILES = *~

DIST_SOURCES = src/conf_lex.l src/db_lex.l
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = version.m4 Todo LICENSE-snprintf.txt README-snprintf

check: update-db
	src/aide -c doc/aide.conf -V20

update-db: all
	src/aide -B "database_out=file://$(top_srcdir)/doc/aide.db" -c doc/aide.conf -i

dist-hook: configure
	mkdir $(distdir)/include
	cp -p   include/*.h $(distdir)/include

	mkdir $(distdir)/contrib
	cp -p   contrib/[a-z]* $(distdir)/contrib

	rm -f	$(distdir)/src/conf_yacc.c $(distdir)/src/conf_yacc.h