# Copyright (C) 2002 Stanislav Sinyagin # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # $Id: Makefile.am,v 1.7 2006/02/10 16:36:15 ssinyagin Exp $ # Stanislav Sinyagin # SUBST = @abs_top_builddir@/setup_tools/substvars.sh pkgbindir = @pkgbindir@ pkgbin_SCRIPTS = \ acledit \ action_notify \ action_printemail \ action_snmptrap \ action_snmpv1trap \ cleanup \ clearcache \ collector \ compilexml \ configinfo \ configsnapshot \ devdiscover \ genddx \ genlist \ genreport \ install_plugin \ monitor \ rrddir2xml \ schedulerinfo \ ttproclist wrapperdir = @wrapperdir@ wrapper_SCRIPTS = \ torrus CLEANFILES = $(pkgbin_SCRIPTS) $(wrapper_SCRIPTS) EXTRA_DIST = \ acledit.in \ action_notify.in \ action_printemail.in \ action_snmptrap.in \ action_snmpv1trap.in \ clearcache.in \ cleanup.in \ collector.in \ compilexml.in \ configinfo.in \ configsnapshot.in \ devdiscover.in \ genddx.in \ genlist.in \ genreport.in \ install_plugin.in \ monitor.in \ rrddir2xml.in \ schedulerinfo.in \ torrus.in \ ttproclist.in # Result of: # ls -1 | egrep '^[a-z][^.]+$' | \ # awk '{printf "%s: %s.in\n\t$(SUBST) %s.in > %s\n\n", $1, $1, $1, $1}' acledit: acledit.in $(SUBST) acledit.in > acledit action_printemail: action_printemail.in $(SUBST) action_printemail.in > action_printemail action_notify: action_notify.in $(SUBST) action_notify.in > action_notify action_snmptrap: action_snmptrap.in $(SUBST) action_snmptrap.in > action_snmptrap action_snmpv1trap: action_snmpv1trap.in $(SUBST) action_snmpv1trap.in > action_snmpv1trap cleanup: cleanup.in $(SUBST) cleanup.in > cleanup clearcache: clearcache.in $(SUBST) clearcache.in > clearcache collector: collector.in $(SUBST) collector.in > collector compilexml: compilexml.in $(SUBST) compilexml.in > compilexml configinfo: configinfo.in $(SUBST) configinfo.in > configinfo configsnapshot: configsnapshot.in $(SUBST) configsnapshot.in > configsnapshot devdiscover: devdiscover.in $(SUBST) devdiscover.in > devdiscover genddx: genddx.in $(SUBST) genddx.in > genddx genlist: genlist.in $(SUBST) genlist.in > genlist genreport: genreport.in $(SUBST) genreport.in > genreport install_plugin: install_plugin.in $(SUBST) install_plugin.in > install_plugin monitor: monitor.in $(SUBST) monitor.in > monitor rrddir2xml: rrddir2xml.in $(SUBST) rrddir2xml.in > rrddir2xml schedulerinfo: schedulerinfo.in $(SUBST) schedulerinfo.in > schedulerinfo torrus: torrus.in $(SUBST) torrus.in > torrus ttproclist: ttproclist.in $(SUBST) ttproclist.in > ttproclist