]> git.proxmox.com Git - pve-manager.git/blob - PVE/API2/Makefile
removed automake/autoconf, removed unused files
[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
10 all:
11
12 .PHONY: distclean
13 distclean: clean
14
15 .PHONY: clean
16 clean:
17 rm -rf *~
18
19 .PHONY: install
20 install: ${PERLSOURCE}
21 install -d ${PERLLIBDIR}/PVE/API2
22 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2