/*
 * Imakefile for Auto.
 */

#include "../../configure.h"
COMPILER

DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a

#ifdef AlphaArchitecture
LOCAL_LIBRARIES = -ldnet_stub -L../../lib -lafterstep  
#else
LOCAL_LIBRARIES = -L../../lib -lafterstep
#endif

LINTLIBS = $(LINTXLIB)

SRCS = Auto.c
OBJS = Auto.o
TARGET_DIR

ComplexProgramTarget(Auto)

