##
## Imakefile for fvwm - NoClutter
## Thu Aug  5 11:21:36 MET DST 1993, mj@dfv.rwth-aachen.de
##
##

## setup is done entirely in configuration.h now!
## You should need to do much in here, excpt maybe add libraries

## I need to get the #define XPM from configuration.h if its in there,
## so that I can tell if I should include -lXpm
#include <configuration.h>

## If you add -DMODULE_TEST to EXTRA_DEFINES, NoClutter turns into 
## a module message tester. It just prints out all data in all received
## messages
EXTRA_DEFINES = -Wall

DEPLIBS = $(DEPXLIB) 

#ifdef AlphaArchitecture
LOCAL_LIBRARIES = -ldnet_stub
#endif

LINTLIBS = $(LINTXLIB)

SRCS = FvwmModuleDebugger.c
OBJS = FvwmModuleDebugger.o
BINDIR = FVWMDIR
ComplexProgramTarget(FvwmModuleDebugger)
