
/*---------------------------------------------------------------------------+
| Never edit this file unless you really really know what you're doing.
+---------------------------------------------------------------------------*/

#define IN_IMAKEFILE
#include "../config.h"

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS='$(CDEBUGFLAGS)'

#if USE_FILE_CHOOSER
FC_SUBDIRS = MultiList ScrolledList FileComp
#else
FC_SUBDIRS =
#endif

#if USE_3D_FRAME
FRAME_SUBDIRS = Common Frame /*Board*/
#else
FRAME_SUBDIRS = 
#endif

SUBDIRS = $(FC_SUBDIRS) $(FRAME_SUBDIRS)

ALLDIRS = $(INITIALDIRS) include/Xfwf lib

#include "FWF.tmpl"

MakeDirectories(all,$(ALLDIRS))
all:: init
InitSubdirs($(SUBDIRS))
MakeSubdirs($(SUBDIRS))

DeleteWhenCleaning(include lib)

World:
	make Makefiles
	make clean
	make
