Changeset 2444 in Sophya
- Timestamp:
- Oct 3, 2003, 4:37:33 PM (22 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/Makefile
r1837 r2444 16 16 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h mutyv.h \ 17 17 $(INC)strutil.h 18 $(OBJ)fiondblock.o: fiondblock.cc $(INC)machdefs.h \19 pexceptions.h fiondblock.h ppersist.h gnumd5.h ndatablock.h \20 anydataobj.h piocmplx.h21 18 $(OBJ)mutyv.o: mutyv.cc mutyv.h $(INC)machdefs.h 22 19 $(OBJ)ndatablock.o: ndatablock.cc $(INC)machdefs.h \ -
trunk/SophyaLib/NTools/Makefile
r2283 r2444 50 50 $(INC)utilarr.h \ 51 51 $(INC)fioarr.h \ 52 $(INC)tvector.h 52 $(INC)tvector.h \ 53 $(INC)datatype.h 53 54 $(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \ 54 55 nbtri.h cspline.h $(INC)pexceptions.h … … 211 212 $(INC)perrors.h fmath.h \ 212 213 $(INC)sopemtx.h 213 $(OBJ)integ.o: integ.cc integ.h classfunc.h$(INC)machdefs.h \214 $(INC)pexceptions.h generalfit.h \214 $(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \ 215 $(INC)pexceptions.h classfunc.h generalfit.h \ 215 216 $(INC)tvector.h \ 216 217 $(INC)tmatrix.h \ -
trunk/SophyaLib/Samba/Makefile
r1837 r2444 105 105 $(INC)mutyv.h \ 106 106 $(INC)ndatablock.h \ 107 $(INC)piocmplx.h \108 107 $(INC)fiondblock.h \ 109 108 $(INC)smathconst.h -
trunk/SophyaLib/Samba/scan.cc
r809 r2444 6 6 #include "scan.h" 7 7 #include <complex> 8 #include "piocmplx.h"9 8 #include "fiondblock.h" 10 9 -
trunk/SophyaLib/SkyMap/Makefile
r1837 r2444 44 44 $(INC)ndatablock.h \ 45 45 $(INC)utilarr.h localmap.h \ 46 $(INC)fiondblock.h 46 $(INC)fioarr.h \ 47 $(INC)fiondblock.h \ 48 $(INC)datatype.h 47 49 $(OBJ)fiospherehealpix.o: fiospherehealpix.cc fiospherehealpix.h \ 48 50 sphericalmap.h $(INC)smathconst.h \ … … 62 64 $(INC)ndatablock.h \ 63 65 $(INC)utilarr.h spherehealpix.h \ 64 HEALPixUtils.h $(INC)fiondblock.h 66 HEALPixUtils.h $(INC)fiondblock.h \ 67 $(INC)datatype.h 65 68 $(OBJ)fiospherethetaphi.o: fiospherethetaphi.cc fiospherethetaphi.h \ 66 69 sphericalmap.h $(INC)smathconst.h \ … … 80 83 $(INC)ndatablock.h \ 81 84 $(INC)utilarr.h spherethetaphi.h \ 82 $(INC)fiondblock.h 85 $(INC)fiondblock.h \ 86 $(INC)datatype.h 83 87 $(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \ 84 88 $(INC)ppersist.h \ … … 98 102 $(INC)ndatablock.h \ 99 103 $(INC)utilarr.h \ 100 $(INC) piocmplx.h \101 $(INC) fiondblock.h104 $(INC)fiondblock.h \ 105 $(INC)timing.h 102 106 $(OBJ)longlat.o: longlat.cc longlat.h \ 103 107 $(INC)machdefs.h utilgeom.h … … 157 161 $(INC)pexceptions.h \ 158 162 $(INC)gnumd5.h unitvector.h vector3d.h \ 159 longlat.h utilgeom.h $(INC)anydataobj.h 163 longlat.h utilgeom.h $(INC)anydataobj.h \ 164 $(INC)datatype.h 160 165 $(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \ 161 166 $(INC)smathconst.h \ … … 175 180 $(INC)ndatablock.h \ 176 181 $(INC)utilarr.h \ 177 $(INC)piocmplx.h \178 182 $(INC)fiondblock.h 179 183 $(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \ 180 184 $(INC)machdefs.h utilgeom.h 181 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h 185 $(OBJ)utilgeom.o: utilgeom.cc $(INC)machdefs.h \ 186 utilgeom.h 182 187 $(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \ 183 188 $(INC)pexceptions.h vector3d.h longlat.h \ -
trunk/SophyaLib/SkyT/Makefile
r1837 r2444 46 46 $(INC)pexceptions.h \ 47 47 $(INC)gnumd5.h \ 48 $(INC)integ.h 48 $(INC)integ.h \ 49 $(INC)classfunc.h 49 50 $(OBJ)radspecvector.o: radspecvector.cc \ 50 51 $(INC)machdefs.h radspecvector.h radspec.h \ … … 85 86 $(INC)integ.h \ 86 87 $(INC)pexceptions.h \ 88 $(INC)classfunc.h \ 87 89 $(INC)tvector.h \ 88 90 $(INC)tmatrix.h \ -
trunk/SophyaLib/TArray/Makefile
r1948 r2444 28 28 basarr.h $(INC)mutyv.h \ 29 29 $(INC)dvlist.h \ 30 $(INC)objfio.h utilarr.h tmatrix.h tvector.h 30 $(INC)objfio.h utilarr.h tmatrix.h tvector.h \ 31 $(INC)datatype.h 31 32 $(OBJ)matharr.o: matharr.cc $(INC)machdefs.h \ 32 33 matharr.h tarray.h basarr.h \ -
trunk/SophyaPI/PI/Makefile
r2138 r2444 160 160 $(INC)machdefs.h piwdgx.h piwdggen.h \ 161 161 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pifontx.h \ 162 pifontgen.h pigrcoord.h pilineatt.h 162 pifontgen.h pigrcoord.h pilineatt.h ucckprot.h 163 163 $(OBJ)pigraphps.o: pigraphps.cc pigraphps.h pisysdep.h \ 164 164 $(INC)machdefs.h pigraphgen.h piwdgx.h \ … … 176 176 $(INC)machdefs.h pigraphgen.h piwdgx.h \ 177 177 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \ 178 pifontx.h pifontgen.h pigrcoord.h pilineatt.h 178 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 179 $(INC)strutilxx.h 179 180 $(OBJ)pigrcoord.o: pigrcoord.cc pigrcoord.h pisysdep.h \ 180 181 $(INC)machdefs.h 181 $(OBJ)piimage.o: piimage.cc pi image.h parradapter.h \182 $(INC)machdefs.h lut.h pisysdep.h pieldrw.h \183 pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \184 pi cmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \185 pi fontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h \186 p sfile.h pigratt.h piaxes.h pipixmapx.h pipixmapgen.h pibwdgx.h \187 pi graphps.h pistdwdgx.h pistdwdggen.h piwindowx.h piwindowgen.h \188 pi containerx.h picontainergen.h picmapview.h piimgtools.h \189 pi optmenux.h pioptmenugen.h pimenux.h pimenugen.h piapplx.h \190 pi applgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \191 pi scdrawwdg.h piyfxdrw.h182 $(OBJ)piimage.o: piimage.cc pisysdep.h \ 183 $(INC)machdefs.h piimage.h parradapter.h \ 184 lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \ 185 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 186 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 187 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h pipixmapx.h \ 188 pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h pistdwdggen.h \ 189 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h \ 190 picmapview.h piimgtools.h pioptmenux.h pioptmenugen.h pimenux.h \ 191 pimenugen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \ 192 picons.h pidrwtools.h piscdrawwdg.h piyfxdrw.h 192 193 $(OBJ)piimgtools.o: piimgtools.cc piimgtools.h pisysdep.h \ 193 194 $(INC)machdefs.h pistdwdgx.h pistdwdggen.h \ … … 297 298 picontainerx.h pisysdep.h picontainergen.h pievthandler.h pigraphx.h \ 298 299 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \ 299 pigrcoord.h pilineatt.h 300 pigrcoord.h pilineatt.h $(INC)pexceptions.h 300 301 $(OBJ)piwindowgen.o: piwindowgen.cc piwindowgen.h pisysdep.h \ 301 302 $(INC)machdefs.h picontainerx.h \ … … 306 307 $(INC)machdefs.h picontainerx.h \ 307 308 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h 308 $(OBJ)pixtbase.o: pixtbase.cc pixtbaseP.h pibwdgx.h pisysdep.h \309 $(INC)machdefs.h pibwdggen.h piwdgx.h \310 pi wdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \311 pigraph x.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \309 $(OBJ)pixtbase.o: pixtbase.cc $(INC)machdefs.h \ 310 pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \ 311 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \ 312 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \ 312 313 pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h 313 314 $(OBJ)piyfxdrw.o: piyfxdrw.cc $(INC)machdefs.h \
Note:
See TracChangeset
for help on using the changeset viewer.