pkg-monitoring-plugins/perlmods/Makefile.am

15 lines
405 B
Makefile
Raw Normal View History

2013-11-26 22:54:42 +00:00
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 .
2013-11-26 22:54:57 +00:00
# Don't run test-debug differently here yet
test test-debug:
2013-11-26 22:54:42 +00:00
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -t .
clean-local:
$(top_srcdir)/tools/build_perl_modules -d $(perlmoduledir) -c .