Ignore:
Timestamp:
Dec 12, 2011 3:15:24 PM (12 years ago)
Author:
maronga
Message:

GUI for mrun added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r784 r793  
    122122     # 17/08/11 - Siggi - HLRN access via hicegate0 (130.75.4.101)
    123123     # 27/11/11 - Siggi - Bugfix for make options setting (-j)
     124     # 12/12/11 - BjornM- added mrun GUI to ulitity programs
    124125
    125126
     
    13621363          touch  *.f90
    13631364          make  $make_options  BLOCK=$block  F90=$compiler_name  F90_SER=$compiler_name_ser  COPT="$cpp_options"  F90FLAGS="$compiler_options"  LDFLAGS="$loader_options"
     1365
     1366             # check if qmake is available and compile mrungui in that case
     1367          if which qmake >/dev/null; then
     1368             cd mrungui
     1369             touch *
     1370             qmake
     1371             make
     1372             make clean
     1373             rm Makefile
     1374             cd ..
     1375          else
     1376             echo "  +++ no qmake found. The mrun GUI (optional) cannot be compiled."
     1377          fi
     1378
     1379
    13641380          cd  -  > /dev/null
    13651381       fi
Note: See TracChangeset for help on using the changeset viewer.