Variable
|
Default Value
|
prefix |
/usr/local |
exec_prefix |
$(prefix) |
bindir |
$(exec_prefix)/bin |
sbindir |
$(exec_prefix)/sbin |
libexecdir |
$(exec_prefix)/libexec |
datarootdir |
$(prefix)/share |
datadir |
$(datarootdir) |
sysconfdir |
$(prefix)/etc |
sharedstatedir |
$(prefix)/com |
localstatedir |
$(prefix)/var |
includedir |
$(prefix)/include |
oldincludedir |
/usr/include |
docdir |
$(datarootdir)/doc/$(package) |
infodir |
$(datarootdir)/info |
htmldir |
$(docdir) |
dvidir |
$(docdir) |
pdfdir |
$(docdir) |
psdir |
$(docdir) |
libdir |
$(exec_prefix)/lib |
lispdir |
$(datarootdir)/emacs/site-lisp |
localedir |
$(datarootdir)/locale |
mandir |
$(datarootdir)/man |
manNdir |
$(mandir)/manN (N = 1..9) |
manext |
.1 |
manNext |
.N (N = 1..9) |
|
|
srcdir |
The source-tree directory corresponding to the
current directory in the build tree |
相关推荐
《GNU编码标准:自由软件开发者的指南》 一、关于GNU编码标准 GNU编码标准是为自由软件基金会(Free Software Foundation)所维护的GNU项目制定的一系列编程规范和指南,旨在确保GNU软件的一致性、可读性和可维护...
C-2015-GNU Coding Standards GNU 编码规范文档是自由软件基金会(Free Software Foundation)发布的一份编码规范文档,旨在帮助开发者编写高质量、可维护、可读的代码。该文档涵盖了编程语言选择、代码风格、注释...
### GNU编码标准(C/C++) #### 概述 GNU编码标准是一套旨在确保GNU系统清洁、一致且易于安装的编程规范。这些标准由Richard Stallman及其他GNU项目的志愿者共同制定。文档不仅为开发者提供了一套编写高质量软件的...
The GNU Coding Standards were written by Richard Stallman and other GNU Project volunteers. Their purpose is to make the GNU system clean, consistent, and easy to install. This document can also be ...
4. GNU:GNU是一个广泛的开源项目,它的编码规范更多地是针对整个项目的组织和编码风格,比如GNU Coding Standards。它强调源码的可移植性,使用自由软件许可证,提供清晰的文档,以及使用标准的C库函数。在编程实践...
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards.
Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards.
在商品化软件开发中,程序编码规非常重要,不同的公司或组织有不同规,比如:“GNU Coding Standards”、“Google C++ Style Guide”等。C++程序编码规包含两个含义:程序设计规和程序书写规。程序设计规牵涉程序...
GNU Coding Standards 是一个开源项目,旨在指导开发者编写符合GNU项目要求的软件。它包含了源码组织、错误消息、程序接口设计、文档编写等多个方面的规定。例如,它强调源码应易于移植,使用自由软件许可证,并且...
Automake处理的是项目的源码结构,它遵循GNU的编码标准,确保Makefile符合GNU Coding Standards。 **Automake的基本概念** 1. `Makefile.am`:在每个源码子目录下,定义目标、依赖和规则。 2. `AM_INIT_AUTOMAKE`...
10. **兼容性**:automake遵循GNU Coding Standards,确保生成的软件能够在各种类Unix系统上编译和运行。 总的来说,`automake-1.11.1.tar.gz`是一个用于自动化构建的工具,它简化了开源软件的开发流程,提高了跨...
1. **GNU 编程规范**:`automake` 是基于 GNU 自动化工具链的一部分,它遵循 GNU 的编码和发布标准,如 GNU General Public License (GPL) 和 Coding Standards。 2. **Makefile.in 文件**:`automake` 生成的 ...
8. **代码风格规范**:遵循一定的编码规范,如Google C++ Style Guide或LLVM Coding Standards,有助于提高代码质量和可读性。 在配置C++环境时,需要根据个人的需求和操作系统选择合适的工具。对于初学者,推荐...
例如,可以采用Google C++ Style Guide或LLVM Coding Standards作为参考。虽然模板未指定具体规范,但在编写代码时应尽量保持一致的命名约定、注释格式等。 8. **错误处理**:良好的错误处理机制是任何项目的关键。...
6. **CODING_STANDARDS**: 这是PHP的编码规范文档,指导开发者如何按照PHP社区的约定编写清晰、一致的代码。 7. **CREDITS**: 该文件列出了对PHP项目作出贡献的人员和团队,包括核心开发者、贡献者等,是对他们工作...