repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
wmake
/
rules
/
General
/
version
blob
19633ffc9dca7796939cdd4fe33b7ae9a1f4fd18
1
.SUFFIXES: .Cver
2
3
#
4
# update version strings in C++ file and in $WM_PROJECT_DIR/.build file
5
#
6
Cvertoo = \
7
sed -e 's!VERSION_STRING!$(shell wmakePrintBuild -major)!' \
8
-e 's!BUILD_STRING!$(shell wmakePrintBuild -update)!' \
9
$$SOURCE > $*.C; \
10
$(CC) $(c++FLAGS) -c $*.C -o $@
11
12
.Cver.dep:
13
$(MAKE_DEP)