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