]> git.proxmox.com Git - pve-storage.git/blame - PVE/Storage/Makefile
buildsys: split storage plugins to single lines
[pve-storage.git] / PVE / Storage / Makefile
CommitLineData
3ed61187
TL
1SOURCES= \
2 Plugin.pm \
3 DirPlugin.pm \
4 LVMPlugin.pm \
5 NFSPlugin.pm \
6 CIFSPlugin.pm \
7 ISCSIPlugin.pm \
8 CephFSPlugin.pm \
9 RBDPlugin.pm \
10 SheepdogPlugin.pm \
11 ISCSIDirectPlugin.pm \
12 GlusterfsPlugin.pm \
13 ZFSPoolPlugin.pm \
14 ZFSPlugin.pm \
15 DRBDPlugin.pm \
16 LvmThinPlugin.pm
1dc01b9f
DM
17
18.PHONY: install
19install:
20 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
b1045cc2 21 make -C LunCmd install