2004-05-06 15:41:53 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2008-10-07 19:58:14 +08:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-DG_LOG_DOMAIN=\"Gimp-Menus\"
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
2008-10-10 04:24:04 +08:00
|
|
|
$(GEGL_CFLAGS) \
|
2008-10-07 19:58:14 +08:00
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
-I$(includedir)
|
|
|
|
|
2004-05-06 15:41:53 +08:00
|
|
|
noinst_LIBRARIES = libappmenus.a
|
|
|
|
|
|
|
|
libappmenus_a_SOURCES = \
|
|
|
|
menus-types.h \
|
|
|
|
menus.c \
|
|
|
|
menus.h \
|
2005-01-29 03:48:31 +08:00
|
|
|
dockable-menu.c \
|
|
|
|
dockable-menu.h \
|
2004-05-13 19:17:29 +08:00
|
|
|
file-menu.c \
|
|
|
|
file-menu.h \
|
2004-05-06 15:41:53 +08:00
|
|
|
image-menu.c \
|
|
|
|
image-menu.h \
|
|
|
|
plug-in-menus.c \
|
|
|
|
plug-in-menus.h \
|
|
|
|
tool-options-menu.c \
|
|
|
|
tool-options-menu.h \
|
2005-01-29 03:48:31 +08:00
|
|
|
window-menu.c \
|
2008-05-11 00:21:37 +08:00
|
|
|
window-menu.h \
|
|
|
|
windows-menu.c \
|
|
|
|
windows-menu.h
|
2004-05-06 15:41:53 +08:00
|
|
|
|
2008-10-07 19:58:14 +08:00
|
|
|
EXTRA_DIST = makefile.msc
|