HomeSort by: relevance | last modified time | path
    Searched refs:BINDIR (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xterm/dist/package/debian/
postinst 10 BINDIR=/usr/bin
17 $BINDIR/$ALT $ALT \
18 $BINDIR/$PKG $PRI \
  /xsrc/external/mit/ctwm/dist/cmake_files/
install_paths.cmake 16 if(NOT BINDIR)
17 set(BINDIR ${CMAKE_INSTALL_PREFIX}/bin)
18 endif(NOT BINDIR)
show_build_info.cmake 8 message(STATUS "Installing ctwm in ${BINDIR}")
do_install.cmake 8 DESTINATION ${BINDIR}
  /xsrc/external/mit/xdm/dist/xdmshell/
xdmshell.c 42 #ifndef BINDIR
43 # define BINDIR "/usr/bin/X11"
139 strcpy (cmdbuf, BINDIR);
153 strcpy (cmdbuf, BINDIR);
  /xsrc/external/mit/brotli/dist/
Makefile 5 BINDIR = bin
6 OBJDIR = $(BINDIR)/obj
12 $(OBJDIR)/c/tools $(BINDIR)/tmp
39 $(CC) $(LDFLAGS) $(OBJECTS) -lm -o $(BINDIR)/$(EXECUTABLE)
50 rm -rf $(BINDIR) $(LIB_A)
  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
20-font_cache.cpp 29 if [ -x BINDIR/font_cache ] ; then
30 BINDIR/font_cache -s
31 elif [ -x BINDIR/font_cache.sh ] ; then
32 BINDIR/font_cache.sh -s
33 elif [ -x BINDIR/fc-cache ] ; then
34 BINDIR/fc-cache
  /xsrc/external/mit/xorg-cf-files/dist/
Mips.cf 64 #define DefaultUserPath /usr/net:/bin:/usr/bin:$(BINDIR):/usr/ucb
65 #define DefaultSystemPath /usr/net:/bin:/usr/bin:/etc:$(BINDIR):/usr/ucb
Motif.rules 67 InstallProgram(program,$(BINDIR)) @@\
269 InstallProgram(program,$(BINDIR)) @@\
294 InstallProgram(program,$(BINDIR)) @@\
314 InstallProgram(program,$(BINDIR))
326 InstallProgram(program,$(BINDIR))
338 InstallProgram(program,$(BINDIR))
350 InstallProgram(program,$(BINDIR))
362 InstallProgram(program,$(BINDIR))
374 InstallProgram(program,$(BINDIR))
386 InstallProgram(program,$(BINDIR))
    [all...]
cygwin.rules 236 InstallTarget(install,SharedLibraryName(libname,rev),$(INSTBINFLAGS),$(BINDIR))
mingw.rules 217 InstallTarget(install,SharedLibraryName(libname,rev),$(INSTBINFLAGS),$(BINDIR)) @@\
Motif.tmpl 453 DEPUIL = _MUseCat($(BINDIR),$(UILSRC),/uil)
  /xsrc/external/mit/xinit/dist/
startx.cpp 21 bindir=__bindir__
31 XCOMM Check for /usr/bin/X11 and BINDIR in the path, if not add them.
40 *:$bindir | *:$bindir:* | $bindir:*) ;;
41 *) PATH=$bindir:$PATH ;;
101 if [ -x $bindir/font_cache ] ; then
102 $bindir/font_cache
103 elif [ -x $bindir/font_cache.sh ] ; then
104 $bindir/font_cache.s
    [all...]
xinit.c 63 static const char *bindir = BINDIR; variable
426 fprintf(stderr, "Use the -- option, or make sure that %s is in your path and\n", bindir);
584 fprintf(stderr, "Specify a program on the command line or make sure that %s\n", bindir);

Completed in 10 milliseconds