/* Imakefile for FvwmPrompt */
#include <../../configure.h>

COMPILER

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

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

LINTLIBS = $(LINTXLIB)

SRCS = FvwmPrompt.c
OBJS = FvwmPrompt.o

TARGET_DIR

ComplexProgramTarget(FvwmPrompt)

