makefile
来自「eCos操作系统源码」· 代码 · 共 35 行
TXT
35 行
#=============================================================================## makefile## For building the synthetic target watchdog package documentation##=============================================================================#####COPYRIGHTBEGIN##### # ===============================================================# Copyright (C) 2002 Bart Veer# This material may be distributed only subject to the terms# and conditions set forth in the Open Publication License, v1.0# or later (the latest version is presently available at# http://www.opencontent.org/openpub/)# ===============================================================# #####COPYRIGHTEND#####=============================================================================#####DESCRIPTIONBEGIN###### Author(s): bartv# Date: 2002-09-09#####DESCRIPTIONEND#####=============================================================================TOPLEVEL := ../../../../..MAIN_SGML := synth_watchdog.sgmlMAIN_HTML := devs-watchdog-synth.htmlMAIN_PDF := devs-watchdog-synth.pdfOTHER_SGML :=PICTURES :=include $(TOPLEVEL)/pkgconf/rules.doc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?