mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- the $WM_PROJECT_DIR/.build file is automatically updated. This file is (and must be) ignored by git.
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
.SUFFIXES: .Cver
|
|
|
|
#
|
|
# update version string
|
|
#
|
|
Cvertoo = \
|
|
sed s/WM_PROJECT_VERSION/\"$(shell wmakePrintBuild)\"/ $$SOURCE > $*.C; \
|
|
$(CC) $(c++FLAGS) -c $*.C -o $@
|
|
|
|
.Cver.dep:
|
|
$(MAKE_DEP)
|