📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.3 2004/09/29 22:38:52 jonas Exp $include $(top_srcdir)/Makefile.base# We don't want to expose this outside of /src/document/ at all, and we can't# merge the whole library of these with libdocument.a. So we only compile# objects here and link them directly to libdocument.a in ../Makefile.am.# However, we apparently need to create the library in order to convience# automake to compile the objects :/. We DON'T use libcss.a ANYWHERE.SUBDIRS = htmlEXTRA_DIST = READMEnoinst_LIBRARIES = libsgml.alibsgml_a_SOURCES = \ parser.c \ parser.h \ scanner.c \ scanner.h \ sgml.c \ sgml.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -