diff options
author | Lars Thorsen <[email protected]> | 2017-11-10 10:42:54 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2017-11-10 10:42:54 +0100 |
commit | 216872073815bfcfc0d3d18c51ae8291967c07dd (patch) | |
tree | 20b434e4ec21901265ca0d2a67143256fcbe8895 /lib/crypto/src/Makefile | |
parent | 5b08a8a194884e80967346781464cde4ef92b83e (diff) | |
parent | 044b0dab40ad2501f84dfdee106b25749e9189a3 (diff) | |
download | otp-216872073815bfcfc0d3d18c51ae8291967c07dd.tar.gz otp-216872073815bfcfc0d3d18c51ae8291967c07dd.tar.bz2 otp-216872073815bfcfc0d3d18c51ae8291967c07dd.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/crypto/src/Makefile')
-rw-r--r-- | lib/crypto/src/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/lib/crypto/src/Makefile b/lib/crypto/src/Makefile index aea8a5a71c..edad0e6b61 100644 --- a/lib/crypto/src/Makefile +++ b/lib/crypto/src/Makefile @@ -39,8 +39,7 @@ MODULES= \ crypto \ crypto_ec_curves -HRL_FILES= - +HRL_FILES= ERL_FILES= $(MODULES:%=%.erl) TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) @@ -56,16 +55,16 @@ APPUP_TARGET= $(EBIN)/$(APPUP_FILE) # ---------------------------------------------------- # FLAGS # ---------------------------------------------------- -ERL_COMPILE_FLAGS += -DCRYPTO_VSN=\"$(VSN)\" -Werror +ERL_COMPILE_FLAGS += -DCRYPTO_VSN=\"$(VSN)\" -Werror -I../include # ---------------------------------------------------- # Targets # ---------------------------------------------------- -debug opt valgrind: $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) +debug opt valgrind: $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) clean: - rm -f $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) + rm -f $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET) rm -f errs core *~ $(APP_TARGET): $(APP_SRC) ../vsn.mk @@ -78,7 +77,7 @@ docs: # ---------------------------------------------------- # Release Target -# ---------------------------------------------------- +# ---------------------------------------------------- include $(ERL_TOP)/make/otp_release_targets.mk release_spec: opt @@ -89,10 +88,3 @@ release_spec: opt $(APPUP_TARGET) "$(RELSYSDIR)/ebin" release_docs_spec: - - - - - - - |