Ounce/Make 建置公用程式
Ounce/Make 這個工具可以從使用 makefile
的建置環境,自動將配置資訊匯入到 AppScan® Source。Ounce/Make 讓您不需要從 makefiles
手動匯入配置資訊。這是設定這些專案的建議方法。
Ounce/Make 公用程式提供指令行介面,可從 makefiles
(makefile
可讓您從原始檔建置可執行應用程式或程式庫)產生 AppScan® Source 專案檔 (.ppf)。產生的 ppf 檔中包含一切必要資訊,讓 AppScan® Source 評量相對應 Make 檔所負責編譯的原始碼。Ounce/Make 產生 .ppf 檔案之後,您就可以將專案檔匯入或新增至 AppScan® Source。
如果要啟動公用程式:
- 在 Windows™ 系統上,執行 <install_dir>\bin\ouncemake.exe(其中 <install_dir> 是 AppScan® Source 安裝位置),例如在 Windows™(32 位元)上:
C:\Program Files\HCL\AppScanSource\bin\ouncemake.exe
- 在 Linux™ 系統上,執行
<install_dir>/bin/ouncemake
,例如:/opt/hcl/appscansource/bin/ouncemake
Make
這個工具會考量模組及其修改時間的相互相依關係,將程式的編譯、鏈結(以及其他動作)自動化。Make
從 makefile
讀取指示,此檔案指定一組要建置的目標、其相依的檔案,以及產生這些目標所需執行的指令。