You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
351 B
15 lines
351 B
# Build the null land library |
|
|
|
set srcList = ( land_null ) |
|
|
|
set lib_name = "lib_land_null" |
|
|
|
mkdir -p $executable:h:h/$lib_name |
|
cd $executable:h:h/$lib_name |
|
$mkmf_lib -p $lib_name.a -c "$cppDefs" -o "-I$executable:h:h/lib_FMS" $srcList $lib_include_dirs |
|
${IOW_ESM_MAKE} |
|
|
|
if( $status ) then |
|
echo "Make failed to create $lib_name.a" |
|
exit 1 |
|
endif
|
|
|