foamNewApp: script to create template for a new application

Creates a directory containing source .C file and Make directory
Will deprecate foamNewSource with App argument in due course
This commit is contained in:
Chris Greenshields
2015-12-04 14:20:23 +00:00
parent 2a592ec363
commit 10ded8a669
4 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,3 @@
NAME.C
EXE = $(FOAM_USER_APPBIN)/NAME

View File

@ -0,0 +1,7 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
-lfiniteVolume \
-lmeshTools