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
285 B
15 lines
285 B
15 years ago
|
if include_EXR_MODULES
|
||
|
KFILE_EXR_SUBDIR=exr
|
||
|
endif
|
||
|
|
||
|
if include_TIFF
|
||
|
KFILE_TIFF_SUBDIR=tiff
|
||
|
endif
|
||
|
|
||
|
if include_PDF
|
||
|
KFILE_PDF_SUBDIR=pdf
|
||
|
endif
|
||
|
|
||
14 years ago
|
SUBDIRS=dependencies dvi png ps jpeg xbm xpm bmp tga rgb ico pcx $(KFILE_TIFF_SUBDIR) pnm \
|
||
15 years ago
|
$(KFILE_EXR_SUBDIR) $(KFILE_PDF_SUBDIR) dds gif raw
|