mirror of
https://github.com/nasa/trick.git
synced 2025-03-10 22:44:25 +00:00
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:
parent
44736be398
commit
bfc197f81c
@ -1 +0,0 @@
|
||||
#include "trick/hs_msg.h"
|
@ -80,7 +80,7 @@ premade: $(L_C_PREMADE) $(Y_C_PREMADE)
|
||||
objects: $(OBJECT_FILES)
|
||||
@ echo "[32m$(CURDIR) object files up to date[00m"
|
||||
|
||||
$(TRICK_LIB) : $(OBJECT_FILES)
|
||||
$(TRICK_LIB) : $(OBJECT_FILES) | $(TRICK_LIB_DIR)
|
||||
ar crs $@ $(OBJECT_FILES)
|
||||
|
||||
$(OBJ_DIR):
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user