Changeset 1609 in Sophya for trunk/SophyaLib/SUtils


Ignore:
Timestamp:
Jul 31, 2001, 4:02:39 PM (24 years ago)
Author:
cmv
Message:

changement Utils -> SUtils cmv 31/7/01

Location:
trunk/SophyaLib/SUtils
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SUtils/Makefile

    r1602 r1609  
    11include ../Mgr/Makefile.h
    22 
    3 all: $(LIB)libUtils.a
     3all: $(LIB)libSUtils.a
    44clean:
    55        rm -f $(OBJ)datacards.o $(OBJ)strutilxx.o $(OBJ)utils.o $(OBJ)strutil.o
    6         rm -f $(LIB)libUtils.a
    7 $(LIB)libUtils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o
     6        rm -f $(LIB)libSUtils.a
     7$(LIB)libSUtils.a : $(OBJ)datacards.o $(OBJ)strutil.o $(OBJ)strutilxx.o $(OBJ)utils.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $?
    99ifeq ($(CXX),cxx)
  • trunk/SophyaLib/SUtils/datacards.cc

    r1607 r1609  
    11//
    2 // $Id: datacards.cc,v 1.7 2001-07-31 08:06:06 cmv Exp $
     2// $Id: datacards.cc,v 1.8 2001-07-31 14:02:38 cmv Exp $
    33//
    44//
     
    1818//++
    1919// Class        DataCards
    20 // Lib          Utils
     20// Lib          SUtils
    2121// include      datacards.h
    2222//
     
    3838/*!
    3939    \class SOPHYA::DataCards
    40     \ingroup Utils
     40    \ingroup SUtils
    4141    This class can be used for decoding program parameters from an ascii
    4242    file. Each line of the ascii contains a keyword starting with \b @ .
  • trunk/SophyaLib/SUtils/sutils.h

    r1607 r1609  
    33
    44/*!
    5    \defgroup Utils Utils module
     5   \defgroup SUtils SUtils module
    66   This module contains general utility routines and classes
    77   for datacards, string manipulation etc...
Note: See TracChangeset for help on using the changeset viewer.