1 |
|
# |
2 |
|
# Preliminaries |
3 |
|
# |
4 |
+ |
LIBDIR:=$(LOCALTOP)/lib/$(SCRAM_ARCH) $(RELEASETOP)/lib/$(SCRAM_ARCH) |
5 |
|
|
6 |
|
# |
7 |
|
# Make sure nobody tries to run this directly through gmake |
68 |
|
ifdef SUBDIRS |
69 |
|
$(SUBDIRS):: |
70 |
|
@echo ------- Building ---- $@ ----------- |
71 |
< |
cd $(LOCALTOP)/$(THISDIR)/$@; $(TOOL_HOME)/scram build |
71 |
> |
@cd $(LOCALTOP)/$(ClassDir)/$@; $(TOOL_HOME)/scram build |
72 |
|
endif |
73 |
|
|
74 |
|
# |
75 |
|
# clientmakefile creation |
76 |
|
# |
77 |
< |
$(clientmakefile): $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(projdeps) $(TOOL_HOME)/ProcessSiteFile |
77 |
> |
$(clientmakefile):: $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings_reqs $(projdeps) $(TOOL_HOME)/ProcessSiteFile |
78 |
|
@$(TOOL_HOME)/ProcessSiteFile $< $@ $(projdeps) |
79 |
|
|
80 |
|
HELPINCLUDEMAKEFILES := ${DefaultBuildFile} ${TOOL_HOME}/toolrules.mk |