gimp/plug-ins/Makefile.am

71 lines
922 B
Makefile

## 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 BUILD_SCRIPT_FU
script_fu = script-fu
endif
if HAVE_MAC_TWAIN
twain = twain
endif
if OS_WIN32
twain = twain
win_snap = win-snap
if HAVE_LIBCURL
file_uri = file-uri
endif
else
file_uri = file-uri
endif
SUBDIRS = \
$(script_fu) \
$(pygimp) \
color-rotate \
file-bmp \
file-compressor \
$(file_exr) \
file-faxg3 \
file-fits \
file-fli \
file-ico \
file-jpeg \
file-psd \
file-sgi \
$(file_uri) \
flame \
fractal-explorer \
gfig \
gimpressionist \
gradient-flare \
help \
$(help_browser) \
ifs-compose \
imagemap \
lighting \
map-object \
maze \
pagecurl \
$(print) \
selection-to-path \
$(twain) \
ui \
$(win_snap) \
common