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