Changeset 2687 in Sophya for trunk/SophyaLib/BaseTools/Makefile


Ignore:
Timestamp:
Apr 25, 2005, 7:01:19 PM (20 years ago)
Author:
ansari
Message:

1/ Suppression print de debug ds fiosegdb.h
2/ Ajout fichier ppftpointerio.cc avec les implementation specifiques de
la classe PPF_TPointer_IO<T> - qui etaient ds le .h , produisant des
warning 'multiply defined' avec OSF pour la fabrication shared-libs
3/ MAJ numero de version et Makefile

Reza 25/4/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/Makefile

    r2660 r2687  
    33all: $(LIB)libBaseTools.a
    44clean:
    5         rm -f $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ)rawstream.o $(OBJ)sophyainit.o $(OBJ)timestamp.o $(OBJ)gnumd5.o $(OBJ)srandgen.o
     5        rm -f $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ)ppftpointerio.o $(OBJ)rawstream.o $(OBJ)sophyainit.o $(OBJ)timestamp.o $(OBJ)gnumd5.o $(OBJ)srandgen.o
    66        rm -f $(LIB)libBaseTools.a
    7 $(LIB)libBaseTools.a : $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)gnumd5.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ)rawstream.o $(OBJ)sophyainit.o $(OBJ)srandgen.o $(OBJ)timestamp.o
     7$(LIB)libBaseTools.a : $(OBJ)datatype.o $(OBJ)dvlist.o $(OBJ)fiondblock.o $(OBJ)gnumd5.o $(OBJ)mutyv.o $(OBJ)ndatablock.o $(OBJ)pexceptions.o $(OBJ)ppersist.o $(OBJ)ppfbinstream.o $(OBJ)ppftpointerio.o $(OBJ)rawstream.o $(OBJ)sophyainit.o $(OBJ)srandgen.o $(OBJ)timestamp.o
    88        $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
    99ifeq ($(CXX),cxx)
     
    3434  $(INC)machdefs.h ppfbinstream.h rawstream.h \
    3535  pexceptions.h
     36$(OBJ)ppftpointerio.o: ppftpointerio.cc \
     37  $(INC)machdefs.h ppftpointerio.h ppersist.h \
     38  pexceptions.h gnumd5.h ppfbinstream.h rawstream.h ppfnametag.h
    3639$(OBJ)rawstream.o: rawstream.cc sopnamsp.h rawstream.h \
    3740  $(INC)machdefs.h pexceptions.h
Note: See TracChangeset for help on using the changeset viewer.