/*-----------------------------------------------------------------------------
  (c) Hentz 1996
-----------------------------------------------------------------------------*/

#include "../Imake.options"

SRCS		= Execute.c
OBJS		= Execute.o

BINDIR = $(OFFIX_BINDIR)

#ifndef PassCDebugFlags
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
#endif

ComplexProgramTarget(execute)
InstallAppDefaults(Execute)

