2001-04-14 23:21:45 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2005-02-13 23:08:08 +08:00
|
|
|
AM_CPPFLAGS = \
|
2007-06-25 20:41:59 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-GUI\"
|
2005-02-13 23:08:08 +08:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GTK_CFLAGS) \
|
2007-01-19 22:50:13 +08:00
|
|
|
$(DBUS_GLIB_CFLAGS) \
|
2005-02-13 23:08:08 +08:00
|
|
|
-I$(includedir)
|
|
|
|
|
2001-06-06 00:14:47 +08:00
|
|
|
noinst_LIBRARIES = libappgui.a
|
2001-04-14 23:21:45 +08:00
|
|
|
|
2003-01-13 22:08:10 +08:00
|
|
|
libappgui_a_SOURCES = \
|
2004-09-13 23:15:23 +08:00
|
|
|
color-history.c \
|
|
|
|
color-history.h \
|
|
|
|
gui.c \
|
|
|
|
gui.h \
|
2006-07-19 14:50:34 +08:00
|
|
|
gui-message.c \
|
|
|
|
gui-message.h \
|
2004-09-13 23:15:23 +08:00
|
|
|
gui-vtable.c \
|
|
|
|
gui-vtable.h \
|
|
|
|
gui-types.h \
|
|
|
|
session.c \
|
|
|
|
session.h \
|
|
|
|
splash.c \
|
|
|
|
splash.h \
|
|
|
|
themes.c \
|
2007-08-30 19:19:00 +08:00
|
|
|
themes.h \
|
|
|
|
sync-menu.c \
|
|
|
|
sync-menu.h
|
2003-01-13 22:08:10 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
EXTRA_DIST = makefile.msc
|