Commit Graph

14 Commits

Author SHA1 Message Date
Michael Natterer ec786816bb */Makefile.am: merge INCLUDES into AM_CPPFLAGS
automake-1.13 finally warns about this anachronism.
2013-06-05 20:48:37 +02:00
Michael Natterer 16d739b268 Bug 695416 - undefined reference when building devel-docs/tools/widgets.c
Add -lm to the linker flags for the doc-shooter binary. Actually add a
whole snippet of makefile boilerplate that also deals with -mwindows,
all other makefiles seem to have it. I have no clue what it does.
(cherry picked from commit ae5f847a11)
2013-03-08 23:46:20 +01:00
Martin Nordholts 7aa7472f4a devel-docs: Fix compilation, include gegl.h 2012-05-02 21:03:03 +02:00
Sven Neumann 6bb0d7ed23 tools/Makefile.am added GimpStringComboBox; improved image loading; set
2007-02-15  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/widgets.c: added GimpStringComboBox; improved image loading;
	set some window manager hints to make the doc-shooter less intrusive.


svn path=/trunk/; revision=21919
2007-02-15 09:10:49 +00:00
Sven Neumann f4abaf167d added -lXext (bug #362877).
2006-10-18  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am (doc_shooter_LDADD): added -lXext (bug #362877).
2006-10-18 07:08:16 +00:00
Sven Neumann 1e568e1c58 only build the doc-shooter if --enable-gtk-doc was passed to configure.
2005-07-14  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc
	was passed to configure.
2005-07-14 13:04:25 +00:00
Sven Neumann c05a323882 configure.in build the doc-shooter utility conditionally and explicitely
2005-07-04  Sven Neumann  <sven@gimp.org>

	* configure.in
	* devel-docs/tools/Makefile.am: build the doc-shooter utility
	conditionally and explicitely link it with -lX11.
2005-07-04 08:18:22 +00:00
Sven Neumann 51897fdc73 always build the doc-shooter; keeps it from bit-rotting.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: always build the doc-shooter; keeps it from
	bit-rotting.

	* tools/widgets.c: added GimpEnumLabel.
2005-06-27 15:55:13 +00:00
Sven Neumann dde381c190 tools/Makefile.am added a very basic GimpUnit implementation.
2005-04-28  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/units.[ch]: added a very basic GimpUnit implementation.

	* tools/shooter.c
	* tools/widgets.c: initialize the units and enable GimpUnitMenu.
2005-04-28 14:22:25 +00:00
Sven Neumann 8f35354ef7 adapted for GIMP.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/README.shooter: adapted for GIMP.

	* tools/Makefile.am (EXTRA_DIST): include it in the tarball.
2005-04-20 17:53:05 +00:00
Sven Neumann 7dc25e618a tools/Makefile.am tools/shooter.c fixed includes and dependencies, expand
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/shooter.c
	* tools/widgets.c: fixed includes and dependencies, expand the path
	returned from gimp_config_build_data_path(), use common color code.
2005-04-20 17:12:31 +00:00
Sven Neumann 6ad45cb8f1 do not build doc-shooter by default.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: do not build doc-shooter by default.
2005-04-20 11:00:17 +00:00
Sven Neumann 2147e5029c tools/Makefile.am tools/shooter.c some minor cleanups, removed unused
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/shooter.c
	* tools/widgets.[ch]: some minor cleanups, removed unused includes,
	made code multihead-safe.
2005-04-20 09:08:53 +00:00
David Odin 18df82df65 new tools to generate screenshots for the widget gallery. added the tools
* devel-docs/tools/*: new tools to generate screenshots for the widget gallery.
* devel-docs/Makefile.am: added the tools subdir.
* configure.in: modified accordingly.
2005-04-20 00:41:15 +00:00