6e51c9a312ad29ad480db961adaf9747ba0be03f
[debian/amanda] / example / Makefile.am
1 # Makefile for sample configuration files
2
3 include $(top_srcdir)/config/automake/vars.am
4 include $(top_srcdir)/config/automake/installperms.am
5
6 amanda_dir    = $(amdatadir)
7 templatedir   = $(amanda_dir)/template.d
8 exampledir    = $(amanda_dir)/example
9 lbltempldir   = $(amanda_dir)/example/label-templates
10
11 EXTRA_DIST +=   chg-multi.conf \
12                 chg-scsi.conf \
13                 config.site \
14                 disklist \
15                 chg-mcutil.conf
16
17 dist_template_DATA = template.d/advanced.conf \
18                 template.d/amanda-harddisk.conf \
19                 template.d/amanda-single-tape.conf \
20                 template.d/amanda-tape-changer.conf \
21                 template.d/amanda-S3.conf \
22                 template.d/dumptypes \
23                 template.d/tapetypes \
24                 template.d/README   \
25                 template.d/chg-manual.conf   
26
27 dist_example_DATA = amanda.conf \
28                amanda-client.conf \
29                inetd.conf.amandaclient \
30                inetd.conf.amandaserver \
31                xinetd.amandaclient \
32                xinetd.amandaserver 
33
34 dist_lbltempl_DATA = DLT.ps \
35                 EXB-8500.ps \
36                 HP-DAT.ps \
37                 8.5x11.ps \
38                 3hole.ps \
39                 DLT-A4.ps \
40                 DIN-A4.ps 
41
42 INSTALLPERMS_data = chown=amanda \
43         dest=$(templatedir) $(dist_template_DATA) \
44         dest=$(exampledir) $(dist_example_DATA) \
45         dest=$(libtempldir) $(dist_libtempl_DATA)