trick/trick_source/sim_services/Integrator/Makefile

19 lines
443 B
Makefile
Raw Normal View History

2015-02-26 15:02:31 +00:00
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
2015-02-26 15:02:31 +00:00
-include Makefile_deps
ifeq ($(USE_ER7_UTILS_INTEGRATORS), 0)
2015-02-26 15:02:31 +00:00
trick:
$(MAKE) -C trick_algorithms
endif
clean_algs:
$(MAKE) -C trick_algorithms real_clean
real_clean: clean_algs
# source files do not have usual relative path, so we have to add this to get "make depend" to work
depend: TRICK_CXXFLAGS += -Iinclude