2002-02-21 16:11:37 -08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
AM_CPPFLAGS = \
|
2013-06-05 11:48:37 -07: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-07 16:00:46 -07:00
|
|
|
-I$(includedir)
|
2002-02-21 16:11:37 -08:00
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libappvectors.a
|
|
|
|
|
|
2002-06-07 16:00:46 -07:00
|
|
|
libappvectors_a_SOURCES = \
|
2006-10-24 07:23:29 -07:00
|
|
|
vectors-enums.h \
|
2002-06-07 16:00:46 -07:00
|
|
|
vectors-types.h \
|
2003-07-17 11:06:32 -07:00
|
|
|
gimpanchor.c \
|
2002-06-07 16:00:46 -07:00
|
|
|
gimpanchor.h \
|
|
|
|
|
gimpbezierstroke.h \
|
|
|
|
|
gimpbezierstroke.c \
|
|
|
|
|
gimpstroke.h \
|
|
|
|
|
gimpstroke.c \
|
2006-10-26 10:23:41 -07:00
|
|
|
gimpstroke-new.h \
|
2006-10-26 08:36:45 -07:00
|
|
|
gimpstroke-new.c \
|
2002-06-07 16:00:46 -07:00
|
|
|
gimpvectors.c \
|
|
|
|
|
gimpvectors.h \
|
2003-05-22 12:02:38 -07:00
|
|
|
gimpvectors-compat.c \
|
|
|
|
|
gimpvectors-compat.h \
|
2003-09-10 06:05:00 -07:00
|
|
|
gimpvectors-export.c \
|
|
|
|
|
gimpvectors-export.h \
|
|
|
|
|
gimpvectors-import.c \
|
|
|
|
|
gimpvectors-import.h \
|
2002-06-07 16:00:46 -07:00
|
|
|
gimpvectors-preview.c \
|
2005-03-09 08:58:54 -08:00
|
|
|
gimpvectors-preview.h \
|
|
|
|
|
gimpvectors-warp.c \
|
2007-01-30 14:06:55 -08:00
|
|
|
gimpvectors-warp.h \
|
2007-01-31 11:56:41 -08:00
|
|
|
gimpvectorsmodundo.c \
|
|
|
|
|
gimpvectorsmodundo.h \
|
2007-01-30 14:06:55 -08:00
|
|
|
gimpvectorspropundo.c \
|
2007-01-31 04:33:03 -08:00
|
|
|
gimpvectorspropundo.h \
|
|
|
|
|
gimpvectorsundo.c \
|
|
|
|
|
gimpvectorsundo.h
|