2 # Copyright (C) 2002-2010 Stanislav Sinyagin
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.
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.
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.
18 # $Id: Makefile.am,v 1.1 2010-12-27 00:04:05 ivan Exp $
19 # Stanislav Sinyagin <ssinyagin@yahoo.com>
25 xmldir = $(distxmldir)
26 dist_xml_DATA = defaults.xml snmp-defs.xml cdef-collector-defs.xml
28 vendordir = $(distxmldir)/vendor
31 vendor/alu-timetra.xml \
35 vendor/ascend.max.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 \
56 vendor/microsoft.windows.xml \
57 vendor/motorola.bsr.xml \
58 vendor/netapp.filer.xml \
60 vendor/netscreen.xml \
61 vendor/paradyne.xdsl.xml \
62 vendor/symmetricom.xml \
63 vendor/ucd.ucd-snmp.xml
65 genericdir = $(distxmldir)/generic
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
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 \
83 examples/monitors.xml \
84 examples/multigraph.xml \
85 examples/rainbow-schema.xml \
86 examples/servers.data \
89 olddir = $(distxmldir)/old
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 \
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
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; \