aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-07-03 08:15:02 +0200
committerBjörn Gustavsson <[email protected]>2011-08-08 13:13:54 +0200
commitfe9c1a041aa3a8d6ab45623050db15de8d311085 (patch)
tree709f10f83e98e06fd14c183a9f0647a019620ec5
parentf387b628694c98982568b8fcb112dba855767bea (diff)
downloadotp-fe9c1a041aa3a8d6ab45623050db15de8d311085.tar.gz
otp-fe9c1a041aa3a8d6ab45623050db15de8d311085.tar.bz2
otp-fe9c1a041aa3a8d6ab45623050db15de8d311085.zip
ic: Support parallel make
-rw-r--r--lib/ic/examples/pre_post_condition/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/ic/examples/pre_post_condition/Makefile b/lib/ic/examples/pre_post_condition/Makefile
index 68e2168e1e..85cbbdb9ff 100644
--- a/lib/ic/examples/pre_post_condition/Makefile
+++ b/lib/ic/examples/pre_post_condition/Makefile
@@ -108,9 +108,14 @@ docs:
test: $(TEST_TARGET_FILES)
-$(GEN_ERL_MODULES:%=%.erl) $(GEN_HRL_FILES): ex.idl
+IDL-GENERATED: ex.idl
erlc $(ERL_LOCAL_FLAGS) +'{precond,{tracer,pre}}' \
+'{{postcond,"m::i::f"},{tracer,post}}' ex.idl
+ >IDL-GENERATED
+
+$(GEN_ERL_MODULES:%=%.erl) $(GEN_HRL_FILES): IDL-GENERATED
+
+$(TARGET_FILES): IDL-GENERATED
# ----------------------------------------------------
# Release Target