Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pdp-config(1) [debian man page]

PDP-CONFIG(1)						      General Commands Manual						     PDP-CONFIG(1)

NAME
pdp-config -- script to get information about the installed version of PDP SYNOPSIS
pdp-config [--version] [--cflags] [--libdir] DESCRIPTION
pdp-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and links modules that use PDP. OPTIONS
pdp-config accepts the following options: --version Print the currently installed version of PDP on the standard output. --cflags Print the compiler flags that are necessary to compile a PDP module. --libdir Print the linker flags that are necessary to compile a PDP module. SEE ALSO
aubioonset(1) aubiotrack(1) aubionotes(1) aubiopitch(1) AUTHORS
This manual page was first written by Pablo Martin (caedes@sindominio.net) for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. This manual page was then converted to the SGML format by Paul Brossier (piem@debian.org). On Debian systems, the complete text of the GNU Free Documentation License can be found in /usr/share/common-licenses/GFDL. PDP-CONFIG(1)

Check Out this Related Man Page

GTKADA-CONFIG(1)					     GtkAda programming manual						  GTKADA-CONFIG(1)

NAME
gtkada-config - script to get information about the installed version of GTKADA SYNOPSIS
gtkada-config [--prefix[=DIR]] [--version] [--libs] [--cflags] [--static] DESCRIPTION
gtkada-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link pro- grams that use GtkAda. To compile, bind and link a program against GtkAda, you invoke gnatmake like this: gnatmake my_prog `gtkada-config` OPTIONS
gtkada-config accepts the following options: --version Print the currently installed version of GTKADA on the standard output. --libs Print the linker flags that are necessary to link a GTKADA program. --cflags Print the compiler flags that are necessary to compile a GTKADA program. --static Print the flags that are necessary to statically build a GTKADA program. --prefix Print the path prefix where GTKADA is installed. NOTES
In Debian GNU/Linux, a GNAT project file is available as an alternative; see /usr/share/ada/adainclude/gtkada.gpr. COPYRIGHT FOR THIS MAN PAGE
This man page has been written by Samuel Tardieu and modified by Ludovic Brenta and Nicolas Boulenguez for the Debian GNU/Linux distribu- tion, from information given by the GtkAda authors Emmanuel Briot, Joel Brobecker and Arnaud Charlet. Permission to use, copy, modify, and distribute this documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documenta- tion. Debian GNU/Linux 16 October 2011 GTKADA-CONFIG(1)
Man Page