mirror of https://github.com/GNOME/gimp.git
59 lines
679 B
Makefile
59 lines
679 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
EXTRA_DIST = \
|
|
makefile.msc
|
|
|
|
if BUILD_PRINT
|
|
print = print
|
|
endif
|
|
|
|
if BUILD_PYTHON
|
|
pygimp = pygimp
|
|
endif
|
|
|
|
if BUILD_HELPBROWSER
|
|
helpbrowser = helpbrowser
|
|
endif
|
|
|
|
if BUILD_XJT
|
|
xjt = xjt
|
|
endif
|
|
|
|
if OS_WIN32
|
|
win32dirs = \
|
|
twain \
|
|
winsnap
|
|
endif
|
|
|
|
|
|
SUBDIRS = \
|
|
libgck \
|
|
dbbrowser \
|
|
script-fu \
|
|
FractalExplorer \
|
|
Lighting \
|
|
MapObject \
|
|
bmp \
|
|
faxg3 \
|
|
fits \
|
|
flame \
|
|
fp \
|
|
gfig \
|
|
gflare \
|
|
gfli \
|
|
gimpressionist \
|
|
$(helpbrowser) \
|
|
ifscompose \
|
|
imagemap \
|
|
maze \
|
|
mosaic \
|
|
pagecurl \
|
|
$(print) \
|
|
$(pygimp) \
|
|
rcm \
|
|
sgi \
|
|
sel2path \
|
|
$(win32dirs) \
|
|
$(xjt) \
|
|
common
|