repo.or.cz
/
OpenFOAM-1.6.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
foam to Tecplot360 converter
[OpenFOAM-1.6.x.git]
/
applications
/
utilities
/
postProcessing
/
dataConversion
/
foamToTecplot360
/
tecio
/
examples
/
text
/
Makefile
blob
415b65fd1338f042275397f5c4d5fdf265b82f47
1
# Set to appropriate C++ compiler
2
CPP
=
g
++
3
CPPFLAGS
=-
I..
/
..
/
tecsrc ..
/
..
/
tecio.a
4
EXECUTABLE
=
text
5
FILES
=$(
EXECUTABLE
)
.
cpp
6
7
build
:
8
$(
CPP
) $(
FILES
) $(
CPPFLAGS
) -
o
$(
EXECUTABLE
)
9
10
clean
:
11
rm
-
f
$(
EXECUTABLE
)