Remove duplicate stand-alone libraries

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
This commit is contained in:
Alex Lin 2015-06-24 17:18:06 -05:00
parent 44736be398
commit bfc197f81c
5 changed files with 7 additions and 2 deletions

View File

@ -1 +0,0 @@
#include "trick/hs_msg.h"

View File

@ -80,7 +80,7 @@ premade: $(L_C_PREMADE) $(Y_C_PREMADE)
objects: $(OBJECT_FILES)
@ echo "$(CURDIR) object files up to date"
$(TRICK_LIB) : $(OBJECT_FILES)
$(TRICK_LIB) : $(OBJECT_FILES) | $(TRICK_LIB_DIR)
ar crs $@ $(OBJECT_FILES)
$(OBJ_DIR):

View File

@ -1,3 +1,5 @@
# 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 for comm

View File

@ -1,3 +1,5 @@
# 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 for comm

View File

@ -1,3 +1,5 @@
# 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