makefile.am
来自「Flowlive The thermo library provides th」· AM 代码 · 共 26 行
AM
26 行
## 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 + =
减小字号Ctrl + -
显示快捷键?