📄 makefile.ssl
字号:
## SSLeay/crypto/sha/Makefile#DIR= shaTOP= ../..CC= ccINCLUDES=CFLAG=-gINSTALLTOP=/usr/local/sslMAKE= make -f Makefile.sslMAKEDEPEND= makedepend -f Makefile.sslMAKEFILE= Makefile.sslAR= ar rSHA1_ASM_OBJ=CFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=shatest.c sha1test.cAPPS=LIB=$(TOP)/libcrypto.aLIBSRC=sha_dgst.c sha1dgst.c sha_one.c sha1_one.cLIBOBJ=sha_dgst.o sha1dgst.o sha_one.o sha1_one.o $(SHA1_ASM_OBJ)SRC= $(LIBSRC)EXHEADER= sha.hHEADER= sha_locl.h $(EXHEADER)ALL= $(GENERAL) $(SRC) $(HEADER)top: (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all: liblib: $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) sh $(TOP)/util/ranlib.sh $(LIB) @touch lib# elfasm/sx86-elf.o: asm/sx86unix.cpp $(CPP) -DELF asm/sx86unix.cpp | as -o asm/sx86-elf.o# solarisasm/sx86-sol.o: asm/sx86unix.cpp $(CC) -E -DSOL asm/sx86unix.cpp | sed 's/^#.*//' > asm/sx86-sol.s as -o asm/sx86-sol.o asm/sx86-sol.s rm -f asm/sx86-sol.s# a.outasm/sx86-out.o: asm/sx86unix.cpp $(CPP) -DOUT asm/sx86unix.cpp | as -o asm/sx86-out.o# bsdiasm/sx86bsdi.o: asm/sx86unix.cpp $(CPP) -DBSDI asm/sx86unix.cpp | sed 's/ :/:/' | as -o asm/sx86bsdi.oasm/sx86unix.cpp: (cd asm; perl sha1-586.pl cpp >sx86unix.cpp)files: perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFOlinks: /bin/rm -f Makefile $(TOP)/util/point.sh Makefile.ssl Makefile ; $(TOP)/util/mklink.sh ../../include $(EXHEADER) $(TOP)/util/mklink.sh ../../test $(TEST) $(TOP)/util/mklink.sh ../../apps $(APPS)install: @for i in $(EXHEADER) ; \ do \ (cp $$i $(INSTALLTOP)/include/$$i; \ chmod 644 $(INSTALLTOP)/include/$$i ); \ done;tags: ctags $(SRC)tests:lint: lint -DLINT $(INCLUDES) $(SRC)>fluffdepend: $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)dclean: perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new mv -f Makefile.new $(MAKEFILE)clean: /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.oerrors:# DO NOT DELETE THIS LINE -- make depend depends on it.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -