gimptool man page on OSF1

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

GIMP(11 May 1998)					     GIMP(11 May 1998)

NAME
       gimptool - script to perform various Gimpy functions

SYNOPSIS
       gimptool	 [--prefix[=DIR]]  [--exec-prefix[=DIR]]  [--version] [--help]
       [--quiet] [--silent] [-n] [--just-print] [--dry-run] [--recon] [--libs]
       [--libs-noui]	[--cflags]    [--cflags-noi]	[--build    plug-in.c]
       [--build-strip  plug-in.c]   [--install	 plug-in.c]   [--install-strip
       plug-in.c]    [--install-admin	plug-in.c]   [--install-bin   plug-in]
       [--install-admin-strip	plug-in.c]    [--install-bin-strip    plug-in]
       [--install-admin-bin	plug-in]     [--install-script	   script.scm]
       [--install-admin-script script.scm]

DESCRIPTION
       gimptool is a tool that can, among  other  things,  build  plug-ins  or
       scripts and install them if they are distributed in one source file.

       gimptool	 can also be used by programs that need to know what libraries
       and include-paths Gimp was compiled with. This is especially useful  in
       Makefiles.

OPTIONS
       gimptool accepts the following options:

       --version
	       Print  the  currently installed version of Gimp on the standard
	       output.

       --help  Print out the help blurb,  showing  commonly  used  commandline
	       options.

       --quiet Run quietly without echoing any of the build commands.

       --silent
	       Run silently without echoing any of the build commands. Same as
	       --quiet.

       -n      Test mode. Print the commands but dont actually	execute	 them.
	       Useful for making dry runs for testing.

       --just-print
	       Test  mode.  Print the commands but dont actually execute them.
	       Same as -n.

       --dry-run
	       Test mode. Print the commands but dont actually	execute	 them.
	       Same as -n.

       --recon Test  mode.  Print the commands but dont actually execute them.
	       Same as -n.

       --build plug-in.c
	       Compile and link plug-in.c into a Gimp plug-in.

       --build-strip plug-in.c
	       Compile,link, and strip plug-in.c into a Gimp plug-in.

       --install plug-in.c
	       Compile, link, and install plug-in.c into the  user's  personal
	       Gimp plug-in directory ($HOME/.gimp/plug-ins)

       --install-strip plug-in.c
	       Compile,	 link,strip,   and  install  plug-in.c into the user's
	       personal Gimp plug-in directory ($HOME/.gimp/plug-ins)

       --install-admin plug-in.c
	       Compile, link, and install plug-in.c into the system-wide  Gimp
	       plug-in directory ($PREFIX/lib/gimp/1.0/plug-ins)

       --install-bin plug-in
	       Install plug-in into the user's personal Gimp plug-in directory
	       ($HOME/.gimp/plug-ins)

       --install-admin-bin plug-in
	       Install plug-in into the	 system-wide  Gimp  plug-in  directory
	       ($PREFIX/lib/gimp/1.0/plug-ins)

       --install-bin-strip plug-in
	       Install	stripped plug-in into the user's personal Gimp plug-in
	       directory ($HOME/.gimp/plug-ins)

       --install-admin-bin-strip plug-in
	       Install stripped plug-in	 into  the  system-wide	 Gimp  plug-in
	       directory ($PREFIX/lib/gimp/1.0/plug-ins)

       --install-script script.scm
	       Install	script.scm into the user's personal Gimp script direc‐
	       tory ($HOME/.gimp/scripts)

       --install-admin-script script.scm
	       Install script.scm into the system-wide Gimp  script  directory
	       ($PREFIX/share/gimp/scripts)

       --libs  Print  the linker flags that are necessary to link a Gimp plug-
	       in.

       --libs-noui
	       Print the linker flags that are necessary to link a Gimp	 plug-
	       in, for plugins that do not require the GTK libs.

       --cflags
	       Print  the  compiler flags that are necessary to compile a Gimp
	       plug-in.

       --clags-noui
	       Print the compiler flags that are necessary to compile  a  Gimp
	       plug-in for plugins that do not require the GTK libs.

       --prefix=PREFIX
	       If  specified,  use  PREFIX  instead of the installation prefix
	       that Gimp was built with when  computing	 the  output  for  the
	       --cflags	 and  --libs options. This option is also used for the
	       exec prefix if --exec-prefix was	 not  specified.  This	option
	       must be specified before any --libs or --cflags options.

       --exec-prefix=PREFIX
	       If  specified, use PREFIX instead of the installation exec pre‐
	       fix that Gimp was built with when computing the output for  the
	       --cflags	 and  --libs  options.	This  option must be specified
	       before any --libs or --cflags options.

ENVIRONMENT
       GTK_CONFIG
	       to get the location of the gtk-config program.

       CC      to get the name of the desired C compiler.

       CFLAGS  to get the preferred flags to pass to the C compiler for	 plug-
	       in building.

       LDFLAGS to get the prefered flags for passing to the linker.

       LIBS    for passing extra libs that may be needed in the build process.
	       For example, LIBS=-lintl .

       GTK_CONFIG
	       path to the gtk-config shell script used by gimptool and in the
	       build process of many gtk apps.

SEE ALSO
       gimp(1), gtk-config(1)

AUTHORS
       gimptool	 was written by Manish Singh (yosh@gimp.org) and based on gtk-
       config by Owen Taylor (owen@gtk.org).

       This man page was  written  by  Ben  Gertzfield	(che@debian.org),  and
       tweaked	 by   Manish   Singh   (yosh@gimp.org)	 and   Adrian	Likins
       (adrian@gimp.org).

COPYRIGHT
       Copyright ©  1998 Owen Taylor and Manish Singh

       Permission to use, copy, modify, and distribute this software  and  its
       documentation  for  any purpose and without fee is hereby granted, pro‐
       vided that the above copyright notice appear in	all  copies  and  that
       both  that  copyright  notice and this permission notice appear in sup‐
       porting documentation.

1.0				    Version		     GIMP(11 May 1998)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OSF1

List of man pages available for OSF1

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