45 |
|
# |
46 |
|
include ${TOOL_HOME}/toolrules.mk |
47 |
|
|
48 |
– |
|
48 |
|
# |
49 |
|
# -- Some tool setups which dont yet have a home |
50 |
|
# |
61 |
|
# |
62 |
|
INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$(RELEASETOP)/${INTsrc} |
63 |
|
|
64 |
+ |
# |
65 |
+ |
# Dependency information |
66 |
+ |
# |
67 |
+ |
include dependencies.mk |
68 |
+ |
|
69 |
|
# |
70 |
|
# Process Subdirs |
71 |
|
# |
72 |
|
ifdef SUBDIRS |
73 |
|
$(SUBDIRS):: |
74 |
|
@echo ------- Building ---- $@ ----------- |
75 |
< |
@cd $(LOCALTOP)/$(THISDIR)/$@; $(TOOL_HOME)/scram build |
75 |
> |
@cd $(LOCALTOP)/$(ClassDir)/$@; $(TOOL_HOME)/scram build |
76 |
|
endif |
77 |
|
|
78 |
|
# |
114 |
|
ifdef DefaultMakefile |
115 |
|
clean: |
116 |
|
@echo Cleaning working folder $(workdir) |
117 |
< |
@rm -f $(LOCALTOP)/$(workdir)/* |
117 |
> |
@rm -rf $(LOCALTOP)/$(workdir)/* |
118 |
|
|
119 |
|
very_clean: |
120 |
|
@echo Cleaning all working folders in $(INTwork) |