Changeset 1857 in Sophya for trunk/SophyaPI/PIGcont/Makefile


Ignore:
Timestamp:
Jan 14, 2002, 2:42:24 PM (24 years ago)
Author:
perderos
Message:

1) correction de fuites de memoire
2) integration de glpc_set.* ds gp_contour (variables en commun)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/Makefile

    r1844 r1857  
    44 
    55all: $(LIB)libPIGcont.a
    6 $(LIB)libPIGcont.a : $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)gpc_set.o $(OBJ)picntools.o $(OBJ)pigncont.o
     6$(LIB)libPIGcont.a : $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)picntools.o $(OBJ)pigncont.o
    77        $(AR) $(ARFLAGS)  $@ $($(ARARGS))
    88ifeq ($(CXX),cxx)
     
    1111 
    1212clean:
    13         rm -f $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)gpc_set.o $(OBJ)picntools.o $(OBJ)pigncont.o
     13        rm -f $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)picntools.o $(OBJ)pigncont.o
    1414ifeq ($(CXX),cxx)
    1515        cd $(REPM); rm -f *.o
     
    2020$(OBJ)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \
    2121 gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h
    22 $(OBJ)gpc_set.o: gpc_set.c gpc_set.h gp_contour.h gp_types.h gpc_misc.h \
    23  gp_dynarray.h gp_graph3d.h
    2422$(OBJ)picntools.o: picntools.cc $(INC)machdefs.h \
    2523 picntools.h $(INC)pisysdep.h \
     
    8886 $(INC)ntuple.h \
    8987 $(INC)ntupintf.h gp_contour.h gp_types.h \
    90  gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h gpc_set.h
     88 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
    9189$(OBJ)pigncont.o: pigncont.cc $(INC)machdefs.h \
    9290 $(INC)histos.h \
     
    167165 $(INC)periodic.h \
    168166 $(INC)piscdrawwdg.h gp_contour.h gp_types.h \
    169  gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h gpc_set.h
     167 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
Note: See TracChangeset for help on using the changeset viewer.