gimp/app/Makefile.am
Michael Natterer d6a2d391e9 took gimpcontextpreview.[ch] out of the build but still left the sources
2001-02-12  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am: took gimpcontextpreview.[ch] out of the build
	but still left the sources there as reference.

	* app/app_procs.c: initialize the render stuff before creating the
	toolbox (needed for the previews).

	* app/devices.c
	* app/indicator_area.c: use GimpPreviews instead of
	GimpContextPreviews.

	* app/context_manager.[ch]: create the global data lists here
	because they now must exist before any context is created.

	* app/brushes.[ch]
	* app/gradients.[ch]
	* app/palettes.[ch]
	* app/patterns.[ch]: removed them here.

	* app/gimpcontainer.[ch]: added a "freeze_count" and emit the
	"freeze" and "thaw" signals accordingly.

	* app/gimpcontext.[ch]: greatly simplified the way how the
	contexts connect to the data lists (simply keep them connected all
	the time). Also removed all those ugly explicit update functions
	because "thaw" callbacks do this job now.

	* app/gimpdata.c: a GimpData object now becomes dirty on
	"name_changed"; "dirty" now triggers "invalidate_preview" because
	the context does not dispatch these signals any more soon.

	* app/brush_select.c
	* app/convert.c
	* app/gimpdnd.c
	* app/gradient_editor.c
	* app/gradient_select.c
	* app/pattern_select.c
	* app/gradient_editor.c
	* app/gradient_select.c
	* app/gradients.[ch]
	* app/pdb/brush_select_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/convert_cmds.c
	* app/pdb/gradient_select_cmds.c
	* app/pdb/gradients_cmds.c
	* app/pdb/pattern_select_cmds.c
	* app/pdb/patterns_cmds.c
	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/gradient_select.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* tools/pdbgen/pdb/patterns.pdb: changed accordingly.
2001-02-12 03:27:28 +00:00

