Changeset 76 for SH_SHM/trunk


Ignore:
Timestamp:
11/10/2008 03:57:39 PM (15 years ago)
Author:
marcus
Message:

r59 | svn | 2008-11-09 15:49:48 +0100 (So, 09 Nov 2008) | 1 line

new utility routines auto_statlist and richter_ml

Location:
SH_SHM/trunk
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/util/Makefile

    r69 r76  
    7777                find_topo30_id \ 
    7878                stringop \ 
    79                 lynx_reformat 
     79                lynx_reformat \ 
     80                auto_statlist \ 
     81                richter_ml 
    8082 
    8183 
     
    213215                $(LINK.c) -o $@ $@.o $(LDFLAGS) $(LIBS) 
    214216 
     217auto_statlist: auto_statlist.o $(LIB_SOURCE) 
     218                $(LINK.c) -o $@ $@.o $(LDFLAGS) $(LIBS) 
     219 
    215220crusttrav: crusttrav.o $(LIB_SOURCE) 
    216221                $(LINK.c) -o $@ $@.o $(LDFLAGS) $(LIBS) 
     
    246251                $(LINK.c) -o $@ $@.o -lm 
    247252 
     253richter_ml:     richter_ml.o 
     254                $(LINK.c) -o $@ $@.o -lm 
     255 
    248256 
    249257 
Note: See TracChangeset for help on using the changeset viewer.