source: issm/trunk/src/m/Makefile.am@ 16560

Last change on this file since 16560 was 16560, checked in by Mathieu Morlighem, 11 years ago

merged trunk-jpl and trunk for revision 16554

File size: 1.7 KB
Line 
1#To generate list of directories
2#
3#find . -type d -exec ls -d {} \;
4
5bin_SCRIPTS =
6if WRAPPERS
7if MATLAB
8if !DEVELOPMENT
9bin_SCRIPTS += ./qmu/*.m \
10 ./qmu/setupdesign/*.m \
11 ./qmu/plot/*.m \
12 ./qmu/examples/*.m \
13 ./kml/*.m \
14 ./enum/*.m \
15 ./classes/*.m \
16 ./classes/qmu/*.m \
17 ./classes/qmu/@dakota_method/*.m \
18 ./classes/clusters/*.m \
19 ./consistency/*.m \
20 ./array/*.m \
21 ./boundaryconditions/*.m \
22 ./exp/*.m \
23 ./exp/operation/*.m \
24 ./geometry/*.m \
25 ./interp/*.m \
26 ./coordsystems/*.m \
27 ./mech/*.m \
28 ./mesh/*.m \
29 ./mesh/planet/*.m \
30 ./mesh/rifts/*.m \
31 ./miscellaneous/*.m \
32 ./os/*.m \
33 ./plot/*.m \
34 ./plot/colormaps/*.m \
35 ./string/*.m \
36 ./contrib/massbalance/*.m \
37 ./contrib/ecco/*.m \
38 ./contrib/hydrology/*.m \
39 ./contrib/hack/*.m \
40 ./contrib/gslib/*.m \
41 ./contrib/uci/*.m \
42 ./contrib/oasis/*.m \
43 ./contrib/bamg/*.m \
44 ./extrusion/*.m \
45 ./inversions/*.m \
46 ./io/*.m \
47 ./parameterization/*.m \
48 ./partition/*.m \
49 ./print/*.m \
50 ./regional/*.m \
51 ./solve/*.m \
52 ./solvers/*.m \
53 ./materials/*.m
54endif
55endif
56if PYTHON
57if !DEVELOPMENT
58bin_SCRIPTS += ./enum/*.py \
59 ./classes/*.py \
60 ./classes/clusters/*.py \
61 ./consistency/*.py \
62 ./boundaryconditions/*.py \
63 ./exp/*.py \
64 ./geometry/*.py \
65 ./coordsystems/*.py \
66 ./mech/*.py \
67 ./mesh/*.py \
68 ./mesh/rifts/*.py \
69 ./miscellaneous/*.py \
70 ./os/*.py \
71 ./plot/*.py \
72 ./extrusion/*.py \
73 ./io/*.py \
74 ./parameterization/*.py \
75 ./solve/*.py \
76 ./solvers/*.py \
77 ./materials/*.py
78endif
79endif
80endif
Note: See TracBrowser for help on using the repository browser.