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 = \
|
2013-06-06 02:48:37 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-Menus\" \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
$(GTK_CFLAGS) \
|
2008-10-07 19:58:14 +08:00
|
|
|
-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
|