makefile.am
来自「www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的W」· AM 代码 · 共 45 行
AM
45 行
## Process this file with Automake to create Makefile.in.lib_LTLIBRARIES = libpics.laSUBDIRS = windowsINCLUDES = -I$(srcdir)/../../Library/src# .h files are distributed but originally are made from the# self-documenting hypertext files.SUFFIXES = .h .html.html.h: ifdef WWW $(WWW) -w90 -na -p -to text/x-c $(srcdir)/$(*F).html -o $(srcdir)/$(*F).h else @echo "**************************************************" @echo "Need to regenerate one or more .h files." @echo "Attempting to generate them using the" @echo "winConfigure.pl script - it may generate a few warnings." @echo "**************************************************" perl $(top_srcdir)/config/winConfigure.pl $(srcdir) endifinc: $(BUILT_SOURCES) @echo Generated built sourceslibpics_la_SOURCES = \ CSChkLab.c CSStream.c CSKwik.c \ CSLabel.c CSLLOut.c CSLLURLs.c \ CSMacRed.c CSMem.c CSApp.c \ CSParse.c CSUsrLst.c CSUser.cBUILT_SOURCES = \ CSLApp.h CSLUtils.h \ CSLL.h CSLLSt.h \ CSMR.h CSMRSt.h \ CSUser.h CSUserSt.h \ CSParse.h CSUsrLst.hDOCS := $(wildcard *.html)EXTRA_DIST = \ $(BUILT_SOURCES) \ $(DOCS)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?