]> git.proxmox.com Git - pve-manager.git/blob - PVE/API2/Makefile
624cba1afeca1a06a15b1afa28d048e90ec731fd
[pve-manager.git] / PVE / API2 / Makefile
1 include ../../defines.mk
2
3 PERLSOURCE = \
4 Cluster.pm \
5 Nodes.pm \
6 Tasks.pm \
7 Network.pm \
8 Services.pm \
9 OpenVZ.pm
10
11 all:
12
13 .PHONY: distclean
14 distclean: clean
15
16 .PHONY: clean
17 clean:
18 rm -rf *~
19
20 .PHONY: install
21 install: ${PERLSOURCE}
22 install -d ${PERLLIBDIR}/PVE/API2
23 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2