File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -140,22 +140,25 @@ $(TRICKIFY_OBJECT_NAME): $(SWIG_OBJECTS) $(IO_OBJECTS) | $(dir $(TRICKIFY_OBJECT
140
140
@while read -r line ; do \
141
141
export FILES=" $$ FILES $$ line" ; \
142
142
done < $(PY_LINK_LIST )
143
+ echo TRICKIFICATION STEP B
143
144
@while read -r line ; do \
144
145
export FILES=" $$ FILES $$ line" ; \
145
146
done < $(IO_LINK_LIST )
147
+ echo TRICKIFICATION STEP C
146
148
@if [ " $( FULL_TRICKIFY_BUILD) " = " 1" ] ; then \
147
149
while read -r line ; do \
148
150
export FILES=" $$ FILES $$ line" ; \
149
151
done < $(OBJ_LINK_LIST )
150
152
fi
153
+ echo TRICKIFICATION STEP D
151
154
@if [ " $( TRICKIFY_BUILD_TYPE) " = " PLO" ] ; then \
152
155
$(LD ) $(LD_PARTIAL ) -o $@ $$ FILES ; \
153
156
elif [ " $( TRICKIFY_BUILD_TYPE) " = " SHARED" ] ; then \
154
157
$(TRICK_CXX ) $(SHARED_LIB_OPT ) $(SHARED_OPTIONS ) -o $@ $$ FILES ; \
155
158
elif [ " $( TRICKIFY_BUILD_TYPE) " = " STATIC" ] ; then \
156
159
ar rcs $@ $ $$ FILES ; \
157
160
fi
158
- echo TRICKIFICATION STEP B
161
+ echo TRICKIFICATION STEP E
159
162
160
163
$(dir $(TRICKIFY_OBJECT_NAME ) ) $(BUILD_DIR ) $(dir $(TRICKIFY_PYTHON_DIR ) ) .trick :
161
164
@mkdir -p $@
You can’t perform that action at this time.
0 commit comments