mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-25 03:43:26 -04:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@112 f882894a-f735-0410-b71e-b25c423dba1c
13 lines
419 B
Makefile
13 lines
419 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = plugins plugins-scripts
|
|
|
|
EXTRA_DIST = REQUIREMENTS acconfig.h subst.in subst.sh Helper.pm \
|
|
contrib nagios-plugins.spec.in
|
|
|
|
dist-hook:
|
|
sed "s/PACKAGE_VERSION/@PACKAGE_VERSION@/;s/PACKAGE_RELEASE/@PACKAGE_RELEASE@/;" $(srcdir)/nagios-plugins.spec.in > $(distdir)/nagios-plugins.spec
|
|
|
|
test:
|
|
cd plugins; $(MAKE) test
|
|
cd plugins-scripts; $(MAKE) test
|