2007-12-29 08:57:51 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libappgegl.a
|
|
|
|
|
|
|
|
libappgegl_a_SOURCES = \
|
2007-12-29 10:19:23 +08:00
|
|
|
gimp-gegl.c \
|
|
|
|
gimp-gegl.h \
|
|
|
|
gimp-gegl-utils.c \
|
|
|
|
gimp-gegl-utils.h \
|
|
|
|
gimpoperationtilesink.c \
|
|
|
|
gimpoperationtilesink.h \
|
|
|
|
gimpoperationtilesource.c \
|
|
|
|
gimpoperationtilesource.h
|
2007-12-29 08:57:51 +08:00
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I. \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GTK_CFLAGS) \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
-I$(includedir)
|