Home
last modified time | relevance | path

Searched refs:LIBDIR (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/win32/
H A DMakefile1183 -del /f $(LIBDIR)\Encode.pm $(LIBDIR)\encoding.pm $(LIBDIR)\Errno.pm
1184 -del /f $(LIBDIR)\Config.pod $(LIBDIR)\POSIX.pod $(LIBDIR)\threads.pm
1185 -del /f $(LIBDIR)\.exists $(LIBDIR)\attributes.pm $(LIBDIR)\DynaLoader.pm
1186 -del /f $(LIBDIR)\Fcntl.pm $(LIBDIR)\IO.pm $(LIBDIR)\Opcode.pm
1187 -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
1188 -del /f $(LIBDIR)\SDBM_File.pm $(LIBDIR)\Socket.pm $(LIBDIR)\POSIX.pm
1189 -del /f $(LIBDIR)\B.pm $(LIBDIR)\O.pm $(LIBDIR)\re.pm
1204 -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App
1231 -if exist $(LIBDIR)\inc rmdir /s /q $(LIBDIR)\inc
1232 -if exist $(LIBDIR)\IO rmdir /s /q $(LIBDIR)\IO
[all …]
H A DGNUmakefile1660 -del /f $(LIBDIR)\Encode.pm $(LIBDIR)\encoding.pm $(LIBDIR)\Errno.pm
1661 -del /f $(LIBDIR)\Config.pod $(LIBDIR)\POSIX.pod $(LIBDIR)\threads.pm
1662 -del /f $(LIBDIR)\.exists $(LIBDIR)\attributes.pm $(LIBDIR)\DynaLoader.pm
1663 -del /f $(LIBDIR)\Fcntl.pm $(LIBDIR)\IO.pm $(LIBDIR)\Opcode.pm
1664 -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
1665 -del /f $(LIBDIR)\SDBM_File.pm $(LIBDIR)\Socket.pm $(LIBDIR)\POSIX.pm
1666 -del /f $(LIBDIR)\B.pm $(LIBDIR)\O.pm $(LIBDIR)\re.pm
1681 -if exist $(LIBDIR)\App rmdir /s /q $(LIBDIR)\App
1708 -if exist $(LIBDIR)\inc rmdir /s /q $(LIBDIR)\inc
1709 -if exist $(LIBDIR)\IO rmdir /s /q $(LIBDIR)\IO
[all …]
/openbsd/regress/sys/kern/syscall_segment/lib/
H A DMakefile5 LIBDIR= ../libgadgetsyscall macro
7 LIBDIR= ${.CURDIR}/../libgadgetsyscall/${__objdir} macro
9 LDADD+= -L${LIBDIR} -lgadgetsyscall
13 ulimit -c unlimited && ! LD_LIBRARY_PATH=${LIBDIR} ./${PROG}
/openbsd/lib/libl/
H A DMakefile12 LINKS= ${LIBDIR}/libl.a ${LIBDIR}/libfl.a
14 LINKS+= ${LIBDIR}/libl_p.a ${LIBDIR}/libfl_p.a
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dos2compat.c60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1); in nlos2_initialize()
62 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1); in nlos2_initialize()
65 _nlos2_libdir = LIBDIR; in nlos2_initialize()
H A Dos2compat.h23 #undef LIBDIR
24 #define LIBDIR _nlos2_libdir macro
H A Dlocalcharset.c119 const char *dir = relocate (LIBDIR); in get_charset_aliases()
/openbsd/usr.bin/pkg-config/
H A DMakefile5 LIBDIR = /usr/libdata/perl5/OpenBSD macro
9 ${DESTDIR}${LIBDIR}
11 ${.CURDIR}/OpenBSD/PkgConfig.pm ${DESTDIR}${LIBDIR}
/openbsd/share/mk/
H A Dbsd.lib.mk220 `readelf -Ws ${SYSPATCH_PATH}${LIBDIR}/${.TARGET} | \
278 ${DESTDIR}${LIBDIR}/lib${LIB}.a
279 chmod ${LIBMODE} ${DESTDIR}${LIBDIR}/lib${LIB}.a
283 lib${LIB}_p.a ${DESTDIR}${LIBDIR}
284 chmod ${LIBMODE} ${DESTDIR}${LIBDIR}/lib${LIB}_p.a
288 ${FULLSHLIBNAME} ${DESTDIR}${LIBDIR}
292 rm -f /usr/share/relink/${LIBDIR}/lib${LIB}.*.a
295 ${DESTDIR}/usr/share/relink/${LIBDIR}
297 ${FULLSHLIBNAME}.a ${DESTDIR}/usr/share/relink/${LIBDIR}
H A Dbsd.own.mk108 LIBDIR?= /usr/lib
/openbsd/gnu/lib/libclang_rt/ubsan_minimal/
H A DMakefile6 LIBDIR= /usr/lib/clang/${LLVM_V}/lib macro
28 ${DESTDIR}${LIBDIR}
/openbsd/gnu/lib/libclang_rt/profile/
H A DMakefile6 LIBDIR= /usr/lib/clang/${LLVM_V}/lib macro
45 ${DESTDIR}${LIBDIR}
/openbsd/gnu/llvm/libcxxabi/src/
H A DCMakeLists.txt124 get_filename_component(LIBDIR "${LIBCXXABI_BUILTINS_LIBRARY}" DIRECTORY)
125 if (NOT IS_DIRECTORY "${LIBDIR}")
128 set(LIBCXXABI_SANITIZER_LIBRARY "${LIBDIR}/${LIBFILE}")
132 add_link_flags("-Wl,-rpath,${LIBDIR}")
/openbsd/lib/libpanel/
H A DMakefile20 -cd ${DESTDIR}${LIBDIR}; \
/openbsd/lib/libmenu/
H A DMakefile26 -cd ${DESTDIR}${LIBDIR}; \
/openbsd/gnu/llvm/libcxx/src/
H A DCMakeLists.txt173 get_filename_component(LIBDIR "${LIBCXX_BUILTINS_LIBRARY}" DIRECTORY)
174 if (NOT IS_DIRECTORY "${LIBDIR}")
177 set(LIBCXX_SANITIZER_LIBRARY "${LIBDIR}/${LIBFILE}")
181 add_link_flags("-Wl,-rpath,${LIBDIR}")
/openbsd/lib/libform/
H A DMakefile31 -cd ${DESTDIR}${LIBDIR}; \
/openbsd/usr.sbin/unbound/
H A Dacx_python.m4103 …print('-L'+get_config_var('LIBDIR')+' -L'+get_config_var('LIBDEST')+' '+get_config_var('BLDLIBRARY…
110 print(get_config_var('LIBDIR'));"`
/openbsd/gnu/usr.bin/cc/libgcov/
H A DMakefile27 LIBDIR= /usr/lib/gcc-lib/${GCC_TARGET}/${BASEVER} macro
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalcharset.c96 const char *dir = LIBDIR; in get_charset_aliases()
/openbsd/gnu/share/
H A Dltmain.sh3589 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
3930 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
3934 Each LIBDIR is a directory that contains libtool libraries.
3974 -LLIBDIR search LIBDIR for required installed libraries
3980 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3981 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
/openbsd/gnu/gcc/intl/
H A Dlocalcharset.c119 const char *dir = relocate (LIBDIR); in get_charset_aliases()
H A DChangeLog112 LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST
/openbsd/gnu/usr.bin/cc/libgcc/
H A DMakefile27 LIBDIR= /usr/lib/gcc-lib/${GCC_TARGET}/${BASEVER} macro
397 ${DESTDIR}${LIBDIR}
/openbsd/lib/libcurses/
H A DMakefile150 -cd ${DESTDIR}${LIBDIR}; \

12