Gimp/app/pdb/Makefile.am
Sven Neumann 3aae39405e app/base/Makefile.am automake-1.6 seems to use yet another variable to
2002-06-08  Sven Neumann  <sven@gimp.org>

	* app/base/Makefile.am
	* app/paint-funcs/Makefile.am: automake-1.6 seems to use yet another
	variable to pass flags to the assembler (bug #84514). Define
	AM_CCASFLAGS like AM_ASFLAGS to satisfy all versions of automake.

	* configure.in
	* all Makefiles: removed STRIP_BEGIN and STRIP_END since it's a
	GNU make extension that we don't really need and newer versions of
	automake don't seem to like it.
2002-06-07 23:00:46 +00:00

61 lines
1.2 KiB
Makefile

## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libapppdb.a
libapppdb_a_SOURCES = \
internal_procs.c \
internal_procs.h \
procedural_db.c \
procedural_db.h \
brush_select_cmds.c \
brushes_cmds.c \
channel_cmds.c \
color_cmds.c \
convert_cmds.c \
display_cmds.c \
drawable_cmds.c \
edit_cmds.c \
fileops_cmds.c \
floating_sel_cmds.c \
gimprc_cmds.c \
gradient_select_cmds.c \
gradients_cmds.c \
guides_cmds.c \
help_cmds.c \
image_cmds.c \
layer_cmds.c \
message_cmds.c \
misc_cmds.c \
misc_tools_cmds.c \
paint_tools_cmds.c \
palette_cmds.c \
palette_select_cmds.c \
palettes_cmds.c \
parasite_cmds.c \
paths_cmds.c \
pattern_select_cmds.c \
patterns_cmds.c \
pdb_glue.h \
pdb-types.h \
plug_in_cmds.c \
procedural_db_cmds.c \
selection_cmds.c \
selection_tools_cmds.c \
text_tool_cmds.c \
transform_tools_cmds.c \
undo_cmds.c \
unit_cmds.c
## This is a truly ugly hack
libapppdb_a_LIBADD = ../gui/pattern-select.o ../gui/brush-select.o
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Gimp-PDB\" \
@GIMP_THREAD_FLAGS@ \
@GIMP_MP_FLAGS@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/app \
$(GTK_CFLAGS) \
-I$(includedir)