2001-10-25 21:30:01 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libappfile.a
|
|
|
|
|
2002-06-08 07:00:46 +08:00
|
|
|
AM_CPPFLAGS = \
|
2001-10-25 21:30:01 +08:00
|
|
|
-DG_LOG_DOMAIN=\"Gimp-File\" \
|
2005-02-13 23:08:08 +08:00
|
|
|
@GTHREAD_CFLAGS@
|
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 \
|
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
|
|
|
|
2006-10-27 21:52:40 +08:00
|
|
|
libappfile_a_SOURCES = \
|
|
|
|
file-open.c \
|
|
|
|
file-open.h \
|
|
|
|
file-save.c \
|
|
|
|
file-save.h \
|
|
|
|
file-utils.c \
|
|
|
|
file-utils.h \
|
|
|
|
gimprecentitem.c \
|
|
|
|
gimprecentitem.h \
|
|
|
|
gimprecentlist.c \
|
2007-05-12 00:19:19 +08:00
|
|
|
gimprecentlist.h \
|
|
|
|
xdg-user-dir.c \
|
|
|
|
xdg-user-dir.h
|
2006-10-27 21:52:40 +08:00
|
|
|
|
2003-12-13 09:35:19 +08:00
|
|
|
EXTRA_DIST = makefile.msc
|