OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindir
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/liblmdb/
Makefile
32
bindir
= $(exec_prefix)/bin
macro
48
mkdir -p $(DESTDIR)$(
bindir
)
52
for f in $(IPROGS); do cp $$f $(DESTDIR)$(
bindir
); done
/src/external/gpl2/send-pr/bin/
Makefile
10
bindir
= /usr/bin
macro
50
BINDIR
= ${
bindir
}
76
${TOOL_SED} -e 's,xBINDIRx,$(
bindir
),g' \
/src/external/bsd/zstd/dist/programs/
Makefile
385
bindir
?= $(exec_prefix)/bin
macro
386
BINDIR
?= $(
bindir
)
413
[ -e $(DESTDIR)$(
BINDIR
) ] || $(INSTALL) -d -m 755 $(DESTDIR)$(
BINDIR
)/
416
$(INSTALL_PROGRAM) zstd$(EXT) $(DESTDIR)$(
BINDIR
)/zstd$(EXT)
417
ln -sf zstd$(EXT) $(DESTDIR)$(
BINDIR
)/zstdcat$(EXT)
418
ln -sf zstd$(EXT) $(DESTDIR)$(
BINDIR
)/unzstd$(EXT)
419
ln -sf zstd$(EXT) $(DESTDIR)$(
BINDIR
)/zstdmt$(EXT)
420
$(INSTALL_SCRIPT) zstdless $(DESTDIR)$(
BINDIR
)/zstdles
[
all
...]
/src/external/bsd/openldap/dist/build/
top.mk
34
bindir
= @
bindir
@
macro
/src/external/gpl2/gmake/dist/w32/
Makefile
173
bindir
= ${exec_prefix}/bin
macro
/src/crypto/external/bsd/netpgp/dist/src/netpgp/
Makefile
47
am__installdirs = "$(DESTDIR)$(
bindir
)" "$(DESTDIR)$(man1dir)"
150
bindir
= ${exec_prefix}/bin
macro
231
test -z "$(
bindir
)" || $(MKDIR_P) "$(DESTDIR)$(
bindir
)"
238
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(
bindir
)/$$f'"; \
239
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(
bindir
)/$$f" || exit 1; \
247
echo " rm -f '$(DESTDIR)$(
bindir
)/$$f'"; \
248
rm -f "$(DESTDIR)$(
bindir
)/$$f"; \
432
for dir in "$(DESTDIR)$(
bindir
)" "$(DESTDIR)$(man1dir)"; do \
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Makefile
47
am__installdirs = "$(DESTDIR)$(
bindir
)" "$(DESTDIR)$(man1dir)"
150
bindir
= ${exec_prefix}/bin
macro
231
test -z "$(
bindir
)" || $(MKDIR_P) "$(DESTDIR)$(
bindir
)"
238
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(
bindir
)/$$f'"; \
239
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(
bindir
)/$$f" || exit 1; \
247
echo " rm -f '$(DESTDIR)$(
bindir
)/$$f'"; \
248
rm -f "$(DESTDIR)$(
bindir
)/$$f"; \
432
for dir in "$(DESTDIR)$(
bindir
)" "$(DESTDIR)$(man1dir)"; do \
Completed in 19 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026