2001-10-25 21:30:01 +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-File\" \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir)/app \
|
|
|
|
-I$(top_srcdir)/app \
|
|
|
|
$(GEGL_CFLAGS) \
|
|
|
|
$(GDK_PIXBUF_CFLAGS) \
|
2002-06-08 07:00:46 +08:00
|
|
|
-I$(includedir)
|
2003-12-13 09:35:19 +08:00
|
|
|
|
2008-10-07 19:58:14 +08:00
|
|
|
noinst_LIBRARIES = libappfile.a
|
|
|
|
|
2006-10-27 21:52:40 +08:00
|
|
|
libappfile_a_SOURCES = \
|
|
|
|
file-open.c \
|
|
|
|
file-open.h \
|
2007-05-12 02:50:35 +08:00
|
|
|
file-procedure.c \
|
|
|
|
file-procedure.h \
|
2014-07-11 06:49:56 +08:00
|
|
|
file-remote.c \
|
|
|
|
file-remote.h \
|
2006-10-27 21:52:40 +08:00
|
|
|
file-save.c \
|
|
|
|
file-save.h \
|
|
|
|
file-utils.c \
|
2009-05-01 01:53:19 +08:00
|
|
|
file-utils.h \
|
2009-07-12 17:19:08 +08:00
|
|
|
gimp-file.h
|