Changeset 21


Ignore:
Timestamp:
10/30/2008 10:02:59 PM (15 years ago)
Author:
marcus
Message:

r6 | svn | 2008-01-16 18:57:09 +0100 (Mi, 16 Jan 2008) | 1 line

removed tape modules, svn version printed in SH

Location:
SH_SHM/trunk/source
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seed_io/Makefile

    r20 r21  
    1818FKDIR                   = $(SH_UTIL)fk_src 
    1919ALL_LOCAL_SRCS  = *.c 
    20 LIB_SEED_SRCS   = seed_cd.c seed_lib.c seedbase.c steimalg.c tape_basics.c 
     20LIB_SEED_SRCS   = seed_cd.c seed_lib.c seedbase.c steimalg.c 
    2121#LIB_SEED_OBJS  = $(LIB_SEED_SRCS:%.c=%.o) 
    2222LIB_SEED_OBJS   = $(LIB_SEED_SRCS:.c=.o) 
     
    146146                $(LINK.c) -o $@ $@.o $(LDFLAGS) $(LIBS) 
    147147 
    148 check_multi_tape: check_multi_tape.o $(LIB_SOURCE) $(LIB_SEED) 
    149                 $(LINK.c) -o $@ $@.o $(LDFLAGS) $(LIBS) 
    150  
    151148network_name: network_name.o $(LIB_SOURCE) $(LIB_SEED) 
    152149                $(LINK.c) -o $@ $@.o $(LDFLAGS) $(LIBS) 
     
    154151fir_resample: fir_resample.o $(LIB_SOURCE) $(LIB_SEED) 
    155152                $(LINK.c) -o $@ $@.o $(LDFLAGS) $(LIBS) 
    156  
    157 tape_basics.o: 
    158                 $(SH_COMPILER) -c $(CFLAGS) tape_basics.c 
    159153 
    160154clean: 
  • SH_SHM/trunk/source/seismhan.c

    r16 r21  
    33 *      ========== 
    44 * 
    5  * version 51, 21-Dec-2006 
     5 * $Revision: 6 $, $Date: 2008-01-16 18:57:09 +0100 (Mi, 16 Jan 2008) $ 
    66 * 
    77 * main module of seismhandler program, command line version 
     
    121121        printf( "\n" ); 
    122122        printf( "SeismicHandler version %s, Copyright (C) 2006\n", SHC_VERSION ); 
     123        printf( "svn: $Revision: 6 $\n" );, 
    123124        printf( "Klaus Stammler, Federal Institute for Geosciences and Natural Resources (BGR)\n" ); 
    124125        printf( "SeismicHandler comes with ABSOLUTELY NO WARRANTY.\n" ); 
Note: See TracChangeset for help on using the changeset viewer.