- Timestamp:
- Mar 1, 2001, 11:57:46 AM (25 years ago)
- Location:
- trunk/SophyaProg
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/Makefile
r1331 r1427 14 14 endif 15 15 LIBSORA := $(LIBS) 16 ifdef ORACLE_HOME17 LIBSORA := -L$(LIB) -lDb++ $(LIBS) -lErosDb -L$(ORACLE_HOME)/lib -lclntsh18 endif19 16 LDLIBS := $(LIBS) $(LDLIBS) 20 PROGS = $(EXE)runcxx $(EXE)scanppf $(EXE)scanfits 17 PROGS = $(EXE)runcxx $(EXE)scanppf $(EXE)scanfits $(EXE)cl2map $(EXE)map2cl 21 18 22 19 all: $(PROGS) … … 41 38 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 42 39 43 $(OBJ)acxxrun.o: acxxrun.cc $(INC)machdefs.h \ 44 $(INC)systools.h \ 45 $(INC)sophyainit.h \ 46 $(INC)ppersist.h \ 47 $(INC)pexceptions.h \ 48 $(INC)gnumd5.h \ 49 $(INC)ndatablock.h \ 50 $(INC)anydataobj.h \ 40 cl2map: $(EXE)cl2map 41 42 $(EXE)cl2map: $(OBJ)cl2map.o 43 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 44 45 map2cl: $(EXE)map2cl 46 47 $(EXE)map2cl: $(OBJ)map2cl.o 48 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 49 50 : $(EXE) 51 52 $(EXE): 53 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ 54 55 $(OBJ)cl2map.o: cl2map.cc $(INC)machdefs.h \ 56 $(INC)nbmath.h \ 57 $(INC)smathconst.h \ 58 $(INC)timing.h \ 59 $(INC)array.h \ 60 $(INC)tarray.h \ 61 $(INC)basarr.h \ 62 $(INC)anydataobj.h \ 63 $(INC)mutyv.h \ 51 64 $(INC)dvlist.h \ 52 65 $(INC)objfio.h \ 53 $(INC)mutyv.h \ 54 $(INC)pdlmgr.h \ 55 $(INC)perrors.h \ 56 $(INC)srandgen.h \ 57 $(INC)strutil.h \ 58 $(INC)ctimer.h \ 59 $(INC)timing.h \ 60 $(INC)ntools.h \ 61 $(INC)ntoolsinit.h \ 62 $(INC)tarrinit.h \ 63 $(INC)nbconst.h \ 64 $(INC)fmath.h \ 65 $(INC)nbrandom.h \ 66 $(INC)perandom.h \ 67 $(INC)histos.h \ 68 $(INC)peida.h \ 69 $(INC)utils.h \ 66 $(INC)ppersist.h \ 67 $(INC)pexceptions.h \ 68 $(INC)gnumd5.h \ 69 $(INC)ndatablock.h \ 70 $(INC)utilarr.h \ 71 $(INC)tmatrix.h \ 70 72 $(INC)tvector.h \ 71 $(INC)tmatrix.h \ 72 $(INC)tarray.h \ 73 $(INC)basarr.h \ 74 $(INC)utilarr.h \ 75 $(INC)nbtri.h \ 76 $(INC)linfit.h \ 73 $(INC)matharr.h \ 74 $(INC)fioarr.h \ 77 75 $(INC)sopemtx.h \ 78 $(INC)poly.h \79 $(INC)datatypes.h \80 $(INC)cimage.h \81 $(INC)fioarr.h \82 $(INC)dynccd.h \83 $(INC)generaldata.h \84 $(INC)ntupintf.h \85 $(INC)generalfit.h \86 $(INC)fct1dfit.h \87 $(INC)fct2dfit.h \88 $(INC)objfitter.h \89 $(INC)histos2.h \90 $(INC)hisprof.h \91 $(INC)fftpserver.h \92 $(INC)fftservintf.h \93 $(INC)array.h \94 $(INC)matharr.h \95 $(INC)histats.h \96 $(INC)histinit.h \97 $(INC)ntuple.h \98 $(INC)xntuple.h \99 76 $(INC)skymap.h \ 100 77 $(INC)spherethetaphi.h \ 101 78 $(INC)sphericalmap.h \ 102 $(INC)smathconst.h \103 79 $(INC)pixelmap.h \ 104 80 $(INC)spherepos.h \ … … 115 91 $(INC)samba.h \ 116 92 $(INC)alm.h \ 117 $(INC)nbmath.h \ 93 $(INC)nbrandom.h \ 94 $(INC)srandgen.h \ 118 95 $(INC)triangmtx.h \ 119 96 $(INC)bruit.h \ … … 126 103 $(INC)scan.h \ 127 104 $(INC)sphericaltransformserver.h \ 105 $(INC)fftservintf.h \ 106 $(INC)fftpserver.h \ 128 107 $(INC)tod.h \ 129 $(INC)skyt.h \ 130 $(INC)convtools.h \ 131 $(INC)radspecvector.h \ 132 $(INC)radspec.h \ 133 $(INC)specresp.h \ 134 $(INC)blackbody.h \ 135 $(INC)derivblackbody.h \ 136 $(INC)nupower.h \ 137 $(INC)specrespvector.h \ 138 $(INC)squarefilt.h \ 139 $(INC)trianglefilt.h \ 140 $(INC)gaussfilt.h tst.icc 108 $(INC)sambainit.h \ 109 $(INC)skymapinit.h \ 110 $(INC)sophyainit.h \ 111 $(INC)ntoolsinit.h \ 112 $(INC)tarrinit.h \ 113 $(INC)fitsspherehealpix.h \ 114 $(INC)fitsfile.h \ 115 $(INC)fitstarray.h 116 $(OBJ)map2cl.o: map2cl.cc $(INC)machdefs.h \ 117 $(INC)nbmath.h \ 118 $(INC)smathconst.h \ 119 $(INC)timing.h \ 120 $(INC)array.h \ 121 $(INC)tarray.h \ 122 $(INC)basarr.h \ 123 $(INC)anydataobj.h \ 124 $(INC)mutyv.h \ 125 $(INC)dvlist.h \ 126 $(INC)objfio.h \ 127 $(INC)ppersist.h \ 128 $(INC)pexceptions.h \ 129 $(INC)gnumd5.h \ 130 $(INC)ndatablock.h \ 131 $(INC)utilarr.h \ 132 $(INC)tmatrix.h \ 133 $(INC)tvector.h \ 134 $(INC)matharr.h \ 135 $(INC)fioarr.h \ 136 $(INC)sopemtx.h \ 137 $(INC)skymap.h \ 138 $(INC)spherethetaphi.h \ 139 $(INC)sphericalmap.h \ 140 $(INC)pixelmap.h \ 141 $(INC)spherepos.h \ 142 $(INC)unitvector.h \ 143 $(INC)vector3d.h \ 144 $(INC)longlat.h \ 145 $(INC)utilgeom.h \ 146 $(INC)spherehealpix.h \ 147 $(INC)HEALPixUtils.h \ 148 $(INC)localmap.h \ 149 $(INC)fiospherethetaphi.h \ 150 $(INC)fiospherehealpix.h \ 151 $(INC)fiolocalmap.h \ 152 $(INC)samba.h \ 153 $(INC)alm.h \ 154 $(INC)nbrandom.h \ 155 $(INC)srandgen.h \ 156 $(INC)triangmtx.h \ 157 $(INC)bruit.h \ 158 $(INC)circle.h \ 159 $(INC)geometry.h \ 160 $(INC)lambdaBuilder.h \ 161 $(INC)misstime.h \ 162 $(INC)mlobe.h \ 163 $(INC)prefcount.h \ 164 $(INC)scan.h \ 165 $(INC)sphericaltransformserver.h \ 166 $(INC)fftservintf.h \ 167 $(INC)fftpserver.h \ 168 $(INC)tod.h \ 169 $(INC)sambainit.h \ 170 $(INC)skymapinit.h \ 171 $(INC)sophyainit.h \ 172 $(INC)ntoolsinit.h \ 173 $(INC)tarrinit.h \ 174 $(INC)fitsspherehealpix.h \ 175 $(INC)fitsfile.h \ 176 $(INC)fitstarray.h 141 177 $(OBJ)runcxx.o: runcxx.cc $(INC)sambainit.h \ 142 178 $(INC)skymapinit.h \ -
trunk/SophyaProg/PrgUtil/programs
r1331 r1427 2 2 scanppf scanppf.o 3 3 scanfits scanfits.o 4 cl2map cl2map.o 5 map2cl map2cl.o 6
Note:
See TracChangeset
for help on using the changeset viewer.