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.17.2.5 by williamc, Wed Jul 7 12:38:08 1999 UTC vs.
Revision 1.17.2.16 by williamc, Wed Oct 13 16:01:18 1999 UTC

# Line 1 | Line 1
1   #
2   # Preliminaries
3   #
4 < LIBDIR:=$(LOCALTOP)/lib/$(SCRAM_ARCH) $(RELEASETOP)/lib/$(SCRAM_ARCH)
4 > LIBDIR=$(LOCALTOP)/lib/$(SCRAM_ARCH) $(RELEASETOP)/lib/$(SCRAM_ARCH) $(PRIORITY_LIBDIR)
5 >
6 > CXXFLAGS+=$(CXXUSERFLAGS)
7  
8   #
9   # Make sure nobody tries to run this directly through gmake
# Line 10 | Line 12 | ifndef DefaultMakefile
12   all: exit
13   endif
14  
15 +
16   # -- storage of libraries
17   librarystore:=$(LOCALTOP)/$(INTlib)
18  
# Line 35 | Line 38 | $(LOCALTOP)/$(workdir)/PackageReqs:$(Req
38          $(TOOL_HOME)/BuildPackageReqs $@ $?
39   endif
40  
41 +
42   #
43   # Get local mods
44   #
# Line 50 | Line 54 | include ${DefaultBuildFile}
54   endif
55  
56   #
57 + # Group Settings
58 + #
59 + ifdef SCRAM_GROUPSDIR
60 + -include $(SCRAM_GROUPSDIR)
61 + endif
62 +
63   # Site settings
64   #
65   clientmakefile=$(LOCALTOP)/$(INTwork)/clientmakefile
# Line 65 | Line 75 | include ${TOOL_HOME}/toolrules.mk
75   #
76   # -- Some tool setups which dont yet have a home
77   #
78 < CPPFLAGS += $(INCLUDEPATH)
78 > CPPFLAGS += $(addprefix -I,$(PRIORITY_INCLUDE)) $(INCLUDEPATH)
79  
80  
81   #
# Line 78 | Line 88 | INCLUDEPATH+=-I$(LOCALTOP)/${INTsrc} -I$
88   #
89   -include dependencies.mk
90  
91 + #dependencies.mk :: $(clientmakefile)
92   #
93   # Process Subdirs
94   #
# Line 90 | Line 101 | $(SUBDIRS)::
101          fi
102   endif
103  
93 #
94 # clientmakefile creation
95 #
96 $(clientmakefile): $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings_reqs $(projdeps) $(TOOL_HOME)/ProcessSiteFile
97        @$(TOOL_HOME)/ProcessSiteFile $< $@ $(projdeps)
104  
105 < HELPINCLUDEMAKEFILES := ${DefaultBuildFile} ${TOOL_HOME}/toolrules.mk
105 > #HELPINCLUDEMAKEFILES := ${DefaultBuildFile} ${TOOL_HOME}/toolrules.mk
106  
107   #
108   #
# Line 106 | Line 112 | HELPINCLUDEMAKEFILES := ${DefaultBuildFi
112   dummy:
113  
114  
115 < help:
116 <        @echo "Available Targets"
115 > help::
116 >        @echo "--------------------------------------------------------"
117 > ifndef BINMODE
118 > help::
119 >        @echo "General Targets"
120 >        @echo "---------------"
121 >        @echo "clean - clean out the corresponding working directory"
122 >        @echo "echo_VAR - debugging target, prints out the value of the given scram variable"
123          @echo "-----------------"
124 <        @cat $(HELPINCLUDEMAKEFILES) | grep ':' | grep -v '^[\%\$$]' | \
113 <                grep -v ':=' | grep -v 'vpath'
124 > endif
125  
126   exit:
127 <        @echo "Please Use the orcabuild script. Do not use gmake directly."
127 >        @echo "Please Use Scram. Do not use gmake directly."
128          @exit 1
129  
130   echo_%:
131          @echo "$(subst echo_,,$@) = $($(subst echo_,,$@))"
132  
133 +
134   #
135   # Other non-critical targets
136   #
# Line 151 | Line 163 | very_clean:
163          @cd $(LOCALTOP)/$(INTwork)
164   ifdef LOCALTOP
165   ifdef workdir
166 <        @rm -rf $(LOCALTOP)/$(INTwork)/*.o
166 >        @rm -rf $(LOCALTOP)/$(INTwork)/*
167   endif
168   endif
169   endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines