📄 makefile-top.in
字号:
# -*-Makefile-*- template for the CIPE package.## Copyright 1996 Olaf Titz <olaf@bigred.inka.de>## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License# as published by the Free Software Foundation; either version# 2 of the License, or (at your option) any later version.# $Id: Makefile-top.in,v 1.20 2003/05/10 20:07:44 olaf81825 Exp $INFODIR:=/usr/local/infoSRC:= cipeVERSION:=@VERSION@BUILD:= @BUILD@BUILD_PKCIPE:=@BUILD_PKCIPE@MAKE:= @MAKE@CC:= @CC@TEXINFO:=@TEXINFO@MAKEINFO:=@MAKEINFO@default: allSRCS:= cipe.h cryptoapi.h \ ciped.c ciped.h ioctl.c ioctl.h options.in genoptions.pl \ module.c device.c sock.c output.c encaps.c lebf.c \ bf.h bf.c crc32.c crcgen.c bf-i386.S thruput.cCONF:= Makefile-top.in Makefile-obj.in aclocal.m4 config.h.inSMPL:= README options ip-up ip-downMISC:= configure configure.in cipe.texinfo tcpdump.patch cipe.specDIST:= README README.key-bug CHANGES COPYING cipe.lsm $(MISC) \ $(CONF:%=conf/%) lib $(SRCS:%=$(SRC)/%) pkcipe $(SMPL:%=samples/%)TEXAUX:=cipe.cp cipe.fn cipe.ky cipe.pg cipe.tp cipe.vr.PHONY: default all install clean realclean distclean dvi tgz diffcheck dep depend.EXPORT_ALL_VARIABLES:all install dep depend:: $(SRC)/options.call install clean:: $(MAKE) -C lib $@ $(MAKE) -C $(BUILD) $@ifneq (,$(BUILD_PKCIPE)) $(MAKE) -C pkcipe $@endif$(SRC)/options.h $(SRC)/options.c options.t: $(SRC)/genoptions.pl $(SRC)/options.in (cd $(SRC); perl genoptions.pl options.in)dvi: cipe.dvi$(TEXAUX): cipe.texinfo options.t $(TEXINFO) $<cipe.info: cipe.texinfo options.t $(MAKEINFO) --no-split $<cipe.dvi: cipe.cp texindex $(TEXAUX) $(TEXINFO) cipe.texinfocipe.html: cipe.texinfo options.t texi2html -split chapter -no-section_navigation cipe.texinfothruput: $(SRC)/thruput.c $(CC) -Wall -O3 -s -o $@ $<README.key-bug: cipe.info info -f ./cipe.info "Keys in older CIPE" | sed 1,2d > $@cipe.spec: cipe.spec.in sed 's,%VERSION%,$(VERSION),g' cipe.spec.in > $@Checksums: $(DIST) -$(MAKE) distclean -C lib -$(MAKE) distclean -C pkcipe makechecksums $(DIST) > Checksumstgz: diffcheck $(DIST) Checksums cd .. && ln -sf cipe-linux cipe-$(VERSION) && \ tar czf cipe-$(VERSION).tar.gz --exclude CVS \ $(DIST:%=cipe-$(VERSION)/%) cipe-$(VERSION)/Checksumsdiffcheck: cvs diff >/dev/null 2>&1BF:= bf.h bf.c bf-i386.S$(SRC)/bf.checksums: $(BF:%=$(SRC)/%) (cd $(SRC); makechecksums $(BF) >bf.checksums)bf.tgz: $(SRC)/bf.checksums (cd $(SRC); tar czf ../bf.tgz $(BF) bf.checksums)install:: cipe.info -mkdir -p $(INFODIR) install -m 644 cipe.info $(INFODIR)TAGS: etags *.[hc] */*.[hc]clean realclean distclean:: rm -f core *.out *.tmp *.[oaisd] thruputrealclean distclean:: rm -rf $(BUILD) $(MAKE) -C lib $@ifneq (,$(BUILD_PKCIPE)) $(MAKE) -C pkcipe $@endif rm -rf config.cache config.log config.status Makefile autom4te.cache rm -f $(SRC)/options.h $(SRC)/options.c options.t cipe.info* rm -f *~ *.bak *.dvi *.aux *.log *.toc *.html $(TEXAUX) $(TEXAUX:%=%s) rm -f cipe.spec Checksums $(SRC)/bf.checksums bf.tgz TAGS cipe-linuxdep depend:: : nothing to doconfigure: configure.in conf/aclocal.m4 autoconf -l confconfig.status: configure @if test -f config.status; then mv -f config.status config.tmp; \ sh config.tmp --recheck; rm -f config.tmp; \ else sh configure; fiMakefile: config.status conf/Makefile-top.in ./config.status
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -