- Timestamp:
- 01/31/07 10:44:41 (20 months ago)
- Location:
- MarsGCM/+mac
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
MarsGCM/+mac/mars.amk
r207 r642 1 # Note:fed38 fc9- This file not intended for hand editing.1 # Note:fed38827 - This file not intended for hand editing. 2 2 # Absoft Developer Tools Interface requires use of this makefile. 3 3 # Use the Generate Makefile command to customize your own makefiles. … … 12 12 # 13 13 # This file was created by Absoft Developer Tools Interface. 14 # File created on: Fri Sep 30 13:00:50 200514 # File created on: Tue Oct 31 11:08:35 2006 15 15 # 16 16 # … … 86 86 # 87 87 USER_LIBS= 88 DFLT_LIBS= -lV77 -lU77 -L"/ Applications/Absoft/lib" -lmrwe -lf90math\89 -l fio_carbon -lf77math -lm88 DFLT_LIBS= -lV77 -lU77 -L"/Users/mankoff/local/Applications/Absoft/lib" \ 89 -lmrwe -lf90math -lfio_carbon -lf77math -lm 90 90 LIBS= $(USER_LIBS) $(DFLT_LIBS) $(FRAMEWORKS) 91 91
