# | Line 12 | Line 12 | ifndef DefaultMakefile | |
---|---|---|
12 | all: exit | |
13 | endif | |
14 | ||
15 | + | # |
16 | + | # Generic scram build target |
17 | + | # |
18 | + | scrambuild_% : |
19 | + | @dir=$(subst scrambuild_,,$@); \ |
20 | + | if [ -d $(LOCALTOP)/$(INTsrc)/$$dir ]; then \ |
21 | + | echo "------- Building ---- $$dir -----------"; \ |
22 | + | cd $(LOCALTOP)/$(INTsrc)/$$dir; $(TOOL_HOME)/scram build; \ |
23 | + | fi |
24 | + | |
25 | + | |
26 | ||
27 | # -- storage of libraries | |
28 | librarystore:=$(LOCALTOP)/$(INTlib) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |