Changeset 1609 in Sophya for trunk/SophyaLib/SUtils/Makefile


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

changement Utils -> SUtils cmv 31/7/01

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.