Lines Matching refs:xenstore
24 CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
25 CLIENTS += xenstore-write xenstore-ls xenstore-watch
44 xenstore xenstore-control: CFLAGS += -static target
63 clients: xenstore $(CLIENTS) xenstore-control
85 $(CLIENTS): xenstore
86 ln -f xenstore $@
88 xenstore: xenstore_client.o $(LIBXENSTORE) target
91 xenstore-control: xenstore_control.o $(LIBXENSTORE)
110 PKG_CONFIG := xenstore.pc
133 rm -f xs_tdb_dump xenstore-control init-xenstore-domain
134 rm -f xenstore $(CLIENTS)
135 rm -f xenstore.pc
147 cd .. && tar -c -j -v -h -f xenstore.tar.bz2 xenstore/
153 $(INSTALL_DIR) $(DESTDIR)$(includedir)/xenstore-compat
159 $(INSTALL_PROG) xenstore-control $(DESTDIR)$(bindir)
160 $(INSTALL_PROG) xenstore $(DESTDIR)$(bindir)
162 ln -f $(DESTDIR)$(bindir)/xenstore $(DESTDIR)$(bindir)/$${c} ; \
169 $(INSTALL_DATA) include/xenstore.h $(DESTDIR)$(includedir)
171 $(INSTALL_DATA) include/compat/xs.h $(DESTDIR)$(includedir)/xenstore-compat/xs.h
172 $(INSTALL_DATA) include/compat/xs_lib.h $(DESTDIR)$(includedir)/xenstore-compat/xs_lib.h
173 ln -sf xenstore-compat/xs.h $(DESTDIR)$(includedir)/xs.h
174 ln -sf xenstore-compat/xs_lib.h $(DESTDIR)$(includedir)/xs_lib.h
175 $(INSTALL_DATA) xenstore.pc $(DESTDIR)$(PKG_INSTALLDIR)
179 rm -f $(DESTDIR)$(PKG_INSTALLDIR)/xenstore.pc
182 rm -f $(DESTDIR)$(includedir)/xenstore-compat/xs_lib.h
183 rm -f $(DESTDIR)$(includedir)/xenstore-compat/xs.h
185 rm -f $(DESTDIR)$(includedir)/xenstore.h
191 rm -f $(DESTDIR)$(bindir)/xenstore
192 rm -f $(DESTDIR)$(bindir)/xenstore-control
199 if [ -d $(DESTDIR)$(includedir)/xenstore-compat ]; then \
200 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(includedir)/xenstore-compat; \
210 $(INSTALL_PROG) xenstore $(DESTDIR)$(bindir)
212 ln -f $(DESTDIR)$(bindir)/xenstore $(DESTDIR)$(bindir)/$${c} ; \