Searched refs:DESTDIR (Results 1 - 25 of 185) sorted by relevance

12345678

/macosx-10.9.5/apache-786.1/httpd/build/
H A Dconfig_vars.sh.in24 # For a DESTDIR=... installation using the bundled copies of
26 # in the DESTDIR-relocated install tree. For a DESTDIR=...
28 # the absolute path must be used, not DESTDIR-relocated.
30 if test -f ${DESTDIR}@APR_CONFIG@; then
31 APR_CONFIG=${DESTDIR}@APR_CONFIG@
32 APU_CONFIG=${DESTDIR}@APU_CONFIG@
/macosx-10.9.5/iodbc-42.5/iodbc/samples/
H A DMakefile.am91 $(mkinstalldirs) ${DESTDIR}${pkgdatadir}/samples
92 cp $(srcdir)/iodbctest.c ${DESTDIR}${pkgdatadir}/samples/iodbctest.c
93 cp $(srcdir)/Makefile.sample ${DESTDIR}${pkgdatadir}/samples/Makefile
95 -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctest -remove ppc64 -output ${DESTDIR}${bindir}/iodbctest
96 -/usr/bin/lipo ${DESTDIR}${bindir}/iodbctestw -remove ppc64 -output ${DESTDIR}${bindir}/iodbctestw
100 rm -f ${DESTDIR}${pkgdatadir}/samples/iodbctest.c
101 rm -f ${DESTDIR}${pkgdatadir}/samples/Makefile
102 rmdir ${DESTDIR}
[all...]
/macosx-10.9.5/expat-12/expat/amiga/
H A DMakefile22 DESTDIR = lib macro
24 DESTDIR = libs macro
27 STATICLIB = $(DESTDIR)/libexpat.a
28 SHAREDLIB = $(DESTDIR)/expat.library
30 XMLWF = $(DESTDIR)/xmlwf
31 ELEMENTS = $(DESTDIR)/elements
32 OUTLINE = $(DESTDIR)/outline
33 RUNTESTS = $(DESTDIR)/runtests
34 BENCHMARK = $(DESTDIR)/benchmark
95 LAUNCH = $(DESTDIR)/launc
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/contrib/cygwin/
H A DMakefile17 DESTDIR= macro
21 @echo "Use \`make cygwin-postinstall DESTDIR=[package directory]'"
22 @echo "Be sure having DESTDIR set correctly!"
25 move-config-files: $(DESTDIR)$(sysconfdir)/ssh_config $(DESTDIR)$(sysconfdir)/sshd_config
26 $(srcdir)/mkinstalldirs $(DESTDIR)$(defaultsdir)
27 mv $(DESTDIR)$(sysconfdir)/ssh_config $(DESTDIR)$(defaultsdir)
28 mv $(DESTDIR)$(sysconfdir)/sshd_config $(DESTDIR)
[all...]
/macosx-10.9.5/ncurses-42/ncurses/
H A Dmk-hdr.awk76 print "${DESTDIR}${includedir} :"
81 print "install.includes :: ${AUTO_SRC} ${DESTDIR}${includedir} \\"
89 printf " @ (cd ${DESTDIR}${includedir} && rm -f %s) ; ../headers.sh ${INSTALL_DATA} ${DESTDIR}${includedir} ${srcdir} %s\n", basename(data[i]), data[i]
91 printf " @ (cd ${DESTDIR}${includedir} && rm -f ncurses.h && ${LN_S} %s ncurses.h)\n", data[i]
100 printf " -@ (cd ${DESTDIR}${includedir} && rm -f %s)\n", basename(data[i])
102 printf " -@ (cd ${DESTDIR}${includedir} && rm -f ncurses.h)\n"
/macosx-10.9.5/xar-202/xar/lib/
H A DMakefile.inc82 /usr/bin/install -c -d $(DESTDIR)$(INCLUDEDIR)/xar
83 /usr/bin/install -c -m 0644 $(LIBXAR_INCS) $(DESTDIR)$(INCLUDEDIR)/xar
84 /usr/bin/install -c -d $(DESTDIR)$(LIBDIR)
86 /usr/bin/install -c -m 0755 $(LIBXAR_S) $(DESTDIR)$(LIBDIR)
88 rm -f $(DESTDIR)$(LIBDIR)/$(LIBXAR_LNAME)
89 ln -s $(LIBXAR_SNAME) $(DESTDIR)$(LIBDIR)/$(LIBXAR_LNAME)
93 /usr/bin/install -c -m 0644 $(LIBXAR_A) $(DESTDIR)$(LIBDIR)
95 /usr/bin/install -c -m 0644 $(LIBXAR_LA) $(DESTDIR)$(LIBDIR)
98 rm -rf $(DESTDIR)$(INCLUDEDIR)/xar
100 rm -f $(DESTDIR)
[all...]
/macosx-10.9.5/Libc-997.90.3/xcodescripts/
H A Dmanpages.sh25 DESTDIR=${DSTROOT}/usr/share/man/man${SECTION}
26 DEST=${DESTDIR}/${solid}
36 cmd="ln -sf ${first} ${DESTDIR}/${link}"
50 DESTDIR=${DSTROOT}/usr/share/man/man${SECTION}
51 DEST=${DESTDIR}/${page}
54 [[ "${page}" == "libuuid.3" ]] && DEST=${DESTDIR}/uuid.3
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/autogroup/
H A DMakefile25 mkdir -p $(DESTDIR)$(moduledir)
26 $(LIBTOOL) --mode=install cp autogroup.la $(DESTDIR)$(moduledir)
27 $(LIBTOOL) --finish $(DESTDIR)$(moduledir)
/macosx-10.9.5/xar-202/xar/src/
H A DMakefile.inc11 /usr/bin/install -c -d $(DESTDIR)$(BINDIR)
12 /usr/bin/install -c -m 0755 $< $(DESTDIR)$(BINDIR)/xar
13 /usr/bin/install -c -d $(DESTDIR)$(MANDIR)/man1
14 /usr/bin/install -c -m 0644 src/xar.1 $(DESTDIR)$(MANDIR)/man1
17 rm -f $(DESTDIR)/$(BINDIR)/xar
18 rm -f $(DESTDIR)/$(MANDIR)/man1/xar.1
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dman.mk40 -$(MKDIR) $(DESTDIR)$(MANDIR)
43 echo "installing $$page in $(DESTDIR)$(MANDIR)"; \
44 $(RM) $(DESTDIR)$(MANDIR)/$$page; \
45 $(INSTALL) $(INSTALLFLAGS) -m 644 $$page.$(TMP_SUFFIX) $(DESTDIR)$(MANDIR)/$$page; \
48 echo "installing $$link in $(DESTDIR)$(MANDIR) as link to $$page"; \
49 $(RM) $(DESTDIR)$(MANDIR)/$$link ; \
50 $(LN_S) $(DESTDIR)$(MANDIR)/$$page $(DESTDIR)$(MANDIR)/$$link; \
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dafter_install.sh5 DESTDIR="${DSTROOT}${SDKROOT}"/System/Library/LaunchDaemons
8 DESTDIR="${DSTROOT}"/System/Library/LaunchDaemons
12 install -d -m 0755 -o root -g wheel "${DESTDIR}"
13 install -m 0644 -o root -g wheel "${PLIST}" "${DESTDIR}"/com.apple.syslogd.plist
14 plutil -convert binary1 "${DESTDIR}"/com.apple.syslogd.plist
/macosx-10.9.5/zsh-60/zsh/Src/
H A DMakefile.in151 ${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
152 $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT)
153 if test -f $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT); then \
154 rm -f $(DESTDIR)$(bindir)/$(tzsh).old; \
155 $(LN) $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).old; \
157 rm -f $(DESTDIR)$(bindir)/$(tzsh).new
158 $(LN) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).new
159 mv $(DESTDIR)
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/
H A DMakefile.in79 $(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \
80 $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
82 $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
84 $(INSTALL_DATA) apr-util.pc $(DESTDIR)$(libdir)/pkgconfig/$(APRUTIL_PCFILE)
86 ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
88 $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)
89 $(INSTALL_DATA) aprutil.exp $(DESTDIR)
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A DMakefile.in77 $(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \
78 $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
80 $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
82 $(INSTALL_DATA) apr-util.pc $(DESTDIR)$(libdir)/pkgconfig/$(APRUTIL_PCFILE)
84 ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
86 $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)
87 $(INSTALL_DATA) aprutil.exp $(DESTDIR)
[all...]
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Drun_tic.in45 : ${DESTDIR=@DESTDIR@}
59 test -z "${DESTDIR}" && DESTDIR=
66 :*) PATH=../progs:../lib:${DESTDIR}$bindir$PATH ;;
67 *) PATH=../progs:../lib:${DESTDIR}$bindir:$PATH ;;
89 TERMINFO=${DESTDIR}$ticdir ; export TERMINFO
/macosx-10.9.5/ICU-511.35/icuSources/tools/genbrk/
H A DMakefile.in54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
58 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
59 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/genccode/
H A DMakefile.in55 $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
56 $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)
59 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
60 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/gencfu/
H A DMakefile.in54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
58 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
59 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/gencmn/
H A DMakefile.in55 $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
56 $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)
59 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
60 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/gencnval/
H A DMakefile.in55 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
56 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
59 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
60 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/genctd/
H A DMakefile.in54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
58 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
59 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/gendict/
H A DMakefile.in54 $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
58 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
59 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/gensprep/
H A DMakefile.in55 $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
56 $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)
59 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
60 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/ICU-511.35/icuSources/tools/icupkg/
H A DMakefile.in54 $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
55 $(INSTALL) $(TARGET) $(DESTDIR)$(sbindir)
58 $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
59 $(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldaptcl/
H A DMakefile.in24 # run-time. DESTDIR is prepended to $prefix and $exec_prefix
26 DESTDIR =
32 BIN_INSTALL_DIR = $(DESTDIR)$(exec_prefix)/bin
35 LIB_INSTALL_DIR = $(DESTDIR)$(exec_prefix)/lib
41 MANN_INSTALL_DIR = $(DESTDIR)$(prefix)/man/mann

Completed in 236 milliseconds

12345678