#define DoNotAutoUpdate

IMAKEFILE = prog

HEADERS =\
	tiff2viff.h

SRCS =\
	tiff2viff.c

OBJS =\
	tiff2viff.o

YSRCS =

PROGRAM_NAME =\
	tiff2viff

LDLIBS = \
	$(LOCAL_LIBRARIES) \
	$(SYS_LIBRARIES) \
	$(EXTRA_LIBRARIES)

DEPLIBS = \
	$(LOCAL_DEP_LIBRARIES)

/* the following field are intentionally left commented.  Use the flags     */
/* if you wish to override the defaults assign in the system configuration  */
/* files.   Other fields may also be overridden such as the LOCAL_LIBRARIES */
/* and EXTRA_LIBRARIES							    */

/* CDEBUGFLAGS = */

/* INCLUDES = */

/*  If the UseTiff symbol is set to NO, then we will not compile the */
/*  any tiff code. So install a shell script that says tiff library  */
/*  has not been compiled                                            */
/*  We override the rules in the Prog.template file		     */

#if !UseTiff

#undef ComplexProgramTarget
#define ComplexProgramTarget(program) /**/
FORTRANSCRIPT = $(SCRIPTSRC)/tiff.sh
FortranScriptTarget($(PROGRAM_NAME))

#endif

#include <Prog.template>
