Changeset 140 in Sophya for trunk/SophyaPI
- Timestamp:
- Aug 26, 1998, 7:18:13 PM (27 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Makefile
r138 r140 1 MODULE NAME := PI1 MODULECXXREPNAME := PI 2 2 MODULECXXFLAGS := -msg_quiet 3 3 include ../Mgr/Makefile.h … … 17 17 endif 18 18 19 $(OBJ)lut.o: lut.cc $( EROSDEVREP)/Include/defs.h lut.h19 $(OBJ)lut.o: lut.cc $(INC)defs.h lut.h 20 20 $(OBJ)parradapter.o: parradapter.cc parradapter.h \ 21 $( EROSDEVREP)/Include/defs.h $(EROSDEVREP)/Include/machine.h \21 $(INC)defs.h $(INC)machine.h \ 22 22 lut.h 23 23 $(OBJ)pi3ddrw.o: pi3ddrw.cc pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h \ 24 24 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 25 25 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 26 $( EROSDEVREP)/Include/defs.h pigraph3d.h pibwdgx.h pigraphps.h \26 $(INC)defs.h pigraph3d.h pibwdgx.h pigraphps.h \ 27 27 pidrwtools.h pistdwdgx.h pistdwdggen.h pioptmenux.h pioptmenugen.h \ 28 28 pimenux.h pimenugen.h piwindowx.h piwindowgen.h picontainerx.h \ … … 34 34 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 35 35 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 36 $( EROSDEVREP)/Include/defs.h pigraphps.h36 $(INC)defs.h pigraphps.h 37 37 $(OBJ)piapplx.o: piapplx.cc piapplx.h piapplgen.h pimsghandler.h pisysdep.h \ 38 38 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimenubarx.h \ … … 40 40 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 41 41 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 42 $( EROSDEVREP)/Include/defs.h pigraphps.h42 $(INC)defs.h pigraphps.h 43 43 $(OBJ)pibwdggen.o: pibwdggen.cc pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 44 44 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 45 pigraphuc.h psfile.h $( EROSDEVREP)/Include/defs.h pidrawer.h \45 pigraphuc.h psfile.h $(INC)defs.h pidrawer.h \ 46 46 pigraphps.h pidrwtools.h pistdwdgx.h pistdwdggen.h pioptmenux.h \ 47 47 pioptmenugen.h pimenux.h pimenugen.h piwindowx.h piwindowgen.h \ … … 51 51 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 52 52 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 53 $( EROSDEVREP)/Include/defs.h pigraphps.h pixtbase.h53 $(INC)defs.h pigraphps.h pixtbase.h 54 54 $(OBJ)picmap.o: picmap.cc picmap.h pisysdep.h picmapx.h picmapgen.h 55 55 $(OBJ)picmapgen.o: picmapgen.cc picmapgen.h pisysdep.h picmapx.h picmap.h … … 57 57 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 58 58 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 59 $( EROSDEVREP)/Include/defs.h pigraphps.h59 $(INC)defs.h pigraphps.h 60 60 $(OBJ)picmapx.o: picmapx.cc piwdgx.h piwdggen.h pimsghandler.h picmapx.h \ 61 61 picmapgen.h pisysdep.h … … 64 64 picontainerx.h picontainergen.h pibwdgx.h pibwdggen.h picmap.h \ 65 65 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 66 $( EROSDEVREP)/Include/defs.h pigraphps.h66 $(INC)defs.h pigraphps.h 67 67 $(OBJ)picontainergen.o: picontainergen.cc picontainergen.h pisysdep.h \ 68 68 piwdgx.h piwdggen.h pimsghandler.h … … 71 71 $(OBJ)pidrawer.o: pidrawer.cc pidrawer.h pibwdggen.h pisysdep.h piwdgx.h \ 72 72 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 73 pigraphgen.h pigraphuc.h psfile.h $( EROSDEVREP)/Include/defs.h73 pigraphgen.h pigraphuc.h psfile.h $(INC)defs.h 74 74 $(OBJ)pidrawwin.o: pidrawwin.cc pidrawwin.h pisysdep.h piwindowx.h \ 75 75 piwindowgen.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 76 76 pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 77 77 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 78 $( EROSDEVREP)/Include/defs.h pigraphps.h pistdwdgx.h pistdwdggen.h \79 pi drawer.h78 $(INC)defs.h pigraphps.h pistdwdgx.h \ 79 pistdwdggen.h pidrawer.h 80 80 $(OBJ)pidrwtools.o: pidrwtools.cc pidrwtools.h pisysdep.h pistdwdgx.h \ 81 81 pistdwdggen.h piwdgx.h piwdggen.h pimsghandler.h pioptmenux.h \ … … 84 84 pimenubargen.h picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 85 85 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 86 $( EROSDEVREP)/Include/defs.h pigraphps.h piscdrawwdg.h pidrawer.h \86 $(INC)defs.h pigraphps.h piscdrawwdg.h pidrawer.h \ 87 87 pi3ddrw.h pigraph3d.h 88 88 $(OBJ)pifilechogen.o: pifilechogen.cc pifilechogen.h pisysdep.h piwdgx.h \ … … 93 93 pistdwdgx.h pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 94 94 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 95 $( EROSDEVREP)/Include/defs.h pigraphps.h pifilechox.h \95 $(INC)defs.h pigraphps.h pifilechox.h \ 96 96 pifilechogen.h piwindowx.h piwindowgen.h 97 97 $(OBJ)pigraph3d.o: pigraph3d.cc pigraph3d.h pisysdep.h pigraphuc.h \ … … 102 102 $(OBJ)pigraphps.o: pigraphps.cc pigraphps.h pisysdep.h pigraphgen.h piwdgx.h \ 103 103 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h psfile.h \ 104 $( EROSDEVREP)/Include/defs.h104 $(INC)defs.h 105 105 $(OBJ)pigraphuc.o: pigraphuc.cc pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h \ 106 106 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h 107 107 $(OBJ)pigraphx.o: pigraphx.cc pigraphx.h pisysdep.h pigraphgen.h piwdgx.h \ 108 108 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h 109 $(OBJ)pihisto.o: pihisto.cc pihisto.h $(EROSDEVREP)/Include/histos.h \ 110 $(EROSDEVREP)/Include/peida.h $(EROSDEVREP)/Include/defs.h \ 111 $(EROSDEVREP)/Include/utils.h $(EROSDEVREP)/Include/machine.h \ 112 $(EROSDEVREP)/Include/perrors.h \ 113 $(EROSDEVREP)/Include/exceptions.h \ 114 $(EROSDEVREP)/Include/peidainit.h $(EROSDEVREP)/Include/fmath.h \ 115 $(EROSDEVREP)/Include/cvector.h $(EROSDEVREP)/Include/matrix.h \ 116 $(EROSDEVREP)/Include/ppersist.h \ 117 $(EROSDEVREP)/Include/pclassids.h pidrawer.h pibwdggen.h \ 109 $(OBJ)pihisto.o: pihisto.cc pihisto.h $(INC)histos.h \ 110 $(INC)peida.h $(INC)defs.h \ 111 $(INC)utils.h $(INC)machine.h \ 112 $(INC)perrors.h \ 113 $(INC)exceptions.h \ 114 $(INC)peidainit.h \ 115 $(INC)fmath.h $(INC)cvector.h \ 116 $(INC)matrix.h \ 117 $(INC)ppersist.h \ 118 $(INC)pclassids.h pidrawer.h pibwdggen.h \ 118 119 pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 119 120 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h … … 121 122 piwdgx.h piwdggen.h pimsghandler.h pimenubarx.h pimenubargen.h \ 122 123 pioptmenux.h pioptmenugen.h pistdwdgx.h pistdwdggen.h \ 123 $(EROSDEVREP)/Include/histos2.h $(EROSDEVREP)/Include/peida.h \ 124 $(EROSDEVREP)/Include/defs.h $(EROSDEVREP)/Include/utils.h \ 125 $(EROSDEVREP)/Include/machine.h $(EROSDEVREP)/Include/perrors.h \ 126 $(EROSDEVREP)/Include/exceptions.h \ 127 $(EROSDEVREP)/Include/peidainit.h $(EROSDEVREP)/Include/fmath.h \ 128 $(EROSDEVREP)/Include/histos.h $(EROSDEVREP)/Include/cvector.h \ 129 $(EROSDEVREP)/Include/matrix.h $(EROSDEVREP)/Include/ppersist.h \ 130 $(EROSDEVREP)/Include/pclassids.h piscdrawwdg.h pibwdgx.h \ 124 $(INC)histos2.h $(INC)peida.h \ 125 $(INC)defs.h $(INC)utils.h \ 126 $(INC)machine.h \ 127 $(INC)perrors.h \ 128 $(INC)exceptions.h \ 129 $(INC)peidainit.h \ 130 $(INC)fmath.h $(INC)histos.h \ 131 $(INC)cvector.h \ 132 $(INC)matrix.h \ 133 $(INC)ppersist.h \ 134 $(INC)pclassids.h piscdrawwdg.h pibwdgx.h \ 131 135 pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 132 136 pigraphuc.h psfile.h pigraphps.h piwindowx.h piwindowgen.h \ 133 137 picontainerx.h picontainergen.h pidrawer.h \ 134 $( EROSDEVREP)/Include/nbrandom.h138 $(INC)nbrandom.h 135 139 $(OBJ)piimage.o: piimage.cc piimage.h parradapter.h \ 136 $( EROSDEVREP)/Include/defs.h $(EROSDEVREP)/Include/machine.h \140 $(INC)defs.h $(INC)machine.h \ 137 141 lut.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 138 142 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ … … 148 152 pimenubargen.h picons.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 149 153 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 150 $( EROSDEVREP)/Include/defs.h pigraphps.h piimage.h parradapter.h \151 $( EROSDEVREP)/Include/machine.h lut.h pidrawer.h pipixmapx.h \154 $(INC)defs.h pigraphps.h piimage.h parradapter.h \ 155 $(INC)machine.h lut.h pidrawer.h pipixmapx.h \ 152 156 pipixmapgen.h picmapview.h 153 $(OBJ)piinit.o: piinit.cc $( EROSDEVREP)/Include/defs.h piinit.h \154 $( EROSDEVREP)/Include/strecinit.h \155 $( EROSDEVREP)/Include/imaginit.h \156 $( EROSDEVREP)/Include/peidainit.h157 $(OBJ)piinit.o: piinit.cc $(INC)defs.h piinit.h \ 158 $(INC)strecinit.h \ 159 $(INC)imaginit.h \ 160 $(INC)peidainit.h 157 161 $(OBJ)pilistgen.o: pilistgen.cc pilistgen.h pisysdep.h piwdgx.h piwdggen.h \ 158 162 pimsghandler.h … … 164 168 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 165 169 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 166 $( EROSDEVREP)/Include/defs.h pigraphps.h170 $(INC)defs.h pigraphps.h 167 171 $(OBJ)pimenubarx.o: pimenubarx.cc pimenubarx.h pimenubargen.h pisysdep.h \ 168 172 pimenux.h pimenugen.h piwdgx.h piwdggen.h pimsghandler.h piapplx.h \ … … 170 174 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 171 175 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 172 $( EROSDEVREP)/Include/defs.h pigraphps.h176 $(INC)defs.h pigraphps.h 173 177 $(OBJ)pimenugen.o: pimenugen.cc pimenugen.h pisysdep.h piwdgx.h piwdggen.h \ 174 178 pimsghandler.h … … 176 180 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h 177 181 $(OBJ)pimsghandler.o: pimsghandler.cc pimsghandler.h 178 $(OBJ)pintup3d.o: pintup3d.cc pintup3d.h $(EROSDEVREP)/Include/ntuple.h \ 179 $(EROSDEVREP)/Include/ppersist.h $(EROSDEVREP)/Include/defs.h \ 180 $(EROSDEVREP)/Include/machine.h $(EROSDEVREP)/Include/perrors.h \ 181 $(EROSDEVREP)/Include/exceptions.h \ 182 $(EROSDEVREP)/Include/peidainit.h \ 183 $(EROSDEVREP)/Include/pclassids.h pi3ddrw.h pisysdep.h pidrawer.h \ 182 $(OBJ)pintup3d.o: pintup3d.cc pintup3d.h $(INC)ntuple.h \ 183 $(INC)ppersist.h $(INC)defs.h \ 184 $(INC)machine.h \ 185 $(INC)perrors.h \ 186 $(INC)exceptions.h \ 187 $(INC)peidainit.h \ 188 $(INC)pclassids.h \ 189 $(INC)dvlist.h pi3ddrw.h pisysdep.h pidrawer.h \ 184 190 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 185 191 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h pigraph3d.h \ 186 192 pibwdgx.h pigraphps.h 187 $(OBJ)pintuple.o: pintuple.cc pintuple.h $(EROSDEVREP)/Include/ntuple.h \ 188 $(EROSDEVREP)/Include/ppersist.h $(EROSDEVREP)/Include/defs.h \ 189 $(EROSDEVREP)/Include/machine.h $(EROSDEVREP)/Include/perrors.h \ 190 $(EROSDEVREP)/Include/exceptions.h \ 191 $(EROSDEVREP)/Include/peidainit.h \ 192 $(EROSDEVREP)/Include/pclassids.h pidrawer.h pibwdggen.h \ 193 pisysdep.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 194 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h 193 $(OBJ)pintuple.o: pintuple.cc pintuple.h $(INC)ntuple.h \ 194 $(INC)ppersist.h $(INC)defs.h \ 195 $(INC)machine.h \ 196 $(INC)perrors.h \ 197 $(INC)exceptions.h \ 198 $(INC)peidainit.h \ 199 $(INC)pclassids.h \ 200 $(INC)dvlist.h pidrawer.h pibwdggen.h pisysdep.h \ 201 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 202 pigraphx.h pigraphgen.h pigraphuc.h psfile.h 195 203 $(OBJ)pioptmenugen.o: pioptmenugen.cc pioptmenugen.h pisysdep.h pimenux.h \ 196 204 pimenugen.h piwdgx.h piwdggen.h pimsghandler.h … … 200 208 pimenubarx.h pimenubargen.h picons.h pibwdgx.h pibwdggen.h picmap.h \ 201 209 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 202 $( EROSDEVREP)/Include/defs.h pigraphps.h210 $(INC)defs.h pigraphps.h 203 211 $(OBJ)piperiodx.o: piperiodx.cc piwdgx.h piwdggen.h pimsghandler.h \ 204 piperiodx.h $( EROSDEVREP)/Include/periodic.h \205 $( EROSDEVREP)/Include/defs.h212 piperiodx.h $(INC)periodic.h \ 213 $(INC)defs.h 206 214 $(OBJ)pipixmapgen.o: pipixmapgen.cc pipixmapgen.h pisysdep.h pibwdgx.h \ 207 215 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 208 216 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 209 $( EROSDEVREP)/Include/defs.h pigraphps.h217 $(INC)defs.h pigraphps.h 210 218 $(OBJ)pipixmapx.o: pipixmapx.cc pipixmapx.h pipixmapgen.h pisysdep.h \ 211 219 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 212 220 picmapx.h picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 213 $( EROSDEVREP)/Include/defs.h pigraphps.h221 $(INC)defs.h pigraphps.h 214 222 $(OBJ)pipodrw.o: pipodrw.cc pipodrw.h pidrawer.h pibwdggen.h pisysdep.h \ 215 223 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 216 224 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 217 $(EROSDEVREP)/Include/defs.h parradapter.h \ 218 $(EROSDEVREP)/Include/machine.h lut.h \ 219 $(EROSDEVREP)/Include/cvector.h $(EROSDEVREP)/Include/matrix.h \ 220 $(EROSDEVREP)/Include/peida.h $(EROSDEVREP)/Include/utils.h \ 221 $(EROSDEVREP)/Include/perrors.h \ 222 $(EROSDEVREP)/Include/exceptions.h \ 223 $(EROSDEVREP)/Include/peidainit.h $(EROSDEVREP)/Include/fmath.h \ 224 $(EROSDEVREP)/Include/ppersist.h \ 225 $(EROSDEVREP)/Include/pclassids.h \ 226 $(EROSDEVREP)/Include/histos2.h $(EROSDEVREP)/Include/histos.h \ 227 $(EROSDEVREP)/Include/generalfit.h 225 $(INC)defs.h parradapter.h \ 226 $(INC)machine.h lut.h \ 227 $(INC)cvector.h \ 228 $(INC)matrix.h $(INC)peida.h \ 229 $(INC)utils.h $(INC)perrors.h \ 230 $(INC)exceptions.h \ 231 $(INC)peidainit.h \ 232 $(INC)fmath.h \ 233 $(INC)ppersist.h \ 234 $(INC)pclassids.h \ 235 $(INC)histos2.h \ 236 $(INC)histos.h \ 237 $(INC)generalfit.h 228 238 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc piscdrawwdg.h pisysdep.h pibwdgx.h \ 229 239 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 230 240 picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 231 $(EROSDEVREP)/Include/defs.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 232 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h pidrawer.h \ 233 pidrwtools.h pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h \ 234 piapplx.h piapplgen.h pimenubarx.h pimenubargen.h picons.h \ 235 parradapter.h $(EROSDEVREP)/Include/machine.h lut.h 241 $(INC)defs.h pigraphps.h pistdwdgx.h \ 242 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 243 picontainergen.h pidrawer.h pidrwtools.h pioptmenux.h pioptmenugen.h \ 244 pimenux.h pimenugen.h piapplx.h piapplgen.h pimenubarx.h \ 245 pimenubargen.h picons.h parradapter.h \ 246 $(INC)machine.h lut.h 236 247 $(OBJ)pistdwdggen.o: pistdwdggen.cc pistdwdggen.h pisysdep.h piwdgx.h \ 237 248 piwdggen.h pimsghandler.h 238 249 $(OBJ)pistdwdgx.o: pistdwdgx.cc pisysdep.h pistdwdgx.h pistdwdggen.h \ 239 250 piwdgx.h piwdggen.h pimsghandler.h 240 $(OBJ)pistlist.o: pistlist.cc pistlist.h $(EROSDEVREP)/Include/stlist.h \ 241 $(EROSDEVREP)/Include/machine.h $(EROSDEVREP)/Include/defs.h \ 242 $(EROSDEVREP)/Include/exceptions.h \ 243 $(EROSDEVREP)/Include/peidainit.h \ 244 $(EROSDEVREP)/Include/perrors.h $(EROSDEVREP)/Include/dynccd.h \ 245 $(EROSDEVREP)/Include/ppersist.h \ 246 $(EROSDEVREP)/Include/pclassids.h \ 247 $(EROSDEVREP)/Include/imaginit.h $(EROSDEVREP)/Include/star.h \ 248 $(EROSDEVREP)/Include/strecinit.h \ 249 $(EROSDEVREP)/Include/starmacro.h $(EROSDEVREP)/Include/psf.h \ 250 $(EROSDEVREP)/Include/peida.h $(EROSDEVREP)/Include/utils.h \ 251 $(EROSDEVREP)/Include/fmath.h $(EROSDEVREP)/Include/cimage.h \ 252 $(EROSDEVREP)/Include/rzimage.h $(EROSDEVREP)/Include/rzvect.h \ 253 $(EROSDEVREP)/Include/datatypes.h \ 254 $(EROSDEVREP)/Include/dvlist.h $(EROSDEVREP)/Include/fct1dfit.h \ 255 $(EROSDEVREP)/Include/generalfit.h \ 256 $(EROSDEVREP)/Include/matrix.h $(EROSDEVREP)/Include/cvector.h \ 257 $(EROSDEVREP)/Include/fct2dfit.h \ 258 $(EROSDEVREP)/Include/pixelmap.h \ 259 $(EROSDEVREP)/Include/transfo.h $(EROSDEVREP)/Include/poly.h \ 260 $(EROSDEVREP)/Include/zfidu.h $(EROSDEVREP)/Include/imgalig.h \ 261 $(EROSDEVREP)/Include/fitsimage.h \ 262 $(EROSDEVREP)/Include/fitsheader.h \ 263 $(EROSDEVREP)/Include/erosio.h $(EROSDEVREP)/Include/fitskeys.h \ 264 $(EROSDEVREP)/Include/erostape.h \ 265 $(EROSDEVREP)/Include/strutil.h \ 266 $(EROSDEVREP)/Include/ptrarray.h \ 267 $(EROSDEVREP)/Include/voidptrarray.h \ 268 $(EROSDEVREP)/Include/basearray.h $(EROSDEVREP)/Include/array.h \ 269 $(EROSDEVREP)/Include/lockfile.h \ 270 $(EROSDEVREP)/Include/erostarfile.h \ 271 $(EROSDEVREP)/Include/xstrstream.h \ 272 $(EROSDEVREP)/Include/dates.h $(EROSDEVREP)/Include/tarlib.h \ 251 $(OBJ)pistlist.o: pistlist.cc pistlist.h $(INC)stlist.h \ 252 $(INC)machine.h $(INC)defs.h \ 253 $(INC)exceptions.h \ 254 $(INC)peidainit.h \ 255 $(INC)perrors.h \ 256 $(INC)dynccd.h \ 257 $(INC)ppersist.h \ 258 $(INC)pclassids.h \ 259 $(INC)imaginit.h $(INC)star.h \ 260 $(INC)strecinit.h \ 261 $(INC)starmacro.h $(INC)psf.h \ 262 $(INC)peida.h $(INC)utils.h \ 263 $(INC)fmath.h $(INC)cimage.h \ 264 $(INC)rzimage.h \ 265 $(INC)rzvect.h \ 266 $(INC)datatypes.h \ 267 $(INC)dvlist.h \ 268 $(INC)fct1dfit.h \ 269 $(INC)generalfit.h \ 270 $(INC)matrix.h \ 271 $(INC)cvector.h \ 272 $(INC)fct2dfit.h \ 273 $(INC)pixelmap.h \ 274 $(INC)transfo.h $(INC)poly.h \ 275 $(INC)zfidu.h $(INC)imgalig.h \ 276 $(INC)fitsimage.h \ 277 $(INC)fitsheader.h \ 278 $(INC)erosio.h \ 279 $(INC)fitskeys.h \ 280 $(INC)erostape.h \ 281 $(INC)strutil.h \ 282 $(INC)ptrarray.h \ 283 $(INC)voidptrarray.h \ 284 $(INC)basearray.h \ 285 $(INC)array.h \ 286 $(INC)lockfile.h \ 287 $(INC)erostarfile.h \ 288 $(INC)xstrstream.h \ 289 $(INC)dates.h $(INC)tarlib.h \ 273 290 pidrawer.h pibwdggen.h pisysdep.h piwdgx.h piwdggen.h pimsghandler.h \ 274 291 picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pigraphuc.h \ 275 292 psfile.h 276 293 $(OBJ)pistzwin.o: pistzwin.cc \ 277 /usr/local/lib/gcc-lib/alpha ev56-dec-osf4.0d/2.8.1/include/stdio.h \294 /usr/local/lib/gcc-lib/alpha-dec-osf4.0/2.7.2.1/include/stdio.h \ 278 295 pistzwin.h pisysdep.h piwindowx.h piwindowgen.h picontainerx.h \ 279 296 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h piperiodx.h \ 280 $( EROSDEVREP)/Include/periodic.h $(EROSDEVREP)/Include/defs.h \297 $(INC)periodic.h $(INC)defs.h \ 281 298 psfile.h pigraphgen.h picmap.h picmapx.h picmapgen.h 282 299 $(OBJ)pisurfdr.o: pisurfdr.cc pisurfdr.h parradapter.h \ 283 $( EROSDEVREP)/Include/defs.h $(EROSDEVREP)/Include/machine.h \300 $(INC)defs.h $(INC)machine.h \ 284 301 lut.h pi3ddrw.h pisysdep.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 285 302 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 286 303 pigraphuc.h psfile.h pigraph3d.h pibwdgx.h pigraphps.h 287 $(OBJ)piup.o: piup.cc $(EROSDEVREP)/Include/ctimer.h \ 288 $(EROSDEVREP)/Include/peida.h $(EROSDEVREP)/Include/defs.h \ 289 $(EROSDEVREP)/Include/utils.h $(EROSDEVREP)/Include/machine.h \ 290 $(EROSDEVREP)/Include/perrors.h \ 291 $(EROSDEVREP)/Include/exceptions.h \ 292 $(EROSDEVREP)/Include/peidainit.h $(EROSDEVREP)/Include/fmath.h \ 293 $(EROSDEVREP)/Include/imageop.h $(EROSDEVREP)/Include/cimage.h \ 294 $(EROSDEVREP)/Include/rzimage.h $(EROSDEVREP)/Include/rzvect.h \ 295 $(EROSDEVREP)/Include/imaginit.h \ 296 $(EROSDEVREP)/Include/datatypes.h \ 297 $(EROSDEVREP)/Include/ppersist.h \ 298 $(EROSDEVREP)/Include/pclassids.h \ 299 $(EROSDEVREP)/Include/dvlist.h $(EROSDEVREP)/Include/cspline.h \ 300 $(EROSDEVREP)/Include/cvector.h $(EROSDEVREP)/Include/matrix.h \ 301 $(EROSDEVREP)/Include/fitsimage.h \ 302 $(EROSDEVREP)/Include/fitsheader.h \ 303 $(EROSDEVREP)/Include/erosio.h $(EROSDEVREP)/Include/fitskeys.h \ 304 $(EROSDEVREP)/Include/erostape.h \ 305 $(EROSDEVREP)/Include/strutil.h \ 306 $(EROSDEVREP)/Include/ptrarray.h \ 307 $(EROSDEVREP)/Include/voidptrarray.h \ 308 $(EROSDEVREP)/Include/basearray.h $(EROSDEVREP)/Include/array.h \ 309 $(EROSDEVREP)/Include/lockfile.h \ 310 $(EROSDEVREP)/Include/erostarfile.h \ 311 $(EROSDEVREP)/Include/xstrstream.h \ 312 $(EROSDEVREP)/Include/dates.h $(EROSDEVREP)/Include/tarlib.h \ 304 $(OBJ)piup.o: piup.cc $(INC)ctimer.h \ 305 $(INC)peida.h $(INC)defs.h \ 306 $(INC)utils.h $(INC)machine.h \ 307 $(INC)perrors.h \ 308 $(INC)exceptions.h \ 309 $(INC)peidainit.h \ 310 $(INC)fmath.h $(INC)imageop.h \ 311 $(INC)cimage.h \ 312 $(INC)rzimage.h \ 313 $(INC)rzvect.h \ 314 $(INC)imaginit.h \ 315 $(INC)datatypes.h \ 316 $(INC)ppersist.h \ 317 $(INC)pclassids.h \ 318 $(INC)dvlist.h \ 319 $(INC)cspline.h \ 320 $(INC)cvector.h \ 321 $(INC)matrix.h \ 322 $(INC)fitsimage.h \ 323 $(INC)fitsheader.h \ 324 $(INC)erosio.h \ 325 $(INC)fitskeys.h \ 326 $(INC)erostape.h \ 327 $(INC)strutil.h \ 328 $(INC)ptrarray.h \ 329 $(INC)voidptrarray.h \ 330 $(INC)basearray.h \ 331 $(INC)array.h \ 332 $(INC)lockfile.h \ 333 $(INC)erostarfile.h \ 334 $(INC)xstrstream.h \ 335 $(INC)dates.h $(INC)tarlib.h \ 313 336 piup.h 314 337 $(OBJ)piwdggen.o: piwdggen.cc piwdggen.h pimsghandler.h picontainergen.h \ 315 pisysdep.h piwdgx.h psfile.h $( EROSDEVREP)/Include/defs.h \338 pisysdep.h piwdgx.h psfile.h $(INC)defs.h \ 316 339 pigraphgen.h picmap.h picmapx.h picmapgen.h 317 340 $(OBJ)piwdgx.o: piwdgx.cc piwdgx.h piwdggen.h pimsghandler.h picontainerx.h \ … … 319 342 $(OBJ)piwindowgen.o: piwindowgen.cc piwindowgen.h pisysdep.h picontainerx.h \ 320 343 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h psfile.h \ 321 $( EROSDEVREP)/Include/defs.h pigraphgen.h picmap.h picmapx.h \344 $(INC)defs.h pigraphgen.h picmap.h picmapx.h \ 322 345 picmapgen.h 323 346 $(OBJ)piwindowx.o: piwindowx.cc piwindowx.h piwindowgen.h pisysdep.h \ … … 326 349 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 327 350 pigraphx.h pigraphgen.h pigraphuc.h psfile.h \ 328 $( EROSDEVREP)/Include/defs.h pigraphps.h pixtbase.h329 $(OBJ)psfile.o: psfile.cc psfile.h $( EROSDEVREP)/Include/defs.h \351 $(INC)defs.h pigraphps.h pixtbase.h 352 $(OBJ)psfile.o: psfile.cc psfile.h $(INC)defs.h \ 330 353 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 331 354 picmapx.h picmapgen.h -
trunk/SophyaPI/PI/parradapter.cc
r138 r140 13 13 { 14 14 mSize=sz; 15 Define YCoordinate(0, 1.);15 DefineXCoordinate(0, 1.); 16 16 } 17 17 … … 22 22 23 23 /* --Methode-- */ 24 void P1DArrayAdapter::Define YCoordinate(float x0, float dx)24 void P1DArrayAdapter::DefineXCoordinate(float x0, float dx) 25 25 { 26 26 mOx = x0; mDx = dx; -
trunk/SophyaPI/PI/parradapter.h
r129 r140 18 18 virtual float Value(int i) = 0; 19 19 inline int Size() { return (mSize) ; } 20 virtual void Define YCoordinate(float x0, float dx);20 virtual void DefineXCoordinate(float x0, float dx); 21 21 virtual float X(int i); 22 22 -
trunk/SophyaPI/PI/picontainergen.cc
r132 r140 64 64 { 65 65 mNCh = 0; 66 mACSup = true; // Suppression automatique des widgets fils au delete66 mACSup = false; // Suppression automatique des widgets fils au delete 67 67 mPaSup = false; 68 mChilds = new (PIWdg Gen* [NCHALGRP]);68 mChilds = new (PIWdg* [NCHALGRP]); 69 69 mMxCh = NCHALGRP; 70 70 } … … 113 113 114 114 /* --Methode-- */ 115 void PIContainerGen::ChildAdd(PIWdg Gen* child)115 void PIContainerGen::ChildAdd(PIWdg* child) 116 116 { 117 117 if (child == NULL) return; 118 118 if (mNCh == mMxCh) 119 119 { 120 PIWdg Gen** och = mChilds;121 mChilds = new (PIWdg Gen* [mMxCh+NCHALGRP]);120 PIWdg ** och = mChilds; 121 mChilds = new (PIWdg * [mMxCh+NCHALGRP]); 122 122 for(int i=0; i<mNCh; i++) mChilds[i] = och[i]; 123 123 delete[] och; … … 129 129 130 130 /* --Methode-- */ 131 void PIContainerGen::ChildDel(PIWdg Gen* child)131 void PIContainerGen::ChildDel(PIWdg* child) 132 132 { 133 133 if (mPaSup) return; // Ne rien faire si delete initie par Container-parent -
trunk/SophyaPI/PI/picontainergen.h
r128 r140 24 24 virtual int Visible(); 25 25 26 virtual void ChildAdd(PIWdg Gen* child);27 virtual void ChildDel(PIWdg Gen* child);26 virtual void ChildAdd(PIWdg* child); 27 virtual void ChildDel(PIWdg* child); 28 28 virtual int NbChilds(); 29 29 virtual PIWdg* GetChild(int n); … … 32 32 protected: 33 33 int stvis; 34 PIWdg Gen** mChilds;34 PIWdg ** mChilds; 35 35 int mNCh, mMxCh; 36 36 bool mPaSup,mACSup; -
trunk/SophyaPI/PI/pigraphx.cc
r138 r140 17 17 static int SmallFontIndex = 1; 18 18 static int NormalFontIndex = 3; 19 static int BigFontIndex = 5;19 static int BigFontIndex = 6; 20 20 static PIFontAtt fntatt[3] = { PI_RomanFont, PI_BoldFont, PI_ItalicFont }; 21 21 #define NMAXCOL 16 … … 657 657 NormalFontIndex = kksel; 658 658 SmallFontIndex = (kksel > 1) ? kksel-2 : 0 ; 659 BigFontIndex = (kksel < NMAXFONTSZ- 2) ? kksel+2: NMAXFONTSZ-1 ;659 BigFontIndex = (kksel < NMAXFONTSZ-3) ? kksel+3 : NMAXFONTSZ-1 ; 660 660 661 661 //printf("PIGraphicX::Init()-DBG- FontIndex= %d %d %d (%d) \n", -
trunk/SophyaPI/PI/piinit.cc
r93 r140 21 21 } 22 22 23 // On met un objet initiator en statique, pour les loaders qui savent 24 // appeler le constructeur des objets statiques Reza 08/98 25 static PeidaInteractiveInitiator pinteractivexxinit; -
trunk/SophyaPI/PI/pistzwin.cc
r139 r140 33 33 34 34 /* --Methode-- */ 35 void PIStackWindow::ChildAdd(PIWdg Gen* child)35 void PIStackWindow::ChildAdd(PIWdg* child) 36 36 { 37 37 int k; … … 44 44 45 45 /* --Methode-- */ 46 void PIStackWindow::ChildDel(PIWdg Gen* child)46 void PIStackWindow::ChildDel(PIWdg* child) 47 47 { 48 48 int k; … … 68 68 GetChild(k)->PSPrint(psf, ofx, ofy); 69 69 } 70 } 71 72 /* --Methode-- */ 73 PIWdg* PIStackWindow::CurrentWdg() 74 { 75 return(GetChild(mCurdisp)); 70 76 } 71 77 … … 128 134 mZx = nzx; mZy = nzy; mZc = 0; 129 135 130 mZWdg = new PIWdg Gen*[nzx*nzy];136 mZWdg = new PIWdg*[nzx*nzy]; 131 137 for(i=0; i<mZx*mZy; i++) mZWdg[i] = NULL; 132 138 } … … 134 140 135 141 /* --Methode-- */ 136 void PIZoneWindow::ChildAdd(PIWdg Gen* child)142 void PIZoneWindow::ChildAdd(PIWdg * child) 137 143 { 138 144 if (!child) return; … … 156 162 157 163 /* --Methode-- */ 158 void PIZoneWindow::ChildDel(PIWdg Gen* child)164 void PIZoneWindow::ChildDel(PIWdg * child) 159 165 { 160 166 if (!child) return; -
trunk/SophyaPI/PI/pistzwin.h
r139 r140 20 20 ~PIStackWindow(); 21 21 22 virtual void ChildAdd(PIWdg Gen* child);23 virtual void ChildDel(PIWdg Gen* child);22 virtual void ChildAdd(PIWdg* child); 23 virtual void ChildDel(PIWdg* child); 24 24 25 25 virtual void PSPrint(PSFile *psf, int ofx=0, int ofy=0); 26 26 27 virtual PIWdg* CurrentWdg(); 27 28 virtual void DispNext(); 28 29 virtual void StartAutoDisp(int dt); … … 44 45 ~PIZoneWindow(); 45 46 46 virtual void ChildAdd(PIWdg Gen* child);47 virtual void ChildDel(PIWdg Gen* child);47 virtual void ChildAdd(PIWdg* child); 48 virtual void ChildDel(PIWdg* child); 48 49 virtual void SetZone(int nzx, int nzy); 49 50 virtual void NbZone(int& nzx, int& nzy); … … 52 53 protected: 53 54 int mZx, mZy, mZc; 54 PIWdg Gen** mZWdg;55 PIWdg** mZWdg; 55 56 }; 56 57 #endif -
trunk/SophyaPI/PI/pitestapp.cc
r123 r140 247 247 if (!fgpxm) { wp3->Show(); fgpxm = true; } 248 248 for (int i=0; i<25000; i++) pixels[i] = rand()%32; 249 if ((x % 3) == 0) pxm->SetColMap (CMAP_GREY32);250 if ((x % 3) == 1) pxm->SetColMap (CMAP_COLRJ32);251 if ((x % 3) == 2) pxm->SetColMap (CMAP_COLBR32);249 if ((x % 3) == 0) pxm->SetColMapId(CMAP_GREY32); 250 if ((x % 3) == 1) pxm->SetColMapId(CMAP_COLRJ32); 251 if ((x % 3) == 2) pxm->SetColMapId(CMAP_COLBR32); 252 252 // pxm->Refresh(); 253 253 if (cur) 254 254 { 255 255 // printf("Process: Setting ColMap for (%lx) \n", (long)cur); 256 if ((x % 3) == 0) cur->SetColMap (CMAP_GREY32);257 if ((x % 3) == 1) cur->SetColMap (CMAP_COLRJ32);258 if ((x % 3) == 2) cur->SetColMap (CMAP_COLBR32);256 if ((x % 3) == 0) cur->SetColMapId(CMAP_GREY32); 257 if ((x % 3) == 1) cur->SetColMapId(CMAP_COLRJ32); 258 if ((x % 3) == 2) cur->SetColMapId(CMAP_COLBR32); 259 259 } 260 260 } … … 344 344 pimg[nimg]->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_fixed,PIBK_fixed ); 345 345 pimg[nimg]->SetZoomWin(zoom); 346 pimg[nimg]->SetTextWin(labimg);347 346 pimg[nimg]->SetImage(new RzImageAdapter(img[nimg], true) ); 348 347 pimg[nimg]->Apply(); -
trunk/SophyaPI/PI/piwdggen.h
r132 r140 39 39 // string kindstr(); 40 40 41 inline PI WdgGen* Parent() { return( (PIWdgGen*)parent ); }41 inline PIContainerGen* Parent() { return( parent ); } 42 42 43 43 inline void SetUserData( void * p, int fg = 0) {pdata=p; flag=fg; }
Note:
See TracChangeset
for help on using the changeset viewer.