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