mirror of
https://github.com/nasa/trick.git
synced 2025-03-30 07:36:03 +00:00
Added headers with previous path for backwards compatability. Changed name of Exec_exception to ExecutiveException. refs #63
14 lines
275 B
Makefile
14 lines
275 B
Makefile
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
|
|
-include Makefile_deps
|
|
|
|
#ifeq ($(USE_ER7_UTILS_INTEGRATORS), 1)
|
|
#trick:
|
|
# $(MAKE) -C er7_algorithms
|
|
#else
|
|
#trick:
|
|
# $(MAKE) -C trick_algorithms
|
|
#endif
|
|
|