You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
297 B
15 lines
297 B
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
|