mirror of https://github.com/GNOME/gimp.git
app/text/Makefile.am app/core/Makefile.am app/tools/Makefile.am
2007-06-07 Sven Neumann <sven@gimp.org> * app/text/Makefile.am * app/core/Makefile.am * app/tools/Makefile.am * app/display/Makefile.am * app/widgets/Makefile.am * app/base/Makefile.am * app/paint/Makefile.am * app/plug-in/Makefile.am * libgimp/Makefile.am * libgimpthumb/Makefile.am * tools/pdbgen/Makefile.am * libgimpwidgets/Makefile.am: applied the remaining parts of the patch from Daniel Richard G. to fix out-of-source-tree builds (bug #444960). svn path=/trunk/; revision=22735
This commit is contained in:
parent
2a3fac83a9
commit
f322854007
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
||||||
|
2007-06-07 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/text/Makefile.am
|
||||||
|
* app/core/Makefile.am
|
||||||
|
* app/tools/Makefile.am
|
||||||
|
* app/display/Makefile.am
|
||||||
|
* app/widgets/Makefile.am
|
||||||
|
* app/base/Makefile.am
|
||||||
|
* app/paint/Makefile.am
|
||||||
|
* app/plug-in/Makefile.am
|
||||||
|
* libgimp/Makefile.am
|
||||||
|
* libgimpthumb/Makefile.am
|
||||||
|
* tools/pdbgen/Makefile.am
|
||||||
|
* libgimpwidgets/Makefile.am: applied the remaining parts of the
|
||||||
|
patch from Daniel Richard G. to fix out-of-source-tree builds
|
||||||
|
(bug #444960).
|
||||||
|
|
||||||
2007-06-07 Sven Neumann <sven@gimp.org>
|
2007-06-07 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/core/gimpprojection.c (gimp_projection_get_level):
|
* app/core/gimpprojection.c (gimp_projection_get_level):
|
||||||
|
|
|
@ -76,7 +76,7 @@ EXTRA_DIST = makefile.msc
|
||||||
gen_sources = xgen-bec
|
gen_sources = xgen-bec
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/base-enums.c: $(srcdir)/base-enums.h $(GIMP_MKENUMS)
|
base-enums.c: $(srcdir)/base-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"base-enums.h\"\n#include \"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"base-enums.h\"\n#include \"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -319,18 +319,18 @@ EXTRA_DIST = \
|
||||||
gen_sources = xgen-gmh xgen-gmc xgen-cec
|
gen_sources = xgen-gmh xgen-gmc xgen-cec
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/gimpmarshal.h: $(srcdir)/gimpmarshal.list
|
gimpmarshal.h: $(srcdir)/gimpmarshal.list
|
||||||
$(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --header >> xgen-gmh \
|
$(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --header >> xgen-gmh \
|
||||||
&& (cmp -s xgen-gmh $(@F) || cp xgen-gmh $(@F)) \
|
&& (cmp -s xgen-gmh $(@F) || cp xgen-gmh $(@F)) \
|
||||||
&& rm -f xgen-gmh xgen-gmh~
|
&& rm -f xgen-gmh xgen-gmh~
|
||||||
|
|
||||||
$(srcdir)/gimpmarshal.c: $(srcdir)/gimpmarshal.h
|
gimpmarshal.c: gimpmarshal.h
|
||||||
echo "#include \"gimpmarshal.h\"" >> xgen-gmc \
|
echo "#include \"gimpmarshal.h\"" >> xgen-gmc \
|
||||||
&& $(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --body >> xgen-gmc \
|
&& $(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --body >> xgen-gmc \
|
||||||
&& cp xgen-gmc $(@F) \
|
&& cp xgen-gmc $(@F) \
|
||||||
&& rm -f xgen-gmc xgen-gmc~
|
&& rm -f xgen-gmc xgen-gmc~
|
||||||
|
|
||||||
$(srcdir)/core-enums.c: $(srcdir)/core-enums.h $(GIMP_MKENUMS)
|
core-enums.c: $(srcdir)/core-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"core-enums.h\"\n#include \"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"core-enums.h\"\n#include \"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -91,7 +91,7 @@ EXTRA_DIST = makefile.msc
|
||||||
gen_sources = xgen-dec
|
gen_sources = xgen-dec
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/display-enums.c: $(srcdir)/display-enums.h $(GIMP_MKENUMS)
|
display-enums.c: $(srcdir)/display-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"display-enums.h\"\n#include\"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"display-enums.h\"\n#include\"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -92,7 +92,7 @@ EXTRA_DIST = makefile.msc
|
||||||
gen_sources = xgen-pec
|
gen_sources = xgen-pec
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/paint-enums.c: $(srcdir)/paint-enums.h $(GIMP_MKENUMS)
|
paint-enums.c: $(srcdir)/paint-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"paint-enums.h\"\n#include \"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"paint-enums.h\"\n#include \"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -83,7 +83,7 @@ EXTRA_DIST = makefile.msc
|
||||||
gen_sources = xgen-bec
|
gen_sources = xgen-bec
|
||||||
CLEANFILES = $(EXTRA_PROGRAMS) $(gen_sources)
|
CLEANFILES = $(EXTRA_PROGRAMS) $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/plug-in-enums.c: $(srcdir)/plug-in-enums.h $(GIMP_MKENUMS)
|
plug-in-enums.c: $(srcdir)/plug-in-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"plug-in-enums.h\"\n#include \"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"plug-in-enums.h\"\n#include \"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -65,7 +65,7 @@ EXTRA_DIST = makefile.msc
|
||||||
gen_sources = xgen-tec
|
gen_sources = xgen-tec
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/text-enums.c: $(srcdir)/text-enums.h $(GIMP_MKENUMS)
|
text-enums.c: $(srcdir)/text-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"text-enums.h\"\n#include \"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"text-enums.h\"\n#include \"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -195,7 +195,7 @@ EXTRA_DIST = makefile.msc
|
||||||
gen_sources = xgen-tec
|
gen_sources = xgen-tec
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/tools-enums.c: $(srcdir)/tools-enums.h $(GIMP_MKENUMS)
|
tools-enums.c: $(srcdir)/tools-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"core/core-enums.h\"\n#include \"tools-enums.h\"\n#include \"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"core/core-enums.h\"\n#include \"tools-enums.h\"\n#include \"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -345,7 +345,7 @@ gimpdbusservice-glue.h: $(srcdir)/dbus-service.xml
|
||||||
$(DBUS_BINDING_TOOL) --mode=glib-server --prefix=gimp $< > $(@F)
|
$(DBUS_BINDING_TOOL) --mode=glib-server --prefix=gimp $< > $(@F)
|
||||||
|
|
||||||
|
|
||||||
$(srcdir)/widgets-enums.c: $(srcdir)/widgets-enums.h $(GIMP_MKENUMS)
|
widgets-enums.c: $(srcdir)/widgets-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <gtk/gtk.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"widgets-enums.h\"\n#include \"gimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <gtk/gtk.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"widgets-enums.h\"\n#include \"gimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -385,7 +385,7 @@ uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
|
||||||
gen_sources = xgen-cec xgen-umh xgen-umc
|
gen_sources = xgen-cec xgen-umh xgen-umc
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/gimpenums.c: $(srcdir)/gimpenums.h $(srcdir)/gimpenums.c.tail $(GIMP_MKENUMS)
|
gimpenums.c: $(srcdir)/gimpenums.h $(srcdir)/gimpenums.c.tail $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"gimpenums.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"gimpenums.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
@ -400,12 +400,12 @@ $(srcdir)/gimpenums.c: $(srcdir)/gimpenums.h $(srcdir)/gimpenums.c.tail $(GIMP_M
|
||||||
&& cp xgen-cec $(@F) \
|
&& cp xgen-cec $(@F) \
|
||||||
&& rm -f xgen-cec
|
&& rm -f xgen-cec
|
||||||
|
|
||||||
$(srcdir)/gimpuimarshal.h: $(srcdir)/gimpuimarshal.list
|
gimpuimarshal.h: $(srcdir)/gimpuimarshal.list
|
||||||
$(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --header >> xgen-umh \
|
$(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --header >> xgen-umh \
|
||||||
&& (cmp -s xgen-umh $(@F) || cp xgen-umh $(@F)) \
|
&& (cmp -s xgen-umh $(@F) || cp xgen-umh $(@F)) \
|
||||||
&& rm -f xgen-umh xgen-umh~
|
&& rm -f xgen-umh xgen-umh~
|
||||||
|
|
||||||
$(srcdir)/gimpuimarshal.c: $(srcdir)/gimpuimarshal.h
|
gimpuimarshal.c: gimpuimarshal.h
|
||||||
echo "#include \"gimpuimarshal.h\"" >> xgen-umc \
|
echo "#include \"gimpuimarshal.h\"" >> xgen-umc \
|
||||||
&& $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --body >> xgen-umc \
|
&& $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --body >> xgen-umc \
|
||||||
&& cp xgen-umc $(@F) \
|
&& cp xgen-umc $(@F) \
|
||||||
|
|
|
@ -104,7 +104,7 @@ uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
|
||||||
gen_sources = xgen-tec
|
gen_sources = xgen-tec
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/gimpthumb-enums.c: $(srcdir)/gimpthumb-enums.h $(GIMP_MKENUMS)
|
gimpthumb-enums.c: $(srcdir)/gimpthumb-enums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"gimpthumb-enums.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"gimpthumb-enums.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
|
|
@ -269,7 +269,7 @@ gimpwidgets-private.lo: gimp-wilber-pixbufs.h
|
||||||
gen_sources = xgen-wec xgen-wmh xgen-wmc gimp-wilber-pixbufs.h
|
gen_sources = xgen-wec xgen-wmh xgen-wmc gimp-wilber-pixbufs.h
|
||||||
CLEANFILES = $(gen_sources)
|
CLEANFILES = $(gen_sources)
|
||||||
|
|
||||||
$(srcdir)/gimpwidgetsenums.c: $(srcdir)/gimpwidgetsenums.h $(GIMP_MKENUMS)
|
gimpwidgetsenums.c: $(srcdir)/gimpwidgetsenums.h $(GIMP_MKENUMS)
|
||||||
$(GIMP_MKENUMS) \
|
$(GIMP_MKENUMS) \
|
||||||
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"gimpwidgetsenums.h\"\n#include \"libgimp/libgimp-intl.h\"" \
|
--fhead "#include \"config.h\"\n#include <glib-object.h>\n#include \"libgimpbase/gimpbase.h\"\n#include \"gimpwidgetsenums.h\"\n#include \"libgimp/libgimp-intl.h\"" \
|
||||||
--fprod "\n/* enumerations from \"@filename@\" */" \
|
--fprod "\n/* enumerations from \"@filename@\" */" \
|
||||||
|
@ -283,19 +283,19 @@ $(srcdir)/gimpwidgetsenums.c: $(srcdir)/gimpwidgetsenums.h $(GIMP_MKENUMS)
|
||||||
&& cp xgen-wec $(@F) \
|
&& cp xgen-wec $(@F) \
|
||||||
&& rm -f xgen-wec
|
&& rm -f xgen-wec
|
||||||
|
|
||||||
$(srcdir)/gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list
|
gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list
|
||||||
$(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \
|
$(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header >> xgen-wmh \
|
||||||
&& (cmp -s xgen-wmh $(@F) || cp xgen-wmh $(@F)) \
|
&& (cmp -s xgen-wmh $(@F) || cp xgen-wmh $(@F)) \
|
||||||
&& rm -f xgen-wmh xgen-wmh~
|
&& rm -f xgen-wmh xgen-wmh~
|
||||||
|
|
||||||
$(srcdir)/gimpwidgetsmarshal.c: $(srcdir)/gimpwidgetsmarshal.h
|
gimpwidgetsmarshal.c: gimpwidgetsmarshal.h
|
||||||
echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \
|
echo "#include \"gimpwidgetsmarshal.h\"" >> xgen-wmc \
|
||||||
&& $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --body >> xgen-wmc \
|
&& $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --body >> xgen-wmc \
|
||||||
&& cp xgen-wmc $(@F) \
|
&& cp xgen-wmc $(@F) \
|
||||||
&& rm -f xgen-wmc xgen-wmc~
|
&& rm -f xgen-wmc xgen-wmc~
|
||||||
|
|
||||||
|
|
||||||
$(srcdir)/gimp-wilber-pixbufs.h: $(WILBER_IMAGES) Makefile.am
|
gimp-wilber-pixbufs.h: $(WILBER_IMAGES) Makefile.am
|
||||||
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(WILBER_VARIABLES) > $(@F)
|
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(WILBER_VARIABLES) > $(@F)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ stamp-groups: Makefile.am
|
||||||
|
|
||||||
stamp-pdbgen: $(pdbgen_deps) $(pdb_scripts) $(pdb_sources) Makefile.am
|
stamp-pdbgen: $(pdbgen_deps) $(pdb_scripts) $(pdb_sources) Makefile.am
|
||||||
rootme=`pwd`; \
|
rootme=`pwd`; \
|
||||||
destdir=`cd $(top_srcdir) && pwd`; export destdir; \
|
destdir=`cd $(top_builddir) && pwd`; export destdir; \
|
||||||
cd $(srcdir) && \
|
cd $(srcdir) && \
|
||||||
PDBGEN_BACKUP=$(PDBGEN_BACKUP) PDBGEN_GROUPS=$(PDBGEN_GROUPS) \
|
PDBGEN_BACKUP=$(PDBGEN_BACKUP) PDBGEN_GROUPS=$(PDBGEN_GROUPS) \
|
||||||
$(PERL) pdbgen.pl app lib \
|
$(PERL) pdbgen.pl app lib \
|
||||||
|
@ -133,7 +133,7 @@ stamp-pdbgen: $(pdbgen_deps) $(pdb_scripts) $(pdb_sources) Makefile.am
|
||||||
|
|
||||||
stamp-enum-code: $(srcdir)/enumcode.pl $(enum_deps)
|
stamp-enum-code: $(srcdir)/enumcode.pl $(enum_deps)
|
||||||
rootme=`pwd`; \
|
rootme=`pwd`; \
|
||||||
destdir=`cd $(top_srcdir) && pwd`; export destdir; \
|
destdir=`cd $(top_builddir) && pwd`; export destdir; \
|
||||||
cd $(srcdir) && \
|
cd $(srcdir) && \
|
||||||
PDBGEN_BACKUP=$(PDBGEN_BACKUP) \
|
PDBGEN_BACKUP=$(PDBGEN_BACKUP) \
|
||||||
$(PERL) enumcode.pl \
|
$(PERL) enumcode.pl \
|
||||||
|
|
Loading…
Reference in New Issue