Searched refs:install (Results 76 - 100 of 199) sorted by relevance

12345678

/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dnetware.bat60 echo Environment variable MWCIncludes is not set - see install.nw
65 echo Environment variable PRELUDE is not set - see install.nw
70 echo Environment variable IMPORTS is not set - see install.nw
/barrelfish-master/usr/eclipseclp/Usc/src/
H A DMakefile.in34 install: all
/barrelfish-master/usr/eclipseclp/Pds/
H A DMakefile37 install: global_install
/barrelfish-master/lib/openssl-1.0.0d/tools/
H A DMakefile21 install:
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A DMakefile42 install : grace.tar.gz
/barrelfish-master/lib/tommath/
H A Dmakefile.icc24 #install as this user
30 #default files to install
35 #INCPATH-The directory to install the header files for libtommath.
36 #DATAPATH-The directory to install the pdf docs.
97 install: libtommath.a
98 install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
99 install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
100 install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
101 install -g $(GROUP) -o $(USER) $(HEADERS) $(DESTDIR)$(INCPATH)
H A Dmakefile22 #x86 optimizations [should be valid for any GCC install though]
30 #install as this user
43 #default files to install
53 #INCPATH-The directory to install the header files for libtommath.
54 #DATAPATH-The directory to install the pdf docs.
115 install: $(LIBNAME)
116 install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH)
117 install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(INCPATH)
118 install -g $(GROUP) -o $(USER) $(LIBNAME) $(DESTDIR)$(LIBPATH)
119 install
[all...]
/barrelfish-master/usr/eclipseclp/Mercury/
H A DMakefile.in28 install: $(PL_DEST) $(ECI_DEST) $(README_DEST)
/barrelfish-master/usr/eclipseclp/Shm/src/
H A DMakefile.in55 install: $(SHM_TARGETS)
/barrelfish-master/usr/eclipseclp/
H A Decl_inst.tcl137 button .buttons.install -text "Install/Reinstall" -command do_install
141 pack .buttons.install .buttons.uninstall .buttons.exit -side left -expand 1
/barrelfish-master/lib/openssl-1.0.0d/shlib/
H A Dhpux10-cc.sh7 # Compile and install OpenSSL with best possible optimization:
15 # This script must be run with appropriate privileges to install into
83 make install
/barrelfish-master/lib/openssl-1.0.0d/util/
H A Dcygwin.sh11 INSTALL_PREFIX=/tmp/install/INSTALL
37 make install INSTALL_PREFIX="${INSTALL_PREFIX}"
/barrelfish-master/usr/eclipseclp/Alog/src/
H A DMakefile.in37 install: all
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A DMakefile68 echo Do make install to install
70 #install: ../../doc/$(DESTFILE).pdf $(ROOTFILE)/$(ROOTFILE).html
75 install: ../../doc/$(DESTFILE).pdf $(ROOTFILE)/$(ROOTFILE).html $(EXAMPLE_DEST)
/barrelfish-master/usr/eclipseclp/documents/userman/
H A DMakefile48 @echo Do make install to install
50 install: ../../doc/$(DESTFILE).pdf $(ROOTFILE)/$(ROOTFILE).html
/barrelfish-master/lib/acpica/tests/aslts/bin/
H A DDo9 # 0 - Make and install AML tests
58 # 2. Do make-install till the first error automatically
61 # - "Make-install all the test cases of the specified test collections"
75 echo " make and install AML tests:"
299 # Make-install all the provided test cases
300 # (make install from aslts directory)
311 echo "Running make install from $dir"
312 make install > /dev/null
314 do_exit 1 "make install error"
320 # cases and run make install fo
[all...]
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp188 void install(facet* f, long id);
189 template <class F> void install(F* f) {install(f, f->id.__get());} function in class:locale::__imp
199 install(&make<_VSTD::collate<char> >(1u));
200 install(&make<_VSTD::collate<wchar_t> >(1u));
201 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
202 install(&make<_VSTD::ctype<wchar_t> >(1u));
203 install(&make<codecvt<char, char, mbstate_t> >(1u));
204 install(&make<codecvt<wchar_t, char, mbstate_t> >(1u));
205 install(
457 locale::__imp::install(facet* f, long id) function in class:locale::__imp
[all...]
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A DMakefile40 install: $(ROOTFILE).ps.Z
/barrelfish-master/lib/openssl-1.0.0d/crypto/krb5/
H A DMakefile49 install:
/barrelfish-master/lib/openssl-1.0.0d/crypto/modes/
H A DMakefile49 install:
/barrelfish-master/lib/openssl-1.0.0d/crypto/pqueue/
H A DMakefile48 install:
/barrelfish-master/lib/openssl-1.0.0d/crypto/txt_db/
H A DMakefile48 install:
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A DMakefile.in83 install: @MAKE_TARGET@
203 ( cd $(GECODEDIR)/$(ARCH) ; make ; make install )
/barrelfish-master/usr/eclipseclp/ZincInterface/
H A DMakefile.in45 install: @MAKE_TARGET@
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A DMakefile.in52 # install is configured as either install_all or install_cross
53 install: @MAKE_TARGET@
67 # (cd grace; $(MAKE) AUX_ECLIPSE=$(PREFIX)/$(ECLIPSE) install)

Completed in 101 milliseconds

12345678