Searched refs:TOP (Results 26 - 50 of 113) sorted by relevance

12345

/freebsd-10.3-release/crypto/openssl/crypto/stack/
H A DMakefile6 TOP= ../.. macro
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/txt_db/
H A DMakefile6 TOP= ../.. macro
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/whrlpool/
H A DMakefile6 TOP= ../.. macro
24 LIB=$(TOP)/libcrypto.a
54 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
57 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
58 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
59 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/contrib/tcpdump/
H A Dacconfig.h3 @TOP@
/freebsd-10.3-release/crypto/openssl/crypto/
H A DMakefile6 TOP= .. macro
8 INCLUDE= -I. -I$(TOP) -I../include $(ZLIB_INCLUDE)
13 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
21 $(MAKE) -e TOP=../.. DIR=$$i INCLUDES='$(INCLUDES)' $$target ) || exit 1; \
37 LIB= $(TOP)/libcrypto.a
59 $(PERL) $(TOP)/util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)" >buildinf.h
64 applink.o: $(TOP)/ms/applink.c
65 $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c
67 uplink.o: $(TOP)/m
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/buffer/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/comp/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
19 LIB=$(TOP)/libcrypto.a
44 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
47 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
48 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
49 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/err/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/rc4/
H A DMakefile6 TOP= ../.. macro
23 LIB=$(TOP)/libcrypto.a
59 @case `awk '/^#define RC4_INT/{print$$NF}' $(TOP)/include/openssl/opensslconf.h` in \
69 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
72 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
73 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
74 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/srp/
H A DMakefile2 TOP= ../.. macro
4 INCLUDES= -I.. -I$(TOP) -I../../include
11 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
21 LIB=$(TOP)/libcrypto.a
41 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
42 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
43 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/store/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
20 LIB=$(TOP)/libcrypto.a
43 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
46 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
47 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
48 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/ui/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
23 LIB=$(TOP)/libcrypto.a
45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
48 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
49 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/share/examples/drivers/
H A Dmake_device_driver.sh31 TOP=`cd /sys; pwd -P`
32 echo "Using ${TOP} as the path to the kernel sources!"
34 TOP=${2}
40 if [ -d ${TOP}/modules/${1} ]; then
50 rm -rf ${TOP}/dev/${1}
51 rm -rf ${TOP}/modules/${1}
52 rm ${TOP}/conf/files.${UPPER}
53 rm ${TOP}/i386/conf/${UPPER}
54 rm ${TOP}/sys/${1}io.h
63 echo ${TOP}/module
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/bf/
H A DMakefile6 TOP= ../.. macro
24 LIB=$(TOP)/libcrypto.a
49 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
52 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
53 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
54 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/camellia/
H A DMakefile6 TOP= ../.. macro
24 LIB=$(TOP)/libcrypto.a
53 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
56 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
57 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
58 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/cast/
H A DMakefile6 TOP= ../.. macro
24 LIB=$(TOP)/libcrypto.a
49 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
52 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
53 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
54 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/cmac/
H A DMakefile6 TOP= ../.. macro
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/hmac/
H A DMakefile6 TOP= ../.. macro
19 LIB=$(TOP)/libcrypto.a
41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/seed/
H A DMakefile6 TOP= ../.. macro
20 LIB=$(TOP)/libcrypto.a
42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/jpake/
H A DMakefile2 TOP=../.. macro
6 LIB=$(TOP)/libcrypto.a
24 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
25 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
/freebsd-10.3-release/contrib/less/
H A Dbrac.c45 pos = position((forwdir) ? TOP : BOTTOM);
H A Dforwback.c232 if (!force && position(TOP) != NULL_POSITION)
401 back(1, position(TOP), 1, 0);
426 pos = position(TOP);
/freebsd-10.3-release/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c60 TOP:
146 goto TOP;
/freebsd-10.3-release/crypto/openssl/crypto/ecdh/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
19 LIB=$(TOP)/libcrypto.a
42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
/freebsd-10.3-release/crypto/openssl/crypto/objects/
H A DMakefile6 TOP= ../.. macro
8 INCLUDES= -I.. -I$(TOP) -I../../include
20 LIB=$(TOP)/libcrypto.a
54 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
57 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
58 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
59 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)

Completed in 204 milliseconds

12345