Imported Upstream version 2.4.3
[platform/upstream/audit.git] / tools / auvirt / Makefile.am
1 #
2 # Makefile.am --
3 # Copyright (c) 2011 IBM Corp.
4 # Copyright (C) 2015 Red Hat, Inc.
5 # All Rights Reserved.
6 #
7 # This software may be freely redistributed and/or modified under the
8 # terms of the GNU General Public License as published by the Free
9 # Software Foundation; either version 2, or (at your option) any
10 # later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program; see the file COPYING. If not, write to the
19 # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 #
21 # Authors:
22 #   Marcelo Henrique Cerri <mhcerri@br.ibm.com>
23 #
24  
25 CONFIG_CLEAN_FILES = *.loT *.rej *.orig
26 AUTOMAKE_OPTIONS = no-dependencies
27 EXTRA_DIST = $(man_MANS)
28 AM_CPPFLAGS = -I${top_srcdir} \
29                    -I${top_srcdir}/lib \
30                    -I${top_srcdir}/auparse \
31                    -I${top_srcdir}/src
32 LIBS = -L${top_builddir}/auparse -lauparse
33 AM_CFLAGS = -D_GNU_SOURCE
34 bin_PROGRAMS = auvirt
35 noinst_HEADERS = auvirt-list.h
36 man_MANS = auvirt.8
37
38 auvirt_SOURCES = auvirt.c \
39                  auvirt-list.c \
40                  ${top_srcdir}/src/ausearch-time.c