VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.3/doc/life-cycles/Makefile@ 95629

最後變更 在這個檔案從95629是 94320,由 vboxsync 提交於 3 年 前

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

檔案大小: 555 位元組
 
1GRAPHS=cipher.dot digest.dot kdf.dot mac.dot pkey.dot rand.dot
2IMAGES=
3
4all: png txt
5png: $(subst .dot,.png,$(GRAPHS))
6txt: $(subst .dot,.txt,$(GRAPHS))
7 @echo
8 @echo Remember to check and manually fix the mistakes before merging
9 @echo into the man pages.
10 @echo
11
12# for the dot program:
13# sudo apt install graphviz
14%.png: %.dot
15 dot -Tpng -O $<
16 @mv $<.png $@
17
18# for the graph-easy program:
19# sudo apt install cpanminus
20# sudo cpanm Graph::Easy
21%.txt: %.dot
22 graph-easy --from=dot --as_ascii < $< > $@
23
24clean:
25 rm -f $(wildcard *.png) $(wildcard *.txt)
26
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette