Searched refs:LIB (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/openbsd-current/regress/libexec/ld.so/link-order/libnover/
H A DMakefile3 LIB= test macro
10 all: lib${LIB}.so
12 lib${LIB}.so: ${SOBJS} ${DPADD}
13 @echo building shared ${LIB} library
14 @rm -f lib${LIB}.so
16 -o lib${LIB}.so `${LORDER} ${SOBJS}|tsort -q` ${LDADD}
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixinc.ptx44 LIB=${1?"fixincludes: output directory not specified"}
47 if [ ! -d $LIB ]; then
48 mkdir $LIB || exit 1
53 # Make LIB absolute if it is relative.
55 case $LIB in
59 cd $LIB; LIB=`${PWDCMD-pwd}`
68 echo 'Building fixincludes in ' ${LIB}
85 if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
86 cp $file ${LIB}/
[all...]
H A Dfixinc.wrap12 LIB=${1?"fixincludes: output directory not specified"}
15 if [ ! -d $LIB ]; then
16 mkdir $LIB || exit 1
21 # Make LIB absolute if it is relative.
23 case $LIB in
27 cd $LIB; LIB=`${PWDCMD-pwd}`
31 echo Building fixed headers in ${LIB}
54 rm -f $LIB/$file
55 cat <<'__EOF__' >$LIB/
[all...]
H A Dfixinc.interix50 LIB=${1}
53 if [ ! -d $LIB ]; then
54 mkdir $LIB || exit 1
59 # Make LIB absolute if it is relative.
61 case $LIB in
65 cd $LIB; LIB=`${PWDCMD-pwd}`
69 echo 'Building fixincludes in ' ${LIB}
72 if ln -s X $LIB/ShouldNotExist 2>/dev/null; then
73 rm -f $LIB/ShouldNotExis
[all...]
H A Dfixinc.winnt61 LIB=${1?"fixincludes: output directory not specified"}
64 if [ ! -d $LIB ]; then
65 mkdir $LIB || exit 1
70 # Make LIB absolute if it is relative.
72 case $LIB in
76 cd $LIB; LIB=`${PWDCMD-pwd}`
80 echo 'Building fixincludes in ' ${LIB}
83 if ln -s X $LIB/ShouldNotExist 2>NUL; then
84 rm -f $LIB/ShouldNotExis
[all...]
H A Dfixinc.dgux34 LIB=${1?"fixincludes: output directory not specified"}
37 if [ ! -d $LIB ]; then
38 mkdir $LIB || exit 1
43 # Make LIB absolute if it is relative.
45 case $LIB in
49 cd $LIB; LIB=`${PWDCMD-pwd}`
53 echo 'Building fixincludes in ' ${LIB}
56 if ln -s X $LIB/ShouldNotExist 2>/dev/null; then
57 rm -f $LIB/ShouldNotExis
[all...]
/openbsd-current/regress/libexec/ld.so/link-order/lib10/
H A DMakefile3 LIB= test macro
/openbsd-current/regress/libexec/ld.so/link-order/lib11/
H A DMakefile3 LIB= test macro
/openbsd-current/regress/libexec/ld.so/link-order/lib20/
H A DMakefile3 LIB= test macro
/openbsd-current/gnu/usr.bin/perl/h2pl/
H A Dmkvars5 $LIB = '/usr/local/lib/perl';
11 if (!open (INCLUDE,'<',"$LIB/$include")) {
12 warn "can't open $LIB/$include: $!\n";
/openbsd-current/sys/lib/libz/
H A DMakefile4 LIB= z macro
20 CLEANFILES+= lib${LIB}.o
26 lib${LIB}.o:: ${OBJS}
27 @echo building standard ${LIB} library
28 @rm -f lib${LIB}.o
29 @${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
/openbsd-current/gnu/lib/libsupc++-v3/
H A DMakefile6 LIB= supc++ macro
/openbsd-current/regress/libexec/ld.so/constructor/libaa/
H A DMakefile3 LIB=aa macro
/openbsd-current/regress/libexec/ld.so/dependencies/order1/libbb/
H A DMakefile0 LIB= bb
1 LIB= bb macro
/openbsd-current/regress/libexec/ld.so/dependencies/order2/libbb/
H A DMakefile0 LIB= bb
1 LIB= bb macro
/openbsd-current/regress/libexec/ld.so/dlclose/test1/libbb/
H A DMakefile3 LIB= bb macro
/openbsd-current/regress/libexec/ld.so/dlclose/test2/libzz/
H A DMakefile3 LIB= zz macro
/openbsd-current/regress/libexec/ld.so/dlopen/libaa/
H A DMakefile0 LIB=aa
1 LIB=aa macro
/openbsd-current/regress/libexec/ld.so/dlopen/libab/
H A DMakefile0 LIB=ab
1 LIB=ab macro
/openbsd-current/regress/libexec/ld.so/dlsym/test1/libaa/
H A DMakefile3 LIB= aa macro
/openbsd-current/regress/libexec/ld.so/dlsym/test2/libaa/
H A DMakefile3 LIB= aa macro
/openbsd-current/regress/libexec/ld.so/dlsym/test2/libcc/
H A DMakefile3 LIB= cc macro
/openbsd-current/regress/libexec/ld.so/dlsym/test3/libaa/
H A DMakefile3 LIB= aa macro
/openbsd-current/regress/libexec/ld.so/dlsym/test3/libcc/
H A DMakefile3 LIB= cc macro
/openbsd-current/regress/libexec/ld.so/dlsym/test3/libee/
H A DMakefile3 LIB= ee macro

Completed in 305 milliseconds

1234567891011>>