makefile.am
来自「最新的openobex源码」· AM 代码 · 共 13 行
AM
13 行
includedir = @includedir@/openobexinclude_HEADERS = obex.h obex_const.hMAINTAINERCLEANFILES = Makefile.inall-local: @if [ ! -e openobex ] ; then $(LN_S) $(top_srcdir)/include openobex ; ficlean-local: @rm -f openobex
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?