blob: eeb02fbc3587e31b08886cc59dd40bf45fe333fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if include_EXR_MODULES
TDEFILE_EXR_SUBDIR=exr
endif
if include_TIFF
TDEFILE_TIFF_SUBDIR=tiff
endif
if include_PDF
TDEFILE_PDF_SUBDIR=pdf
endif
SUBDIRS=dependencies dvi png ps jpeg xbm xpm bmp tga rgb ico pcx $(TDEFILE_TIFF_SUBDIR) pnm \
$(TDEFILE_EXR_SUBDIR) $(TDEFILE_PDF_SUBDIR) dds gif raw
|