]> git.proxmox.com Git - pve-manager.git/blob - PVE/API2/Ceph/Makefile
f33f3735b73ea81d57d4b4224d8976062660e984
[pve-manager.git] / PVE / API2 / Ceph / Makefile
1 include ../../../defines.mk
2
3 PERLSOURCE= \
4 Cfg.pm \
5 MGR.pm \
6 MON.pm \
7 OSD.pm \
8 FS.pm \
9 Pool.pm \
10 Pools.pm \
11 MDS.pm
12
13 all:
14
15 .PHONY: clean
16 clean:
17 rm -rf *~
18
19 .PHONY: install
20 install: $(PERLSOURCE)
21 install -d $(PERLLIBDIR)/PVE/API2/Ceph
22 install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/API2/Ceph