1997-11-24 14:05:25 -08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2010-10-16 11:59:04 -07:00
|
|
|
if HAVE_WEBKIT
|
2008-03-24 09:36:03 -07:00
|
|
|
help_browser = help-browser
|
2004-07-28 08:54:50 -07:00
|
|
|
endif
|
|
|
|
|
|
2013-05-03 18:55:49 -07:00
|
|
|
if HAVE_OPENEXR
|
|
|
|
|
file_exr = file-exr
|
|
|
|
|
endif
|
|
|
|
|
|
2006-06-20 12:39:25 -07:00
|
|
|
if BUILD_PRINT
|
|
|
|
|
print = print
|
|
|
|
|
endif
|
|
|
|
|
|
2002-09-05 18:00:33 -07:00
|
|
|
if BUILD_PYTHON
|
2003-06-09 08:29:20 -07:00
|
|
|
pygimp = pygimp
|
|
|
|
|
endif
|
|
|
|
|
|
2004-07-28 08:54:50 -07:00
|
|
|
if OS_WIN32
|
|
|
|
|
twain = twain
|
2003-06-09 08:29:20 -07:00
|
|
|
endif
|
|
|
|
|
|
2016-08-08 13:39:30 -07:00
|
|
|
if HAVE_WEBP
|
|
|
|
|
file_webp = file-webp
|
|
|
|
|
endif
|
|
|
|
|
|
2003-12-14 09:17:56 -08:00
|
|
|
SUBDIRS = \
|
2018-05-18 03:58:35 -07:00
|
|
|
script-fu \
|
2008-03-24 09:36:03 -07:00
|
|
|
$(pygimp) \
|
2008-08-11 03:06:13 -07:00
|
|
|
file-bmp \
|
2016-04-18 16:18:05 -07:00
|
|
|
$(file_darktable) \
|
2018-11-12 15:35:07 -08:00
|
|
|
file-dds \
|
2013-05-03 18:55:49 -07:00
|
|
|
$(file_exr) \
|
2008-08-11 03:06:13 -07:00
|
|
|
file-faxg3 \
|
|
|
|
|
file-fits \
|
|
|
|
|
file-fli \
|
2013-11-02 09:11:21 -07:00
|
|
|
file-ico \
|
2013-11-02 14:32:18 -07:00
|
|
|
file-jpeg \
|
|
|
|
|
file-psd \
|
2017-07-24 11:26:18 -07:00
|
|
|
file-raw \
|
2008-08-11 03:06:13 -07:00
|
|
|
file-sgi \
|
2015-12-02 03:33:31 -08:00
|
|
|
file-tiff \
|
2016-08-08 13:39:30 -07:00
|
|
|
$(file_webp) \
|
1997-12-14 19:44:55 -08:00
|
|
|
flame \
|
2008-03-24 09:36:03 -07:00
|
|
|
fractal-explorer \
|
2001-10-19 09:41:09 -07:00
|
|
|
gfig \
|
|
|
|
|
gimpressionist \
|
2008-03-24 09:36:03 -07:00
|
|
|
gradient-flare \
|
2004-03-08 17:37:56 -08:00
|
|
|
help \
|
2008-03-24 09:36:03 -07:00
|
|
|
$(help_browser) \
|
|
|
|
|
ifs-compose \
|
2001-10-19 09:41:09 -07:00
|
|
|
imagemap \
|
2008-03-24 09:36:03 -07:00
|
|
|
lighting \
|
|
|
|
|
map-object \
|
2017-07-05 16:24:54 -07:00
|
|
|
metadata \
|
1998-04-08 00:07:26 -07:00
|
|
|
pagecurl \
|
2006-06-20 12:39:25 -07:00
|
|
|
$(print) \
|
2016-04-02 06:02:00 -07:00
|
|
|
screenshot \
|
2008-03-24 09:36:03 -07:00
|
|
|
selection-to-path \
|
2004-07-28 08:54:50 -07:00
|
|
|
$(twain) \
|
2010-01-12 13:02:51 -08:00
|
|
|
ui \
|
2003-04-15 07:20:19 -07:00
|
|
|
common
|