]> git.proxmox.com Git - pve-manager.git/blob - PVE/Status/Makefile
8ff6902df71060f3a274c7d8c21182559922d95f
[pve-manager.git] / PVE / Status / Makefile
1 include ../../defines.mk
2
3 PERLSOURCE = \
4 Graphite.pm \
5 InfluxDB.pm \
6 Plugin.pm
7
8 all:
9
10 .PHONY: distclean
11 distclean: clean
12
13 .PHONY: clean
14 clean:
15 rm -rf *~
16
17 .PHONY: install
18 install: ${PERLSOURCE}
19 install -d ${PERLLIBDIR}/PVE/Status
20 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/Status