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

123456

/macosx-10.10.1/CrackLib-37765/cracklib27/cracklib/
H A DMakefile9 LIB= libcrack.a macro
13 $(LIB): $(OBJ)
14 ar rv $(LIB) $?
15 -ranlib $(LIB)
18 -rm -f $(OBJ) $(LIB) *~
/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dsetlib.pl4 $a = $ENV{LIB};
6 print "$b Not in LIB!\n";
9 else {print "$b in LIB.\n";}
/macosx-10.10.1/cron-39/lib/
H A DMakefile3 LIB= cron macro
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/rsaref/
H A DMakefile12 LIB= $(LIBNAME).a macro
49 $(LIB): $(OBJ)
50 $(AR) $(LIB) $(OBJ)
51 - $(RANLIB) $(LIB)
54 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) install/librsaref.a && \
58 $(SHLIB).darwin: $(LIB) install/librsaref.a
64 $(SHLIB).cygwin: $(LIB) install/librsaref.a
70 $(SHLIB).gnu: $(LIB) install/librsaref.a
76 $(SHLIB).tru64: $(LIB) install/librsaref.a
82 $(SHLIB).solaris: $(LIB) instal
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dmakefile.bc19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
35 LIB= libdes.lib
37 $(LIB): $(OBJS)
38 del $(LIB)
/macosx-10.10.1/awk-20/src/
H A Dvcvars32.bat29 set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB% variable
/macosx-10.10.1/vim-55/src/
H A Dmsvcsetup.bat12 set LIB=%ProgramFiles%\Microsoft Visual Studio .NET 2003\Vc7\lib;%LIB% variable
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/cluster_labs/
H A DMakefile12 LIB= $(LIBNAME).a macro
40 $(LIB): $(OBJ)
41 $(AR) $(LIB) $(OBJ)
42 - $(RANLIB) $(LIB)
45 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) && \
49 $(SHLIB).gnu: $(LIB)
55 $(SHLIB).tru64: $(LIB)
61 $(SHLIB).solaris: $(LIB)
67 $(SHLIB).irix: $(LIB)
73 $(SHLIB).hpux32: $(LIB)
[all...]
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/ibmca/
H A DMakefile12 LIB= $(LIBNAME).a macro
40 $(LIB): $(OBJ)
41 $(AR) $(LIB) $(OBJ)
42 - $(RANLIB) $(LIB)
45 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) && \
49 $(SHLIB).gnu: $(LIB)
55 $(SHLIB).tru64: $(LIB)
61 $(SHLIB).solaris: $(LIB)
67 $(SHLIB).irix: $(LIB)
73 $(SHLIB).hpux32: $(LIB)
[all...]
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/zencod/
H A DMakefile12 LIB= $(LIBNAME).a macro
40 $(LIB): $(OBJ)
41 $(AR) $(LIB) $(OBJ)
42 - $(RANLIB) $(LIB)
45 ld -r -o $(LIBNAME).o $$ALLSYMSFLAGS $(LIB) && \
49 $(SHLIB).gnu: $(LIB)
55 $(SHLIB).tru64: $(LIB)
61 $(SHLIB).solaris: $(LIB)
67 $(SHLIB).irix: $(LIB)
73 $(SHLIB).hpux32: $(LIB)
[all...]
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dreport_openssl_version.c38 unsigned long LIB$SET_SYMBOL(
81 const unsigned long table_type = LIB$K_CLI_LOCAL_SYM;
93 status = LIB$SET_SYMBOL(&symbol_dsc, &value_dsc, &table_type);
/macosx-10.10.1/vim-55/src/xxd/
H A DMake_bc3.mak20 LIB = -L$(BOR)\lib macro
28 CFLAGS = -A -mc -DMSDOS $(DEBUG_FLAG) $(OPTIMIZE) $(INC) $(LIB)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/proxyOld/
H A DMakefile17 rundir=$(LIB)
18 instdir=$(LIB)/openldap
/macosx-10.10.1/vim-55/src/GvimExt/
H A DMake_bc5.mak18 LIB = $(BOR)\lib macro
38 $(LINK) -L$(LIB) -aa gvimext.obj, gvimext.dll, , c0d32.obj $(RT_LIB) import32.lib, gvimext.def, gvimext.res
/macosx-10.10.1/OpenSSL098-52/src/crypto/jpake/
H A DMakefile6 LIB=$(TOP)/libcrypto.a macro
19 $(ARX) $(LIB) $(LIBOBJ)
20 $(RANLIB) $(LIB) || echo Never mind.
46 jpaketest: top jpaketest.c $(LIB)
47 $(CC) $(CFLAGS) -Wall -Werror -g -o jpaketest jpaketest.c $(LIB)
/macosx-10.10.1/OpenSSL098-52/src/crypto/krb5/
H A DMakefile19 LIB=$(TOP)/libcrypto.a macro
37 $(ARX) $(LIB) $(LIBOBJ)
38 $(RANLIB) $(LIB) || echo Never mind.
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Do_time.c181 operation = LIB$K_DELTA_SECONDS;
200 operation = LIB$K_DAY_OF_WEEK;
205 operation = LIB$K_DAY_OF_YEAR;
/macosx-10.10.1/OpenSSL098-52/src/crypto/txt_db/
H A DMakefile19 LIB=$(TOP)/libcrypto.a macro
36 $(ARX) $(LIB) $(LIBOBJ)
37 $(RANLIB) $(LIB) || echo Never mind.
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_vms.c119 * On non-VAX systems, use LIB$INITIALIZE to set a collection of C
146 /* LIB$INITIALIZE initialization function. */
156 /* Set the global flag to indicate that LIB$INITIALIZE worked. */
194 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
198 /* Establish the LIB$INITIALIZE PSECTs, with proper alignment and
201 #pragma extern_model strict_refdef "LIB$INITIALIZ" 2, nopic, nowrt
203 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt
207 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */
209 int LIB$INITIALIZE(void);
211 int dmy_lib$initialize = (int) LIB
[all...]
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_task.c122 int LIB$INIT_TIMER(), LIB$SHOW_TIMER();
210 LIB$INIT_TIMER();
245 LIB$SHOW_TIMER();
247 LIB$SHOW_TIMER();
253 LIB$SHOW_TIMER();
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dlistused.sh77 LIB=`basename $lib .a`
78 case $LIB in
84 tmp=`echo $LIB|sed -e 's/w$//'`
/macosx-10.10.1/OpenSSL098-52/src/crypto/hmac/
H A DMakefile19 LIB=$(TOP)/libcrypto.a macro
36 $(ARX) $(LIB) $(LIBOBJ)
37 $(RANLIB) $(LIB) || echo Never mind.
/macosx-10.10.1/OpenSSL098-52/src/crypto/idea/
H A DMakefile19 LIB=$(TOP)/libcrypto.a macro
36 $(ARX) $(LIB) $(LIBOBJ)
37 $(RANLIB) $(LIB) || echo Never mind.
/macosx-10.10.1/OpenSSL098-52/src/crypto/lhash/
H A DMakefile19 LIB=$(TOP)/libcrypto.a macro
36 $(ARX) $(LIB) $(LIBOBJ)
37 $(RANLIB) $(LIB) || echo Never mind.
/macosx-10.10.1/OpenSSL098-52/src/crypto/md2/
H A DMakefile19 LIB=$(TOP)/libcrypto.a macro
36 $(ARX) $(LIB) $(LIBOBJ)
37 $(RANLIB) $(LIB) || echo Never mind.

Completed in 210 milliseconds

123456