2015-06-24 17:18:06 -05:00
|
|
|
# set CONFIG_MK to allow compilation without running configure
|
|
|
|
CONFIG_MK = 1
|
2015-02-26 09:02:31 -06:00
|
|
|
|
2015-06-24 15:58:17 -05:00
|
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
|
|
|
# set the TRICK_LIB variable to create a separate library for comm
|
|
|
|
TRICK_LIB := $(TRICK_LIB_DIR)/libtrick_math.a
|
|
|
|
include ${TRICK_HOME}/share/trick/makefiles/Makefile.tricklib
|
2015-02-26 09:02:31 -06:00
|
|
|
-include Makefile_deps
|
|
|
|
|
2015-06-24 15:58:17 -05:00
|
|
|
# make the comm library when called by the master makefile.
|
|
|
|
trick: ${TRICK_LIB}
|
2015-02-26 09:02:31 -06:00
|
|
|
|