從零開始寫Automake —— Automake的最簡單教程

源文件目錄結構:   項目頂層目錄名爲helloworld,源碼放在src目錄下,源碼如下:    src/main.c #include <stdio.h> #include <config.h> int main(void) { puts("Hello World!"); puts("This is " PACKAGE_STRING "."); return 0; } 生成步驟:
相關文章
相關標籤/搜索