The moose want to retire

Retiring the moose.

refs #135
This commit is contained in:
Alex Lin 2015-10-06 16:40:06 -05:00
parent 161e6fa23e
commit 0f3d900539

View File

@ -31,9 +31,8 @@ all test : ${TRICK_LIB_DIR}/libtrick.a S_source.hh \
$(CURDIR)/build/Makefile_io_src \
$(CURDIR)/build/Makefile_src \
$(CURDIR)/build/Makefile_swig \
$(CURDIR)/build/convert_swig_last_run \
$(CURDIR)/build/MAKE_out
@$(MAKE) --no-print-directory -f build/Makefile_src $@ 2>&1 | tee -a build/MAKE_out ; exit $${PIPESTATUS[0]}
$(CURDIR)/build/convert_swig_last_run
@$(MAKE) --no-print-directory -f build/Makefile_src $@ 2>&1 | tee build/MAKE_out ; exit $${PIPESTATUS[0]}
build:
mkdir $@
@ -45,9 +44,6 @@ ${TRICK_LIB_DIR}/libtrick.a:
@echo "Cannot find $@. Please build Trick for this platfrom"
@exit -1
$(CURDIR)/build/MAKE_out : | build
@/bin/cp ${TRICK_HOME}/share/trick/MAKE_out_header.txt $@
# CP creates S_source.hh required for ICG and SWIG processing
S_source.hh : S_define | build
$(PRINT_CP)