]> git.proxmox.com Git - pve-manager-legacy.git/blob - PVE/API2/Ceph/Makefile
ceph: move MGR API calls to API2/Ceph/MGR.pm
[pve-manager-legacy.git] / PVE / API2 / Ceph / Makefile
1 include ../../../defines.mk
2
3 PERLSOURCE= \
4 MGR.pm \
5 OSD.pm \
6 FS.pm \
7 MDS.pm
8
9 all:
10
11 .PHONY: clean
12 clean:
13 rm -rf *~
14
15 .PHONY: install
16 install: ${PERLSOURCE}
17 install -d ${PERLLIBDIR}/PVE/API2/Ceph
18 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2/Ceph