Files
evolution/e-util
Matthew Barnes aa3b6c57a5 Fix enum generation problems in glib-gen.mak.
Don't use pattern rules like %-enumtypes.h anymore because it matches
installed header files like camel-enumtypes.h, so you get very strange
things happening during the build like:

    .../camel/camel-enumtypes.h: e-util-enums.h
            glib-mkenums ... $^ > $@

when e-util-enums.h has a newer timestamp than camel-enumtypes.h.

Instead, we'll use another variable name -- glib_enum_output -- to
replace the %-enumtypes pattern rules like so:

    $(glib_enum_output).h: $(glib_enum_headers)
            glib-mkenums ... $^ > $@

    $(glib_enum_output).c: $(glib_enum_headers)
            glib-mkenums ... $^ > $@

Also use $(AM_V_GEN) to get cleaner looking output while building.
2011-08-27 08:07:52 -04:00
..
2011-05-08 13:37:20 -04:00
2009-10-27 09:25:00 -04:00
2009-07-14 11:26:22 -04:00
2011-08-06 00:54:24 -05:00
2009-05-28 12:13:22 -04:00
2010-10-21 00:24:46 -04:00
2011-05-08 13:37:20 -04:00
2009-07-14 11:26:22 -04:00