ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/configBuildFile.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/configBuildFile.html (file contents):
Revision 1.1.2.1 by williamc, Thu Jun 15 16:41:13 2000 UTC vs.
Revision 1.1.2.2 by williamc, Thu Jun 15 16:56:19 2000 UTC

# Line 67 | Line 67 | library : lib
67   packagetemp=$(shell echo $(dir $(ClassDir)) | sed -e 's/\(.*\)\//\1/' )
68   packagename=$(notdir $(packagetemp))
69  
70 < # Pick Up some source files - excluse by setting skip_files in local BuildFile
70 > # Pick Up some source files - exclude by setting skip_files in local BuildFile
71 > # $(LOCALTOP) and $(ClassDir) are defined by SCRAM - use like this point to
72 > # the current src directory location
73   files:=$(notdir $(wildcard $(LOCALTOP)/$(ClassDir)/*.cc))
74   files+=$(notdir $(wildcard $(LOCALTOP)/$(ClassDir)/*.c))
75   files+=$(notdir $(wildcard $(LOCALTOP)/$(ClassDir)/*.cpp))
# Line 87 | Line 89 | files:=$(filter-out $(skip_files), $(fil
89   >Chris Williams</a>
90   </td>
91   <td align=center>
92 < Last Updated Thu Jun 15 17:22:00 2000
92 > Last Updated Thu Jun 15 18:43:47 2000
93   </td>
94   <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
95   </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines