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

FVWM_SRCDIR = .
#include "Fvwm.tmpl"

#define IHaveSubdirs

BUILDSUBDIRS = \
	  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/FvwmSave \
          modules/FvwmSaveDesk \
          modules/FvwmScroll \
          modules/FvwmTalk \
          modules/FvwmWinList \
          modules/FvwmTaskBar

SAMPLESUBDIRS = \
	  utils \
	  sample.fvwmrc

#if HasXpm
XPMSUBDIRS = xpmroot modules/FvwmBanner 
#endif

SUBDIRS = $(BUILDSUBDIRS) $(XPMSUBDIRS) $(SAMPLESUBDIRS)

/* 
 * This allows you to override the value of CDEBUGFLAGS in the Makefiles
 * in the tree. Then you can do "make all CDEBUGFLAGS=-g", for example.
 */
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

MakeSubdirs($(SUBDIRS))

DependSubdirs($(BUILDSUBDIRS) $(XPMSUBDIRS))
