blob: 5fe438479f17b80e1211b48b07d3ecf9690144e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
## Process this file with automake to produce Makefile.in
if HAVE_WEBKIT
help_browser = help-browser
endif
if HAVE_OPENEXR
file_exr = file-exr
endif
if BUILD_PRINT
print = print
endif
if BUILD_PYTHON
pygimp = pygimp
endif
if OS_WIN32
twain = twain
endif
if HAVE_WEBP
file_webp = file-webp
endif
SUBDIRS = \
script-fu \
$(pygimp) \
file-bmp \
$(file_darktable) \
file-dds \
$(file_exr) \
file-faxg3 \
file-fits \
file-fli \
file-ico \
file-jpeg \
file-psd \
file-raw \
file-sgi \
file-tiff \
$(file_webp) \
flame \
fractal-explorer \
gfig \
gimpressionist \
gradient-flare \
help \
$(help_browser) \
ifs-compose \
imagemap \
lighting \
map-object \
metadata \
pagecurl \
$(print) \
screenshot \
selection-to-path \
$(twain) \
ui \
common
|