Linux makefile

#autoscan

1.在AC_INIT宏後加上
AM_INIT_automake(hello,1.0);
2.把最後一行改成AC_OUTPUT(Makefile);

#aclocal

#autoconf

編輯一個Makefile.am

AUTOMAKE_OPTIONS=foreign
bin_PROGRAMS=hello
hello_SOURCES=main.c hello.h hello.c
include——HEADERS = (頭檔案路徑)
Hello_LDADD=動態庫路徑及名稱

#./automake --add-missing

#./configure

#./make

相關詞條

相關搜尋

熱門詞條

聯絡我們