+
+build:
+ mkdir $(BUILD)
+$(BUILD)/config.status: configure
+ (HERE=`pwd`; cd $(BUILD) && $$HERE/configure)
+$(BUILD)/include/config.h: buildlib/config.h.in
+$(BUILD)/environment.mak: buildlib/environment.mak.in
+$(CONVERTED):
+ (cd $(BUILD) && ./config.status)