2019-02-11 19:45:06 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-DG_LOG_DOMAIN=\"Gimp-File-Data\" \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(CAIRO_CFLAGS) \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
|
|
|
-I$(includedir)
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libappfile-data.a
|
|
|
|
|
|
|
|
libappfile_data_a_SOURCES = \
|
|
|
|
file-data.c \
|
|
|
|
file-data.h \
|
|
|
|
file-data-gbr.c \
|
2019-02-12 01:35:07 +08:00
|
|
|
file-data-gbr.h \
|
2019-02-20 06:27:28 +08:00
|
|
|
file-data-gih.c \
|
|
|
|
file-data-gih.h \
|
2019-02-12 01:35:07 +08:00
|
|
|
file-data-pat.c \
|
|
|
|
file-data-pat.h
|