?? makefile.am
字號:
## top directory#Build in these directories:SUBDIRS= $(GENERIC_LIBRARY_NAME) docsEXTRA_DIST = $(GENERIC_LIBRARY_NAME).m4# Install the m4 macro to be used by autoconfm4datadir = $(datadir)/aclocalm4data_DATA = $(GENERIC_LIBRARY_NAME).m4#Distribute these directories:DIST_SUBDIRS = $(GENERIC_LIBRARY_NAME) docsbin_SCRIPTS = @GENERIC_LIBRARY_NAME@-config# This is a shell script which will be installed.# Projects will use this script to locate the library:# Built from GENERIC_LIBRARY_NAME-config.in by inserting the GENERIC variables # where necessary.LIBTOOL_DEPS = @LIBTOOL_DEPS@libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -