39 |
|
include ${DefaultBuildFile} |
40 |
|
endif |
41 |
|
|
42 |
+ |
# |
43 |
+ |
# Site settings |
44 |
+ |
# |
45 |
+ |
clientmakefile=$(LOCALTOP)/$(INTwork)/clientmakefile |
46 |
+ |
include $(clientmakefile) |
47 |
|
|
48 |
|
# |
49 |
|
# get build targets |
50 |
|
# |
51 |
+ |
include ${TOOL_HOME}/compilers.mk |
52 |
|
include ${TOOL_HOME}/toolrules.mk |
53 |
|
|
54 |
|
|
57 |
|
# |
58 |
|
CPPFLAGS += $(INCLUDEPATH) |
59 |
|
|
54 |
– |
# |
55 |
– |
# Site settings |
56 |
– |
# |
57 |
– |
clientmakefile=$(LOCALTOP)/$(INTwork)/clientmakefile |
58 |
– |
include $(clientmakefile) |
60 |
|
|
61 |
|
# |
62 |
|
# now add our includepath |
63 |
|
# |
64 |
|
INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$(RELEASETOP)/${INTsrc} |
65 |
|
|
66 |
+ |
# |
67 |
+ |
# Dependency information |
68 |
+ |
# |
69 |
+ |
-include dependencies.mk |
70 |
+ |
|
71 |
|
# |
72 |
|
# Process Subdirs |
73 |
|
# |
114 |
|
# it has come through the wrapper script |
115 |
|
|
116 |
|
ifdef DefaultMakefile |
117 |
< |
clean: |
117 |
> |
clean:: |
118 |
|
@echo Cleaning working folder $(workdir) |
119 |
< |
@rm -f $(LOCALTOP)/$(workdir)/* |
119 |
> |
@rm -rf $(LOCALTOP)/$(workdir)/* |
120 |
|
|
121 |
|
very_clean: |
122 |
|
@echo Cleaning all working folders in $(INTwork) |