makefile.am

来自「Bluezan implementation of the Bluetooth&」· AM 代码 · 共 18 行

AM
18
字号
#  #  $Id: Makefile.am,v 1.15 2005/06/21 16:47:29 holtmann Exp $#includedir = @includedir@/bluetoothinclude_HEADERS = \	bluetooth.h hci.h hci_lib.h sco.h l2cap.h \	sdp.h sdp_lib.h rfcomm.h bnep.h cmtp.h hidp.hMAINTAINERCLEANFILES = Makefile.inall-local:	@if [ ! -e bluetooth ] ; then $(LN_S) $(top_srcdir)/include bluetooth ; ficlean-local:	@rm -f bluetooth

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?