autotools
Tag details
Welcome to the 'autotools' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'autotools'.
Look up
"autotools"
at The Free Dictionary
Latest blogosphere posts tagged “autotools”
-
GNU Build System 執行檔案的分類 {bin,sbin,libexec,pkglib,noinst,check,EXTRA}_PROGRAMS
FourDollars Blog —
Authority: 111
關於 {bin,noinst,check,EXTRA}_PROGRAMS 在 之前的文章 已經介紹過了 剩下來的 {sbin,libexec,pkglib}_PROGRAMS 跟 bin_PROGRAMS 其實都是在 $make install 會安裝到預設的目錄底下 差別只在於安裝到哪個目錄底下,例如以下的 Makefile.am bin _PROGRAMS = main1 sbin _PROGRAMS = ...2 weeks ago -
GNU Build System 當中 {bin,noinst,check,EXTRA}_PROGRAMS 使用上的分別
FourDollars Blog —
Authority: 111
在 Automake 的腳本檔 Makefile.am 裡面,要編寫一個執行檔案的規則可以這樣寫 bin_PROGRAMS = mp3player mp3player_SOURCES = mp3player.c ... 這樣在 $ ./configure 之後就可以使用 $ make 編譯出 mp3player 這個執行檔 甚至於 $ make install ...2 weeks ago
