/*
 * Imakefile for fvwm 2.0 -- Top
 *
 * The procedure is: xmkmf; make Makefiles; make all
 *		make install; make install.man
 */

FVWM_SRCDIR = .
#include <configure.h>
#include <makefile.h>

#define IHaveSubdirs

/* Can define CDEBUGFLAGS to anything you need (default '-O') */
/*CDEBUGFLAGS = -LMyLibrarydir*/

ALLSUBDIRS = \
	  libs \
  	  fvwm \
	  modules/FvwmAudio \
          modules/FvwmAuto \
          modules/FvwmBacker \
          modules/FvwmButtons \
          modules/FvwmCpp \
          modules/FvwmDebug \
	  modules/FvwmForm \
          modules/FvwmIconBox \
          modules/FvwmIdent \
          modules/FvwmM4 \
          modules/FvwmPager \
          modules/FvwmPrompt \
          modules/FvwmSave \
          modules/FvwmSaveDesk \
          modules/FvwmScroll \
          modules/FvwmTalk \
          modules/FvwmWinList \
	  utils \
	  sample.fvwmrc

#ifdef XPM
XPMSUBDIRS = xpmroot modules/FvwmBanner 
#endif

SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
/* I have absolutely no idea what this does, but it seems to be needed */
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

MakeSubdirs($(SUBDIRS))

/* Doesn't work for me! */
/* #DependSubdirs($(SUBDIRS))*/




