Forward compatibility: flex
[foam-extend-3.2.git] / applications / utilities / mesh / conversion / Optional / Allwmake
bloba8a29a07486907cf0e460e8240baf67fe881a818
1 #!/bin/sh
3 # Build optional components (eg, may depend on third-party libraries)
4 # -----------------------------------------------------------------------------
5 cd ${0%/*} || exit 1 # run from this directory
6 set -x
8 # if the library built properly, the headers should exist too
9 if [ -e $LIBCCMIO_LIB_DIR/libccmio.so ]
10 then
11 wmake ccm26ToFoam
14 # ----------------------------------------------------------------- end-of-file