Imported Upstream version 2.6.0p2
[debian/amanda] / dumper-src / Makefile.am
1 # Makefile for Amanda wrapper programs.
2
3 include $(top_srcdir)/config/automake/vars.am
4 include $(top_srcdir)/config/automake/scripts.am
5 include $(top_srcdir)/config/automake/installperms.am
6 include $(top_srcdir)/config/automake/precompile.am
7
8 INCLUDES =      -I$(top_builddir)/common-src \
9                 -I$(top_srcdir)/common-src
10
11 AM_CFLAGS = $(AMANDA_WARNING_CFLAGS)
12 AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS)
13
14 SCRIPTS_PERL = \
15             amgtar
16
17 SCRIPTS_INCLUDE = \
18             generic-dumper
19 EXTRA_DIST += generic-dumper.pl
20
21 CHECK_PERL = $(SCRIPTS_PERL) $(SCRIPTS_INCLUDE)
22
23 dumperdir = $(DUMPER_DIR)
24 dumper_SCRIPTS = $(SCRIPTS_PERL)
25 dumper_DATA = $(SCRIPTS_INCLUDE)
26
27 INSTALLPERMS_data = dest=$(dumperdir) chown=amanda $(dumper_SCRIPTS)