?? makefile.am
字號:
AUTOMAKE_OPTIONS = gnitsEXTRA_DIST = fcrackzip.txt fcrackzip.html fcrackzip.1 gencrack.pl zipcrack.c cpmask.c crackdef.c noradi.zip# next line is for pgcc/egcs/gcc-2.8#CFLAGS = -O6 -mpentiumpro -march=pentiumpro -g -Wall#CFLAGS = @CFLAGS@#LDFLAGS = -gman_MANS = fcrackzip.1bin_PROGRAMS = fcrackzip zipinfonoinst_HEADERS = getopt.hfcrackzip_SOURCES = main.c crack.c crack.h crc32.hfcrackzip_LDADD = @LIBOBJS@zipinfo_SOURCES = zipinfo.czipinfo_LDADD = @LIBOBJS@if HAVE_PERLcrack.c: crackdef.ccrackdef.c: zipcrack.c gencrack.pl @PERL@ gencrack.pl zipcrack.celse.PRECIOUS: crack.h crackd.cendif%.txt: %.1 Makefile.am nroff -mandoc <$< >$@%.html: %.1 Makefile.am myman2html $< >$@bin-strip: all strip fcrackzip# everything below is maintainer-only!copy-www: fcrackzip.txt fcrackzip.html fcrackzip bin-strip dist ./myman2html fcrackzip.1 | tail +3 | tac | tail +7 | tac >/root/www/nh/fcrackzip.1.nh mv fcrackzip-$(VERSION).tar.gz /root/www/src/marc/data/ cp fcrackzip /root/www/src/marc/data/fcrackzip-$(VERSION).linux86.bin gzip -9fv /root/www/src/marc/data/fcrackzip-$(VERSION).linux86.bin chmod 644 /root/www/src/marc/data/fcrackzip-$(VERSION).tar.gz chmod 644 /root/www/src/marc/data/fcrackzip-$(VERSION).linux86.bin.gz echo -n $(VERSION) >/root/www/nh/fcrackzip-ver.nhtest: all fcrackzip --benchmark
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -