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 = \
|
2007-06-25 20:41:59 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-File\"
|
2001-10-25 21:30:01 +08:00
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
INCLUDES = \
|
2005-02-27 21:22:01 +08:00
|
|
|
-I$(top_builddir) \
|
2002-06-08 07:00:46 +08:00
|
|
|
-I$(top_srcdir) \
|
2005-02-27 21:22:01 +08:00
|
|
|
-I$(top_builddir)/app \
|
2002-06-08 07:00:46 +08:00
|
|
|
-I$(top_srcdir)/app \
|
2008-10-10 04:24:04 +08:00
|
|
|
$(GEGL_CFLAGS) \
|
2004-02-09 17:11:10 +08:00
|
|
|
$(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 \
|
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
|