diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-08-10 08:40:26 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-08-10 08:40:26 +0200 |
commit | 829062d4941d1ee8e36c442adadb7f0f91b09a09 (patch) | |
tree | 7c621da5eab4fade5566feb544a1b299fa8503bc /scons.1 | |
parent | a0a7e6a528813424826ab447a0a01e61ee47a546 (diff) | |
parent | 3af57a8e6a18986c41351da2447363ede8565402 (diff) |
Update upstream source from tag 'upstream/3.1.1'
Update to upstream version '3.1.1'
with Debian dir bebda0c0b00c4097fcb012a73f945a8e197c5589
Diffstat (limited to 'scons.1')
-rw-r--r-- | scons.1 | 87 |
1 files changed, 45 insertions, 42 deletions
@@ -3,11 +3,11 @@ .\" Author: Steven Knight .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Date: <pubdate>2004 - 2019</pubdate> -.\" Manual: SCons 3.1.0 -.\" Source: SCons 3.1.0 version 3.1.0 +.\" Manual: SCons 3.1.1 +.\" Source: SCons 3.1.1 version 3.1.1 .\" Language: English .\" -.TH "SCONS" "1" "<pubdate>2004 - 2019</pubdate>" "SCons 3\&.1\&.0 version 3.1.0" "SCons 3\&.1\&.0" +.TH "SCONS" "1" "<pubdate>2004 - 2019</pubdate>" "SCons 3\&.1\&.1 version 3.1.1" "SCons 3\&.1\&.1" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -3294,11 +3294,6 @@ Uses: \fB$ASPPCOMSTR\fR\&. .RE .PP -packaging -.RS 4 -A framework for building binary and source packages\&. -.RE -.PP Packaging .RS 4 Sets construction variables for the @@ -3306,6 +3301,11 @@ Sets construction variables for the Builder\&. .RE .PP +packaging +.RS 4 +A framework for building binary and source packages\&. +.RE +.PP pdf .RS 4 Sets construction variables for the Portable Document Format builder\&. @@ -8895,30 +8895,33 @@ Flag values are translated accordig to the prefix found, and added to the follow .RS 4 .\} .nf -\-arch CCFLAGS, LINKFLAGS -\-D CPPDEFINES -\-framework FRAMEWORKS -\-frameworkdir= FRAMEWORKPATH -\-include CCFLAGS -\-isysroot CCFLAGS, LINKFLAGS -\-isystem CCFLAGS -\-iquote CCFLAGS -\-idirafter CCFLAGS -\-I CPPPATH -\-l LIBS -\-L LIBPATH -\-mno\-cygwin CCFLAGS, LINKFLAGS -\-mwindows LINKFLAGS -\-pthread CCFLAGS, LINKFLAGS -\-std= CFLAGS -\-Wa, ASFLAGS, CCFLAGS -\-Wl,\-rpath= RPATH -\-Wl,\-R, RPATH -\-Wl,\-R RPATH -\-Wl, LINKFLAGS -\-Wp, CPPFLAGS -\- CCFLAGS -+ CCFLAGS, LINKFLAGS +\-arch CCFLAGS, LINKFLAGS +\-D CPPDEFINES +\-framework FRAMEWORKS +\-frameworkdir= FRAMEWORKPATH +\-fmerge\-all\-constants CCFLAGS, LINKFLAGS +\-fopenmp CCFLAGS, LINKFLAGS +\-include CCFLAGS +\-isysroot CCFLAGS, LINKFLAGS +\-isystem CCFLAGS +\-iquote CCFLAGS +\-idirafter CCFLAGS +\-I CPPPATH +\-l LIBS +\-L LIBPATH +\-mno\-cygwin CCFLAGS, LINKFLAGS +\-mwindows LINKFLAGS +\-openmp CCFLAGS, LINKFLAGS +\-pthread CCFLAGS, LINKFLAGS +\-std= CFLAGS +\-Wa, ASFLAGS, CCFLAGS +\-Wl,\-rpath= RPATH +\-Wl,\-R, RPATH +\-Wl,\-R RPATH +\-Wl, LINKFLAGS +\-Wp, CPPFLAGS +\- CCFLAGS ++ CCFLAGS, LINKFLAGS .fi .if n \{\ .RE @@ -15637,6 +15640,16 @@ versions should exist as alpha\-numeric, decimal\-delimited values as defined by values include \*(Aq1\*(Aq, \*(Aq1\&.2\&.3\*(Aq, and \*(Aq1\&.2\&.gitaa412c8b\*(Aq\&. .RE .PP +SHLIBVERSIONFLAGS +.RS 4 +Extra flags added to +\fB$SHLINKCOM\fR +when building versioned +\fBSharedLibrary\fR\&. These flags are only used when +\fB$SHLIBVERSION\fR +is set\&. +.RE +.PP _SHLIBVERSIONFLAGS .RS 4 This macro automatically introduces extra flags to @@ -15653,16 +15666,6 @@ and some extra dynamically generated options (such as \-Wl,\-soname=$_SHLIBSONAME\&. It is unused by "plain" (unversioned) shared libraries\&. .RE .PP -SHLIBVERSIONFLAGS -.RS 4 -Extra flags added to -\fB$SHLINKCOM\fR -when building versioned -\fBSharedLibrary\fR\&. These flags are only used when -\fB$SHLIBVERSION\fR -is set\&. -.RE -.PP SHLINK .RS 4 The linker for programs that use shared libraries\&. |