📄 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -