Changeset 14408
- Timestamp:
- 02/27/13 10:06:16 (12 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configure.ac
r14406 r14408 39 39 src/wrappers/python/Makefile 40 40 src/wrappers/matlab/Makefile 41 src/mobile/Makefile 41 42 src/mobile/native/Makefile 42 43 src/mobile/ios/Makefile -
issm/trunk-jpl/src/mobile
-
Property svn:ignore
set to
Makefile.in
Makefile
-
Property svn:ignore
set to
-
issm/trunk-jpl/src/mobile/Makefile.am
r14392 r14408 1 SUBDIRS =2 1 if ANDROID 3 SUBDIRS += android2 SUBDIRS = android 4 3 endif 5 4 if IOS 6 SUBDIRS += ios5 SUBDIRS = ios 7 6 endif
Note:
See TracChangeset
for help on using the changeset viewer.