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