mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
bfc197f81c
defined CONFIG_MK in the trick_util makefiles to allow making those directories without running configure first. Removed link to hs_msg.h which no longer exists. refs #71
12 lines
404 B
Makefile
12 lines
404 B
Makefile
# set CONFIG_MK to allow compilation without running configure
|
|
CONFIG_MK = 1
|
|
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
|
# set the TRICK_LIB variable to create a separate library
|
|
TRICK_LIB := $(TRICK_LIB_DIR)/libtrick_units.a
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
|
|
-include Makefile_deps
|
|
|
|
# make the library when called by the master makefile.
|
|
trick: ${TRICK_LIB}
|