1/*
2 * Imakefile for Auto.
3 */
4
5#include "../../configure.h"
6COMPILER
7
8DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a
9
10#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture)
11LOCAL_LIBRARIES = -ldnet_stub -L../../lib -lafterstep
12#else
13LOCAL_LIBRARIES = -L../../lib -lafterstep
14#endif
15
16LINTLIBS = $(LINTXLIB)
17
18SRCS = Auto.c
19OBJS = Auto.o
20TARGET_DIR
21
22ComplexProgramTarget(Auto)
23
24