foam to Tecplot360 converter
[OpenFOAM-1.6.x.git] / applications / utilities / postProcessing / dataConversion / foamToTecplot360 / tecio / examples / ij_ordered / Makefile
blob90411d11e22dbb5b2625cb51ed580a598d6e0709
1 # Set to appropriate C++ compiler
2 CPP=g++
3 CPPFLAGS=-I../../tecsrc ../../tecio.a
4 EXECUTABLE=ij_ordered
5 FILES=$(EXECUTABLE).cpp
7 build:
8 $(CPP) $(FILES) $(CPPFLAGS) -o $(EXECUTABLE)
10 clean:
11 rm -f $(EXECUTABLE)