NAME = flower
MODULE_NAME = flower
include ./$(depth)/flower/.version
-build = ./$(depth)/flower/lib/.build
+build = ./$(depth)/flower/$(outdir)/.build
#
# descent order into subdirectories:
# # sic.
# $(include-flower)/flower-config.hh:
# touch $@
-
+
# generic targets and rules:
#
include ./$(depth)/make/Targets.make
# auto dependencies:
#
--include $(DEPFILES)
+-include /dev/null $(DEPFILES)
#