📄 makefile.am
字号:
# Process this file with automake to produce Makefile.innoinst_LTLIBRARIES = libjscore_pcre.lalibjscore_pcre_cpp_sources=\ get.c \ maketables.c \ study.c \ pcre.c \ pcreposix.clibjscore_pcre_h_private_sources=\ internal.h\ pcre-config.h\ pcre.h\ pcreposix.hchartables.c: $(CC) -o dftables dftables.c ./dftables > $(srcdir)/chartables.clibjscore_pcre_la_SOURCES = \ $(libjscore_pcre_cpp_sources)\ $(libjscore_pcre_h_private_sources)libjscore_pcre_la_LDFLAGS = libjscore_pcre_la_LIBADD = check_PROGRAMS = pcredemo pcregrep pcretestpcrelib=libjscore_pcre.lapcredemo_SOURCES=pcredemo.c pcredemo_LDADD=$(pcrelib) pcregrep_SOURCES=pcregrep.c pcregrep_LDADD=$(pcrelib)pcretest_SOURCES=pcretest.c pcretest_LDADD=$(pcrelib) BUILT_SOURCES = chartables.cEXTRA_DIST = chartables.cMAINTAINERCLEANFILES = dftables
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -