Searched refs:LIBS (Results 1 - 25 of 421) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/hints/
H A Ddec_osf.pl1 $self->{LIBS} = [ "@{$self->{LIBS}} -lpthreads" ];
H A Dirix_6_5.pl1 $self->{LIBS} = [ "@{$self->{LIBS}} -lthread" ];
H A Dsolaris.pl1 $self->{LIBS} = [ "@{$self->{LIBS}} -lmt" ];
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/hints/
H A Ddynixptx.pl3 $self->{LIBS} = ['-lm -lc'];
H A Dsco.pl2 $self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;
/macosx-10.9.5/iodbc-42.5/iodbc/
H A Dacinclude.m476 ac_save_LIBS="$LIBS"
77 LIBS="-l$1 $5 $LIBS"
92 LIBS="$ac_save_LIBS"
102 LIBS="-l$1 $LIBS"
/macosx-10.9.5/CrackLib-37765/cracklib27/util/
H A DMakefile18 LIBS= ../cracklib/libcrack.a macro
23 packer: packer.o $(LIBS)
24 cc $(CFLAGS) -o $@ $@.o $(LIBS)
26 unpacker: unpacker.o $(LIBS)
27 cc $(CFLAGS) -o $@ $@.o $(LIBS)
29 testnum: testnum.o $(LIBS)
30 cc $(CFLAGS) -o $@ $@.o $(LIBS)
32 teststr: teststr.o $(LIBS)
33 cc $(CFLAGS) -o $@ $@.o $(LIBS)
35 testlib: testlib.o $(LIBS)
[all...]
/macosx-10.9.5/ncurses-42/ncurses/Ada95/gen/
H A Dadacurses-config.in15 LIBS="-L$prefix/lib -lAdaCurses"
25 echo $LIBS
29 echo $CFLAGS -largs $LIBS
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-config.in12 LIBS="@LIBS@"
52 # Include LIBS so that the flags include libraries containing
57 echo "-I$includedir -L$libdir -lpcap $LIBS"
60 echo "-I$includedir -L$libdir $LIBS"
66 echo "-L$libdir -lpcap $LIBS"
69 echo "$LIBS"
73 # Omit LIBS - libpcap is assumed to be linked with those
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/SMM.doc/timedop/timedop/
H A DMakefile22 LIBS = macro
23 DEBUG_LIBS = $(LIBS)
24 PROF_LIBS = $(LIBS)
/macosx-10.9.5/llvmCore-3425.0.33/examples/ParallelJIT/
H A DMakefile17 LIBS += -lpthread
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A DMakefile.PL14 LIBS => [''], # e.g., '-lm'
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A DMakefile.PL14 LIBS => [''], # e.g., '-lm'
/macosx-10.9.5/CPANInternal-140/YAML-Syck/inc/Module/Install/
H A DCompiler.pm33 LIBS => join ' ', map { "-L$_" } @_
40 LIBS => join ' ', $self->makemaker_args->{LIBS}, map { "-l$_" } @_
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsurvey.sh.in24 LIBS="@LIBS@"
58 echo "libs: $LIBS"
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A DMakefile30 LIBS = macro
33 LIBS = -L../mDNSPosix/build/prod/ -ldns_sd macro
45 cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@
48 cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@ -m64
/macosx-10.9.5/vim-53/src/xxd/
H A DMake_cyg.mak9 LIBS = -lc macro
12 LIBS = macro
25 $(CC) $(CFLAGS) -s -o xxd.exe xxd.c $(LIBS)
/macosx-10.9.5/libxml2-26/libxml2/
H A DMakefile.tests7 LIBS=`xml2-config --libs`
19 $(CC) -o runtest$(EXEEXT) $(CFLAGS) runtest.c $(LIBS) $(THREADLIB)
25 $(CC) -o runsuite$(EXEEXT) $(CFLAGS) runsuite.c $(LIBS)
31 $(CC) -o testapi$(EXEEXT) $(CFLAGS) testapi.c $(LIBS)
37 $(CC) -o testchar$(EXEEXT) $(CFLAGS) testchar.c $(LIBS)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DMakefile.tests7 LIBS=`xml2-config --libs`
19 $(CC) -o runtest$(EXEEXT) $(CFLAGS) runtest.c $(LIBS) $(THREADLIB)
25 $(CC) -o runsuite$(EXEEXT) $(CFLAGS) runsuite.c $(LIBS)
31 $(CC) -o testapi$(EXEEXT) $(CFLAGS) testapi.c $(LIBS)
37 $(CC) -o testchar$(EXEEXT) $(CFLAGS) testchar.c $(LIBS)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A DMakefile11 LIBS = $(LIBEXPECT) -lm macro
19 $(CC) -g -o chesslib chesslib.o $(LIBS)
23 $(CC) -g -o chesslib2 chesslib2.o $(LIBS)
27 $(CPLUSPLUS) -g -o chesslib++ chesslib++.o $(LIBS) \
34 $(CC) -g -o unbuffer-standalone unbuffer.o $(LIBS)
37 $(CC) -o printvars printvars.o $(LIBS)
40 $(CC) -g -o ftplib ftplib.o $(LIBS)
43 $(CC) -g -o match_max match_max.o $(LIBS)
46 $(CC) -g -o jaj1 jaj1.o $(LIBS)
49 $(CC) -g -o jaj2 jaj2.o $(LIBS)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DMakefile.PL26 my $LIBS ;
31 { $LIBS = $DB_NAME }
34 { $LIBS = '-llibdb' }
36 $LIBS .= '-ldb -lpthread ';
38 { $LIBS .= '-lgcc_s' }
41 { $LIBS = '-ldb' }
54 LIBS => ["-L${LIB_DIR} $LIBS"],
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A Dtools.make52 LIBS= {LIBTIFF} %b6
95 Link {LOptions} tiffinfo.c.o {LIBS} -o tiffinfo
98 Link {LOptions} tiffcmp.c.o {LIBS} -o tiffcmp
101 Link {LOptions} tiffcp.c.o {LIBS} -o tiffcp
104 Link {LOptions} tiffdump.c.o {LIBS} -o tiffdump
107 Link {LOptions} tiffmedian.c.o {LIBS} -o tiffmedian
110 Link {LOptions} tiff2ps.c.o {LIBS} -o tiff2ps
115 Link {LOptions} tiff2bw.c.o {LIBS} -o tiff2bw
119 Link {LOptions} tiffdither.c.o {LIBS} -o tiffdither
123 Link {LOptions} gif2tiff.c.o {LIBS}
[all...]
/macosx-10.9.5/hfs-226.1.1/hfs_japanese/
H A DMakefile24 LIBS = macro
25 DEBUG_LIBS = $(LIBS)
26 PROF_LIBS = $(LIBS)
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A DMakefile.in11 LIBS=@LIBS@
18 $(APXS) -c -S CC=$(CXX) $(LDFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(SOURCES) $(LIBS)
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dtdlint39 LIBS=""
86 LIBS="$LIBS $p/$lib"
113 eval lint $OPT $FILES $LIBS

Completed in 499 milliseconds

1234567891011>>