Changeset 13936


Ignore:
Timestamp:
11/09/12 18:11:24 (12 years ago)
Author:
Eric.Larour
Message:

CHG: new Makefiles to reach the ISSM app in src/android

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-arm-linux.sh

    r13766 r13936  
    66    --host="arm-linux-androideabi" \
    77    --enable-shared \
    8     --with-android \
     8    --with-android=jni\
    99    --without-fortran \
    1010        --without-wrappers \
  • issm/trunk-jpl/configure.ac

    r13655 r13936  
    3939                        src/wrappers/python/Makefile
    4040                        src/wrappers/matlab/Makefile
     41                        src/android/Makefile
     42                        src/android/ISSM/Makefile
    4143                        src/m/Makefile])
    4244
  • issm/trunk-jpl/src/Makefile.am

    r13776 r13936  
    11EXTRA_DIST =  perl pro
    22SUBDIRS = c m wrappers
     3if ANDROID
     4SUBDIRS += android
     5endif
  • issm/trunk-jpl/src/c/Makefile.am

    r13877 r13936  
    929929
    930930#Executable {{{
     931if ANDROID
     932if ANDROIDEXE
    931933bin_PROGRAMS = issm
     934else
     935bin_PROGRAMS =
     936endif
     937else
     938bin_PROGRAMS = issm
     939endif
    932940
    933941#Standard libraries
Note: See TracChangeset for help on using the changeset viewer.