Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / utilities / postProcessing / dataConversion / foamToTecplot360 / tecio / examples / text / Makefile
blob415b65fd1338f042275397f5c4d5fdf265b82f47
1 # Set to appropriate C++ compiler
2 CPP=g++
3 CPPFLAGS=-I../../tecsrc ../../tecio.a
4 EXECUTABLE=text
5 FILES=$(EXECUTABLE).cpp
7 build:
8 $(CPP) $(FILES) $(CPPFLAGS) -o $(EXECUTABLE)
10 clean:
11 rm -f $(EXECUTABLE)