default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / torrus / xmlconfig / Makefile.am
1
2 #  Copyright (C) 2002-2010  Stanislav Sinyagin
3 #
4 #  This program is free software; you can redistribute it and/or modify
5 #  it under the terms of the GNU General Public License as published by
6 #  the Free Software Foundation; either version 2 of the License, or
7 #  (at your option) any later version.
8 #
9 #  This program is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 #  GNU General Public License for more details.
13 #
14 #  You should have received a copy of the GNU General Public License
15 #  along with this program; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
17
18 # $Id: Makefile.am,v 1.1 2010-12-27 00:04:05 ivan Exp $
19 # Stanislav Sinyagin <ssinyagin@yahoo.com>
20 #
21
22 EXTRA_DIST = \
23         site-global.xml
24
25 xmldir         = $(distxmldir)
26 dist_xml_DATA  = defaults.xml snmp-defs.xml cdef-collector-defs.xml
27
28 vendordir      = $(distxmldir)/vendor
29 dist_vendor_DATA = \
30         vendor/alteon.xml \
31         vendor/alu-timetra.xml \
32         vendor/apc.ups.xml  \
33         vendor/apple.ae.xml \
34         vendor/arbor_e.xml \
35         vendor/ascend.max.xml \
36         vendor/atmel.xml \
37         vendor/betternetworks.xml \
38         vendor/casa-cmts.xml \
39         vendor/cisco.firewall.xml \
40         vendor/cisco.generic.xml \
41         vendor/cisco.ios.xml \
42         vendor/cisco.ios.docsis.xml \
43         vendor/cisco.ios.mac-accounting.xml \
44         vendor/cisco.sce.xml \
45         vendor/cisco.vdsl-line.xml \
46         vendor/compaq.cim.xml \
47         vendor/empire.systemedge.xml \
48         vendor/empire.systemedge.ntregperf.xml \
49         vendor/f5.bigip.xml \
50         vendor/foundry.xml \
51         vendor/ftos.xml \
52         vendor/jacarta.xml \
53         vendor/junos.xml \
54         vendor/hp.hpux.xml \
55         vendor/liebert.xml \
56         vendor/microsoft.windows.xml \
57         vendor/motorola.bsr.xml \
58         vendor/netapp.filer.xml \
59         vendor/netbotz.xml \
60         vendor/netscreen.xml \
61         vendor/paradyne.xdsl.xml \
62         vendor/symmetricom.xml \
63         vendor/ucd.ucd-snmp.xml
64
65 genericdir    =  $(distxmldir)/generic
66 dist_generic_DATA = \
67         generic/collector-periods.xml \
68         generic/monitors.xml \
69         generic/rfc1628.ups.xml \
70         generic/rfc1697.rdbms.xml \
71         generic/rfc2662.adsl-line.xml \
72         generic/rfc2670.docsis-if.xml \
73         generic/rfc2790.host-resources.xml \
74         generic/rfc2863.if-mib.xml
75
76 examplesdir   =  $(distxmldir)/examples
77 dist_examples_DATA = \
78         examples/apc-ups.xml \
79         examples/ascend.max.xml \
80         examples/docsis-monitors.xml \
81         examples/generic-netsnmp.xml \
82         examples/hpux.xml \
83         examples/monitors.xml \
84         examples/multigraph.xml \
85         examples/rainbow-schema.xml \
86         examples/servers.data \
87         examples/servers.tmpl
88
89 olddir        =  $(distxmldir)/old
90 dist_old_DATA = \
91         old/cisco.generic.old-0.1.4.xml \
92         old/cisco.ios.mac-accounting-0.1.8.xml \
93         old/cisco-mac-accounting-example.xml \
94         old/rfc1213.xml \
95         old/rfc2670.docsis-if.old.0.1.5d-20040224.xml \
96         old/rfc2670.docsis-if.old.1.0.4.xml \
97         old/rfc2863.if-mib.old-0.1.4.xml \
98         old/rfc2863.if-mib.old-0.1.7.xml \
99         old/snmp-defs.old-0.1.2.xml
100
101
102 install-data-local:
103         $(mkinstalldirs) $(DESTDIR)$(sitexmldir)
104         if test ! -r $(DESTDIR)$(sitexmldir)/site-global.xml; then \
105           $(INSTALL_DATA) site-global.xml \
106                 $(DESTDIR)$(sitexmldir)/site-global.xml; \
107         fi
108
109