/xen/tools/python/ |
A D | install-wrap | 18 install="$1" 24 -|--) install=`echo "${install} $1"` 28 -*) install=`echo "${install} $1"` 51 eval "${install} $srcf $destf" 55 eval "${install} $srcf $tmpf"
|
/xen/ |
A D | Makefile | 47 .PHONY: install 119 dist-%: install-% 128 .PHONY: install-xen 129 install-xen: 132 .PHONY: install-tools 133 install-tools: install-tools-public-headers 137 install-stubdom: mini-os-dir install-tools 151 .PHONY: install-docs 152 install-docs: 160 .PHONY: install-tests [all …]
|
A D | README | 48 * Development install of zlib (e.g., zlib-dev) 50 * Development install of curses (e.g., libncurses-dev) 51 * Development install of openssl (e.g., openssl-dev) 52 * Development install of x11 (e.g. xorg-x11-dev) 53 * Development install of uuid (e.g. uuid-dev) 54 * Development install of yajl (e.g. libyajl-dev) 72 * Development install of Ocaml (e.g. ocaml-nox and 80 * Development install of libnl3 (e.g., libnl-3-200, 86 * Development install of liblzma for rombios 118 # make install [all …]
|
/xen/tools/examples/ |
A D | Makefile | 21 .PHONY: install 22 install: all install-readmes install-configs target 27 .PHONY: install-readmes 28 install-readmes: 40 .PHONY: install-configs 41 install-configs: $(XEN_CONFIGS)
|
/xen/tools/hotplug/FreeBSD/ |
A D | Makefile | 17 .PHONY: install 18 install: install-scripts install-rcd target 23 .PHONY: install-scripts 24 install-scripts: 40 .PHONY: install-rcd 41 install-rcd:
|
/xen/tools/hotplug/NetBSD/ |
A D | Makefile | 19 .PHONY: install 20 install: install-scripts install-rcd target 25 .PHONY: install-scripts 26 install-scripts: 42 .PHONY: install-rcd 43 install-rcd:
|
/xen/tools/hotplug/Linux/ |
A D | Makefile | 36 .PHONY: install 37 install: install-initd install-scripts subdirs-install target 43 .PHONY: install-initd 44 install-initd: 66 .PHONY: install-scripts 67 install-scripts:
|
/xen/tools/hotplug/common/ |
A D | Makefile | 21 .PHONY: install 22 install: install-scripts target 27 .PHONY: install-scripts 28 install-scripts: build
|
/xen/tools/xenstat/libxenstat/ |
A D | Makefile | 75 .PHONY: install 76 install: all target 107 install-bindings: install-perl-bindings install-python-bindings 129 install-python-bindings: $(PYLIB) $(PYMOD) 141 install: install-python-bindings target 157 .PHONY: install-perl-bindings 160 install-perl-bindings: $(PERLLIB) $(PERLMOD) 173 .PHONY: install 174 install: install-perl-bindings target
|
/xen/tools/xenstat/xentop/ |
A D | Makefile | 17 .PHONY: all install xentop uninstall 18 all install xentop uninstall: target 32 .PHONY: install 33 install: xentop target
|
/xen/m4/ |
A D | stubdom.m4 | 3 AS_HELP_STRING([--disable-$1], [Build and install $1 (default is ENABLED)]),[ 13 AS_HELP_STRING([--enable-$1], [Build and install $1 (default is DISABLED)]),[ 23 AS_HELP_STRING([--enable-$1], [Build and install $1]),[ 48 STUBDOM_INSTALL="$STUBDOM_INSTALL install-$2" 49 STUBDOM_UNINSTALL="$STUBDOM_UNINSTALL install-$2"
|
/xen/tools/pygrub/ |
A D | Makefile | 15 .PHONY: install 16 install: all target 19 setup.py install --record $(INSTALL_LOG) $(PYTHON_PREFIX_ARG) \ 20 --root="$(DESTDIR)" --install-scripts=$(LIBEXEC_BIN) --force
|
/xen/stubdom/ |
A D | newlib-disable-texinfo.patch | 8 -install: install-info 10 +install:
|
/xen/tools/libfsimage/ext2fs/ |
A D | Makefile | 10 .PHONY: install 11 install: fs-install target
|
/xen/tools/libfsimage/reiserfs/ |
A D | Makefile | 10 .PHONY: install 11 install: fs-install target
|
/xen/tools/libfsimage/fat/ |
A D | Makefile | 10 .PHONY: install 11 install: fs-install target
|
/xen/tools/libfsimage/ufs/ |
A D | Makefile | 10 .PHONY: install 11 install: fs-install target
|
/xen/tools/libfsimage/xfs/ |
A D | Makefile | 10 .PHONY: install 11 install: fs-install target
|
/xen/tools/libfsimage/iso9660/ |
A D | Makefile | 10 .PHONY: install 11 install: fs-install target
|
/xen/tools/golang/ |
A D | Makefile | 9 .PHONY: install 10 install: subdirs-install target
|
/xen/tools/libfsimage/ext2fs-lib/ |
A D | Makefile | 15 .PHONY: install 16 install: fs-install target
|
/xen/tools/ocaml/libs/ |
A D | Makefile | 13 .PHONY: install 14 install: subdirs-install target
|
/xen/docs/ |
A D | Makefile | 83 .PHONY: man-pages install-man-pages clean-man-pages uninstall-man-pages 151 .PHONY: install-man$(1)-pages 152 install-man$(1)-pages: man$(1)-pages 168 install-man-pages: install-man$(1)-pages 177 .PHONY: install-html 178 install-html: html txt figs 182 .PHONY: install 183 install: install-man-pages install-html target
|
/xen/tools/ocaml/ |
A D | Makefile | 18 .PHONY: install 19 install: subdirs-install target
|
/xen/tools/libfsimage/zfs/ |
A D | Makefile | 34 .PHONY: install 35 install: fs-install target
|