## Process this file with automake to produce Makefile.in SUBDIRS = paint-funcs pdb tools widgets gui scriptdata = if HAVE_GLIBC_REGEX regex_sources = else regex_sources = \ regexrepl.c \ regexrepl.h endif if HAVE_ASM_MMX mmx_sources = \ detect_mmx.S else mmx_sources = endif bin_PROGRAMS = gimp gimp_SOURCES = \ about_dialog.c \ about_dialog.h \ brush_edit.c \ brush_edit.h \ brush_select.c \ brush_select.h \ channels_dialog.c \ channels_dialog.h \ color_area.c \ color_area.h \ color_notebook.c \ color_notebook.h \ color_select.c \ color_select.h \ colormap_dialog.c \ colormap_dialog.h \ commands.c \ commands.h \ cursorutil.c \ cursorutil.h \ devices.c \ devices.h \ dialog_handler.c \ dialog_handler.h \ errorconsole.c \ errorconsole.h \ file_new_dialog.c \ file_new_dialog.h \ gimpdnd.c \ gimpdnd.h \ gimpui.c \ gimpui.h \ gradient_editor.c \ gradient_editor.h \ gradient_select.h \ gradient_select.c \ indicator_area.c \ indicator_area.h \ info_dialog.c \ info_dialog.h \ info_window.c \ info_window.h \ interface.c \ interface.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 \ menus.c \ menus.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 \ paletteP.h \ paths_dialog.c \ paths_dialog.h \ paths_dialogP.h \ preferences_dialog.c \ preferences_dialog.h \ resolution_calibrate.c \ resolution_calibrate.h \ session.c \ session.h \ test_commands.c \ test_commands.h \ tips_dialog.c \ tips_dialog.h \ toolbox.c \ toolbox.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_header.h \ brush_scale.c \ brush_scale.h \ channel_ops.c \ channel_ops.h \ color_transfer.c \ color_transfer.h \ colormaps.c \ colormaps.h \ context_manager.c \ context_manager.h \ convert.c \ convert.h \ datafiles.c \ datafiles.h \ desaturate.c \ desaturate.h \ disp_callbacks.c \ disp_callbacks.h \ docindex.c \ docindex.h \ drawable.c \ drawable.h \ errors.c \ errors.h \ equalize.c \ equalize.h \ file-open.c \ file-open.h \ file-save.c \ file-save.h \ file-utils.h \ file-utils.c \ floating_sel.c \ floating_sel.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 \ gimpdatafactory.c \ gimpdatafactory.h \ gimpdatalist.c \ gimpdatalist.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 \ gimpimage-undo.c \ gimpimage-undo.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 \ gimppalette-import.c \ gimppalette-import.h \ gimpparasite.c \ gimpparasite.h \ gimppreviewcache.h \ gimppreviewcache.c \ gimpprogress.c \ gimpprogress.h \ gimprc.c \ gimprc.h \ gimpundo.c \ gimpundo.h \ gimpundostack.c \ gimpundostack.h \ gimpunit.c \ gimpviewable.c \ gimpviewable.h \ global_edit.c \ global_edit.h \ gximage.c \ gximage.h \ image_map.c \ image_map.h \ image_new.c \ image_new.h \ image_render.c \ image_render.h \ invert.c \ invert.h \ libgimp_glue.c \ libgimp_glue.h \ lut_funcs.c \ lut_funcs.h \ main.c \ module_db.c \ module_db.h \ parasitelist.c \ parasitelist.h \ path.c \ path.h \ pathP.h \ path_transform.h \ path_curves.h \ path_curves.c \ path_bezier.h \ path_bezier.c \ pattern_header.h \ pattern_select.c \ pattern_select.h \ pixel_processor.c \ pixel_processor.h \ pixel_region.c \ pixel_region.h \ pixel_surround.c \ pixel_surround.h \ plug_in.c \ plug_in.h \ qmask.c \ qmask.h \ resize.c \ resize.h \ scale.c \ scale.h \ scan_convert.c \ scan_convert.h \ scroll.c \ scroll.h \ selection.c \ selection.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 \ 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) \ $(mmx_sources) \ \ marching_ants.h \ pixmaps2.h EXTRA_DIST = \ makefile.mingw \ makefile.mingw.in \ makefile.msc \ gimp.rc \ gimp.sym \ wilber.ico \ arch/i386/mmx/detect_mmx.S \ 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 = \ gui/libappgui.la \ paint-funcs/libapppaint-funcs.la \ pdb/libapppdb.la \ tools/libapptools.la \ widgets/libappwidgets.la \ $(top_builddir)/libgimpcolor/libgimpcolor-$(LT_RELEASE).la \ $(top_builddir)/libgimpmath/libgimpmath-$(LT_RELEASE).la \ $(top_builddir)/libgimpwidgets/libgimpwidgets-$(LT_RELEASE).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