亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: autoconf 生成的makefile 文件里面 .MAKE 目標(biāo)是干什么用的? [打印本頁]

作者: jueduiyingxiong    時間: 2012-08-30 15:18
標(biāo)題: autoconf 生成的makefile 文件里面 .MAKE 目標(biāo)是干什么用的?
autoconf 生成的makefile 文件里面 .MAKE 目標(biāo)是干什么用的?
作者: EricFisher    時間: 2012-08-30 21:57
autoconf是用來根據(jù)configure.ac生成configure 的;configure腳本是用來根據(jù)Makefile.in生成Makefile的。
作者: jueduiyingxiong    時間: 2012-08-31 15:22
.MAKE-它里面的這個是干什么的?在makefile,里面可以看出,它應(yīng)該是一個目標(biāo),而不是自定義的變量!
作者: EricFisher    時間: 2012-09-04 10:57
貼出來代碼看看
作者: jueduiyingxiong    時間: 2012-09-05 16:17
ps-am:

uninstall-am: uninstall-binPROGRAMS uninstall-pkgincludeHEADERS

.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
        install-strip

.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
        clean-generic clean-noinstPROGRAMS ctags ctags-recursive dist \
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
        dist-tarZ dist-zip distcheck distclean distclean-compile \
        distclean-generic distclean-hdr distclean-tags distcleancheck \
        distdir distuninstallcheck dvi dvi-am html html-am info \
        info-am install install-am install-binPROGRAMS install-data \
        install-data-am install-dvi install-dvi-am install-exec \
        install-exec-am install-html install-html-am install-info \
        install-info-am install-man install-pdf install-pdf-am \
        install-pkgincludeHEADERS install-ps install-ps-am \

makefilecontext.rar

20.77 KB, 下載次數(shù): 3


作者: jueduiyingxiong    時間: 2012-09-05 16:18
附件里面有makefile的相關(guān)文件
作者: EricFisher    時間: 2012-09-13 15:02
我查了下最新的make手冊,里面已經(jīng)沒有.MAKE這個內(nèi)建目標(biāo)了(4.8 Special Built-in Target Names)。我看了下你的Makefile.in,里面說道“Makefile.in generated by automake 1.10.2 from Makefile.am.”所以,我覺得,1.10.2的make手冊里可能有這個.MAKE的介紹。

從網(wǎng)上搜了一個,不知是否正確:

.MAKE
    Execute the commands associated with this target even if the -n or -t options were specified. Normally used to mark recursive make's.
作者: jueduiyingxiong    時間: 2012-09-14 15:18
回復(fù) 7# EricFisher


    您找到的應(yīng)該是比較正確的了!謝了
作者: flyd1005    時間: 2012-10-15 16:46
EricFisher is so patient:wink:
But I consider this issue should not be placed in this board




歡迎光臨 Chinaunix (http://72891.cn/) Powered by Discuz! X3.2