12 |
|
|
13 |
|
# -- storage of libraries |
14 |
|
librarystore:=$(LOCALTOP)/$(INTlib) |
15 |
< |
vpath %.$(SharedSuffix) $(librarystore):$(RELEASETOP)/$(INTlib) |
16 |
< |
vpath %.$(ArchiveSuffix) $(librarystore):$(RELEASETOP)/$(INTlib) |
15 |
> |
|
16 |
|
libsavaillocal=$(notdir $(wildcard $(librarystore)/*)) |
17 |
|
libsavailbase=$(notdir $(wildcard $(RELEASETOP)/$(INTlib)/*)) |
18 |
|
libsavail=$(sort $(libsavailbase) $(libsavaillocal)) |
52 |
|
# Site settings |
53 |
|
# |
54 |
|
clientmakefile=$(LOCALTOP)/$(INTwork)/clientmakefile |
55 |
< |
include $(clientmakefile) |
55 |
> |
-include $(clientmakefile) |
56 |
|
|
57 |
|
# |
58 |
|
# get build targets |