Changeset 1432 in Sophya
- Timestamp:
- Mar 1, 2001, 7:08:11 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/Makefile
r1427 r1432 15 15 LIBSORA := $(LIBS) 16 16 LDLIBS := $(LIBS) $(LDLIBS) 17 PROGS = $(EXE)runcxx $(EXE)scanppf $(EXE)scanfits $(EXE)cl2map $(EXE)map2cl 17 PROGS = $(EXE)runcxx $(EXE)scanppf $(EXE)scanfits $(EXE)cl2map $(EXE)map2cl $(EXE)prjsmap 18 18 19 19 all: $(PROGS) … … 46 46 47 47 $(EXE)map2cl: $(OBJ)map2cl.o 48 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 49 50 prjsmap: $(EXE)prjsmap 51 52 $(EXE)prjsmap: $(OBJ)prjsmap.o 48 53 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 49 54 … … 175 180 $(INC)fitsfile.h \ 176 181 $(INC)fitstarray.h 182 $(OBJ)prjsmap.o: prjsmap.cc $(INC)machdefs.h \ 183 $(INC)nbmath.h \ 184 $(INC)smathconst.h \ 185 $(INC)timing.h \ 186 $(INC)array.h \ 187 $(INC)tarray.h \ 188 $(INC)basarr.h \ 189 $(INC)anydataobj.h \ 190 $(INC)mutyv.h \ 191 $(INC)dvlist.h \ 192 $(INC)objfio.h \ 193 $(INC)ppersist.h \ 194 $(INC)pexceptions.h \ 195 $(INC)gnumd5.h \ 196 $(INC)ndatablock.h \ 197 $(INC)utilarr.h \ 198 $(INC)tmatrix.h \ 199 $(INC)tvector.h \ 200 $(INC)matharr.h \ 201 $(INC)fioarr.h \ 202 $(INC)sopemtx.h \ 203 $(INC)skymap.h \ 204 $(INC)spherethetaphi.h \ 205 $(INC)sphericalmap.h \ 206 $(INC)pixelmap.h \ 207 $(INC)spherepos.h \ 208 $(INC)unitvector.h \ 209 $(INC)vector3d.h \ 210 $(INC)longlat.h \ 211 $(INC)utilgeom.h \ 212 $(INC)spherehealpix.h \ 213 $(INC)HEALPixUtils.h \ 214 $(INC)localmap.h \ 215 $(INC)fiospherethetaphi.h \ 216 $(INC)fiospherehealpix.h \ 217 $(INC)fiolocalmap.h \ 218 $(INC)samba.h \ 219 $(INC)alm.h \ 220 $(INC)nbrandom.h \ 221 $(INC)srandgen.h \ 222 $(INC)triangmtx.h \ 223 $(INC)bruit.h \ 224 $(INC)circle.h \ 225 $(INC)geometry.h \ 226 $(INC)lambdaBuilder.h \ 227 $(INC)misstime.h \ 228 $(INC)mlobe.h \ 229 $(INC)prefcount.h \ 230 $(INC)scan.h \ 231 $(INC)sphericaltransformserver.h \ 232 $(INC)fftservintf.h \ 233 $(INC)fftpserver.h \ 234 $(INC)tod.h \ 235 $(INC)sambainit.h \ 236 $(INC)skymapinit.h \ 237 $(INC)sophyainit.h \ 238 $(INC)ntoolsinit.h \ 239 $(INC)tarrinit.h \ 240 $(INC)fitsspherehealpix.h \ 241 $(INC)fitsfile.h \ 242 $(INC)fitstarray.h 177 243 $(OBJ)runcxx.o: runcxx.cc $(INC)sambainit.h \ 178 244 $(INC)skymapinit.h \
Note:
See TracChangeset
for help on using the changeset viewer.