2003-01-30 06:20:09 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-DG_LOG_DOMAIN=\"Gimp-Text\" \
|
|
|
|
@GIMP_THREAD_FLAGS@ \
|
|
|
|
@GIMP_MP_FLAGS@
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GTK_CFLAGS) \
|
2003-01-31 17:22:42 +08:00
|
|
|
$(PANGOFT2_CFLAGS) \
|
2003-01-30 06:20:09 +08:00
|
|
|
-I$(includedir)
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libapptext.a
|
|
|
|
|
|
|
|
libapptext_a_SOURCES = \
|
2003-01-31 17:22:42 +08:00
|
|
|
text-types.h \
|
|
|
|
gimptext.c \
|
|
|
|
gimptext.h \
|
|
|
|
gimptext-compat.c \
|
|
|
|
gimptext-compat.h \
|
|
|
|
gimptext-render.c \
|
|
|
|
gimptext-render.h \
|
|
|
|
gimptextlayer.c \
|
|
|
|
gimptextlayer.h
|
2003-01-30 06:20:09 +08:00
|
|
|
|
|
|
|
|