Gimp/libgimpconfig
Ell 5bcde32caf enums: run gimp-mkenums from the build dir
Commit 1e6acbd4e1 modified the
generated enum recipes to run gimp-mkenums from the source
directory, instead of the build directory, so that only the
basenames of the corresponding header files would appear in
the comment at the top of the generated files.  This was a
mistake -- $(GIMP_MKENUMS) is expecting to be invoked from the
build directory.

Switch back to running gimp-mkenums from the build directory.  To
avoid including the relative path from the build directory to the
source directory in the generated file, add a @basename@ production
variable to gimp-mkenums, which exapnds to the basename of the
input file, and use it instead of @filename@ in the recipes for the
generated enum files.
2017-05-22 20:29:18 -04:00
..
.gitignore
gimpcolorconfig.c libgimpconfig: change GimpColorConfig's out-of-gamut color to magenta 2017-05-16 22:43:21 +02:00
gimpcolorconfig.h libgimpconfig: add "optimize" options for display and softproofing 2016-06-06 01:15:26 +02:00
gimpconfig-deserialize.c libgimpconfig: better compat enum handling in gimp_config_deserialize_enum() 2017-01-08 20:16:47 +01:00
gimpconfig-deserialize.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-error.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfig-error.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-iface.c libgimpconfig: fix typo: s/next level/nest level/ 2016-09-28 18:29:38 +02:00
gimpconfig-iface.h libgimpconfig: add gimp_config_deserialize_stream() 2014-07-04 03:29:09 +02:00
gimpconfig-params.h libgimpconfig: deprecate all GIMP_CONFIG_INSTALL_PROP_FOO() macros 2016-04-17 00:12:33 +01:00
gimpconfig-path.c Fix a typo in a translatable string ("represantation") 2016-10-02 13:47:50 +02:00
gimpconfig-path.h libgimpconfig: add gimp_file_new_for_config_path() and _get_config_path() 2016-09-30 22:03:34 +02:00
gimpconfig-serialize.c libgimpconfig: (de)serialize GFile properties as config paths 2016-10-17 18:55:50 +02:00
gimpconfig-serialize.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-utils.c libgimpconfig: gimp_config_reset_properties(): reset only changed properties 2017-02-09 12:38:10 +01:00
gimpconfig-utils.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig.def libgimpconfig: add gimp_file_new_for_config_path() and _get_config_path() 2016-09-30 22:03:34 +02:00
gimpconfig.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfigenums.c enums: generate enum files in source dir 2017-05-06 17:26:16 -04:00
gimpconfigenums.h Introduce consistent use of 'soft-proofing' in user-visible messages 2016-06-08 00:21:51 +03:00
gimpconfigtypes.h libgimpconfig: rename gimpcolorconfig-enums.[ch] to gimpconfigenums.[ch] 2016-06-06 21:05:16 +02:00
gimpconfigwriter.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfigwriter.h libgimpconfig: add gimp_config_serialize_to_stream() 2014-07-03 23:25:21 +02:00
gimpscanner.c libgimpconfig: don't gimp_rgb_clamp() in gimp_scanner_parse_color() 2017-05-19 02:05:57 +02:00
gimpscanner.h libgimpconfig: add gimp_config_deserialize_stream() 2014-07-04 03:29:09 +02:00
Makefile.am enums: run gimp-mkenums from the build dir 2017-05-22 20:29:18 -04:00