2001-04-14 23:21:45 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
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 \
|
|
|
|
gui-vtable.c \
|
|
|
|
gui-vtable.h \
|
|
|
|
gui-types.h \
|
|
|
|
session.c \
|
|
|
|
session.h \
|
|
|
|
splash.c \
|
|
|
|
splash.h \
|
|
|
|
themes.c \
|
2003-09-11 07:42:59 +08:00
|
|
|
themes.h
|
2003-01-13 22:08:10 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
EXTRA_DIST = makefile.msc
|
2001-05-30 08:20:48 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
AM_CPPFLAGS = \
|
2001-06-08 01:20:50 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-GUI\" \
|
|
|
|
@GIMP_THREAD_FLAGS@ \
|
2002-06-08 07:00:46 +08:00
|
|
|
@GIMP_MP_FLAGS@
|
2001-04-14 23:21:45 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
-I$(includedir)
|