Changeset 13653


Ignore:
Timestamp:
10/13/12 14:15:44 (12 years ago)
Author:
Eric.Larour
Message:

CHG: stop installign wrappers if config says so

Location:
issm/trunk-jpl/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/Makefile.am

    r13652 r13653  
    11EXTRA_DIST =  perl pro py
    2 SUBDIRS = c m
    3 if WRAPPERS
    4 SUBDIRS += wrappers
    5 endif
     2SUBDIRS = c m wrappers
  • issm/trunk-jpl/src/android/helloworld/My First App/.classpath

    r13560 r13653  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
     3        <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
     4        <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
    35        <classpathentry kind="src" path="src"/>
    46        <classpathentry kind="src" path="gen"/>
    5         <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
    6         <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
    77        <classpathentry kind="output" path="bin/classes"/>
    88</classpath>
  • issm/trunk-jpl/src/android/helloworld/OpenGLES20/.classpath

    r13587 r13653  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
     3        <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
     4        <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
    35        <classpathentry kind="src" path="src"/>
    46        <classpathentry kind="src" path="gen"/>
    5         <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
    6         <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
    77        <classpathentry kind="output" path="bin/classes"/>
    88</classpath>
  • issm/trunk-jpl/src/m/Makefile.am

    r13144 r13653  
    33#find . -type d -exec ls -d {} \;
    44
     5if WRAPPERS
    56bin_SCRIPTS= ./qmu/*.m \
    67                                 ./qmu/setupdesign/*.m \
     
    4950                                 ./solvers/*.m \
    5051                                 ./materials/*.m
     52endif
Note: See TracChangeset for help on using the changeset viewer.