2 # Copyright (C) 2002 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:01 ivan Exp $
19 # Stanislav Sinyagin <ssinyagin@yahoo.com>
22 SUBST = @abs_top_builddir@/setup_tools/substvars.sh
24 pkgbindir = @pkgbindir@
54 wrapperdir = @wrapperdir@
58 CLEANFILES = $(pkgbin_SCRIPTS) $(wrapper_SCRIPTS)
63 action_printemail.in \
65 action_snmpv1trap.in \
92 # ls -1 | egrep '^[a-z][^.]+$' | \
93 # awk '{printf "%s: %s.in\n\t$(SUBST) %s.in > %s\n\n", $1, $1, $1, $1}'
96 $(SUBST) acledit.in > acledit
98 action_printemail: action_printemail.in
99 $(SUBST) action_printemail.in > action_printemail
101 action_notify: action_notify.in
102 $(SUBST) action_notify.in > action_notify
104 action_snmptrap: action_snmptrap.in
105 $(SUBST) action_snmptrap.in > action_snmptrap
107 action_snmpv1trap: action_snmpv1trap.in
108 $(SUBST) action_snmpv1trap.in > action_snmpv1trap
110 buildsearchdb: buildsearchdb.in
111 $(SUBST) buildsearchdb.in > buildsearchdb
114 $(SUBST) bdbinfo.in > bdbinfo
117 $(SUBST) cleanup.in > cleanup
119 clearcache: clearcache.in
120 $(SUBST) clearcache.in > clearcache
122 collector: collector.in
123 $(SUBST) collector.in > collector
125 compilexml: compilexml.in
126 $(SUBST) compilexml.in > compilexml
128 configinfo: configinfo.in
129 $(SUBST) configinfo.in > configinfo
131 configsnapshot: configsnapshot.in
132 $(SUBST) configsnapshot.in > configsnapshot
134 devdiscover: devdiscover.in
135 $(SUBST) devdiscover.in > devdiscover
137 flushmonitors: flushmonitors.in
138 $(SUBST) flushmonitors.in > flushmonitors
141 $(SUBST) genddx.in > genddx
144 $(SUBST) genlist.in > genlist
146 genreport: genreport.in
147 $(SUBST) genreport.in > genreport
149 install_plugin: install_plugin.in
150 $(SUBST) install_plugin.in > install_plugin
153 $(SUBST) monitor.in > monitor
156 $(SUBST) nodeid.in > nodeid
158 rrddir2xml: rrddir2xml.in
159 $(SUBST) rrddir2xml.in > rrddir2xml
161 schedulerinfo: schedulerinfo.in
162 $(SUBST) schedulerinfo.in > schedulerinfo
164 snmpfailures: snmpfailures.in
165 $(SUBST) snmpfailures.in > snmpfailures
167 srvderive: srvderive.in
168 $(SUBST) srvderive.in > srvderive
171 $(SUBST) torrus.in > torrus
173 torrus.fcgi: torrus.fcgi.in
174 $(SUBST) torrus.fcgi.in > torrus.fcgi
176 ttproclist: ttproclist.in
177 $(SUBST) ttproclist.in > ttproclist