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


Ignore:
Timestamp:
Feb 18, 2002, 11:41:28 PM (24 years ago)
Author:
ansari
Message:

Adaptation a l'introduction de la classe PIGraphicAtt - Reza 18/02/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/Makefile

    r1857 r1905  
    44 
    55all: $(LIB)libPIGcont.a
    6 $(LIB)libPIGcont.a : $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.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)
     
    6161 $(INC)parradapter.h \
    6262 $(INC)lut.h \
     63 $(INC)pieldrw.h \
    6364 $(INC)pidrawer.h \
     65 $(INC)pigratt.h \
    6466 $(INC)pipixmapx.h \
    6567 $(INC)pipixmapgen.h \
     
    8688 $(INC)ntuple.h \
    8789 $(INC)ntupintf.h gp_contour.h gp_types.h \
    88  gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 
     90 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
    8991$(OBJ)pigncont.o: pigncont.cc $(INC)machdefs.h \
    9092 $(INC)histos.h \
     
    149151 $(INC)parradapter.h \
    150152 $(INC)lut.h \
     153 $(INC)pieldrw.h \
    151154 $(INC)pidrawer.h \
     155 $(INC)pigratt.h \
    152156 $(INC)pipixmapx.h \
    153157 $(INC)pipixmapgen.h \
     
    165169 $(INC)periodic.h \
    166170 $(INC)piscdrawwdg.h gp_contour.h gp_types.h \
    167  gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h 
     171 gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
Note: See TracChangeset for help on using the changeset viewer.