ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/basics.mk
(Generate patch)

Comparing COMP/SCRAM/src/basics.mk (file contents):
Revision 1.14 by williamc, Thu Apr 1 16:19:28 1999 UTC vs.
Revision 1.17 by williamc, Thu Apr 8 06:42:12 1999 UTC

# Line 12 | Line 12 | endif
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))
# Line 53 | Line 52 | endif
52   # Site settings
53   #
54   clientmakefile=$(LOCALTOP)/$(INTwork)/clientmakefile
55 < include $(clientmakefile)
55 > -include $(clientmakefile)
56  
57   #
58   # get build targets

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines