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 \
|
moved a bunch of PDB stuff here
* app/color_cmds.c: moved a bunch of PDB stuff here
* app/color_balance.[ch]: removed PDB proc, exported TransferMode
enum, ColorBalanceDialog, color_balance_create_lookup_tables, and
color_balance
* app/curves.[ch]: removed PDB procs, exported SMOOTH and GFREE
#defines, CurvesDialog, curves_lut_func and curves_calculate_curve
* app/desaturate.[ch]: removed PDB proc, exported desaturate
* app/equalize.[ch]: removed PDB proc, exported equalize
* app/histogram_tool.[ch]: removed PDB proc, exported HISTOGRAM_WIDTH
and HISTOGRAM_HEIGHT #defines, HistogramToolDialog,
histogram_tool_histogram_range
* app/hue_saturation.[ch]: removed PDB proc, exported HueRange enum,
HueSaturationDialog, hue_saturation_calculate_transfers,
hue_saturation
* app/invert.[ch]: remove PDB proc, export invert
* app/threshold.[ch]: remove PDB proc, export ThresholdDialog and
threshold_2
* internal_procs.c: changes for pdbgen
* app/gimprc.c: removed leftover declaration
* app/image_map.h: add #include "gimpdrawableF.h"
* app/lut_funcs.h: add ALPHA_LUT to ChannelLutType
-Yosh
1999-04-21 13:39:57 +08:00
|
|
|
../../app/shear_tool.h \
|
|
|
|
../../app/color_balance.h \
|
1999-04-25 04:33:31 +08:00
|
|
|
../../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)
|