repo.or.cz
/
OpenFOAM-1.6-ext.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git]
/
wmake
/
rules
/
General
/
version
blob
11f83c7b746d942212da652b728f82a181a26948
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)