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.10 by williamc, Fri Mar 26 18:10:36 1999 UTC vs.
Revision 1.11 by williamc, Tue Mar 30 15:07:34 1999 UTC

# Line 22 | Line 22 | vpath %.o $(LOCALTOP)/$(workdir):$(RELEA
22   #
23   ifdef ReqDependencies
24   always:$(LOCALTOP)/$(workdir)/PackageReqs
25 < $(LOCALTOP)/$(workdir)/PackageReqs::$(ReqDependencies)
25 > $(LOCALTOP)/$(workdir)/PackageReqs:$(ReqDependencies)
26          $(TOOL_HOME)/BuildPackageReqs $@ $?
27   endif
28  
# Line 72 | Line 72 | INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$
72   # Process Subdirs
73   #
74   ifdef SUBDIRS
75 < $(SUBDIRS)::
75 > $(SUBDIRS):
76          @echo ------- Building ---- $@ -----------
77          @cd $(LOCALTOP)/$(ClassDir)/$@; $(TOOL_HOME)/scram build
78   endif
# Line 80 | Line 80 | endif
80   #
81   # clientmakefile creation
82   #
83 < $(clientmakefile):: $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings_reqs $(projdeps) $(TOOL_HOME)/ProcessSiteFile
83 > $(clientmakefile): $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings_reqs $(projdeps) $(TOOL_HOME)/ProcessSiteFile
84          @$(TOOL_HOME)/ProcessSiteFile $< $@ $(projdeps)
85  
86   HELPINCLUDEMAKEFILES := ${DefaultBuildFile} ${TOOL_HOME}/toolrules.mk

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines