/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

#if defined(MK_JPEG) || defined(MK_TIFF)
#define IHaveSubdirs

#ifdef MK_JPEG
JPEG = jpeg
#endif


#ifdef MK_TIFF
TIFF = tiff
#endif

SUBDIRS = $(JPEG) $(TIFF)

#endif

