# | Line 1 | Line 1 | |
---|---|---|
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 | |
# | Line 67 | Line 68 | INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$ | |
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 | # |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |