File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/asn1-$(VSN)
4747EBIN = ../ebin
4848
4949EVAL_CT_MODULES = asn1ct_eval_ext
50+ EVAL_CT_ERL_TEMPLATES = $(EVAL_CT_MODULES:%=%.erl )
5051
5152CT_MODULES = \
5253 asn1ct \
@@ -80,8 +81,6 @@ ERL_FILES = $(MODULES:%=%.erl)
8081
8182TARGET_FILES = $(MODULES:%=$(EBIN ) /%.$(EMULATOR ) )
8283
83- GENERATED_PARSER = $(PARSER_MODULE:%=%.erl )
84-
8584# internal hrl file
8685HRL_FILES = asn1_records.hrl
8786
@@ -121,7 +120,7 @@ $(TYPES): $(TARGET_FILES) $(APP_TARGET) $(APPUP_TARGET)
121120
122121
123122clean :
124- rm -f $(TARGET_FILES ) $(APP_TARGET ) $(APPUP_TARGET ) $( GENERATED_PARSER )
123+ rm -f $(TARGET_FILES ) $(APP_TARGET ) $(APPUP_TARGET ) asn1ct_rtt.erl prepare_templates. $( EMULATOR ) $( EVAL_CT_ERL_TEMPLATES ) $( RT_TEMPLATES_TARGET )
125124 rm -f core * ~
126125
127126docs :
@@ -197,7 +196,7 @@ prepare_templates.$(EMULATOR): prepare_templates.erl
197196asn1rtt_% .$(EMULATOR ) : asn1rtt_% .erl
198197 $(V_ERLC ) +debug_info $(DETERMINISM_FLAG ) $<
199198
200- $(EVAL_CT_MODULES:% =%.erl ): prepare_templates.$(EMULATOR ) \
199+ $(EVAL_CT_ERL_TEMPLATES ) : prepare_templates.$(EMULATOR ) \
201200 $(EBIN ) /asn1ct_rtt.$(EMULATOR ) \
202201 $(EBIN ) /asn1ct_func.$(EMULATOR ) \
203202
You can’t perform that action at this time.
0 commit comments