neon-config man page on Peanut

Man page or keyword search:  
man Server   7435 pages
apropos Keyword Search (all sections)
Output format
Peanut logo
[printable version]

NEON-CONFIG(1)			     neon			NEON-CONFIG(1)

NAME
       neon-config - script providing information about installed copy of neon
       library

SYNOPSIS
       neon-config [--prefix] [--cflags | --libs | --la-file |
		   --support feature | --help | --version]

DESCRIPTION
       The  neon-config script provides information about an installed copy of
       the neon library. The --cflags and --libs options instruct how to  com‐
       pile  and  link	an  application against the library; the --version and
       --support options can help determine whether the library meets the  ap‐
       plications requirements.

OPTIONS
       --cflags
	      Print  the  flags	 which should be passed to the C compiler when
	      compiling object files, when the object files  use  neon	header
	      files.

       --libs Print  the flags which should be passed to the linker when link‐
	      ing an application which uses the neon library

       --la-file
	      Print the location of the libtool	 library  script,  libneon.la,
	      which  can  be  used  to link against neon by applications using
	      libtool.

       --version
	      Print the version of the library

       --prefix dir
	      If dir is given; relocate output of --cflags and	--libs	as  if
	      neon  was	 installed in given prefix directory. Otherwise, print
	      the installation prefix of the library.

       --support feature
	      The script exits with success if feature is supported by the li‐
	      brary.

       --help Print  help message; includes list of known features and whether
	      they are supported or not.

EXAMPLE
       Below is a Makefile fragment which could be used to build  an  applica‐
       tion against an installed neon library, when the neon-config script can
       be found in $PATH.

       CFLAGS = `neon-config --cflags`
       LIBS = `neon-config --libs`
       OBJECTS = myapp.o
       TARGET = myapp

       $(TARGET): $(OBJECTS)
	    $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS)

       myapp.o: myapp.c
	    $(CC) $(CFLAGS) -c myapp.c -o myapp.o

AUTHOR
       Joe Orton <neon@webdav.org>.

neon 0.25.5			20 January 2006			NEON-CONFIG(1)
[top]

List of man pages available for Peanut

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net