#include <../../configure.h>

COMPILER

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

#ifdef AlphaArchitecture
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../../lib -lafterstep     
#else
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -L../../lib -lafterstep -lm
#endif

LINTLIBS = $(LINTXLIB)

SRCS = Animate.c
OBJS = Animate.o
TARGET_DIR

ComplexProgramTarget(Animate)

