Changeset 99 in Sophya
- Timestamp:
- Apr 17, 1998, 3:36:50 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Makefile
r94 r99 1 1 MODULENAME := PI 2 MODULECXXFLAGS := -msg_quiet 2 3 include ../Mgr/Makefile.h 3 4 … … 10 11 endif 11 12 12 $(OBJ)lut.o: lut.cc $(INC)defs.h lut.h13 $(OBJ)lut.o: lut.cc /erosusers/eros2/Include/defs.h lut.h 13 14 $(OBJ)piapplgen.o: piapplgen.cc piapplgen.h pimsghandler.h pisysdep.h \ 14 15 picontainerx.h picontainergen.h piwdgx.h piwdggen.h pimenubarx.h \ 15 16 pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 16 17 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 17 pigraphx.h pigraphgen.h psfile.h $(INC)defs.h \18 pigraphx.h pigraphgen.h psfile.h /erosusers/eros2/Include/defs.h \ 18 19 pigraphps.h 19 20 $(OBJ)piapplx.o: piapplx.cc piapplx.h piapplgen.h pimsghandler.h pisysdep.h \ … … 21 22 pimenubargen.h pimenux.h pimenugen.h picons.h pistdwdgx.h \ 22 23 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 23 pigraphx.h pigraphgen.h psfile.h $(INC)defs.h \24 pigraphx.h pigraphgen.h psfile.h /erosusers/eros2/Include/defs.h \ 24 25 pigraphps.h 25 26 $(OBJ)pibwdggen.o: pibwdggen.cc pibwdggen.h pisysdep.h piwdgx.h piwdggen.h \ 26 27 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 27 psfile.h $(INC)defs.h pidrawer.h pigraphuc.h \28 psfile.h /erosusers/eros2/Include/defs.h pidrawer.h pigraphuc.h \ 28 29 pigraphps.h 29 30 $(OBJ)pibwdgx.o: pibwdgx.cc pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h \ 30 31 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 31 pigraphx.h pigraphgen.h psfile.h $(INC)defs.h \32 pigraphx.h pigraphgen.h psfile.h /erosusers/eros2/Include/defs.h \ 32 33 pigraphps.h pixtbase.h 33 34 $(OBJ)picmap.o: picmap.cc picmap.h pisysdep.h picmapx.h picmapgen.h … … 39 40 picontainerx.h picontainergen.h pibwdgx.h pibwdggen.h picmap.h \ 40 41 picmapx.h picmapgen.h pigraphx.h pigraphgen.h psfile.h \ 41 $(INC)defs.h pigraphps.h42 /erosusers/eros2/Include/defs.h pigraphps.h 42 43 $(OBJ)picontainergen.o: picontainergen.cc picontainergen.h pisysdep.h \ 43 44 piwdgx.h piwdggen.h pimsghandler.h … … 46 47 $(OBJ)pidrawer.o: pidrawer.cc pidrawer.h pibwdggen.h pisysdep.h piwdgx.h \ 47 48 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 48 pigraphgen.h psfile.h $(INC)defs.h \ 49 pigraphuc.h 49 pigraphgen.h psfile.h /erosusers/eros2/Include/defs.h pigraphuc.h 50 50 $(OBJ)pidrawwin.o: pidrawwin.cc pidrawwin.h pisysdep.h piwindowx.h \ 51 51 piwindowgen.h picontainerx.h picontainergen.h piwdgx.h piwdggen.h \ 52 52 pimsghandler.h piscdrawwdg.h pibwdgx.h pibwdggen.h picmap.h picmapx.h \ 53 53 picmapgen.h pigraphx.h pigraphgen.h psfile.h \ 54 $(INC)defs.h pigraphps.h pistdwdgx.h \55 pi stdwdggen.h pidrawer.h pigraphuc.h54 /erosusers/eros2/Include/defs.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 55 pidrawer.h pigraphuc.h 56 56 $(OBJ)pifilechogen.o: pifilechogen.cc pifilechogen.h pisysdep.h piwdgx.h \ 57 57 piwdggen.h pimsghandler.h … … 63 63 $(OBJ)pigraphps.o: pigraphps.cc pigraphps.h pisysdep.h pigraphgen.h piwdgx.h \ 64 64 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h psfile.h \ 65 $(INC)defs.h65 /erosusers/eros2/Include/defs.h 66 66 $(OBJ)pigraphuc.o: pigraphuc.cc pigraphuc.h pisysdep.h pigraphgen.h piwdgx.h \ 67 67 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h 68 68 $(OBJ)pigraphx.o: pigraphx.cc pigraphx.h pisysdep.h pigraphgen.h piwdgx.h \ 69 69 piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h 70 $(OBJ)pihisto.o: pihisto.cc pihisto.h $(INC)histos.h \ 71 $(INC)peida.h \ 72 $(INC)defs.h \ 73 $(INC)utils.h \ 74 $(INC)machine.h \ 75 $(INC)perrors.h \ 76 $(INC)exceptions.h \ 77 $(INC)peidainit.h \ 78 $(INC)fmath.h \ 79 $(INC)cvector.h \ 80 $(INC)matrix.h \ 81 $(INC)ppersist.h \ 82 $(INC)pclassids.h piscdrawwdg.h pisysdep.h \ 70 $(OBJ)pihisto.o: pihisto.cc pihisto.h /erosusers/eros2/Include/histos.h \ 71 /erosusers/eros2/Include/peida.h /erosusers/eros2/Include/defs.h \ 72 /erosusers/eros2/Include/utils.h /erosusers/eros2/Include/machine.h \ 73 /erosusers/eros2/Include/perrors.h \ 74 /erosusers/eros2/Include/exceptions.h \ 75 /erosusers/eros2/Include/peidainit.h /erosusers/eros2/Include/fmath.h \ 76 /erosusers/eros2/Include/cvector.h /erosusers/eros2/Include/matrix.h \ 77 /erosusers/eros2/Include/ppersist.h \ 78 /erosusers/eros2/Include/pclassids.h piscdrawwdg.h pisysdep.h \ 83 79 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 84 80 picmapx.h picmapgen.h pigraphx.h pigraphgen.h psfile.h pigraphps.h \ … … 88 84 piwdgx.h piwdggen.h pimsghandler.h pimenubarx.h pimenubargen.h \ 89 85 pioptmenux.h pioptmenugen.h picontainerx.h picontainergen.h \ 90 pistdwdgx.h pistdwdggen.h $(INC)histos2.h \ 91 $(INC)peida.h \ 92 $(INC)defs.h \ 93 $(INC)utils.h \ 94 $(INC)machine.h \ 95 $(INC)perrors.h \ 96 $(INC)exceptions.h \ 97 $(INC)peidainit.h \ 98 $(INC)fmath.h \ 99 $(INC)histos.h \ 100 $(INC)cvector.h \ 101 $(INC)matrix.h \ 102 $(INC)ppersist.h \ 103 $(INC)pclassids.h piscdrawwdg.h pibwdgx.h \ 86 pistdwdgx.h pistdwdggen.h /erosusers/eros2/Include/histos2.h \ 87 /erosusers/eros2/Include/peida.h /erosusers/eros2/Include/defs.h \ 88 /erosusers/eros2/Include/utils.h /erosusers/eros2/Include/machine.h \ 89 /erosusers/eros2/Include/perrors.h \ 90 /erosusers/eros2/Include/exceptions.h \ 91 /erosusers/eros2/Include/peidainit.h /erosusers/eros2/Include/fmath.h \ 92 /erosusers/eros2/Include/histos.h /erosusers/eros2/Include/cvector.h \ 93 /erosusers/eros2/Include/matrix.h /erosusers/eros2/Include/ppersist.h \ 94 /erosusers/eros2/Include/pclassids.h piscdrawwdg.h pibwdgx.h \ 104 95 pibwdggen.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 105 96 psfile.h pigraphps.h piwindowx.h piwindowgen.h pidrawer.h pigraphuc.h \ 106 $(INC)nbrandom.h 107 $(OBJ)piimage.o: piimage.cc piimage.h $(INC)cimage.h \ 108 $(INC)rzimage.h \ 109 $(INC)rzvect.h \ 110 $(INC)machine.h \ 111 $(INC)defs.h \ 112 $(INC)exceptions.h \ 113 $(INC)peidainit.h \ 114 $(INC)perrors.h \ 115 $(INC)imaginit.h \ 116 $(INC)datatypes.h \ 117 $(INC)ppersist.h \ 118 $(INC)pclassids.h \ 119 $(INC)dvlist.h lut.h pisysdep.h pipixmapx.h \ 97 /erosusers/eros2/Include/nbrandom.h 98 $(OBJ)piimage.o: piimage.cc piimage.h /erosusers/eros2/Include/cimage.h \ 99 /erosusers/eros2/Include/rzimage.h /erosusers/eros2/Include/rzvect.h \ 100 /erosusers/eros2/Include/machine.h /erosusers/eros2/Include/defs.h \ 101 /erosusers/eros2/Include/exceptions.h \ 102 /erosusers/eros2/Include/peidainit.h \ 103 /erosusers/eros2/Include/perrors.h \ 104 /erosusers/eros2/Include/imaginit.h \ 105 /erosusers/eros2/Include/datatypes.h \ 106 /erosusers/eros2/Include/ppersist.h \ 107 /erosusers/eros2/Include/pclassids.h \ 108 /erosusers/eros2/Include/dvlist.h lut.h pisysdep.h pipixmapx.h \ 120 109 pipixmapgen.h pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h \ 121 110 pimsghandler.h picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h \ 122 111 psfile.h pigraphps.h pistdwdgx.h pistdwdggen.h piwindowx.h \ 123 112 piwindowgen.h picontainerx.h picontainergen.h \ 124 $(INC)imageop.h \ 125 $(INC)fitsimage.h \ 126 $(INC)fitsheader.h \ 127 $(INC)erosio.h \ 128 $(INC)fitskeys.h \ 129 $(INC)erostape.h \ 130 $(INC)strutil.h \ 131 $(INC)ptrarray.h \ 132 $(INC)voidptrarray.h \ 133 $(INC)basearray.h \ 134 $(INC)peida.h \ 135 $(INC)utils.h \ 136 $(INC)fmath.h \ 137 $(INC)array.h \ 138 $(INC)lockfile.h \ 139 $(INC)erostarfile.h \ 140 $(INC)xstrstream.h \ 141 $(INC)dates.h \ 142 $(INC)tarlib.h 143 $(OBJ)piinit.o: piinit.cc $(INC)defs.h piinit.h \ 144 $(INC)strecinit.h \ 145 $(INC)imaginit.h \ 146 $(INC)peidainit.h 113 /erosusers/eros2/Include/imageop.h \ 114 /erosusers/eros2/Include/fitsimage.h \ 115 /erosusers/eros2/Include/fitsheader.h \ 116 /erosusers/eros2/Include/erosio.h /erosusers/eros2/Include/fitskeys.h \ 117 /erosusers/eros2/Include/erostape.h \ 118 /erosusers/eros2/Include/strutil.h \ 119 /erosusers/eros2/Include/ptrarray.h \ 120 /erosusers/eros2/Include/voidptrarray.h \ 121 /erosusers/eros2/Include/basearray.h /erosusers/eros2/Include/peida.h \ 122 /erosusers/eros2/Include/utils.h /erosusers/eros2/Include/fmath.h \ 123 /erosusers/eros2/Include/array.h /erosusers/eros2/Include/lockfile.h \ 124 /erosusers/eros2/Include/erostarfile.h \ 125 /erosusers/eros2/Include/xstrstream.h \ 126 /erosusers/eros2/Include/dates.h /erosusers/eros2/Include/tarlib.h 127 $(OBJ)piinit.o: piinit.cc /erosusers/eros2/Include/defs.h piinit.h \ 128 /erosusers/eros2/Include/strecinit.h \ 129 /erosusers/eros2/Include/imaginit.h \ 130 /erosusers/eros2/Include/peidainit.h 147 131 $(OBJ)pilistgen.o: pilistgen.cc pilistgen.h pisysdep.h piwdgx.h piwdggen.h \ 148 132 pimsghandler.h … … 153 137 picontainerx.h picontainergen.h pimenubarx.h picons.h pistdwdgx.h \ 154 138 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 155 pigraphx.h pigraphgen.h psfile.h $(INC)defs.h \139 pigraphx.h pigraphgen.h psfile.h /erosusers/eros2/Include/defs.h \ 156 140 pigraphps.h 157 141 $(OBJ)pimenubarx.o: pimenubarx.cc pimenubarx.h pimenubargen.h pisysdep.h \ … … 159 143 piapplgen.h picontainerx.h picontainergen.h picons.h pistdwdgx.h \ 160 144 pistdwdggen.h pibwdgx.h pibwdggen.h picmap.h picmapx.h picmapgen.h \ 161 pigraphx.h pigraphgen.h psfile.h $(INC)defs.h \145 pigraphx.h pigraphgen.h psfile.h /erosusers/eros2/Include/defs.h \ 162 146 pigraphps.h 163 147 $(OBJ)pimenugen.o: pimenugen.cc pimenugen.h pisysdep.h piwdgx.h piwdggen.h \ … … 166 150 piwdggen.h pimsghandler.h 167 151 $(OBJ)pimsghandler.o: pimsghandler.cc pimsghandler.h 168 $(OBJ)pintuple.o: pintuple.cc pintuple.h \ 169 $(INC)ntuple.h \ 170 $(INC)ppersist.h \ 171 $(INC)defs.h \ 172 $(INC)machine.h \ 173 $(INC)perrors.h \ 174 $(INC)exceptions.h \ 175 $(INC)peidainit.h \ 176 $(INC)pclassids.h piscdrawwdg.h pisysdep.h \ 152 $(OBJ)pintuple.o: pintuple.cc pintuple.h /erosusers/eros2/Include/ntuple.h \ 153 /erosusers/eros2/Include/ppersist.h /erosusers/eros2/Include/defs.h \ 154 /erosusers/eros2/Include/machine.h /erosusers/eros2/Include/perrors.h \ 155 /erosusers/eros2/Include/exceptions.h \ 156 /erosusers/eros2/Include/peidainit.h \ 157 /erosusers/eros2/Include/pclassids.h piscdrawwdg.h pisysdep.h \ 177 158 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 178 159 picmapx.h picmapgen.h pigraphx.h pigraphgen.h psfile.h pigraphps.h \ … … 186 167 pimenux.h pimenugen.h pistdwdgx.h pistdwdggen.h 187 168 $(OBJ)piperiodx.o: piperiodx.cc piwdgx.h piwdggen.h pimsghandler.h \ 188 piperiodx.h $(INC)periodic.h \189 $(INC)defs.h169 piperiodx.h /erosusers/eros2/Include/periodic.h \ 170 /erosusers/eros2/Include/defs.h 190 171 $(OBJ)pipixmapgen.o: pipixmapgen.cc pipixmapgen.h pisysdep.h pibwdgx.h \ 191 172 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 192 173 picmapgen.h pigraphx.h pigraphgen.h psfile.h \ 193 $(INC)defs.h pigraphps.h174 /erosusers/eros2/Include/defs.h pigraphps.h 194 175 $(OBJ)pipixmapx.o: pipixmapx.cc pipixmapx.h pipixmapgen.h pisysdep.h \ 195 176 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 196 177 picmapx.h picmapgen.h pigraphx.h pigraphgen.h psfile.h \ 197 $(INC)defs.h pigraphps.h 198 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc \ 199 $(INC)generalfit.h \ 200 $(INC)exceptions.h \ 201 $(INC)defs.h \ 202 $(INC)peidainit.h \ 203 $(INC)matrix.h \ 204 $(INC)peida.h \ 205 $(INC)utils.h \ 206 $(INC)machine.h \ 207 $(INC)perrors.h \ 208 $(INC)fmath.h \ 209 $(INC)ppersist.h \ 210 $(INC)pclassids.h \ 211 $(INC)cvector.h piscdrawwdg.h pisysdep.h \ 212 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 213 picmapx.h picmapgen.h pigraphx.h pigraphgen.h psfile.h pigraphps.h \ 214 pistdwdgx.h pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 178 /erosusers/eros2/Include/defs.h pigraphps.h 179 $(OBJ)piscdrawwdg.o: piscdrawwdg.cc /erosusers/eros2/Include/generalfit.h \ 180 /erosusers/eros2/Include/exceptions.h /erosusers/eros2/Include/defs.h \ 181 /erosusers/eros2/Include/peidainit.h \ 182 /erosusers/eros2/Include/matrix.h /erosusers/eros2/Include/peida.h \ 183 /erosusers/eros2/Include/utils.h /erosusers/eros2/Include/machine.h \ 184 /erosusers/eros2/Include/perrors.h /erosusers/eros2/Include/fmath.h \ 185 /erosusers/eros2/Include/ppersist.h \ 186 /erosusers/eros2/Include/pclassids.h \ 187 /erosusers/eros2/Include/cvector.h piscdrawwdg.h pisysdep.h pibwdgx.h \ 188 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 189 picmapgen.h pigraphx.h pigraphgen.h psfile.h pigraphps.h pistdwdgx.h \ 190 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 215 191 picontainergen.h pidrawer.h pigraphuc.h 216 192 $(OBJ)pistdwdggen.o: pistdwdggen.cc pistdwdggen.h pisysdep.h piwdgx.h \ … … 218 194 $(OBJ)pistdwdgx.o: pistdwdgx.cc pisysdep.h pistdwdgx.h pistdwdggen.h \ 219 195 piwdgx.h piwdggen.h pimsghandler.h 220 $(OBJ)pistlist.o: pistlist.cc pistlist.h \ 221 $(INC)stlist.h \ 222 $(INC)machine.h \ 223 $(INC)defs.h \ 224 $(INC)exceptions.h \ 225 $(INC)peidainit.h \ 226 $(INC)perrors.h \ 227 $(INC)dynccd.h \ 228 $(INC)ppersist.h \ 229 $(INC)pclassids.h \ 230 $(INC)imaginit.h \ 231 $(INC)star.h \ 232 $(INC)strecinit.h \ 233 $(INC)starmacro.h \ 234 $(INC)psf.h \ 235 $(INC)peida.h \ 236 $(INC)utils.h \ 237 $(INC)fmath.h \ 238 $(INC)cimage.h \ 239 $(INC)rzimage.h \ 240 $(INC)rzvect.h \ 241 $(INC)datatypes.h \ 242 $(INC)dvlist.h \ 243 $(INC)fct1dfit.h \ 244 $(INC)generalfit.h \ 245 $(INC)matrix.h \ 246 $(INC)cvector.h \ 247 $(INC)fct2dfit.h \ 248 $(INC)pixelmap.h \ 249 $(INC)transfo.h \ 250 $(INC)poly.h \ 251 $(INC)zfidu.h piscdrawwdg.h pisysdep.h \ 252 pibwdgx.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 253 picmapx.h picmapgen.h pigraphx.h pigraphgen.h psfile.h pigraphps.h \ 254 pistdwdgx.h pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 255 picontainergen.h pidrawer.h pigraphuc.h 256 $(OBJ)piup.o: piup.cc $(INC)ctimer.h \ 257 $(INC)peida.h \ 258 $(INC)defs.h \ 259 $(INC)utils.h \ 260 $(INC)machine.h \ 261 $(INC)perrors.h \ 262 $(INC)exceptions.h \ 263 $(INC)peidainit.h \ 264 $(INC)fmath.h \ 265 $(INC)imageop.h \ 266 $(INC)cimage.h \ 267 $(INC)rzimage.h \ 268 $(INC)rzvect.h \ 269 $(INC)imaginit.h \ 270 $(INC)datatypes.h \ 271 $(INC)ppersist.h \ 272 $(INC)pclassids.h \ 273 $(INC)dvlist.h \ 274 $(INC)fitsimage.h \ 275 $(INC)fitsheader.h \ 276 $(INC)erosio.h \ 277 $(INC)fitskeys.h \ 278 $(INC)erostape.h \ 279 $(INC)strutil.h \ 280 $(INC)ptrarray.h \ 281 $(INC)voidptrarray.h \ 282 $(INC)basearray.h \ 283 $(INC)array.h \ 284 $(INC)lockfile.h \ 285 $(INC)erostarfile.h \ 286 $(INC)xstrstream.h \ 287 $(INC)dates.h \ 288 $(INC)tarlib.h piup.h 196 $(OBJ)pistlist.o: pistlist.cc pistlist.h /erosusers/eros2/Include/stlist.h \ 197 /erosusers/eros2/Include/machine.h /erosusers/eros2/Include/defs.h \ 198 /erosusers/eros2/Include/exceptions.h \ 199 /erosusers/eros2/Include/peidainit.h \ 200 /erosusers/eros2/Include/perrors.h /erosusers/eros2/Include/dynccd.h \ 201 /erosusers/eros2/Include/ppersist.h \ 202 /erosusers/eros2/Include/pclassids.h \ 203 /erosusers/eros2/Include/imaginit.h /erosusers/eros2/Include/star.h \ 204 /erosusers/eros2/Include/strecinit.h \ 205 /erosusers/eros2/Include/starmacro.h /erosusers/eros2/Include/psf.h \ 206 /erosusers/eros2/Include/peida.h /erosusers/eros2/Include/utils.h \ 207 /erosusers/eros2/Include/fmath.h /erosusers/eros2/Include/cimage.h \ 208 /erosusers/eros2/Include/rzimage.h /erosusers/eros2/Include/rzvect.h \ 209 /erosusers/eros2/Include/datatypes.h \ 210 /erosusers/eros2/Include/dvlist.h /erosusers/eros2/Include/fct1dfit.h \ 211 /erosusers/eros2/Include/generalfit.h \ 212 /erosusers/eros2/Include/matrix.h /erosusers/eros2/Include/cvector.h \ 213 /erosusers/eros2/Include/fct2dfit.h \ 214 /erosusers/eros2/Include/pixelmap.h \ 215 /erosusers/eros2/Include/transfo.h /erosusers/eros2/Include/poly.h \ 216 /erosusers/eros2/Include/zfidu.h piscdrawwdg.h pisysdep.h pibwdgx.h \ 217 pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h \ 218 picmapgen.h pigraphx.h pigraphgen.h psfile.h pigraphps.h pistdwdgx.h \ 219 pistdwdggen.h piwindowx.h piwindowgen.h picontainerx.h \ 220 picontainergen.h pidrawer.h pigraphuc.h 221 $(OBJ)piup.o: piup.cc /erosusers/eros2/Include/ctimer.h \ 222 /erosusers/eros2/Include/peida.h /erosusers/eros2/Include/defs.h \ 223 /erosusers/eros2/Include/utils.h /erosusers/eros2/Include/machine.h \ 224 /erosusers/eros2/Include/perrors.h \ 225 /erosusers/eros2/Include/exceptions.h \ 226 /erosusers/eros2/Include/peidainit.h /erosusers/eros2/Include/fmath.h \ 227 /erosusers/eros2/Include/imageop.h /erosusers/eros2/Include/cimage.h \ 228 /erosusers/eros2/Include/rzimage.h /erosusers/eros2/Include/rzvect.h \ 229 /erosusers/eros2/Include/imaginit.h \ 230 /erosusers/eros2/Include/datatypes.h \ 231 /erosusers/eros2/Include/ppersist.h \ 232 /erosusers/eros2/Include/pclassids.h \ 233 /erosusers/eros2/Include/dvlist.h \ 234 /erosusers/eros2/Include/fitsimage.h \ 235 /erosusers/eros2/Include/fitsheader.h \ 236 /erosusers/eros2/Include/erosio.h /erosusers/eros2/Include/fitskeys.h \ 237 /erosusers/eros2/Include/erostape.h \ 238 /erosusers/eros2/Include/strutil.h \ 239 /erosusers/eros2/Include/ptrarray.h \ 240 /erosusers/eros2/Include/voidptrarray.h \ 241 /erosusers/eros2/Include/basearray.h /erosusers/eros2/Include/array.h \ 242 /erosusers/eros2/Include/lockfile.h \ 243 /erosusers/eros2/Include/erostarfile.h \ 244 /erosusers/eros2/Include/xstrstream.h \ 245 /erosusers/eros2/Include/dates.h /erosusers/eros2/Include/tarlib.h \ 246 piup.h 289 247 $(OBJ)piwdggen.o: piwdggen.cc piwdggen.h pimsghandler.h picontainergen.h \ 290 pisysdep.h piwdgx.h psfile.h $(INC)defs.h \248 pisysdep.h piwdgx.h psfile.h /erosusers/eros2/Include/defs.h \ 291 249 pigraphgen.h picmap.h picmapx.h picmapgen.h 292 250 $(OBJ)piwdgx.o: piwdgx.cc piwdgx.h piwdggen.h pimsghandler.h picontainerx.h \ … … 294 252 $(OBJ)piwindowgen.o: piwindowgen.cc piwindowgen.h pisysdep.h picontainerx.h \ 295 253 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h psfile.h \ 296 $(INC)defs.h pigraphgen.h picmap.h picmapx.h \254 /erosusers/eros2/Include/defs.h pigraphgen.h picmap.h picmapx.h \ 297 255 picmapgen.h 298 256 $(OBJ)piwindowx.o: piwindowx.cc piwindowx.h piwindowgen.h pisysdep.h \ … … 300 258 $(OBJ)pixtbase.o: pixtbase.cc pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h \ 301 259 piwdgx.h piwdggen.h pimsghandler.h picmap.h picmapx.h picmapgen.h \ 302 pigraphx.h pigraphgen.h psfile.h $(INC)defs.h \260 pigraphx.h pigraphgen.h psfile.h /erosusers/eros2/Include/defs.h \ 303 261 pigraphps.h pixtbase.h 304 $(OBJ)psfile.o: psfile.cc psfile.h $(INC)defs.h \262 $(OBJ)psfile.o: psfile.cc psfile.h /erosusers/eros2/Include/defs.h \ 305 263 pisysdep.h pigraphgen.h piwdgx.h piwdggen.h pimsghandler.h picmap.h \ 306 264 picmapx.h picmapgen.h
Note:
See TracChangeset
for help on using the changeset viewer.