Changeset 4236 for dynamico_lmdz/simple_physics/phyparam/Makefile
- Timestamp:
- Jan 22, 2020, 9:46:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/phyparam/Makefile
r4235 r4236 16 16 all : obj $(OBJECTS) lib/libphyparam.so 17 17 18 py : clean all 19 bash/extract_cython.sh 20 cd python ; rm -rf build *.c ; python setup.py build_ext --inplace 21 cd python ; python -c 'import phyparam as phys ; phys.setup(100.); phys.alloc(30,100) ; phys.coldstart(30, 100.)' 18 22 obj : 19 23 @rm -rf obj include lib xml tmp *~ */*~ 20 24 @mkdir obj include lib xml tmp 21 25 22 clean : 26 clean : nice 23 27 @rm -rf obj include lib xml tmp *~ */*~ 24 28 @mkdir obj include lib xml tmp 25 @ ../bash/concatenate_all_code.sh $(NAMES) > tmp/all_code26 @ ../bash/makedeps.sh tmp/all_code > Makefile.inc29 @bash/concatenate_all_code.sh $(NAMES) > tmp/all_code 30 @bash/makedeps.sh tmp/all_code > Makefile.inc 27 31 28 32 nice: 29 ../bash/beautify.sh physics/*.F9033 bash/beautify.sh physics/*.F90 30 34 31 35 %.so : $(OBJECTS)
Note: See TracChangeset
for help on using the changeset viewer.