/*
 * Imakefile for Auto.
 */

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

DEPLIBS = $(DEPXLIB)  ../../libs/libfvwmlib.a

#ifdef AlphaArchitecture
LOCAL_LIBRARIES = -ldnet_stub -L../../libs -lfvwmlib  
#else
LOCAL_LIBRARIES = -L../../libs -lfvwmlib  
#endif

LINTLIBS = $(LINTXLIB)

SRCS = Auto.c
OBJS = Auto.o
TARGET_DIR

ComplexProgramTarget(Auto)

