adding export to read mailbox status information, RT#15987
[freeside.git] / torrus / bin / Makefile.am
1
2 #  Copyright (C) 2002  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:01 ivan Exp $
19 # Stanislav Sinyagin <ssinyagin@yahoo.com>
20 #
21
22 SUBST = @abs_top_builddir@/setup_tools/substvars.sh
23
24 pkgbindir = @pkgbindir@
25 pkgbin_SCRIPTS = \
26         acledit                 \
27         action_notify           \
28         action_printemail       \
29         action_snmptrap         \
30         action_snmpv1trap       \
31         bdbinfo                 \
32         buildsearchdb           \
33         cleanup                 \
34         clearcache              \
35         collector               \
36         compilexml              \
37         configinfo              \
38         configsnapshot          \
39         devdiscover             \
40         flushmonitors           \
41         genddx                  \
42         genlist                 \
43         genreport               \
44         install_plugin          \
45         monitor                 \
46         nodeid                  \
47         rrddir2xml              \
48         schedulerinfo           \
49         snmpfailures            \
50         srvderive               \
51         torrus.fcgi             \
52         ttproclist
53
54 wrapperdir = @wrapperdir@
55 wrapper_SCRIPTS = \
56         torrus
57
58 CLEANFILES = $(pkgbin_SCRIPTS) $(wrapper_SCRIPTS)
59
60 EXTRA_DIST = \
61         acledit.in              \
62         action_notify.in        \
63         action_printemail.in    \
64         action_snmptrap.in      \
65         action_snmpv1trap.in    \
66         bdbinfo.in              \
67         buildsearchdb.in        \
68         clearcache.in           \
69         cleanup.in              \
70         collector.in            \
71         compilexml.in           \
72         configinfo.in           \
73         configsnapshot.in       \
74         devdiscover.in          \
75         flushmonitors.in        \
76         genddx.in               \
77         genlist.in              \
78         genreport.in            \
79         install_plugin.in       \
80         monitor.in              \
81         nodeid.in               \
82         rrddir2xml.in           \
83         schedulerinfo.in        \
84         snmpfailures.in         \
85         srvderive.in            \
86         torrus.fcgi.in          \
87         torrus.in               \
88         ttproclist.in
89
90
91 # Result of:
92 # ls -1 | egrep '^[a-z][^.]+$' | \
93 # awk '{printf "%s: %s.in\n\t$(SUBST) %s.in > %s\n\n", $1, $1, $1, $1}'
94
95 acledit: acledit.in
96         $(SUBST) acledit.in > acledit
97
98 action_printemail: action_printemail.in
99         $(SUBST) action_printemail.in > action_printemail
100
101 action_notify: action_notify.in
102         $(SUBST) action_notify.in > action_notify
103
104 action_snmptrap: action_snmptrap.in
105         $(SUBST) action_snmptrap.in > action_snmptrap
106
107 action_snmpv1trap: action_snmpv1trap.in
108         $(SUBST) action_snmpv1trap.in > action_snmpv1trap
109
110 buildsearchdb: buildsearchdb.in
111         $(SUBST) buildsearchdb.in > buildsearchdb
112
113 bdbinfo: bdbinfo.in
114         $(SUBST) bdbinfo.in > bdbinfo
115
116 cleanup: cleanup.in
117         $(SUBST) cleanup.in > cleanup
118
119 clearcache: clearcache.in
120         $(SUBST) clearcache.in > clearcache
121
122 collector: collector.in
123         $(SUBST) collector.in > collector
124
125 compilexml: compilexml.in
126         $(SUBST) compilexml.in > compilexml
127
128 configinfo: configinfo.in
129         $(SUBST) configinfo.in > configinfo
130
131 configsnapshot: configsnapshot.in
132         $(SUBST) configsnapshot.in > configsnapshot
133
134 devdiscover: devdiscover.in
135         $(SUBST) devdiscover.in > devdiscover
136
137 flushmonitors: flushmonitors.in
138         $(SUBST) flushmonitors.in > flushmonitors
139
140 genddx: genddx.in
141         $(SUBST) genddx.in > genddx
142
143 genlist: genlist.in
144         $(SUBST) genlist.in > genlist
145
146 genreport: genreport.in
147         $(SUBST) genreport.in > genreport
148
149 install_plugin: install_plugin.in
150         $(SUBST) install_plugin.in > install_plugin
151
152 monitor: monitor.in
153         $(SUBST) monitor.in > monitor
154
155 nodeid: nodeid.in
156         $(SUBST) nodeid.in > nodeid
157
158 rrddir2xml: rrddir2xml.in
159         $(SUBST) rrddir2xml.in > rrddir2xml
160
161 schedulerinfo: schedulerinfo.in
162         $(SUBST) schedulerinfo.in > schedulerinfo
163
164 snmpfailures: snmpfailures.in
165         $(SUBST) snmpfailures.in > snmpfailures
166
167 srvderive: srvderive.in
168         $(SUBST) srvderive.in > srvderive
169
170 torrus: torrus.in
171         $(SUBST) torrus.in > torrus
172
173 torrus.fcgi: torrus.fcgi.in
174         $(SUBST) torrus.fcgi.in > torrus.fcgi
175
176 ttproclist: ttproclist.in
177         $(SUBST) ttproclist.in > ttproclist