~johan-hake/dolfin/general-rk-solver

« back to all changes in this revision

Viewing changes to cmake/scripts/generate-all

  • Committer: Johan Hake
  • Date: 2013-03-27 15:18:08 UTC
  • mfrom: (7352.1.227 working)
  • Revision ID: hake.dev@gmail.com-20130327151808-b73d4pueq1n432hg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
# This script runs all the others except for generate-form-files,
4
 
# Generally useful to run whenever something new is added for changed.
5
 
 
 
3
# This script runs all the others.
 
4
 
 
5
echo "The following scripts will now be run:"
 
6
echo ""
 
7
echo "  cmake/scripts/generate-form-files"
 
8
echo "  cmake/scripts/generate-cmakefiles"
 
9
echo "  cmake/scripts/generate-swig-interface"
 
10
echo "  cmake/scripts/generate-swig-docstrings"
 
11
echo "  cmake/scripts/download-demo-data"
 
12
echo ""
 
13
echo "Press return to continue."
 
14
read x
 
15
 
 
16
./cmake/scripts/generate-form-files
6
17
./cmake/scripts/generate-cmakefiles
7
18
./cmake/scripts/generate-swig-interface
8
19
./cmake/scripts/generate-swig-docstrings
 
20
./cmake/scripts/download-demo-data