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.1 by williamc, Mon Mar 1 10:37:54 1999 UTC vs.
Revision 1.4 by williamc, Fri Mar 19 14:49:46 1999 UTC

# Line 1 | Line 1
1   #
2   # Preliminaries
3   #
4 + LIBDIR:=$(LOCALTOP)/lib/$(SCRAM_ARCH) $(RELEASETOP)/lib/$(SCRAM_ARCH)
5  
6   #
7   # Make sure nobody tries to run this directly through gmake
# Line 67 | Line 68 | INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$
68   ifdef SUBDIRS
69   $(SUBDIRS)::
70          @echo ------- Building ---- $@ -----------
71 <        cd $(LOCALTOP)/$(THISDIR)/$@; $(TOOL_HOME)/scram build
71 >        @cd $(LOCALTOP)/$(ClassDir)/$@; $(TOOL_HOME)/scram build
72   endif
73  
74   #
75   # clientmakefile creation
76   #
77 < $(clientmakefile): $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(projdeps) $(TOOL_HOME)/ProcessSiteFile
77 > $(clientmakefile):: $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings_reqs $(projdeps) $(TOOL_HOME)/ProcessSiteFile
78          @$(TOOL_HOME)/ProcessSiteFile $< $@ $(projdeps)
79  
80   HELPINCLUDEMAKEFILES := ${DefaultBuildFile} ${TOOL_HOME}/toolrules.mk

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines