2002-02-22 08:11:37 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
AM_CPPFLAGS = \
|
2013-06-06 02:48:37 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-Vectors\" \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(CAIRO_CFLAGS) \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
2002-06-08 07:00:46 +08:00
|
|
|
-I$(includedir)
|
2002-02-22 08:11:37 +08:00
|
|
|
|
|
|
|
noinst_LIBRARIES = libappvectors.a
|
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
libappvectors_a_SOURCES = \
|
2006-10-24 22:23:29 +08:00
|
|
|
vectors-enums.h \
|
2002-06-08 07:00:46 +08:00
|
|
|
vectors-types.h \
|
2003-07-18 02:06:32 +08:00
|
|
|
gimpanchor.c \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimpanchor.h \
|
|
|
|
gimpbezierstroke.h \
|
|
|
|
gimpbezierstroke.c \
|
|
|
|
gimpstroke.h \
|
|
|
|
gimpstroke.c \
|
2006-10-27 01:23:41 +08:00
|
|
|
gimpstroke-new.h \
|
2006-10-26 23:36:45 +08:00
|
|
|
gimpstroke-new.c \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimpvectors.c \
|
|
|
|
gimpvectors.h \
|
2003-05-23 03:02:38 +08:00
|
|
|
gimpvectors-compat.c \
|
|
|
|
gimpvectors-compat.h \
|
2003-09-10 21:05:00 +08:00
|
|
|
gimpvectors-export.c \
|
|
|
|
gimpvectors-export.h \
|
|
|
|
gimpvectors-import.c \
|
|
|
|
gimpvectors-import.h \
|
2002-06-08 07:00:46 +08:00
|
|
|
gimpvectors-preview.c \
|
2005-03-10 00:58:54 +08:00
|
|
|
gimpvectors-preview.h \
|
|
|
|
gimpvectors-warp.c \
|
2007-01-31 06:06:55 +08:00
|
|
|
gimpvectors-warp.h \
|
2007-02-01 03:56:41 +08:00
|
|
|
gimpvectorsmodundo.c \
|
|
|
|
gimpvectorsmodundo.h \
|
2007-01-31 06:06:55 +08:00
|
|
|
gimpvectorspropundo.c \
|
2007-01-31 20:33:03 +08:00
|
|
|
gimpvectorspropundo.h \
|
|
|
|
gimpvectorsundo.c \
|
|
|
|
gimpvectorsundo.h
|