This commit is contained in:
cvs
2003-08-27 12:50:56 +00:00
parent 7af6c3c3af
commit 837bd6f487

View File

@ -10,7 +10,9 @@ SICS_ROOT=$(PWD)/$(S_UP)
OBJROOT=$(SICS_ROOT)/obj/$(SICS_VERSION)
MD=cd $(OBJROOT)/$(S_DOWN); \
make -f $(SRC)makefile_$(SICS_VERSION) SRC=$(SRC)
TREE=$(OBJROOT)/tree
#define TREE only when version defined
TREE$(VERS_UNDEFINED)=$(OBJROOT)/tree
# overwrite MD when SICS_VERSION undefined
MD$(SICS_VERSION)=@ true
@ -38,6 +40,7 @@ tree: $(TREE)
@ true
$(TREE):
@ $(VERS_UNDEFINED)
@ echo --- Make object tree ---
@ $(SICS_ROOT)/maketree .
@ $(SICS_ROOT)/maketree matrix