373 lines
6.6 KiB
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = pdb tools
scriptdata =
if HAVE_GLIBC_REGEX
regex_sources =
else
regex_sources = regexrepl.c regexrepl.h
endif
bin_PROGRAMS = gimp
gimp_SOURCES = \
about_dialog.c \
about_dialog.h \
app_procs.c \
app_procs.h \
appenums.h \
appenv.h \
apptypes.h \
asupsample.c \
asupsample.h \
authors.h \
batch.c \
batch.h \
boundary.c \
boundary.h \
brush_edit.c \
brush_edit.h \
brush_header.h \
brush_scale.c \
brush_scale.h \
brush_select.c \
brush_select.h \
brushes.c \
brushes.h \
channels_dialog.c \
channels_dialog.h \
channel_ops.c \
channel_ops.h \
color_area.c \
color_area.h \
color_notebook.c \
color_notebook.h \
color_panel.c \
color_panel.h \
color_select.c \
color_select.h \
color_transfer.c \
color_transfer.h \
colormaps.c \
colormaps.h \
colormap_dialog.c \
colormap_dialog.h \
commands.c \
commands.h \
context_manager.c \
context_manager.h \
convert.c \
convert.h \
cursorutil.c \
cursorutil.h \
datafiles.c \
datafiles.h \
desaturate.c \
desaturate.h \
devices.c \
devices.h \
dialog_handler.c \
dialog_handler.h \
disp_callbacks.c \
disp_callbacks.h \
docindex.c \
docindex.h \
draw_core.c \
draw_core.h \
drawable.c \
drawable.h \
errorconsole.c \
errorconsole.h \
errors.c \
errors.h \
equalize.c \
equalize.h \
fileops.c \
fileops.h \
fileopsP.h \
floating_sel.c \
floating_sel.h \
file_new_dialog.c \
file_new_dialog.h \
fsdither.h \
gdisplay.c \
gdisplay.h \
gdisplay_ops.c \
gdisplay_ops.h \
general.c \
general.h \
gimage.c \
gimage.h \
gimage_mask.c \
gimage_mask.h \
gimpbrush.c \
gimpbrush.h \
gimpbrushgenerated.c \
gimpbrushgenerated.h \
gimpbrushpipe.c \
gimpbrushpipe.h \
gimpchannel.c \
gimpchannel.h \
gimpcontainer.c \
gimpcontainer.h \
gimpcontext.c \
gimpcontext.h \
gimpdata.c \
gimpdata.h \
gimpdatalist.c \
gimpdatalist.h \
gimpdnd.c \
gimpdnd.h \
gimpdrawable.c \
gimpdrawable.h \
gimpdrawable-preview.c \
gimpdrawable-preview.h \
gimpgradient.c \
gimpgradient.h \
gimphelp.c \
gimphelp.h \
gimphistogram.c \
gimphistogram.h \
gimpimage.c \
gimpimage.h \
gimplayer.c \
gimplayer.h \
gimplayermask.c \
gimplayermask.h \
gimplist.c \
gimplist.h \
gimplut.c \
gimplut.h \
gimpmarshal.c \
gimpmarshal.h \
gimpobject.c \
gimpobject.h \
gimppattern.c \
gimppattern.h \
gimppalette.c \
gimppalette.h \
gimpparasite.c \
gimpparasite.h \
gimppreviewcache.h \
gimppreviewcache.c \
gimpprogress.c \
gimpprogress.h \
gimprc.c \
gimprc.h \
gimpui.c \
gimpui.h \
gimpunit.c \
gimpviewable.c \
gimpviewable.h \
global_edit.c \
global_edit.h \
gradient_editor.c \
gradient_editoe.h \
gradients.c \
gradients.h \
gradient_select.h \
gradient_select.c \
gximage.c \
gximage.h \
image_map.c \
image_map.h \
image_new.c \
image_new.h \
image_render.c \
image_render.h \
indicator_area.c \
indicator_area.h \
info_dialog.c \
info_dialog.h \
info_window.c \
info_window.h \
interface.c \
interface.h \
invert.c \
invert.h \
layer_select.c \
layer_select.h \
layers_dialog.c \
layers_dialog.h \
layers_dialogP.h \
lc_dialog.c \
lc_dialog.h \
lc_dialogP.h \
libgimp_glue.c \
libgimp_glue.h \
lut_funcs.c \
lut_funcs.h \
main.c \
menus.c \
menus.h \
module_db.c \
module_db.h \
nav_window.c \
nav_window.h \
ops_buttons.c \
ops_buttons.h \
palette.c \
palette.h \
palette_import.c \
palette_import.h \
palette_select.c \
palette_select.h \
palettes.c \
palettes.h \
paletteP.h \
parasitelist.c \
parasitelist.h \
path.c \
path.h \
pathP.h \
path_transform.h \
paths_dialog.c \
paths_dialog.h \
paths_dialogP.h \
pattern_header.h \
pattern_select.c \
pattern_select.h \
patterns.c \
patterns.h \
plug_in.c \
plug_in.h \
preferences_dialog.c \
preferences_dialog.h \
qmask.c \
qmask.h \
resolution_calibrate.c \
resolution_calibrate.h \
resize.c \
resize.h \
scale.c \
scale.h \
scan_convert.c \
scan_convert.h \
scroll.c \
scroll.h \
selection.c \
selection.h \
session.h \
session.c \
tips_dialog.c \
tips_dialog.h \
toolbox.c \
toolbox.h \
undo.c \
undo.h \
undo_history.c \
undo_history.h \
undo_types.h \
unitrc.h \
user_install.c \
user_install.h \
xcf.c \
xcf.h \
$(regex_sources) \
\
paint_funcs.c \
paint_funcs.h \
paint_funcs_simd.S \
pixel_processor.c \
pixel_processor.h \
pixel_region.c \
pixel_region.h \
temp_buf.c \
temp_buf.h \
tile.c \
tile.h \
tile_pvt.h \
tile_cache.c \
tile_cache.h \
tile_manager.c \
tile_manager.h \
tile_manager_pvt.h \
tile_swap.c \
tile_swap.h \
\
gimpbrushpreview.c \
gimpbrushpreview.h \
gimpcontainergridview.h \
gimpcontainergridview.c \
gimpcontainerlistview.h \
gimpcontainerlistview.c \
gimpcontainerview.h \
gimpcontainerview.c \
gimpdrawablepreview.c \
gimpdrawablepreview.h \
gimpgradientpreview.h \
gimpgradientpreview.c \
gimpimagepreview.h \
gimpimagepreview.c \
gimppalettepreview.h \
gimppalettepreview.c \
gimppatternpreview.h \
gimppatternpreview.c \
gimppreview.h \
gimppreview.c \
gtkwrapbox.c \
gtkwrapbox.h \
gtkhwrapbox.c \
gtkhwrapbox.h \
gtkvwrapbox.c \
gtkvwrapbox.h \
gimpconstrainedhwrapbox.c \
gimpconstrainedhwrapbox.h \
histogramwidget.c \
histogramwidget.h \
\
marching_ants.h \
pixmaps.h \
pixmaps2.h \
wilber.h
EXTRA_DIST = \
makefile.mingw \
makefile.mingw.in \
makefile.msc \
gimp.rc \
gimp.sym \
wilber.ico \
arch/i386/mmx/paint_funcs_mmx.S
gimp_LDFLAGS = -export-dynamic -export-symbols $(srcdir)/gimp.sym
AM_CPPFLAGS = \
-DLIBDIR=\""$(gimpplugindir)"\" \
-DLOCALEDIR=\""$(localedir)"\" \
-DREGEX_MALLOC \
-DG_LOG_DOMAIN=\"Gimp\" \
@GIMP_THREAD_FLAGS@ \
@GIMP_MP_FLAGS@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/intl \
$(GTK_CFLAGS) \
-I$(includedir)
gimp_LDADD = \
pdb/libapppdb.la \
tools/libapptools.la \
$(top_builddir)/libgimpcolor/libgimpcolor.la \
$(top_builddir)/libgimpmath/libgimpmath.la \
$(top_builddir)/libgimpwidgets/libgimpwidgets.la \
$(top_builddir)/libgimp/libgimpi.a \
$(GTK_LIBS) \
$(GIMP_THREAD_LIBS) \
$(GIMP_MP_LIBS) \
$(INTLLIBS)
.PHONY: files
files:
@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
echo $$p; \
done
makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/app/makefile.mingw.in
cd $(top_builddir) && CONFIG_FILES=app/$@ CONFIG_HEADERS= $(SHELL) ./config.status