head 1.9; access; symbols LMTP2NNTP_1_4_1:1.9 LMTP2NNTP_1_4_0:1.9 VAR_1_1_3:1.9 VAR_1_1_2:1.8 VAR_1_1_1:1.7 LMTP2NNTP_1_3_0:1.7 LMTP2NNTP_1_3b2:1.7 LMTP2NNTP_1_3b1:1.7 LMTP2NNTP_1_3a3:1.7 LMTP2NNTP_1_3a2:1.7 LMTP2NNTP_1_3a1:1.7 VAR_1_1_0:1.7 VAR_1_0_0:1.6 LMTP2NNTP_1_2_0:1.5 LMTP2NNTP_1_2b4:1.5 LMTP2NNTP_1_2b3:1.5 LMTP2NNTP_1_2b2:1.5 LMTP2NNTP_1_2b1:1.5 LMTP2NNTP_1_2a8:1.5 LMTP2NNTP_1_2a7:1.5 LMTP2NNTP_1_2a6:1.5 LMTP2NNTP_1_2a5:1.5 LMTP2NNTP_1_2a4:1.5 VAR_0_9_0:1.5 LMTP2NNTP_1_2a3:1.4 OSSP_RC_SPEC:1.2; locks; strict; comment @# @; 1.9 date 2005.01.20.20.29.06; author rse; state Exp; branches; next 1.8; 1.8 date 2004.10.29.20.57.23; author rse; state Exp; branches; next 1.7; 1.7 date 2004.04.04.08.07.34; author rse; state Exp; branches; next 1.6; 1.6 date 2003.02.14.21.17.07; author rse; state Exp; branches; next 1.5; 1.5 date 2002.03.08.12.55.52; author rse; state Exp; branches; next 1.4; 1.4 date 2002.02.28.08.48.44; author rse; state Exp; branches; next 1.3; 1.3 date 2002.02.27.13.44.16; author rse; state Exp; branches; next 1.2; 1.2 date 2002.01.02.17.12.18; author rse; state Exp; branches; next 1.1; 1.1 date 2001.11.20.20.02.21; author rse; state Exp; branches; next ; desc @@ 1.9 log @Bumped year in copyright messages for new year 2005 @ text @## ## OSSP var -- Variable Expansion ## Copyright (c) 2001-2005 Ralf S. Engelschall ## Copyright (c) 2001-2005 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001-2005 Cable & Wireless (http://www.cw.com/) ## ## This file is part of OSSP var, a variable expansion ## library which can be found at http://www.ossp.org/pkg/lib/var/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that ## the above copyright notice and this permission notice appear in all ## copies. ## ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ## SUCH DAMAGE. ## ## var-config.pod: VAR library build utility manual page ## =pod =head1 NAME B - B library build utility =head1 VERSION OSSP var VAR_VERSION_STR =head1 SYNOPSIS B [B<--help>] [B<--version>] [B<--all>] [B<--prefix>] [B<--exec-prefix>] [B<--bindir>] [B<--libdir>] [B<--includedir>] [B<--mandir>] [B<--datadir>] [B<--acdir>] [B<--cflags>] [B<--ldflags>] [B<--libs>] [B<--libs++>] =head1 DESCRIPTION The B program is a little helper utility for easy configuring and building applications based on the B library. It can be used to query the C compiler and linker flags which are required to correctly compile and link the application against the B library. =head1 OPTIONS B accepts the following options: =over 4 =item B<--help> Prints the short usage information. =item B<--version> Prints the version number and date of the installed B library. =item B<--all> Forces the output of all flags, that is, including extra flags which are not B specific. =item B<--prefix> Prints the installation prefix of architecture independent files =item B<--exec-prefix> Prints the installation prefix of architecture dependent files. =item B<--bindir> Prints the installation directory of binaries. =item B<--libdir> Prints the installation directory of libraries. =item B<--includedir> Prints the installation directory of include headers. =item B<--mandir> Prints the installation directory of manual pages. =item B<--datadir> Prints the installation directory of shared data. =item B<--cflags> Prints the C compiler flags which are needed to compile the B based application. The output is usually added to the C variable of the applications C. =item B<--ldflags> Prints the linker flags (C<-L>) which are needed to link the application with the B library. The output is usually added to the C variable of the applications C. =item B<--libs> Prints the library flags (C<-l>) which are needed to link the application with the C B library. The output is usually added to the C variable of the applications C. =back =head1 EXAMPLE CC = cc CFLAGS = -O `var-config --cflags` LDFLAGS = `var-config --ldflags` LIBS = -lm `var-config --libs` all: foo foo: foo.o $(CC) $(LDFLAGS) -o foo foo.o $(LIBS) foo.o: foo.c $(CC) $(CFLAGS) -c foo.c =head1 SEE ALSO var(3), cc(1). =head1 AUTHOR Ralf S. Engelschall rse@@engelschall.com www.engelschall.com =cut @ 1.8 log @cleanup var-config(1) manual page, too @ text @d3 3 a5 3 ## Copyright (c) 2001-2004 Ralf S. Engelschall ## Copyright (c) 2001-2004 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001-2004 Cable & Wireless (http://www.cw.com/) @ 1.7 log @adjust copyrights @ text @d35 1 a35 1 B - VAR library build utility d39 1 a39 1 OSSP VAR VAR_VERSION_STR d62 5 a66 4 The B program is a little helper utility for easy configuring and building applications based on the var(3) library. It can be used to query the C compiler and linker flags which are required to correctly compile and link the application against the var(3) library. d80 1 a80 1 Prints the version number and date of the installed var(3) library. d85 1 a85 1 B specific. a114 4 =item B<--acdir> Prints the installation directory of B data. d117 1 a117 1 Prints the C compiler flags which are needed to compile the var(3)-based d124 1 a124 1 the var(3) library. The output is usually added to the C variable of a128 6 Prints the library flags (C<-l>) which are needed to link the application with the C var(3) library. The output is usually added to the C variable of the applications C. =item B<--libs++> d130 2 a131 2 application with the C++ var(3) library. The output is usually added to the C variable of the applications C. @ 1.6 log @final polishing for release 1.0.0 @ text @d3 3 a5 3 ## Copyright (c) 2001-2003 Ralf S. Engelschall ## Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001-2003 Cable & Wireless Deutschland (http://www.cw.com/de/) @ 1.5 log @polishing and copyright extension (add natural person) @ text @d3 3 a5 3 ## Copyright (c) 2001-2002 Ralf S. Engelschall ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/) @ 1.4 log @URL fixing and additional documents @ text @d3 1 @ 1.3 log @style and text cleanups @ text @d7 1 a7 1 ## library which can be found at http://www.ossp.org/pkg/var/. @ 1.2 log @bump copyright year @ text @d2 1 a2 1 ## VAR - OSSP variable expression library. d6 1 a6 1 ## This file is part of OSSP VAR, an extensible data serialization @ 1.1 log @Apply standard environment for OSSP libraries. @ text @d3 2 a4 2 ## Copyright (c) 2001 The OSSP Project (http://www.ossp.org/) ## Copyright (c) 2001 Cable & Wireless Deutschland (http://www.cw.com/de/) @