| 
            Last change
 on this file since 3735 was             2735, checked in by cmv, 20 years ago           | 
        
        
          | 
             
memorisation makefile old-fashion Mgr  cmv 19/05/05 
 
           | 
        
        
          | 
            File size:
            4.2 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | MODULECXXREPNAME := PI
 | 
|---|
| 2 | MODULEDECCXXFLAGS := -msg_quiet
 | 
|---|
| 3 | include ../Mgr/Makefile.h
 | 
|---|
| 4 |  
 | 
|---|
| 5 | all: $(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
 | 
|---|
| 7 |         $(AR) $(ARFLAGS)  $@ $($(ARARGS)) 
 | 
|---|
| 8 | ifeq ($(CXX),cxx)
 | 
|---|
| 9 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
 | 
|---|
| 10 | endif 
 | 
|---|
| 11 |  
 | 
|---|
| 12 | clean:
 | 
|---|
| 13 |         rm -f $(OBJ)gp_alloc.o $(OBJ)gp_axis.o $(OBJ)gp_contour.o $(OBJ)picntools.o $(OBJ)pigncont.o
 | 
|---|
| 14 | ifeq ($(CXX),cxx)
 | 
|---|
| 15 |         cd $(REPM); rm -f *.o
 | 
|---|
| 16 | endif 
 | 
|---|
| 17 |  
 | 
|---|
| 18 | $(OBJ)gp_alloc.o: gp_alloc.c gp_alloc.h gp_graph3d.h gp_types.h gpc_misc.h
 | 
|---|
| 19 | $(OBJ)gp_axis.o: gp_axis.c gp_axis.h gpc_misc.h
 | 
|---|
| 20 | $(OBJ)gp_contour.o: gp_contour.c gp_contour.h gp_types.h gpc_misc.h \
 | 
|---|
| 21 |  gp_dynarray.h gp_graph3d.h gp_alloc.h gp_axis.h
 | 
|---|
| 22 | $(OBJ)picntools.o: picntools.cc $(INC)machdefs.h \
 | 
|---|
| 23 |  picntools.h $(INC)pisysdep.h \
 | 
|---|
| 24 |  $(INC)pistdwdgx.h \
 | 
|---|
| 25 |  $(INC)pistdwdggen.h \
 | 
|---|
| 26 |  $(INC)piwdgx.h \
 | 
|---|
| 27 |  $(INC)piwdggen.h \
 | 
|---|
| 28 |  $(INC)pimsghandler.h \
 | 
|---|
| 29 |  $(INC)picolist.h \
 | 
|---|
| 30 |  $(INC)pioptmenux.h \
 | 
|---|
| 31 |  $(INC)pioptmenugen.h \
 | 
|---|
| 32 |  $(INC)pimenux.h \
 | 
|---|
| 33 |  $(INC)pimenugen.h \
 | 
|---|
| 34 |  $(INC)piwindowx.h \
 | 
|---|
| 35 |  $(INC)piwindowgen.h \
 | 
|---|
| 36 |  $(INC)picontainerx.h \
 | 
|---|
| 37 |  $(INC)picontainergen.h \
 | 
|---|
| 38 |  $(INC)piapplx.h \
 | 
|---|
| 39 |  $(INC)piapplgen.h \
 | 
|---|
| 40 |  $(INC)pimenubarx.h \
 | 
|---|
| 41 |  $(INC)pimenubargen.h \
 | 
|---|
| 42 |  $(INC)picons.h \
 | 
|---|
| 43 |  $(INC)pibwdgx.h \
 | 
|---|
| 44 |  $(INC)pibwdggen.h \
 | 
|---|
| 45 |  $(INC)picmap.h \
 | 
|---|
| 46 |  $(INC)picmapx.h \
 | 
|---|
| 47 |  $(INC)picmapgen.h \
 | 
|---|
| 48 |  $(INC)pigraphx.h \
 | 
|---|
| 49 |  $(INC)pigraphgen.h \
 | 
|---|
| 50 |  $(INC)pifontx.h \
 | 
|---|
| 51 |  $(INC)pifontgen.h \
 | 
|---|
| 52 |  $(INC)pigrcoord.h \
 | 
|---|
| 53 |  $(INC)pilineatt.h \
 | 
|---|
| 54 |  $(INC)pigraphuc.h \
 | 
|---|
| 55 |  $(INC)pievthandler.h \
 | 
|---|
| 56 |  $(INC)psfile.h \
 | 
|---|
| 57 |  $(INC)pigraphps.h \
 | 
|---|
| 58 |  $(INC)picmapview.h pigncont.h \
 | 
|---|
| 59 |  $(INC)pistdimgapp.h \
 | 
|---|
| 60 |  $(INC)pifilechox.h \
 | 
|---|
| 61 |  $(INC)pifilechogen.h \
 | 
|---|
| 62 |  $(INC)piperiodx.h \
 | 
|---|
| 63 |  $(INC)periodic.h \
 | 
|---|
| 64 |  $(INC)piimage.h \
 | 
|---|
| 65 |  $(INC)parradapter.h \
 | 
|---|
| 66 |  $(INC)lut.h \
 | 
|---|
| 67 |  $(INC)pieldrw.h \
 | 
|---|
| 68 |  $(INC)pidrawer.h \
 | 
|---|
| 69 |  $(INC)pigratt.h \
 | 
|---|
| 70 |  $(INC)piaxes.h \
 | 
|---|
| 71 |  $(INC)pipixmapx.h \
 | 
|---|
| 72 |  $(INC)pipixmapgen.h \
 | 
|---|
| 73 |  $(INC)pi3dwdg.h \
 | 
|---|
| 74 |  $(INC)pi3ddrw.h \
 | 
|---|
| 75 |  $(INC)pigraph3d.h \
 | 
|---|
| 76 |  $(INC)nobjmgr.h \
 | 
|---|
| 77 |  $(INC)anydataobj.h \
 | 
|---|
| 78 |  $(INC)ppersist.h \
 | 
|---|
| 79 |  $(INC)pexceptions.h \
 | 
|---|
| 80 |  $(INC)gnumd5.h \
 | 
|---|
| 81 |  $(INC)dvlist.h \
 | 
|---|
| 82 |  $(INC)objfio.h \
 | 
|---|
| 83 |  $(INC)mutyv.h \
 | 
|---|
| 84 |  $(INC)dlftypes.h \
 | 
|---|
| 85 |  $(INC)piacmd.h \
 | 
|---|
| 86 |  $(INC)pdlmgr.h \
 | 
|---|
| 87 |  $(INC)ctimer.h \
 | 
|---|
| 88 |  $(INC)pisiadw.h \
 | 
|---|
| 89 |  $(INC)pilistx.h \
 | 
|---|
| 90 |  $(INC)pilistgen.h \
 | 
|---|
| 91 |  $(INC)pistzwin.h \
 | 
|---|
| 92 |  $(INC)pitherm.h \
 | 
|---|
| 93 |  $(INC)resusage.h \
 | 
|---|
| 94 |  $(INC)piscdrawwdg.h \
 | 
|---|
| 95 |  $(INC)ntuple.h \
 | 
|---|
| 96 |  $(INC)ntupintf.h gp_contour.h gp_types.h \
 | 
|---|
| 97 |  gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
 | 
|---|
| 98 | $(OBJ)pigncont.o: pigncont.cc $(INC)machdefs.h \
 | 
|---|
| 99 |  $(INC)histos.h \
 | 
|---|
| 100 |  $(INC)objfio.h \
 | 
|---|
| 101 |  $(INC)anydataobj.h \
 | 
|---|
| 102 |  $(INC)ppersist.h \
 | 
|---|
| 103 |  $(INC)pexceptions.h \
 | 
|---|
| 104 |  $(INC)gnumd5.h \
 | 
|---|
| 105 |  $(INC)peida.h \
 | 
|---|
| 106 |  $(INC)utils.h \
 | 
|---|
| 107 |  $(INC)perrors.h \
 | 
|---|
| 108 |  $(INC)fmath.h \
 | 
|---|
| 109 |  $(INC)tvector.h \
 | 
|---|
| 110 |  $(INC)tmatrix.h \
 | 
|---|
| 111 |  $(INC)tarray.h \
 | 
|---|
| 112 |  $(INC)basarr.h \
 | 
|---|
| 113 |  $(INC)mutyv.h \
 | 
|---|
| 114 |  $(INC)dvlist.h \
 | 
|---|
| 115 |  $(INC)ndatablock.h \
 | 
|---|
| 116 |  $(INC)utilarr.h \
 | 
|---|
| 117 |  $(INC)ntuple.h \
 | 
|---|
| 118 |  $(INC)ntupintf.h \
 | 
|---|
| 119 |  $(INC)nbtri.h picntools.h \
 | 
|---|
| 120 |  $(INC)pisysdep.h \
 | 
|---|
| 121 |  $(INC)pistdwdgx.h \
 | 
|---|
| 122 |  $(INC)pistdwdggen.h \
 | 
|---|
| 123 |  $(INC)piwdgx.h \
 | 
|---|
| 124 |  $(INC)piwdggen.h \
 | 
|---|
| 125 |  $(INC)pimsghandler.h \
 | 
|---|
| 126 |  $(INC)picolist.h \
 | 
|---|
| 127 |  $(INC)pioptmenux.h \
 | 
|---|
| 128 |  $(INC)pioptmenugen.h \
 | 
|---|
| 129 |  $(INC)pimenux.h \
 | 
|---|
| 130 |  $(INC)pimenugen.h \
 | 
|---|
| 131 |  $(INC)piwindowx.h \
 | 
|---|
| 132 |  $(INC)piwindowgen.h \
 | 
|---|
| 133 |  $(INC)picontainerx.h \
 | 
|---|
| 134 |  $(INC)picontainergen.h \
 | 
|---|
| 135 |  $(INC)piapplx.h \
 | 
|---|
| 136 |  $(INC)piapplgen.h \
 | 
|---|
| 137 |  $(INC)pimenubarx.h \
 | 
|---|
| 138 |  $(INC)pimenubargen.h \
 | 
|---|
| 139 |  $(INC)picons.h \
 | 
|---|
| 140 |  $(INC)pibwdgx.h \
 | 
|---|
| 141 |  $(INC)pibwdggen.h \
 | 
|---|
| 142 |  $(INC)picmap.h \
 | 
|---|
| 143 |  $(INC)picmapx.h \
 | 
|---|
| 144 |  $(INC)picmapgen.h \
 | 
|---|
| 145 |  $(INC)pigraphx.h \
 | 
|---|
| 146 |  $(INC)pigraphgen.h \
 | 
|---|
| 147 |  $(INC)pifontx.h \
 | 
|---|
| 148 |  $(INC)pifontgen.h \
 | 
|---|
| 149 |  $(INC)pigrcoord.h \
 | 
|---|
| 150 |  $(INC)pilineatt.h \
 | 
|---|
| 151 |  $(INC)pigraphuc.h \
 | 
|---|
| 152 |  $(INC)pievthandler.h \
 | 
|---|
| 153 |  $(INC)psfile.h \
 | 
|---|
| 154 |  $(INC)pigraphps.h \
 | 
|---|
| 155 |  $(INC)picmapview.h pigncont.h \
 | 
|---|
| 156 |  $(INC)pistdimgapp.h \
 | 
|---|
| 157 |  $(INC)pifilechox.h \
 | 
|---|
| 158 |  $(INC)pifilechogen.h \
 | 
|---|
| 159 |  $(INC)piperiodx.h \
 | 
|---|
| 160 |  $(INC)periodic.h \
 | 
|---|
| 161 |  $(INC)piimage.h \
 | 
|---|
| 162 |  $(INC)parradapter.h \
 | 
|---|
| 163 |  $(INC)lut.h \
 | 
|---|
| 164 |  $(INC)pieldrw.h \
 | 
|---|
| 165 |  $(INC)pidrawer.h \
 | 
|---|
| 166 |  $(INC)pigratt.h \
 | 
|---|
| 167 |  $(INC)piaxes.h \
 | 
|---|
| 168 |  $(INC)pipixmapx.h \
 | 
|---|
| 169 |  $(INC)pipixmapgen.h \
 | 
|---|
| 170 |  $(INC)pi3dwdg.h \
 | 
|---|
| 171 |  $(INC)pi3ddrw.h \
 | 
|---|
| 172 |  $(INC)pigraph3d.h \
 | 
|---|
| 173 |  $(INC)nobjmgr.h \
 | 
|---|
| 174 |  $(INC)dlftypes.h \
 | 
|---|
| 175 |  $(INC)piacmd.h \
 | 
|---|
| 176 |  $(INC)pdlmgr.h \
 | 
|---|
| 177 |  $(INC)ctimer.h \
 | 
|---|
| 178 |  $(INC)pisiadw.h \
 | 
|---|
| 179 |  $(INC)pilistx.h \
 | 
|---|
| 180 |  $(INC)pilistgen.h \
 | 
|---|
| 181 |  $(INC)pistzwin.h \
 | 
|---|
| 182 |  $(INC)pitherm.h \
 | 
|---|
| 183 |  $(INC)resusage.h \
 | 
|---|
| 184 |  $(INC)piscdrawwdg.h gp_contour.h gp_types.h \
 | 
|---|
| 185 |  gpc_misc.h gp_dynarray.h gp_graph3d.h gp_alloc.h
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.