gimp/tools/pdbgen/Makefile.am

13 lines
296 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 \
../../app/paint_funcs.h
1999-03-28 14:36:11 +08:00
enums.pl: enumgen.pl $(enum_headers)
cd $(srcdir) \
&& $(PERL) enumgen.pl $(enum_headers)