Changeset 2444 in Sophya for trunk/SophyaLib
- Timestamp:
- Oct 3, 2003, 4:37:33 PM (22 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 7 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 \
Note:
See TracChangeset
for help on using the changeset viewer.