2018-06-20 13:47:00 +03:00
i n c l u d e . . / d e f i n e s . m k
2011-08-23 18:11:04 +04:00
all :
2015-02-28 14:42:20 +03:00
SERVICES = \
pvebanner.service \
pvenetcommit.service \
pvestatd.service \
2017-09-08 17:31:30 +03:00
pve-guests.service \
2015-02-28 14:42:20 +03:00
pvedaemon.service \
pveproxy.service \
2017-04-27 13:02:36 +03:00
spiceproxy.service \
2017-06-02 12:21:46 +03:00
pve-storage.target \
2018-03-12 16:14:05 +03:00
pve-daily-update.service\
pve-daily-update.timer \
2017-06-02 12:21:46 +03:00
pvesr.service \
pvesr.timer
2011-08-23 18:11:04 +04:00
2018-03-12 16:13:54 +03:00
.PHONY : install
install : ${SERVICES }
2015-02-28 14:42:20 +03:00
install -d ${ SERVICEDIR }
install -m 0644 ${ SERVICES } ${ SERVICEDIR }
2016-12-21 17:56:12 +03:00
install -d ${ SERVICEDIR } /ceph-mon@.service.d
2016-12-22 13:47:13 +03:00
install -m 0644 ceph-after-pve-cluster.conf ${ SERVICEDIR } /ceph-mon@.service.d
2017-07-31 12:33:16 +03:00
install -d ${ SERVICEDIR } /ceph-mgr@.service.d
install -m 0644 ceph-after-pve-cluster.conf ${ SERVICEDIR } /ceph-mgr@.service.d
2016-12-21 17:56:12 +03:00
install -d ${ SERVICEDIR } /ceph-osd@.service.d
2016-12-22 13:47:13 +03:00
install -m 0644 ceph-after-pve-cluster.conf ${ SERVICEDIR } /ceph-osd@.service.d
2016-12-21 17:56:12 +03:00
install -d ${ SERVICEDIR } /ceph-disk@.service.d
2016-12-22 13:47:13 +03:00
install -m 0644 ceph-after-pve-cluster.conf ${ SERVICEDIR } /ceph-disk@.service.d
2016-12-21 17:56:12 +03:00
install -d ${ SERVICEDIR } /ceph-mds@.service.d
2016-12-22 13:47:13 +03:00
install -m 0644 ceph-after-pve-cluster.conf ${ SERVICEDIR } /ceph-mds@.service.d
2017-06-09 10:55:25 +03:00
install -d ${ DESTDIR } /usr/share/doc/${ PACKAGE } /examples/
2011-08-23 18:11:04 +04:00
.PHONY : clean
clean :
rm -rf *~