ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / wmake / rules / General / version
blob19633ffc9dca7796939cdd4fe33b7ae9a1f4fd18
1 .SUFFIXES: .Cver
4 # update version strings in C++ file and in $WM_PROJECT_DIR/.build file
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 $@
12 .Cver.dep:
13         $(MAKE_DEP)