#include "defines.imake"

  STD_DEFINES = StandardDefines -D$(WIDGETSET)

#define IHaveSubdirs
#define PassCDebugFlags

WORLDOPTS =

/**/#
/**/# Preserve this order!
/**/#
         SUBDIRS = \
                $(LIBDIRSTOMAKE)
        INSTALLDIRS = \
                $(CPBINDIR) \
                $(CPLIBDIR) \
                $(CPINCDIR)

MakeSubdirs($(SUBDIRS))

MakeDirectories(install, $(INSTALLDIRS))

DependSubdirs($(SUBDIRS))

World::
	@echo ""
	@echo "Building cp"
	@echo ""
	@date
	@echo ""
	-$(MV) Makefile Makefile.bak
	$(MAKE) -f Makefile.bak Makefile
	$(MAKE) Makefiles
	$(MAKE) clean
	$(MAKE) depend
	$(MAKE) $(WORLDOPTS)
	@echo ""
	@date
	@echo ""
	@echo "Build of cp is complete."
	@echo ""
