Changeset 224 for mpimystic/examples_other/Make.mm
- Timestamp:
- 05/02/10 23:42:45 (6 years ago)
- Location:
- mpimystic
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
mpimystic/examples_other/Make.mm
r222 r224 1 1 # -*- Makefile -*- 2 2 3 PROJECT = pyina3 PROJECT = mpimystic 4 4 PACKAGE = examples_other 5 5 6 PROJ_TIDY += xx.*7 PROJ_CLEAN +=6 PROJ_TIDY += *.log *.png *.dat *.out.X *.out.Y *out.V tmp* 7 PROJ_CLEAN = 8 8 9 all: export 9 #-------------------------------------------------------------------------- 10 11 #all: export 12 all: clean 10 13 11 14 release: tidy … … 21 24 #EXPORT_PYTHON_MODULES = \ 22 25 EXPORT_BINS = \ 23 hello.py \ 24 pypi.py \ 25 nodes.py 26 test1.py \ 27 test2.py \ 28 test3.py \ 29 test_pmap.py \ 30 test_parallelmap.py \ 31 logging.py \ 32 test_ports.py \ 33 test_mogi_bcast.py \ 34 # test_mogi_future.py \ 26 parallel_desolve.py \ 27 pyre_differential_evolution.py \ 28 test_mpimogi.py \ 29 test_mpimogi2.py \ 30 test_mpimogi3.py \ 31 # test_br8_mpi.py \ 32 # test_tg3.py \ 35 33 36 34 … … 39 37 40 38 41 42 39 # End of file 43 40
Note: See TracChangeset
for help on using the changeset viewer.