Searched +refs:cc +refs:path +refs:progs (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ncurses/ |
H A D | MANIFEST | 127 ./Ada95/samples/split-path.awk 215 ./c++/cursesapp.cc 217 ./c++/cursesf.cc 219 ./c++/cursesm.cc 221 ./c++/cursesmain.cc 222 ./c++/cursesp.cc 224 ./c++/cursespad.cc 225 ./c++/cursesw.cc 227 ./c++/cursslk.cc 229 ./c++/demo.cc [all …]
|
H A D | NEWS | 68 + revise progs.priv.h to provide for NC_ISATTY reuse 650 libraries and progs directory. 897 + improve search-path check for pkg-config, for Debian testing which 931 the libdir-path result rather than "no" (report by Gabriele Balducci). 939 search path from pkg-config or pkgconf using the output from --debug 1142 + add "check" rules for headers in c++, progs and test-directories. 1150 libraries and progs directory. 1156 progs directory. 1259 cases when the loader search path has other directories preceding 1467 AC_CHECK_TOOL. That can still be overridden by --with-tic-path and [all …]
|
H A D | INSTALL | 41 'panel', 'progs', and 'test'. See 'README' for a roadmap to the package. 217 'make install.progs' installs tic, infocmp, etc... 247 IF YOU DO NOT HAVE ROOT: Change directory to the 'progs' subdirectory 317 for packages, as done with --without-progs. 487 $TERMINFO) those that allow the search path for the terminfo or termcap 510 are (for example $TERMINFO) those that allow the search path for the 710 in directories which are on the loader's default search-path. While 879 --with-build-cc=XXX 883 $BUILD_CC variable is set, and otherwise defaults to gcc or cc. 992 See also "--with-tic-path" and "--with-infocmp-path". [all …]
|
H A D | configure.in | 75 cf_prog_cc="gnatgcc gcc cc" 77 cf_prog_cc="gcc cc" 183 AC_ARG_WITH(progs, optwith 184 [ --without-progs suppress build/install with programs (e.g., tic)], 204 test "X$cf_with_progs" != Xno && modules_to_build="$modules_to_build progs" 752 AC_DEFINE_UNQUOTED(TERMINFO,"$TERMINFO",[Define to set the default terminal database path]) 849 [ --disable-home-terminfo drop ~/.terminfo from terminfo search-path], 2371 AC_DEFINE_UNQUOTED(NCURSES_PATHSEP,'$PATH_SEPARATOR',[Define to override ':' as library path-separa…
|
/freebsd/contrib/bmake/mk/ |
H A D | ChangeLog | 56 and track the last path resolved, then if the src is a relative 57 path we can easily use that last path to resolve the src correctly. 59 * meta2deps.sh: for a Move or Link add the dir of target path to 60 the list used to resolve the src path. 169 STATIC_DIRDEPS_CACHE, report its relative path. 253 * progs.mk: avoid overlap between PROG_VARS and 348 * meta2deps.py: handle multiple ./ embedded in path better. 659 * cc-wrap.mk: fix :@ modifier 665 * cc-wrap.mk: docuement how CCACHE etc might be set for 682 * cc-wrap.mk: allow other entries in CC_WRAP_FILTER [all …]
|
/freebsd/share/mk/ |
H A D | bsd.README | 45 bsd.progs.mk - build multiple programs from sources 247 MANDIR Base path for manual installation. 283 MANDIR Base path for manual installation. 396 PROGS When used with <bsd.progs.mk>, allow building multiple 436 defined, ${PROG_CXX}.cc. 537 SMIPATH A colon-separated directory path where MIBs definitions
|
/freebsd/ |
H A D | Makefile.inc1 | 1111 .for cc in cc c++ 1112 if [ -x ${WORLDTMP}/usr/bin/${cc} ]; then \ 1113 inum=$$(ls -i ${WORLDTMP}/usr/bin/${cc}); \ 1475 libs=$$(ldd -f "%o %p\n" -f "%o %p\n" $$progs 2>/dev/null | sort -u | grep -Ev '\[.*]' | \ 1486 ${INSTALLTMP_COPY_HOST_TOOL} $$libs $$progs ${INSTALLTMP} 1558 .for path suffix in "" .meta /usr/lib/debug .debug.meta 1564 find ./${dist}${path} | ${METALOG_SORT_CMD} -u ${METALOG} - | \ 2984 .error NXTP variable should be an absolute path 3856 .error XDTP variable should be an absolute path
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 1429 -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \ 1432 \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \ 5329 OLD_FILES+=usr/share/mk/bsd.progs.mk 5487 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Kyuafile 5488 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/Makefile.test 5489 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.1 5490 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.status.2 5491 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.1 5492 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stderr.2 5493 OLD_FILES+=usr/tests/usr.bin/bmake/shell/path/expected.stdout.1 [all …]
|