Lines Matching refs:TOOLDIR
8 # into TOOLDIR (by "make install" in the src/tools/compat directory),
9 # or when they have not been installed into TOOLDIR but reside
17 # from TOOLDIR.
31 # * Use TOOLDIR copy of libnbcompat and associated *.h files:
33 # .-include "${TOOLDIR}/share/compat/defs.mk"
35 # * Use TOOLDIR copy of compat *.h files, but do not use libnbcompat.a:
38 # .-include "${TOOLDIR}/share/compat/defs.mk"
46 # Use the installed (TOOLDIR) version of the library and headers by default
61 # The library lives in TOOLDIR/lib.
63 # All include files live in TOOLDIR/include/comnpat, and its subdirectories.
65 COMPATLIBDIR= ${TOOLDIR}/lib
66 COMPATINCFLAGS= -I${TOOLDIR}/include/compat