Changeset 561 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Nov 10, 1999, 1:23:40 AM (26 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/Makefile
r175 r561 1 1 MODULECXXREPNAME := PI 2 2 MODULEDECCXXFLAGS := -msg_quiet 3 MODULECPPFLAGS := -DSANS_EVOLPLANCK 3 4 include ../Mgr/Makefile.h 4 5 5 6 all: $(LIB)libPIext.a 6 $(LIB)libPIext.a : $(OBJ) nobjmgr.o $(OBJ)piacmd.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o7 $(LIB)libPIext.a : $(OBJ)basexecut.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nommatvecadapter.o $(OBJ)nomstladapter.o $(OBJ)pawexecut.o $(OBJ)piacmd.o $(OBJ)piafitting.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o 7 8 $(AR) $(ARFLAGS) $@ $? 8 9 ifeq ($(CXX),cxx) … … 11 12 12 13 clean: 13 rm -f $(OBJ) nobjmgr.o $(OBJ)piacmd.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o14 rm -f $(OBJ)basexecut.o $(OBJ)nobjmgr.o $(OBJ)nomgadapter.o $(OBJ)nomgfdadapter.o $(OBJ)nomhistadapter.o $(OBJ)nomimagadapter.o $(OBJ)nommatvecadapter.o $(OBJ)nomstladapter.o $(OBJ)pawexecut.o $(OBJ)piacmd.o $(OBJ)piafitting.o $(OBJ)pigfd1.o $(OBJ)pigfd2.o $(OBJ)pihisto.o $(OBJ)pihisto2d.o $(OBJ)piinit.o $(OBJ)pintup3d.o $(OBJ)pintuple.o $(OBJ)pipodrw.o $(OBJ)pisiadw.o $(OBJ)pistdimgapp.o $(OBJ)pistlist.o $(OBJ)servnobjm.o 14 15 ifeq ($(CXX),cxx) 15 16 cd $(REPM); rm -f *.o 16 17 endif 17 18 18 $(OBJ)nobjmgr.o: nobjmgr.cc $(INC)strutil.h \ 19 $(INC)datatypes.h \ 20 $(INC)machine.h $(INC)defs.h \ 21 $(INC)fitsimage.h \ 19 $(OBJ)basexecut.o: basexecut.cc piacmd.h $(INC)machdefs.h \ 20 $(INC)machine.h $(INC)defs.h dlftypes.h \ 21 basexecut.h $(INC)pdlmgr.h \ 22 $(INC)ctimer.h $(INC)peida.h \ 23 $(INC)utils.h $(INC)perrors.h \ 24 $(INC)exceptions.h $(INC)peidainit.h \ 25 $(INC)fmath.h pistdimgapp.h \ 26 $(INC)pisysdep.h $(INC)piapplx.h \ 27 $(INC)piapplgen.h $(INC)pimsghandler.h \ 28 $(INC)picontainerx.h \ 29 $(INC)picontainergen.h $(INC)piwdgx.h \ 30 $(INC)piwdggen.h $(INC)pimenubarx.h \ 31 $(INC)pimenubargen.h $(INC)pimenux.h \ 32 $(INC)pimenugen.h $(INC)picons.h \ 33 $(INC)pistdwdgx.h $(INC)pistdwdggen.h \ 34 $(INC)pibwdgx.h $(INC)pibwdggen.h \ 35 $(INC)picmap.h $(INC)picmapx.h \ 36 $(INC)picmapgen.h $(INC)pigraphx.h \ 37 $(INC)pigraphgen.h $(INC)pifontx.h \ 38 $(INC)pifontgen.h $(INC)pigraphuc.h \ 39 $(INC)pievthandler.h $(INC)psfile.h \ 40 $(INC)pigraphps.h $(INC)piwindowx.h \ 41 $(INC)piwindowgen.h $(INC)pioptmenux.h \ 42 $(INC)pioptmenugen.h $(INC)pifilechox.h \ 43 $(INC)pifilechogen.h $(INC)piimage.h \ 44 $(INC)parradapter.h $(INC)lut.h \ 45 $(INC)pidrawer.h $(INC)pipixmapx.h \ 46 $(INC)pipixmapgen.h $(INC)picmapview.h \ 47 $(INC)pi3ddrw.h $(INC)pigraph3d.h \ 48 nobjmgr.h $(INC)anydataobj.h \ 49 $(INC)ppersist.h $(INC)pclassids.h \ 50 pisiadw.h $(INC)pilistx.h \ 51 $(INC)pilistgen.h $(INC)pistzwin.h \ 52 $(INC)piperiodx.h $(INC)periodic.h \ 53 servnobjm.h $(INC)histos.h \ 54 $(INC)cvector.h $(INC)matrix.h \ 55 $(INC)histos2.h $(INC)hisprof.h \ 56 $(INC)ntuple.h $(INC)ntupintf.h \ 57 $(INC)dvlist.h $(INC)generaldata.h \ 58 $(INC)poly.h 59 $(OBJ)nomgadapter.o: nomgadapter.cc $(INC)machdefs.h \ 60 $(INC)machine.h $(INC)defs.h \ 61 nomgadapter.h $(INC)ppersist.h \ 62 $(INC)perrors.h $(INC)exceptions.h \ 63 $(INC)peidainit.h $(INC)pclassids.h \ 64 $(INC)anydataobj.h $(INC)pidrawer.h \ 65 $(INC)pibwdggen.h $(INC)pisysdep.h \ 66 $(INC)piwdgx.h $(INC)piwdggen.h \ 67 $(INC)pimsghandler.h $(INC)picmap.h \ 68 $(INC)picmapx.h $(INC)picmapgen.h \ 69 $(INC)pigraphx.h $(INC)pigraphgen.h \ 70 $(INC)pifontx.h $(INC)pifontgen.h \ 71 $(INC)pigraphuc.h $(INC)pievthandler.h \ 72 $(INC)psfile.h $(INC)parradapter.h \ 73 $(INC)lut.h $(INC)ntupintf.h 74 $(OBJ)nomimagadapter.o: nomimagadapter.cc $(INC)machdefs.h \ 75 $(INC)machine.h $(INC)defs.h \ 76 nomimagadapter.h nomgadapter.h $(INC)ppersist.h \ 77 $(INC)perrors.h $(INC)exceptions.h \ 78 $(INC)peidainit.h $(INC)pclassids.h \ 79 $(INC)anydataobj.h $(INC)pidrawer.h \ 80 $(INC)pibwdggen.h $(INC)pisysdep.h \ 81 $(INC)piwdgx.h $(INC)piwdggen.h \ 82 $(INC)pimsghandler.h $(INC)picmap.h \ 83 $(INC)picmapx.h $(INC)picmapgen.h \ 84 $(INC)pigraphx.h $(INC)pigraphgen.h \ 85 $(INC)pifontx.h $(INC)pifontgen.h \ 86 $(INC)pigraphuc.h $(INC)pievthandler.h \ 87 $(INC)psfile.h $(INC)parradapter.h \ 88 $(INC)lut.h $(INC)ntupintf.h \ 22 89 $(INC)cimage.h $(INC)rzimage.h \ 23 $(INC)rzvect.h \ 24 $(INC)exceptions.h \ 25 $(INC)peidainit.h \ 26 $(INC)perrors.h \ 27 $(INC)ppersist.h \ 28 $(INC)pclassids.h \ 29 $(INC)dvlist.h \ 30 $(INC)fitsheader.h \ 31 $(INC)erosio.h $(INC)fitskeys.h \ 32 $(INC)erostape.h \ 33 $(INC)ptrarray.h \ 34 $(INC)voidptrarray.h \ 35 $(INC)basearray.h $(INC)peida.h \ 36 $(INC)utils.h $(INC)fmath.h \ 37 $(INC)array.h $(INC)lockfile.h \ 38 $(INC)erostarfile.h \ 39 $(INC)xstrstream.h \ 40 $(INC)dates.h $(INC)tarlib.h \ 41 nobjmgr.h dlftypes.h servnobjm.h $(INC)ctimer.h \ 42 $(INC)pdlmgr.h pistdimgapp.h \ 43 $(INC)pisysdep.h \ 44 $(INC)piapplx.h \ 45 $(INC)piapplgen.h \ 46 $(INC)pimsghandler.h \ 47 $(INC)picontainerx.h \ 48 $(INC)picontainergen.h \ 49 $(INC)piwdgx.h $(INC)piwdggen.h \ 50 $(INC)pimenubarx.h \ 51 $(INC)pimenubargen.h \ 52 $(INC)pimenux.h \ 53 $(INC)pimenugen.h \ 54 $(INC)picons.h \ 55 $(INC)pistdwdgx.h \ 56 $(INC)pistdwdggen.h \ 57 $(INC)pibwdgx.h \ 58 $(INC)pibwdggen.h \ 59 $(INC)picmap.h $(INC)picmapx.h \ 60 $(INC)picmapgen.h \ 61 $(INC)pigraphx.h \ 62 $(INC)pigraphgen.h \ 63 $(INC)pigraphuc.h \ 64 $(INC)pievthandler.h \ 65 $(INC)psfile.h \ 66 $(INC)pigraphps.h \ 67 $(INC)piwindowx.h \ 68 $(INC)piwindowgen.h \ 69 $(INC)pioptmenux.h \ 70 $(INC)pioptmenugen.h \ 71 $(INC)pifilechox.h \ 72 $(INC)pifilechogen.h \ 73 $(INC)piimage.h \ 74 $(INC)parradapter.h $(INC)lut.h \ 75 $(INC)pidrawer.h \ 76 $(INC)pipixmapx.h \ 77 $(INC)pipixmapgen.h \ 78 $(INC)picmapview.h \ 79 $(INC)pi3ddrw.h \ 80 $(INC)pigraph3d.h piacmd.h pisiadw.h \ 81 $(INC)pilistx.h \ 82 $(INC)pilistgen.h \ 83 $(INC)pistzwin.h \ 84 $(INC)piperiodx.h \ 85 $(INC)periodic.h $(INC)poly.h \ 86 $(INC)cvector.h $(INC)matrix.h \ 87 $(INC)zfidu.h $(INC)fft.h \ 88 $(INC)fct1dfit.h \ 89 $(INC)generalfit.h \ 90 $(INC)generaldata.h \ 91 $(INC)fct2dfit.h pimgadapter.h pipodrw.h \ 92 $(INC)histos2.h $(INC)histos.h \ 93 pihisto.h $(INC)hisprof.h pihisto2d.h \ 94 $(INC)piscdrawwdg.h pintuple.h \ 95 $(INC)ntuple.h $(INC)pisurfdr.h \ 96 pintup3d.h pigfd1.h pigfd2.h pistlist.h \ 90 $(INC)rzvect.h $(INC)datatypes.h \ 91 $(INC)dvlist.h pimgadapter.h 92 $(OBJ)nomstladapter.o: nomstladapter.cc $(INC)machdefs.h \ 93 $(INC)machine.h $(INC)defs.h \ 94 nomstladapter.h nomgadapter.h $(INC)ppersist.h \ 95 $(INC)perrors.h $(INC)exceptions.h \ 96 $(INC)peidainit.h $(INC)pclassids.h \ 97 $(INC)anydataobj.h $(INC)pidrawer.h \ 98 $(INC)pibwdggen.h $(INC)pisysdep.h \ 99 $(INC)piwdgx.h $(INC)piwdggen.h \ 100 $(INC)pimsghandler.h $(INC)picmap.h \ 101 $(INC)picmapx.h $(INC)picmapgen.h \ 102 $(INC)pigraphx.h $(INC)pigraphgen.h \ 103 $(INC)pifontx.h $(INC)pifontgen.h \ 104 $(INC)pigraphuc.h $(INC)pievthandler.h \ 105 $(INC)psfile.h $(INC)parradapter.h \ 106 $(INC)lut.h $(INC)ntupintf.h \ 97 107 $(INC)stlist.h $(INC)dynccd.h \ 98 108 $(INC)star.h $(INC)starmacro.h \ 99 $(INC)psf.h $(INC)pixelmap.h \ 100 $(INC)transfo.h $(INC)imgalig.h 101 $(OBJ)piacmd.o: piacmd.cc $(INC)ctimer.h \ 102 $(INC)peida.h $(INC)defs.h \ 103 $(INC)utils.h $(INC)machine.h \ 104 $(INC)perrors.h \ 105 $(INC)exceptions.h \ 106 $(INC)peidainit.h $(INC)fmath.h \ 107 nobjmgr.h $(INC)ppersist.h \ 108 $(INC)pclassids.h dlftypes.h piacmd.h \ 109 $(INC)pdlmgr.h pistdimgapp.h \ 110 $(INC)pisysdep.h \ 111 $(INC)piapplx.h \ 112 $(INC)piapplgen.h \ 113 $(INC)pimsghandler.h \ 114 $(INC)picontainerx.h \ 115 $(INC)picontainergen.h \ 116 $(INC)piwdgx.h $(INC)piwdggen.h \ 117 $(INC)pimenubarx.h \ 118 $(INC)pimenubargen.h \ 119 $(INC)pimenux.h \ 120 $(INC)pimenugen.h \ 121 $(INC)picons.h \ 122 $(INC)pistdwdgx.h \ 123 $(INC)pistdwdggen.h \ 124 $(INC)pibwdgx.h \ 125 $(INC)pibwdggen.h \ 126 $(INC)picmap.h $(INC)picmapx.h \ 127 $(INC)picmapgen.h \ 128 $(INC)pigraphx.h \ 129 $(INC)pigraphgen.h \ 130 $(INC)pigraphuc.h \ 131 $(INC)pievthandler.h \ 132 $(INC)psfile.h \ 133 $(INC)pigraphps.h \ 134 $(INC)piwindowx.h \ 135 $(INC)piwindowgen.h \ 136 $(INC)pioptmenux.h \ 137 $(INC)pioptmenugen.h \ 138 $(INC)pifilechox.h \ 139 $(INC)pifilechogen.h \ 140 $(INC)piimage.h \ 141 $(INC)parradapter.h $(INC)lut.h \ 142 $(INC)pidrawer.h \ 143 $(INC)pipixmapx.h \ 144 $(INC)pipixmapgen.h \ 145 $(INC)picmapview.h \ 146 $(INC)pi3ddrw.h \ 147 $(INC)pigraph3d.h pisiadw.h \ 148 $(INC)pilistx.h \ 149 $(INC)pilistgen.h \ 150 $(INC)pistzwin.h \ 151 $(INC)piperiodx.h \ 152 $(INC)periodic.h $(INC)histos.h \ 153 $(INC)cvector.h $(INC)matrix.h \ 154 $(INC)histos2.h $(INC)hisprof.h \ 155 $(INC)ntuple.h $(INC)dvlist.h \ 156 $(INC)generaldata.h \ 157 $(INC)poly.h $(INC)psf.h \ 109 $(INC)psf.h $(INC)peida.h \ 110 $(INC)utils.h $(INC)fmath.h \ 158 111 $(INC)cimage.h $(INC)rzimage.h \ 159 $(INC)rzvect.h \ 160 $(INC)datatypes.h $(INC)star.h \ 161 $(INC)starmacro.h \ 162 $(INC)fct1dfit.h \ 163 $(INC)generalfit.h \ 164 $(INC)fct2dfit.h \ 165 $(INC)pixelmap.h $(INC)dynccd.h \ 166 pimgadapter.h $(INC)nbmath.h \ 167 $(INC)nbtri.h 112 $(INC)rzvect.h $(INC)datatypes.h \ 113 $(INC)dvlist.h $(INC)fct1dfit.h \ 114 $(INC)generalfit.h $(INC)matrix.h \ 115 $(INC)cvector.h $(INC)generaldata.h \ 116 $(INC)poly.h $(INC)fct2dfit.h \ 117 $(INC)pixelmap.h $(INC)transfo.h \ 118 $(INC)zfidu.h $(INC)imgalig.h \ 119 $(INC)fitsimage.h $(INC)fitsheader.h \ 120 $(INC)erosio.h $(INC)fitskeys.h \ 121 $(INC)erostape.h $(INC)strutil.h \ 122 $(INC)ptrarray.h $(INC)voidptrarray.h \ 123 $(INC)basearray.h $(INC)array.h \ 124 $(INC)lockfile.h $(INC)erostarfile.h \ 125 $(INC)xstrstream.h $(INC)dates.h \ 126 $(INC)tarlib.h pistlist.h 168 127 $(OBJ)pigfd1.o: pigfd1.cc pigfd1.h $(INC)generaldata.h \ 169 128 $(INC)exceptions.h $(INC)defs.h \ 170 $(INC)peidainit.h \ 171 $(INC)ppersist.h \ 129 $(INC)peidainit.h $(INC)ppersist.h \ 172 130 $(INC)machine.h $(INC)perrors.h \ 173 $(INC)pclassids.h $(INC)poly.h \ 131 $(INC)pclassids.h $(INC)ntupintf.h \ 132 $(INC)machdefs.h $(INC)poly.h \ 174 133 $(INC)peida.h $(INC)utils.h \ 175 134 $(INC)fmath.h $(INC)cvector.h \ 176 135 $(INC)matrix.h $(INC)pidrawer.h \ 177 $(INC)pibwdggen.h \ 178 $(INC)pisysdep.h $(INC)piwdgx.h \ 179 $(INC)piwdggen.h \ 180 $(INC)pimsghandler.h \ 181 $(INC)picmap.h $(INC)picmapx.h \ 182 $(INC)picmapgen.h \ 183 $(INC)pigraphx.h \ 184 $(INC)pigraphgen.h \ 185 $(INC)pigraphuc.h \ 186 $(INC)pievthandler.h \ 136 $(INC)pibwdggen.h $(INC)pisysdep.h \ 137 $(INC)piwdgx.h $(INC)piwdggen.h \ 138 $(INC)pimsghandler.h $(INC)picmap.h \ 139 $(INC)picmapx.h $(INC)picmapgen.h \ 140 $(INC)pigraphx.h $(INC)pigraphgen.h \ 141 $(INC)pifontx.h $(INC)pifontgen.h \ 142 $(INC)pigraphuc.h $(INC)pievthandler.h \ 187 143 $(INC)psfile.h 188 144 $(OBJ)pigfd2.o: pigfd2.cc pigfd2.h $(INC)generaldata.h \ 189 145 $(INC)exceptions.h $(INC)defs.h \ 190 $(INC)peidainit.h \ 191 $(INC)ppersist.h \ 146 $(INC)peidainit.h $(INC)ppersist.h \ 192 147 $(INC)machine.h $(INC)perrors.h \ 193 $(INC)pclassids.h $(INC)poly.h \ 148 $(INC)pclassids.h $(INC)ntupintf.h \ 149 $(INC)machdefs.h $(INC)poly.h \ 194 150 $(INC)peida.h $(INC)utils.h \ 195 151 $(INC)fmath.h $(INC)cvector.h \ 196 152 $(INC)matrix.h $(INC)pi3ddrw.h \ 197 $(INC)pisysdep.h \ 198 $(INC)pidrawer.h \ 199 $(INC)pibwdggen.h \ 200 $(INC)piwdgx.h $(INC)piwdggen.h \ 201 $(INC)pimsghandler.h \ 202 $(INC)picmap.h $(INC)picmapx.h \ 203 $(INC)picmapgen.h \ 204 $(INC)pigraphx.h \ 205 $(INC)pigraphgen.h \ 206 $(INC)pigraphuc.h \ 207 $(INC)pievthandler.h \ 208 $(INC)psfile.h \ 209 $(INC)pigraph3d.h \ 210 $(INC)pibwdgx.h \ 153 $(INC)pisysdep.h $(INC)pidrawer.h \ 154 $(INC)pibwdggen.h $(INC)piwdgx.h \ 155 $(INC)piwdggen.h $(INC)pimsghandler.h \ 156 $(INC)picmap.h $(INC)picmapx.h \ 157 $(INC)picmapgen.h $(INC)pigraphx.h \ 158 $(INC)pigraphgen.h $(INC)pifontx.h \ 159 $(INC)pifontgen.h $(INC)pigraphuc.h \ 160 $(INC)pievthandler.h $(INC)psfile.h \ 161 $(INC)pigraph3d.h $(INC)pibwdgx.h \ 211 162 $(INC)pigraphps.h 212 163 $(OBJ)pihisto.o: pihisto.cc pihisto.h $(INC)histos.h \ 213 164 $(INC)peida.h $(INC)defs.h \ 214 165 $(INC)utils.h $(INC)machine.h \ 215 $(INC)perrors.h \ 216 $(INC)exceptions.h \ 166 $(INC)perrors.h $(INC)exceptions.h \ 217 167 $(INC)peidainit.h $(INC)fmath.h \ 218 168 $(INC)cvector.h $(INC)matrix.h \ 219 $(INC)ppersist.h \ 220 $(INC)pclassids.h \ 221 $(INC)pidrawer.h \ 222 $(INC)pibwdggen.h \ 223 $(INC)pisysdep.h $(INC)piwdgx.h \ 224 $(INC)piwdggen.h \ 225 $(INC)pimsghandler.h \ 226 $(INC)picmap.h $(INC)picmapx.h \ 227 $(INC)picmapgen.h \ 228 $(INC)pigraphx.h \ 229 $(INC)pigraphgen.h \ 230 $(INC)pigraphuc.h \ 231 $(INC)pievthandler.h \ 169 $(INC)ppersist.h $(INC)pclassids.h \ 170 $(INC)pidrawer.h $(INC)pibwdggen.h \ 171 $(INC)pisysdep.h $(INC)machdefs.h \ 172 $(INC)piwdgx.h $(INC)piwdggen.h \ 173 $(INC)pimsghandler.h $(INC)picmap.h \ 174 $(INC)picmapx.h $(INC)picmapgen.h \ 175 $(INC)pigraphx.h $(INC)pigraphgen.h \ 176 $(INC)pifontx.h $(INC)pifontgen.h \ 177 $(INC)pigraphuc.h $(INC)pievthandler.h \ 232 178 $(INC)psfile.h $(INC)hisprof.h 233 179 $(OBJ)pihisto2d.o: pihisto2d.cc $(INC)piapplgen.h \ 234 $(INC)pimsghandler.h \ 235 $(INC)pisysdep.h \ 236 $(INC)picontainerx.h \ 237 $(INC)picontainergen.h \ 238 $(INC)piwdgx.h $(INC)piwdggen.h \ 239 $(INC)pimenubarx.h \ 240 $(INC)pimenubargen.h \ 241 $(INC)pimenux.h \ 242 $(INC)pimenugen.h \ 243 $(INC)picons.h \ 244 $(INC)pistdwdgx.h \ 245 $(INC)pistdwdggen.h \ 246 $(INC)pibwdgx.h \ 247 $(INC)pibwdggen.h \ 248 $(INC)picmap.h $(INC)picmapx.h \ 249 $(INC)picmapgen.h \ 250 $(INC)pigraphx.h \ 251 $(INC)pigraphgen.h \ 252 $(INC)pigraphuc.h \ 253 $(INC)pievthandler.h \ 254 $(INC)psfile.h $(INC)defs.h \ 180 $(INC)pimsghandler.h $(INC)machdefs.h \ 181 $(INC)machine.h $(INC)defs.h \ 182 $(INC)pisysdep.h $(INC)picontainerx.h \ 183 $(INC)picontainergen.h $(INC)piwdgx.h \ 184 $(INC)piwdggen.h $(INC)pimenubarx.h \ 185 $(INC)pimenubargen.h $(INC)pimenux.h \ 186 $(INC)pimenugen.h $(INC)picons.h \ 187 $(INC)pistdwdgx.h $(INC)pistdwdggen.h \ 188 $(INC)pibwdgx.h $(INC)pibwdggen.h \ 189 $(INC)picmap.h $(INC)picmapx.h \ 190 $(INC)picmapgen.h $(INC)pigraphx.h \ 191 $(INC)pigraphgen.h $(INC)pifontx.h \ 192 $(INC)pifontgen.h $(INC)pigraphuc.h \ 193 $(INC)pievthandler.h $(INC)psfile.h \ 255 194 $(INC)pigraphps.h pihisto2d.h \ 256 $(INC)pioptmenux.h \ 257 $(INC)pioptmenugen.h \ 195 $(INC)pioptmenux.h $(INC)pioptmenugen.h \ 258 196 $(INC)histos2.h $(INC)peida.h \ 259 $(INC)utils.h $(INC)machine.h \ 260 $(INC)perrors.h \ 261 $(INC)exceptions.h \ 262 $(INC)peidainit.h $(INC)fmath.h \ 263 $(INC)histos.h $(INC)cvector.h \ 264 $(INC)matrix.h $(INC)ppersist.h \ 265 $(INC)pclassids.h \ 266 $(INC)piscdrawwdg.h \ 267 $(INC)piwindowx.h \ 268 $(INC)piwindowgen.h \ 269 $(INC)pidrawer.h \ 197 $(INC)utils.h $(INC)perrors.h \ 198 $(INC)exceptions.h $(INC)peidainit.h \ 199 $(INC)fmath.h $(INC)histos.h \ 200 $(INC)cvector.h $(INC)matrix.h \ 201 $(INC)ppersist.h $(INC)pclassids.h \ 202 $(INC)piscdrawwdg.h $(INC)piwindowx.h \ 203 $(INC)piwindowgen.h $(INC)pidrawer.h \ 270 204 $(INC)nbrandom.h 271 $(OBJ)piinit.o: piinit.cc $(INC)defs.h piinit.h \ 272 $(INC)imaginit.h \ 273 $(INC)outilsinit.h \ 274 $(INC)peidainit.h 275 $(OBJ)pintup3d.o: pintup3d.cc pintup3d.h $(INC)ntuple.h \ 276 $(INC)ppersist.h $(INC)defs.h \ 277 $(INC)machine.h $(INC)perrors.h \ 278 $(INC)exceptions.h \ 279 $(INC)peidainit.h \ 280 $(INC)pclassids.h \ 281 $(INC)dvlist.h $(INC)pi3ddrw.h \ 282 $(INC)pisysdep.h \ 283 $(INC)pidrawer.h \ 284 $(INC)pibwdggen.h \ 285 $(INC)piwdgx.h $(INC)piwdggen.h \ 286 $(INC)pimsghandler.h \ 287 $(INC)picmap.h $(INC)picmapx.h \ 288 $(INC)picmapgen.h \ 289 $(INC)pigraphx.h \ 290 $(INC)pigraphgen.h \ 291 $(INC)pigraphuc.h \ 292 $(INC)pievthandler.h \ 293 $(INC)psfile.h \ 294 $(INC)pigraph3d.h \ 295 $(INC)pibwdgx.h \ 205 $(OBJ)pintup3d.o: pintup3d.cc pintup3d.h $(INC)ntupintf.h \ 206 $(INC)machdefs.h $(INC)machine.h \ 207 $(INC)defs.h $(INC)pi3ddrw.h \ 208 $(INC)pisysdep.h $(INC)pidrawer.h \ 209 $(INC)pibwdggen.h $(INC)piwdgx.h \ 210 $(INC)piwdggen.h $(INC)pimsghandler.h \ 211 $(INC)picmap.h $(INC)picmapx.h \ 212 $(INC)picmapgen.h $(INC)pigraphx.h \ 213 $(INC)pigraphgen.h $(INC)pifontx.h \ 214 $(INC)pifontgen.h $(INC)pigraphuc.h \ 215 $(INC)pievthandler.h $(INC)psfile.h \ 216 $(INC)pigraph3d.h $(INC)pibwdgx.h \ 296 217 $(INC)pigraphps.h 297 $(OBJ)pintuple.o: pintuple.cc pintuple.h $(INC)ntuple.h \ 298 $(INC)ppersist.h $(INC)defs.h \ 299 $(INC)machine.h $(INC)perrors.h \ 300 $(INC)exceptions.h \ 301 $(INC)peidainit.h \ 302 $(INC)pclassids.h \ 303 $(INC)dvlist.h $(INC)pidrawer.h \ 304 $(INC)pibwdggen.h \ 305 $(INC)pisysdep.h $(INC)piwdgx.h \ 306 $(INC)piwdggen.h \ 307 $(INC)pimsghandler.h \ 308 $(INC)picmap.h $(INC)picmapx.h \ 309 $(INC)picmapgen.h \ 310 $(INC)pigraphx.h \ 311 $(INC)pigraphgen.h \ 312 $(INC)pigraphuc.h \ 313 $(INC)pievthandler.h \ 218 $(OBJ)pintuple.o: pintuple.cc pintuple.h $(INC)ntupintf.h \ 219 $(INC)machdefs.h $(INC)machine.h \ 220 $(INC)defs.h $(INC)pidrawer.h \ 221 $(INC)pibwdggen.h $(INC)pisysdep.h \ 222 $(INC)piwdgx.h $(INC)piwdggen.h \ 223 $(INC)pimsghandler.h $(INC)picmap.h \ 224 $(INC)picmapx.h $(INC)picmapgen.h \ 225 $(INC)pigraphx.h $(INC)pigraphgen.h \ 226 $(INC)pifontx.h $(INC)pifontgen.h \ 227 $(INC)pigraphuc.h $(INC)pievthandler.h \ 314 228 $(INC)psfile.h 315 $(OBJ)pipodrw.o: pipodrw.cc pipodrw.h $(INC)pidrawer.h \ 316 $(INC)pibwdggen.h \ 317 $(INC)pisysdep.h $(INC)piwdgx.h \ 318 $(INC)piwdggen.h \ 319 $(INC)pimsghandler.h \ 320 $(INC)picmap.h $(INC)picmapx.h \ 321 $(INC)picmapgen.h \ 322 $(INC)pigraphx.h \ 323 $(INC)pigraphgen.h \ 324 $(INC)pigraphuc.h \ 325 $(INC)pievthandler.h \ 326 $(INC)psfile.h $(INC)defs.h \ 327 $(INC)parradapter.h \ 328 $(INC)machine.h $(INC)lut.h \ 329 $(INC)cvector.h $(INC)matrix.h \ 229 $(OBJ)pisiadw.o: pisiadw.cc $(INC)machdefs.h \ 230 $(INC)machine.h $(INC)defs.h \ 231 $(INC)perrors.h $(INC)exceptions.h \ 232 $(INC)peidainit.h $(INC)ctimer.h \ 330 233 $(INC)peida.h $(INC)utils.h \ 331 $(INC)perrors.h \ 332 $(INC)exceptions.h \ 333 $(INC)peidainit.h $(INC)fmath.h \ 334 $(INC)ppersist.h \ 335 $(INC)pclassids.h \ 336 $(INC)histos2.h $(INC)histos.h \ 337 $(INC)generalfit.h \ 338 $(INC)generaldata.h \ 339 $(INC)poly.h 340 $(OBJ)pisiadw.o: pisiadw.cc $(INC)machine.h \ 341 $(INC)defs.h $(INC)perrors.h \ 342 $(INC)exceptions.h \ 343 $(INC)peidainit.h \ 344 $(INC)ctimer.h $(INC)peida.h \ 345 $(INC)utils.h $(INC)fmath.h \ 346 $(INC)nbmath.h pistdimgapp.h \ 347 $(INC)pisysdep.h \ 348 $(INC)piapplx.h \ 349 $(INC)piapplgen.h \ 234 $(INC)fmath.h $(INC)nbmath.h \ 235 pistdimgapp.h $(INC)pisysdep.h \ 236 $(INC)piapplx.h $(INC)piapplgen.h \ 350 237 $(INC)pimsghandler.h \ 351 238 $(INC)picontainerx.h \ 352 $(INC)picontainergen.h \ 353 $(INC)piwdgx.h $(INC)piwdggen.h \ 354 $(INC)pimenubarx.h \ 355 $(INC)pimenubargen.h \ 356 $(INC)pimenux.h \ 357 $(INC)pimenugen.h \ 358 $(INC)picons.h \ 359 $(INC)pistdwdgx.h \ 360 $(INC)pistdwdggen.h \ 361 $(INC)pibwdgx.h \ 362 $(INC)pibwdggen.h \ 363 $(INC)picmap.h $(INC)picmapx.h \ 364 $(INC)picmapgen.h \ 365 $(INC)pigraphx.h \ 366 $(INC)pigraphgen.h \ 367 $(INC)pigraphuc.h \ 368 $(INC)pievthandler.h \ 369 $(INC)psfile.h \ 370 $(INC)pigraphps.h \ 371 $(INC)piwindowx.h \ 372 $(INC)piwindowgen.h \ 373 $(INC)pioptmenux.h \ 374 $(INC)pioptmenugen.h \ 375 $(INC)pifilechox.h \ 376 $(INC)pifilechogen.h \ 377 $(INC)piimage.h \ 239 $(INC)picontainergen.h $(INC)piwdgx.h \ 240 $(INC)piwdggen.h $(INC)pimenubarx.h \ 241 $(INC)pimenubargen.h $(INC)pimenux.h \ 242 $(INC)pimenugen.h $(INC)picons.h \ 243 $(INC)pistdwdgx.h $(INC)pistdwdggen.h \ 244 $(INC)pibwdgx.h $(INC)pibwdggen.h \ 245 $(INC)picmap.h $(INC)picmapx.h \ 246 $(INC)picmapgen.h $(INC)pigraphx.h \ 247 $(INC)pigraphgen.h $(INC)pifontx.h \ 248 $(INC)pifontgen.h $(INC)pigraphuc.h \ 249 $(INC)pievthandler.h $(INC)psfile.h \ 250 $(INC)pigraphps.h $(INC)piwindowx.h \ 251 $(INC)piwindowgen.h $(INC)pioptmenux.h \ 252 $(INC)pioptmenugen.h $(INC)pifilechox.h \ 253 $(INC)pifilechogen.h $(INC)piimage.h \ 378 254 $(INC)parradapter.h $(INC)lut.h \ 379 $(INC)pidrawer.h \ 380 $(INC)pipixmapx.h \ 381 $(INC)pipixmapgen.h \ 382 $(INC)picmapview.h \ 383 $(INC)pi3ddrw.h \ 384 $(INC)pigraph3d.h nobjmgr.h \ 385 $(INC)ppersist.h \ 386 $(INC)pclassids.h dlftypes.h piacmd.h \ 387 $(INC)pdlmgr.h pisiadw.h \ 388 $(INC)pilistx.h \ 389 $(INC)pilistgen.h \ 390 $(INC)pistzwin.h \ 391 $(INC)piperiodx.h \ 392 $(INC)periodic.h servnobjm.h 393 $(OBJ)pistdimgapp.o: pistdimgapp.cc $(INC)machine.h \ 394 $(INC)defs.h $(INC)strutil.h \ 395 $(INC)timing.h $(INC)perrors.h \ 396 $(INC)exceptions.h \ 397 $(INC)peidainit.h \ 398 $(INC)ctimer.h $(INC)peida.h \ 255 $(INC)pidrawer.h $(INC)pipixmapx.h \ 256 $(INC)pipixmapgen.h $(INC)picmapview.h \ 257 $(INC)pi3ddrw.h $(INC)pigraph3d.h \ 258 nobjmgr.h $(INC)anydataobj.h \ 259 $(INC)ppersist.h $(INC)pclassids.h \ 260 dlftypes.h piacmd.h pisiadw.h $(INC)pilistx.h \ 261 $(INC)pilistgen.h $(INC)pistzwin.h \ 262 $(INC)piperiodx.h $(INC)periodic.h \ 263 servnobjm.h $(INC)pdlmgr.h 264 $(OBJ)pistdimgapp.o: pistdimgapp.cc $(INC)machdefs.h \ 265 $(INC)machine.h $(INC)defs.h \ 266 $(INC)strutil.h $(INC)timing.h \ 267 $(INC)perrors.h $(INC)exceptions.h \ 268 $(INC)peidainit.h $(INC)ctimer.h \ 269 $(INC)peida.h $(INC)utils.h \ 270 $(INC)fmath.h $(INC)psighand.h \ 271 $(INC)cimage.h $(INC)rzimage.h \ 272 $(INC)rzvect.h $(INC)datatypes.h \ 273 $(INC)ppersist.h $(INC)pclassids.h \ 274 $(INC)dvlist.h pistdimgapp.h \ 275 $(INC)pisysdep.h $(INC)piapplx.h \ 276 $(INC)piapplgen.h $(INC)pimsghandler.h \ 277 $(INC)picontainerx.h \ 278 $(INC)picontainergen.h $(INC)piwdgx.h \ 279 $(INC)piwdggen.h $(INC)pimenubarx.h \ 280 $(INC)pimenubargen.h $(INC)pimenux.h \ 281 $(INC)pimenugen.h $(INC)picons.h \ 282 $(INC)pistdwdgx.h $(INC)pistdwdggen.h \ 283 $(INC)pibwdgx.h $(INC)pibwdggen.h \ 284 $(INC)picmap.h $(INC)picmapx.h \ 285 $(INC)picmapgen.h $(INC)pigraphx.h \ 286 $(INC)pigraphgen.h $(INC)pifontx.h \ 287 $(INC)pifontgen.h $(INC)pigraphuc.h \ 288 $(INC)pievthandler.h $(INC)psfile.h \ 289 $(INC)pigraphps.h $(INC)piwindowx.h \ 290 $(INC)piwindowgen.h $(INC)pioptmenux.h \ 291 $(INC)pioptmenugen.h $(INC)pifilechox.h \ 292 $(INC)pifilechogen.h $(INC)piimage.h \ 293 $(INC)parradapter.h $(INC)lut.h \ 294 $(INC)pidrawer.h $(INC)pipixmapx.h \ 295 $(INC)pipixmapgen.h $(INC)picmapview.h \ 296 $(INC)pi3ddrw.h $(INC)pigraph3d.h \ 297 nobjmgr.h $(INC)anydataobj.h dlftypes.h piacmd.h \ 298 pisiadw.h $(INC)pilistx.h \ 299 $(INC)pilistgen.h $(INC)pistzwin.h \ 300 $(INC)piperiodx.h $(INC)periodic.h \ 301 pihisto2d.h $(INC)histos2.h \ 302 $(INC)histos.h $(INC)cvector.h \ 303 $(INC)matrix.h $(INC)piscdrawwdg.h \ 304 $(INC)piimgtools.h $(INC)pidrwtools.h \ 305 piinit.h $(INC)outilsinit.h \ 306 $(INC)piversion.h piaversion.h 307 $(OBJ)pistlist.o: pistlist.cc pistlist.h $(INC)stlist.h \ 308 $(INC)machine.h $(INC)defs.h \ 309 $(INC)exceptions.h $(INC)peidainit.h \ 310 $(INC)perrors.h $(INC)dynccd.h \ 311 $(INC)ppersist.h $(INC)pclassids.h \ 312 $(INC)star.h $(INC)starmacro.h \ 313 $(INC)psf.h $(INC)peida.h \ 399 314 $(INC)utils.h $(INC)fmath.h \ 400 $(INC)psighand.h $(INC)cimage.h \ 401 $(INC)rzimage.h $(INC)rzvect.h \ 402 $(INC)datatypes.h \ 403 $(INC)ppersist.h \ 404 $(INC)pclassids.h \ 405 $(INC)dvlist.h pistdimgapp.h \ 406 $(INC)pisysdep.h \ 407 $(INC)piapplx.h \ 408 $(INC)piapplgen.h \ 409 $(INC)pimsghandler.h \ 410 $(INC)picontainerx.h \ 411 $(INC)picontainergen.h \ 412 $(INC)piwdgx.h $(INC)piwdggen.h \ 413 $(INC)pimenubarx.h \ 414 $(INC)pimenubargen.h \ 415 $(INC)pimenux.h \ 416 $(INC)pimenugen.h \ 417 $(INC)picons.h \ 418 $(INC)pistdwdgx.h \ 419 $(INC)pistdwdggen.h \ 420 $(INC)pibwdgx.h \ 421 $(INC)pibwdggen.h \ 422 $(INC)picmap.h $(INC)picmapx.h \ 423 $(INC)picmapgen.h \ 424 $(INC)pigraphx.h \ 425 $(INC)pigraphgen.h \ 426 $(INC)pigraphuc.h \ 427 $(INC)pievthandler.h \ 428 $(INC)psfile.h \ 429 $(INC)pigraphps.h \ 430 $(INC)piwindowx.h \ 431 $(INC)piwindowgen.h \ 432 $(INC)pioptmenux.h \ 433 $(INC)pioptmenugen.h \ 434 $(INC)pifilechox.h \ 435 $(INC)pifilechogen.h \ 436 $(INC)piimage.h \ 437 $(INC)parradapter.h $(INC)lut.h \ 438 $(INC)pidrawer.h \ 439 $(INC)pipixmapx.h \ 440 $(INC)pipixmapgen.h \ 441 $(INC)picmapview.h \ 442 $(INC)pi3ddrw.h \ 443 $(INC)pigraph3d.h nobjmgr.h dlftypes.h piacmd.h \ 444 $(INC)pdlmgr.h pisiadw.h \ 445 $(INC)pilistx.h \ 446 $(INC)pilistgen.h \ 447 $(INC)pistzwin.h \ 448 $(INC)piperiodx.h \ 449 $(INC)periodic.h pihisto2d.h \ 450 $(INC)histos2.h $(INC)histos.h \ 451 $(INC)cvector.h $(INC)matrix.h \ 452 $(INC)piscdrawwdg.h \ 453 $(INC)piimgtools.h \ 454 $(INC)pidrwtools.h 455 $(OBJ)pistlist.o: pistlist.cc pistlist.h $(INC)stlist.h \ 456 $(INC)machine.h $(INC)defs.h \ 457 $(INC)exceptions.h \ 458 $(INC)peidainit.h \ 459 $(INC)perrors.h $(INC)dynccd.h \ 460 $(INC)ppersist.h \ 461 $(INC)pclassids.h $(INC)star.h \ 462 $(INC)starmacro.h $(INC)psf.h \ 463 $(INC)peida.h $(INC)utils.h \ 464 $(INC)fmath.h $(INC)cimage.h \ 465 $(INC)rzimage.h $(INC)rzvect.h \ 466 $(INC)datatypes.h \ 315 $(INC)cimage.h $(INC)rzimage.h \ 316 $(INC)rzvect.h $(INC)datatypes.h \ 467 317 $(INC)dvlist.h $(INC)fct1dfit.h \ 468 $(INC)generalfit.h \469 $(INC) matrix.h $(INC)cvector.h \470 $(INC) generaldata.h \318 $(INC)generalfit.h $(INC)matrix.h \ 319 $(INC)cvector.h $(INC)generaldata.h \ 320 $(INC)ntupintf.h $(INC)machdefs.h \ 471 321 $(INC)poly.h $(INC)fct2dfit.h \ 472 $(INC)pixelmap.h \ 473 $(INC)transfo.h $(INC)zfidu.h \ 474 $(INC)imgalig.h \ 475 $(INC)fitsimage.h \ 476 $(INC)fitsheader.h \ 322 $(INC)pixelmap.h $(INC)transfo.h \ 323 $(INC)zfidu.h $(INC)imgalig.h \ 324 $(INC)fitsimage.h $(INC)fitsheader.h \ 477 325 $(INC)erosio.h $(INC)fitskeys.h \ 478 $(INC)erostape.h \ 479 $(INC)strutil.h \ 480 $(INC)ptrarray.h \ 481 $(INC)voidptrarray.h \ 326 $(INC)erostape.h $(INC)strutil.h \ 327 $(INC)ptrarray.h $(INC)voidptrarray.h \ 482 328 $(INC)basearray.h $(INC)array.h \ 483 $(INC)lockfile.h \ 484 $(INC)erostarfile.h \ 485 $(INC)xstrstream.h \ 486 $(INC)dates.h $(INC)tarlib.h \ 487 $(INC)pidrawer.h \ 488 $(INC)pibwdggen.h \ 489 $(INC)pisysdep.h $(INC)piwdgx.h \ 490 $(INC)piwdggen.h \ 491 $(INC)pimsghandler.h \ 492 $(INC)picmap.h $(INC)picmapx.h \ 493 $(INC)picmapgen.h \ 494 $(INC)pigraphx.h \ 495 $(INC)pigraphgen.h \ 496 $(INC)pigraphuc.h \ 497 $(INC)pievthandler.h \ 329 $(INC)lockfile.h $(INC)erostarfile.h \ 330 $(INC)xstrstream.h $(INC)dates.h \ 331 $(INC)tarlib.h $(INC)pidrawer.h \ 332 $(INC)pibwdggen.h $(INC)pisysdep.h \ 333 $(INC)piwdgx.h $(INC)piwdggen.h \ 334 $(INC)pimsghandler.h $(INC)picmap.h \ 335 $(INC)picmapx.h $(INC)picmapgen.h \ 336 $(INC)pigraphx.h $(INC)pigraphgen.h \ 337 $(INC)pifontx.h $(INC)pifontgen.h \ 338 $(INC)pigraphuc.h $(INC)pievthandler.h \ 498 339 $(INC)psfile.h 499 $(OBJ)servnobjm.o: servnobjm.cc $(INC)strutil.h \500 $(INC)datatypes.h \501 $(INC)machine.h $(INC)defs.h \502 nobjmgr.h $(INC)ppersist.h \503 $(INC)perrors.h \504 $(INC)exceptions.h \505 $(INC)peidainit.h \506 $(INC)pclassids.h dlftypes.h servnobjm.h \507 $(INC)ctimer.h $(INC)peida.h \508 $(INC)utils.h $(INC)fmath.h \509 $(INC)pdlmgr.h pistdimgapp.h \510 $(INC)pisysdep.h \511 $(INC)piapplx.h \512 $(INC)piapplgen.h \513 $(INC)pimsghandler.h \514 $(INC)picontainerx.h \515 $(INC)picontainergen.h \516 $(INC)piwdgx.h $(INC)piwdggen.h \517 $(INC)pimenubarx.h \518 $(INC)pimenubargen.h \519 $(INC)pimenux.h \520 $(INC)pimenugen.h \521 $(INC)picons.h \522 $(INC)pistdwdgx.h \523 $(INC)pistdwdggen.h \524 $(INC)pibwdgx.h \525 $(INC)pibwdggen.h \526 $(INC)picmap.h $(INC)picmapx.h \527 $(INC)picmapgen.h \528 $(INC)pigraphx.h \529 $(INC)pigraphgen.h \530 $(INC)pigraphuc.h \531 $(INC)pievthandler.h \532 $(INC)psfile.h \533 $(INC)pigraphps.h \534 $(INC)piwindowx.h \535 $(INC)piwindowgen.h \536 $(INC)pioptmenux.h \537 $(INC)pioptmenugen.h \538 $(INC)pifilechox.h \539 $(INC)pifilechogen.h \540 $(INC)piimage.h \541 $(INC)parradapter.h $(INC)lut.h \542 $(INC)pidrawer.h \543 $(INC)pipixmapx.h \544 $(INC)pipixmapgen.h \545 $(INC)picmapview.h \546 $(INC)pi3ddrw.h \547 $(INC)pigraph3d.h piacmd.h pisiadw.h \548 $(INC)pilistx.h \549 $(INC)pilistgen.h \550 $(INC)pistzwin.h \551 $(INC)piperiodx.h \552 $(INC)periodic.h $(INC)histos.h \553 $(INC)cvector.h $(INC)matrix.h \554 $(INC)histos2.h $(INC)ntuple.h \555 $(INC)dvlist.h $(INC)hisprof.h \556 $(INC)generaldata.h \557 $(INC)poly.h $(INC)cimage.h \558 $(INC)rzimage.h $(INC)rzvect.h \559 $(INC)stlist.h $(INC)dynccd.h \560 $(INC)star.h $(INC)starmacro.h \561 $(INC)psf.h $(INC)fct1dfit.h \562 $(INC)generalfit.h \563 $(INC)fct2dfit.h \564 $(INC)pixelmap.h \565 $(INC)transfo.h $(INC)zfidu.h \566 $(INC)imgalig.h \567 $(INC)fitsimage.h \568 $(INC)fitsheader.h \569 $(INC)erosio.h $(INC)fitskeys.h \570 $(INC)erostape.h \571 $(INC)ptrarray.h \572 $(INC)voidptrarray.h \573 $(INC)basearray.h $(INC)array.h \574 $(INC)lockfile.h \575 $(INC)erostarfile.h \576 $(INC)xstrstream.h \577 $(INC)dates.h $(INC)tarlib.h -
trunk/SophyaPI/PIext/pistdimgapp.cc
r558 r561 438 438 pii->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 439 439 pii->SetZoomWin(zoom, false); 440 // Centrage eventuel du pave441 if (mFImgCenter && (mXImgCenter > 0) && (mYImgCenter > 0))442 pii->SetPave(mXImgCenter, mYImgCenter, false, true);443 440 pii->SetGloVWin(gimv, false); 444 441 pii->SetCMapWin(cmapv, false); … … 447 444 pii->ShowCursor(true); 448 445 pii->SetUserData(NULL, oid); 449 pii->SetImage(nouv, true); 446 // Centrage eventuel du pave 447 if (mFImgCenter && (mXImgCenter > 0) && (mYImgCenter > 0)) { 448 pii->SetImage(nouv, false); 449 pii->SetPave(mXImgCenter, mYImgCenter, true, true); 450 } 451 else pii->SetImage(nouv, true); 450 452 // printf("!!DBG!! PIImage Pos= %d %d Size= %d %d \n", pii->XPos(), pii->YPos(), pii->XSize(), pii->YSize() ); 451 453 mCurWin = win;
Note:
See TracChangeset
for help on using the changeset viewer.