gimp/tools/pdbgen/Makefile.am

26 lines
624 B
Makefile
Raw Normal View History

1999-03-28 14:36:11 +08:00
enum_headers = \
../../app/convert.h \
../../app/channel_ops.h \
../../app/text_tool.h \
../../app/gimpdrawable.h \
1999-04-04 13:59:08 +08:00
../../app/gimpimage.h \
../../app/procedural_db.h \
1999-04-10 12:52:07 +08:00
../../app/paint_funcs.h \
../../app/blend.h \
../../app/bucket_fill.h \
../../app/clone.h \
../../app/convolve.h \
../../app/channel.h \
../../app/eraser.h \
1999-04-11 05:41:26 +08:00
../../app/paint_core.h \
1999-04-19 04:13:52 +08:00
../../app/lut_funcs.h \
../../app/shear_tool.h \
../../app/color_balance.h \
../../app/hue_saturation.h \
1999-04-27 12:33:41 +08:00
../../app/layerF.h \
../../app/layer.h
1999-03-28 14:36:11 +08:00
enums.pl: enumgen.pl $(enum_headers)
cd $(srcdir) \
&& $(PERL) enumgen.pl $(enum_headers)