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