1Film Gimp(1) Version-0.14 Film Gimp(1)
2
3
4
6 filmgimptool - script to perform various Gimpy functions
7
9 filmgimptool [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
10 [--libs] [--cflags] [--build plug-in.c] [--install plug-in.c]
11 [--install-admin plug-in.c] [--install-bin plug-in]
12 [--install-admin-bin plug-in] [--install-script script.scm]
13 [--install-admin-script script.scm]
14
15
16
18 filmgimptool is a tool that can, among other things, build plug-ins or
19 scripts and install them if they are distributed in one source file.
20
21 filmgimptool can also be used by programs that need to know what
22 libraries and include-paths Film Gimp was compiled with. This is espe‐
23 cially useful in Makefiles.
24
25
27 filmgimptool accepts the following options:
28
29 --version
30 Print the currently installed version of Film Gimp on the stan‐
31 dard output.
32
33 --build plug-in.c
34 Compile and link plug-in.c into a Film Gimp plug-in.
35
36 --install plug-in.c
37 Compile, link, and install plug-in.c into the user's personal
38 Film Gimp plug-in directory ($HOME/.filmgimp/plug-ins)
39
40 --install-admin plug-in.c
41 Compile, link, and install plug-in.c into the system-wide Film
42 Gimp plug-in directory ($PREFIX/lib/filmgimp/0.14/plug-ins)
43
44 --install-bin plug-in
45 Install plug-in into the user's personal Film Gimp plug-in
46 directory ($HOME/.filmgimp/plug-ins)
47
48 --install-admin-bin plug-in
49 Install plug-in into the system-wide Film Gimp plug-in direc‐
50 tory ($PREFIX/lib/filmgimp/0.14/plug-ins)
51
52 --install-script script.scm
53 Install script.scm into the user's personal Film Gimp script
54 directory ($HOME/.filmgimp/scripts)
55
56 --install-admin-script script.scm
57 Install script.scm into the system-wide Film Gimp script direc‐
58 tory ($PREFIX/share/filmgimp/0.13/scripts)
59
60 --libs Print the linker flags that are necessary to link a film Gimp
61 plug-in.
62
63 --cflags
64 Print the compiler flags that are necessary to compile a Film
65 Gimp plug-in.
66
67 --prefix=PREFIX
68 If specified, use PREFIX instead of the installation prefix
69 that Film Gimp was built with when computing the output for the
70 --cflags and --libs options. This option is also used for the
71 exec prefix if --exec-prefix was not specified. This option
72 must be specified before any --libs or --cflags options.
73
74 --exec-prefix=PREFIX
75 If specified, use PREFIX instead of the installation exec pre‐
76 fix that Film Gimp was built with when computing the output for
77 the --cflags and --libs options. This option must be specified
78 before any --libs or --cflags options.
79
80
82 GTK_CONFIG
83 to get the location of the gtk-config program.
84
85 CC to get the name of the desired C compiler.
86
87 CFLAGS to get the preferred flags to pass to the C compiler for plug-
88 in building.
89
91 filmgimp(1), gtk-config(1)
92
94 Copyright © 1995 Spencer Kimball and Peter Mattis
95
96 Permission to use, copy, modify, and distribute this software and its
97 documentation for any purpose and without fee is hereby granted, pro‐
98 vided that the above copyright notice appear in all copies and that
99 both that copyright notice and this permission notice appear in sup‐
100 porting documentation.
101
102
103
104Film Gimp January 2003 Film Gimp(1)