10 |
|
all: exit |
11 |
|
endif |
12 |
|
|
13 |
+ |
# -- storage of libraries |
14 |
+ |
librarystore:=$(LOCALTOP)/$(INTlib) |
15 |
+ |
|
16 |
+ |
libsavaillocal=$(notdir $(wildcard $(librarystore)/*)) |
17 |
+ |
libsavailbase=$(notdir $(wildcard $(RELEASETOP)/$(INTlib)/*)) |
18 |
+ |
libsavail=$(sort $(libsavailbase) $(libsavaillocal)) |
19 |
+ |
libslocal=$(foreach var,$(lib),$(filter lib$(var).a, $(libsavail))) |
20 |
+ |
libslocal_I=$(foreach var,$(lib_I),$(filter lib$(var).a, $(libsavail))) |
21 |
+ |
libslocal_d=$(foreach var,$(lib_d),$(filter lib$(var).a, $(libsavail))) |
22 |
|
|
23 |
|
# |
24 |
|
# Pointing to file storage locations for the various types |
52 |
|
# Site settings |
53 |
|
# |
54 |
|
clientmakefile=$(LOCALTOP)/$(INTwork)/clientmakefile |
55 |
< |
include $(clientmakefile) |
55 |
> |
-include $(clientmakefile) |
56 |
|
|
57 |
|
# |
58 |
|
# get build targets |