.PHONY: compile-compiler-pkd
compile-compiler-pkd: toolchain
compile-compiler-pkd: cref-compiler
+ test compiler/compiler-unx.c -nt compiler/compiler-unx.pkd || \
echo '(cbf "compiler/compiler-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-compiler
.PHONY: compile-cref-pkd
compile-cref-pkd: toolchain
compile-cref-pkd: cref-cref
+ test cref/cref-unx.c -nt cref/cref-unx.pkd || \
echo '(cbf "cref/cref-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-cref
.PHONY: compile-runtime-pkd
compile-runtime-pkd: toolchain
compile-runtime-pkd: cref-runtime
+ test runtime/runtime-unx.c -nt runtime/runtime-unx.pkd || \
echo '(cbf "runtime/runtime-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-runtime
.PHONY: compile-sf-pkd
compile-sf-pkd: toolchain
compile-sf-pkd: cref-sf
+ test sf/sf-unx.c -nt sf/sf-unx.pkd || \
echo '(cbf "sf/sf-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-sf
.PHONY: compile-edwin-pkd
compile-edwin-pkd: toolchain
compile-edwin-pkd: cref-edwin
+ test edwin/edwin-unx.c -nt edwin/edwin-unx.pkd || \
echo '(cbf "edwin/edwin-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-edwin
.PHONY: compile-ffi-pkd
compile-ffi-pkd: toolchain
compile-ffi-pkd: cref-ffi
+ test ffi/ffi-unx.c -nt ffi/ffi-unx.pkd || \
echo '(cbf "ffi/ffi-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-ffi
.PHONY: compile-sos-pkd
compile-sos-pkd: toolchain
compile-sos-pkd: cref-sos
+ test sos/sos-unx.c -nt sos/sos-unx.pkd || \
echo '(cbf "sos/sos-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-sos
.PHONY: compile-ssp-pkd
compile-ssp-pkd: toolchain
compile-ssp-pkd: cref-ssp
+ test ssp/ssp-unx.c -nt ssp/ssp-unx.pkd || \
echo '(cbf "ssp/ssp-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-ssp
.PHONY: compile-star-parser-pkd
compile-star-parser-pkd: toolchain
compile-star-parser-pkd: cref-star-parser
+ test star-parser/parser-unx.c -nt star-parser/parser-unx.pkd || \
echo '(cbf "star-parser/parser-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-star-parser
.PHONY: compile-xml-pkd
compile-xml-pkd: toolchain
compile-xml-pkd: cref-xml
+ test xml/xml-unx.c -nt xml/xml-unx.pkd || \
echo '(cbf "xml/xml-unx.pkd")' | $(TOOL_COMPILER)
.PHONY: compile-xml
.PHONY: compile-imail-pkd
compile-imail-pkd: target-toolchain
compile-imail-pkd: cref-imail
+ test imail/imail-unx.c -nt imail/imail-unx.pkd || \
echo '(cbf "imail/imail-unx.pkd")' | $(TARGET_COMPILER)
.PHONY: compile-imail