]> git.proxmox.com Git - pve-manager.git/blame - PVE/API2/Makefile
avoid warning about uninitialized values
[pve-manager.git] / PVE / API2 / Makefile
CommitLineData
beb651ee
DM
1include ../../defines.mk
2
3PERLSOURCE = \
bf58f8dd 4 VZDump.pm \
ac27b58d 5 Backup.pm \
beb651ee
DM
6 Cluster.pm \
7 Nodes.pm \
8 Tasks.pm \
9 Network.pm \
339e4159
DM
10 Services.pm \
11 OpenVZ.pm
beb651ee
DM
12
13all:
14
15.PHONY: distclean
16distclean: clean
17
18.PHONY: clean
19clean:
20 rm -rf *~
21
22.PHONY: install
23install: ${PERLSOURCE}
24 install -d ${PERLLIBDIR}/PVE/API2
25 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2