mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
dependencies) compilation and installation git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1777 f882894a-f735-0410-b71e-b25c423dba1c
13 lines
350 B
Makefile
13 lines
350 B
Makefile
perlmoduledir = $(exec_prefix)/perl
|
|
|
|
all-local:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -m .
|
|
|
|
install-exec-local:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -i .
|
|
|
|
test:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -t .
|
|
|
|
clean-local:
|
|
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -c .
|