Changeset 16226 for issm/trunk-jpl/src/c/Makefile.am
- Timestamp:
- 09/23/13 09:25:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r16210 r16226 817 817 ./shared/TriMesh/SplitMeshForRifts.cpp\ 818 818 ./shared/TriMesh/TriMeshUtils.cpp\ 819 ./modules/Chacox/Chacox.h\820 ./modules/Chacox/Chacox.cpp\821 ./modules/Chacox/input_parse.cpp\822 ./modules/Chacox/chaco_seconds.cpp\823 ./modules/Chacox/user_params.cpp\824 819 ./modules/TriaSearchx/TriaSearchx.h\ 825 820 ./modules/TriaSearchx/TriaSearchx.cpp\ … … 861 856 ./modules/ElementConnectivityx/ElementConnectivityx.cpp\ 862 857 ./modules/ElementConnectivityx/ElementConnectivityx.h\ 863 ./modules/Scotchx/Scotchx.cpp\864 ./modules/Scotchx/Scotchx.h\865 858 ./modules/PropagateFlagsFromConnectivityx/PropagateFlagsFromConnectivityx.cpp\ 866 859 ./modules/PropagateFlagsFromConnectivityx/PropagateFlagsFromConnectivityx.h 860 if CHACO 861 modules_sources+= ./modules/Chacox/Chacox.h\ 862 ./modules/Chacox/Chacox.cpp\ 863 ./modules/Chacox/input_parse.cpp\ 864 ./modules/Chacox/chaco_seconds.cpp\ 865 ./modules/Chacox/user_params.cpp 866 endif 867 if SCOTCH 868 modules_sources+= ./modules/Scotchx/Scotchx.cpp\ 869 ./modules/Scotchx/Scotchx.h 870 endif 867 871 #}}} 868 872 … … 962 966 issm_sources += $(damage_sources) 963 967 endif 964 965 968 #}}} 966 969 #Library flags and sources {{{
Note:
See TracChangeset
for help on using the changeset viewer.