Changeset 9 in flair-dev for trunk/scripts/compile_flair_all.sh


Ignore:
Timestamp:
Apr 8, 2016, 11:13:36 AM (9 years ago)
Author:
Sanahuja Guillaume
Message:

lic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/compile_flair_all.sh

    r8 r9  
    7373}
    7474
    75 function compile_examples() {
     75function compile_tools() {
     76        #for projects in FlairGCS Controller/DualShock3 Dbt2csv; do
     77        for projects in FlairGCS Controller/DualShock3; do
     78                configure $FLAIR_ROOT/flair-src/tools $projects
     79                compile $FLAIR_ROOT/flair-src/tools $projects
     80                cross_compile $FLAIR_ROOT/flair-src/tools $projects
     81        done
     82}
     83
     84function compile_demos() {
    7685        for projects in ex_framework ex_kalman_framework; do
    7786                configure $FLAIR_ROOT/uav_ex $projects
     
    138147        compile_flair
    139148fi
    140 exit 0
     149
    141150printf "Compile Flair tools [Y/n]?"
    142151read answer
     
    145154        compile_tools
    146155fi
    147 
     156exit 0
    148157printf "Compile Flair documentation [Y/n]?"
    149158read answer
     
    154163fi
    155164
    156 printf "Compile examples [Y/n]?"
     165printf "Compile demos [Y/n]?"
    157166read answer
    158167
Note: See TracChangeset for help on using the changeset viewer.