automake檔案生成Make

2021-06-27 20:48:52 字數 848 閱讀 6150

b) 安裝相關依賴庫

apt-get install flex

apt-get install –y byacc

c) 編譯安裝

./configure

make

make install

注:解除安裝 apt-get uninstall

三、編譯安裝

1.autoscan

生成configure.scan

2.cp configure.scan configure.in

2.1在ac_init(***x)下新增(示例)

am_init_automake(hello,1.0)

2.2將ac_config_files引數改為ac_config_files ([makefile])

3.aclocal

生成aclocal.m4

4.autoconf

生成configure檔案

5.autoheader

生成config.h config.h.in

6.touch makefile.am (這步可以省去 已經編寫好了)

建立makefile.am

新增裡面內容(示例):

automake_options=foreign //軟體等級

bin_programs=hello //可執行檔名

hello_sources=hello.c //原始檔, 可多個

7.automake  --add-missing

生成makefile.in

8../configure

生成makefile檔案

9.make

接下去就是執行檔案生成了

keystore檔案生成

生成keystore 使用jre的keytool工具 keytool genkey alias entry的alias keyalg rsa keystore keystore檔案路徑 dname cn ip位址 ou o l st c storepass keystore密碼 keypass ke...

生成pdf檔案

public void createpdf throws exception tablet.settotalwidth f this.addcell tablet,姓名 yy 1,0,20,fontcn.getnormalfont element.align left,0,0,0,0 this.ad...

生成快取檔案

1.使用到了var export 可以把資料轉換成php可讀 路徑名 資料 function file put contents filename,data,flags 0,context null 首先繼承了model類對增刪改進行重寫 setconfig函式進行了生成快取操作 class bas...