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