From 57d0856ff58f2af61f4f6cfd81ccef24565185b7 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 5 May 2012 00:53:46 +0000 Subject: [PATCH] Re-indented --- doc/configure.xml | 80 +++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/doc/configure.xml b/doc/configure.xml index 4d8e7eb..dcad68b 100644 --- a/doc/configure.xml +++ b/doc/configure.xml @@ -2,21 +2,21 @@ - - - + + + + ]>
&title; - &firstname; - &surname; - Code and documentation. -
- &email; -
+ &firstname; + &surname; + Code and documentation. +
+ &email; +
@@ -30,10 +30,10 @@
What is configure - configure generates Makefiles needed in an entire project. Instead - of trying every little trick to let it work in a number of - potential uses, it sticks to the simplest possible code - generation. + configure generates Makefiles needed in an entire project. Instead + of trying every little trick to let it work in a number of + potential uses, it sticks to the simplest possible code + generation.
@@ -67,8 +67,8 @@ for people learning software development using Makefiles; for developers of C/C++ software projects; for developers concerned by the readability, - efficiency, portability or maintenance of their - Makefiles. + efficiency, portability or maintenance of their + Makefiles.
@@ -115,9 +115,9 @@ The most significant variables are the following: in the default section (has an empty name, eg "[]" in the file) - - subdirs: subdirectories to look for - too + + subdirs: subdirectories to look for + too cppflags_force: CPPFLAGS to force globally cppflags: optional global CPPFLAGS cflags_force: CFLAGS to force globally @@ -126,19 +126,19 @@ ldflags: optional global LDFLAGS targets: targets to handle in the Makefile dist: additional files to include in a source archive - - in sections named like the target they define: - - type (mandatory): type of the target (eg "binary", "library", "object", ...) - cppflags: additional CPPFLAGS for this target - cflags: additional CFLAGS for this target - ldflags: additional LDFLAGS for this target - sources: source files to compile - depends: a list of files (or other targets) that - this target depends on - install: the destination path for installation - - +
+ in sections named like the target they define: + + type (mandatory): type of the target (eg "binary", "library", "object", ...) + cppflags: additional CPPFLAGS for this target + cflags: additional CFLAGS for this target + ldflags: additional LDFLAGS for this target + sources: source files to compile + depends: a list of files (or other targets) that + this target depends on + install: the destination path for installation + + @@ -149,16 +149,16 @@ "binary": produces binary files, linked from every object file produced with their source files. "library": produces a static and a shared version of - the target, linked from every object file produced - with their source files, and respectively appending - ".a" and ".so" extensions to the target name; the - shared object are also assigned a version number. + the target, linked from every object file produced + with their source files, and respectively appending + ".a" and ".so" extensions to the target name; the + shared object are also assigned a version number. "object": produces a binary object file from the given source. "plugin": produces a shared version of the target, - linked from every object file produced with their - source files, and appending the ".so" extension to the target name. + linked from every object file produced with their + source files, and appending the ".so" extension to the target name. "script": runs the given script, expecting the target - file to be generated from the sources defined. + file to be generated from the sources defined. @@ -183,7 +183,7 @@ Additional resources More information can be found on the project page at . + url="http://www.defora.org/os/project/16/configure"/>.