10 lines
327 B
Makefile
Raw Normal View History

2015-02-26 09:02:31 -06:00
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
2015-02-26 09:02:31 -06:00
-include Makefile_deps
# make the library when called by the master makefile.
trick: ${TRICK_LIB}