| Rev | Line | |
|---|
| [952] | 1 | MODULECXXREPNAME := ProgPI
|
|---|
| 2 | MODULEDECCXXFLAGS := -msg_quiet
|
|---|
| 3 | include ../Mgr/Makefile.h
|
|---|
| 4 |
|
|---|
| 5 | ifdef NOSHLIB
|
|---|
| [953] | 6 | LIBF = $(LIB)libTArray.a $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libSkyMap.a $(LIB)libSamba.a $(LIB)libSkyT.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a
|
|---|
| 7 | LIBS = -L$(LIB) -lTArray -lSysTools -lNTools -lSkyMap -lSamba -lSkyT -lFitsIOServer -lPI -lPIext -lm
|
|---|
| [952] | 8 | ifeq ($(CXX),cxx)
|
|---|
| 9 | # librairie des instances de templates cxx
|
|---|
| 10 | LIBS := $(LIBS) -lertcxx
|
|---|
| 11 | endif
|
|---|
| 12 | else
|
|---|
| [953] | 13 | LIBF = $(SLB)libPI.so $(SLB)libsophya.so $(SLB)libextsophya.so
|
|---|
| 14 | LIBS = -L$(SLB) -lPI -lsophya -lextsophya -lm
|
|---|
| [952] | 15 | endif
|
|---|
| 16 | LIBSORA := $(LIBS)
|
|---|
| 17 | ifdef ORACLE_HOME
|
|---|
| 18 | LIBSORA := -L$(LIB) -lDb++ $(LIBS) -lErosDb -L$(ORACLE_HOME)/lib -lclntsh
|
|---|
| 19 | endif
|
|---|
| 20 | LDLIBS := $(LIBS) $(LDLIBS)
|
|---|
| 21 | PROGS = $(EXE)spiapp
|
|---|
| 22 |
|
|---|
| 23 | all: $(PROGS)
|
|---|
| 24 |
|
|---|
| 25 | clean:
|
|---|
| 26 | rm -f $(PROGS)
|
|---|
| 27 | if [ -d $(OBJ)cxxrep_ProgPI ] ; then cd $(OBJ)cxxrep_ProgPI ; rm -f *.o ; fi
|
|---|
| 28 |
|
|---|
| 29 | spiapp: $(EXE)spiapp
|
|---|
| 30 |
|
|---|
| 31 | $(EXE)spiapp: $(OBJ)piapp.o $(OBJ)sopiamodule.o
|
|---|
| 32 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
|---|
| 33 |
|
|---|
| [1374] | 34 | $(OBJ)cxx_spiapp.o: cxx_spiapp.cc $(INC)machdefs.h \
|
|---|
| 35 | $(INC)systools.h \
|
|---|
| 36 | $(INC)sophyainit.h \
|
|---|
| 37 | $(INC)ppersist.h \
|
|---|
| 38 | $(INC)pexceptions.h \
|
|---|
| 39 | $(INC)gnumd5.h \
|
|---|
| 40 | $(INC)ndatablock.h \
|
|---|
| 41 | $(INC)anydataobj.h \
|
|---|
| 42 | $(INC)dvlist.h \
|
|---|
| 43 | $(INC)objfio.h \
|
|---|
| 44 | $(INC)mutyv.h \
|
|---|
| 45 | $(INC)pdlmgr.h \
|
|---|
| 46 | $(INC)perrors.h \
|
|---|
| 47 | $(INC)srandgen.h \
|
|---|
| 48 | $(INC)strutil.h \
|
|---|
| 49 | $(INC)ctimer.h \
|
|---|
| 50 | $(INC)timing.h \
|
|---|
| 51 | $(INC)ntools.h \
|
|---|
| 52 | $(INC)ntoolsinit.h \
|
|---|
| 53 | $(INC)tarrinit.h \
|
|---|
| 54 | $(INC)nbconst.h \
|
|---|
| 55 | $(INC)fmath.h \
|
|---|
| 56 | $(INC)nbrandom.h \
|
|---|
| 57 | $(INC)perandom.h \
|
|---|
| 58 | $(INC)histos.h \
|
|---|
| 59 | $(INC)peida.h \
|
|---|
| 60 | $(INC)utils.h \
|
|---|
| 61 | $(INC)tvector.h \
|
|---|
| 62 | $(INC)tmatrix.h \
|
|---|
| 63 | $(INC)tarray.h \
|
|---|
| 64 | $(INC)basarr.h \
|
|---|
| 65 | $(INC)utilarr.h \
|
|---|
| 66 | $(INC)nbtri.h \
|
|---|
| 67 | $(INC)linfit.h \
|
|---|
| 68 | $(INC)sopemtx.h \
|
|---|
| 69 | $(INC)poly.h \
|
|---|
| 70 | $(INC)datatypes.h \
|
|---|
| 71 | $(INC)cimage.h \
|
|---|
| 72 | $(INC)fioarr.h \
|
|---|
| 73 | $(INC)dynccd.h \
|
|---|
| 74 | $(INC)generaldata.h \
|
|---|
| 75 | $(INC)ntupintf.h \
|
|---|
| 76 | $(INC)generalfit.h \
|
|---|
| 77 | $(INC)fct1dfit.h \
|
|---|
| 78 | $(INC)fct2dfit.h \
|
|---|
| 79 | $(INC)objfitter.h \
|
|---|
| 80 | $(INC)histos2.h \
|
|---|
| 81 | $(INC)hisprof.h \
|
|---|
| 82 | $(INC)fftpserver.h \
|
|---|
| 83 | $(INC)fftservintf.h \
|
|---|
| 84 | $(INC)array.h \
|
|---|
| 85 | $(INC)matharr.h \
|
|---|
| 86 | $(INC)histats.h \
|
|---|
| 87 | $(INC)histinit.h \
|
|---|
| 88 | $(INC)ntuple.h \
|
|---|
| 89 | $(INC)xntuple.h \
|
|---|
| 90 | $(INC)nobjmgr.h \
|
|---|
| 91 | $(INC)dlftypes.h \
|
|---|
| 92 | $(INC)servnobjm.h cxx_spiapp.h
|
|---|
| [952] | 93 | $(OBJ)piapp.o: piapp.cc $(INC)pistdimgapp.h \
|
|---|
| 94 | $(INC)pisysdep.h \
|
|---|
| 95 | $(INC)machdefs.h \
|
|---|
| 96 | $(INC)piapplx.h \
|
|---|
| 97 | $(INC)piapplgen.h \
|
|---|
| 98 | $(INC)pimsghandler.h \
|
|---|
| 99 | $(INC)picontainerx.h \
|
|---|
| 100 | $(INC)picontainergen.h \
|
|---|
| 101 | $(INC)piwdgx.h \
|
|---|
| 102 | $(INC)piwdggen.h \
|
|---|
| [1374] | 103 | $(INC)picolist.h \
|
|---|
| [952] | 104 | $(INC)pimenubarx.h \
|
|---|
| 105 | $(INC)pimenubargen.h \
|
|---|
| 106 | $(INC)pimenux.h \
|
|---|
| 107 | $(INC)pimenugen.h \
|
|---|
| 108 | $(INC)picons.h \
|
|---|
| 109 | $(INC)pistdwdgx.h \
|
|---|
| 110 | $(INC)pistdwdggen.h \
|
|---|
| 111 | $(INC)pibwdgx.h \
|
|---|
| 112 | $(INC)pibwdggen.h \
|
|---|
| 113 | $(INC)picmap.h \
|
|---|
| 114 | $(INC)picmapx.h \
|
|---|
| 115 | $(INC)picmapgen.h \
|
|---|
| 116 | $(INC)pigraphx.h \
|
|---|
| 117 | $(INC)pigraphgen.h \
|
|---|
| 118 | $(INC)pifontx.h \
|
|---|
| 119 | $(INC)pifontgen.h \
|
|---|
| 120 | $(INC)pigraphuc.h \
|
|---|
| 121 | $(INC)pievthandler.h \
|
|---|
| 122 | $(INC)psfile.h \
|
|---|
| 123 | $(INC)pigraphps.h \
|
|---|
| 124 | $(INC)piwindowx.h \
|
|---|
| 125 | $(INC)piwindowgen.h \
|
|---|
| 126 | $(INC)pioptmenux.h \
|
|---|
| 127 | $(INC)pioptmenugen.h \
|
|---|
| 128 | $(INC)pifilechox.h \
|
|---|
| 129 | $(INC)pifilechogen.h \
|
|---|
| 130 | $(INC)piimage.h \
|
|---|
| 131 | $(INC)parradapter.h \
|
|---|
| 132 | $(INC)lut.h \
|
|---|
| 133 | $(INC)pidrawer.h \
|
|---|
| 134 | $(INC)pipixmapx.h \
|
|---|
| 135 | $(INC)pipixmapgen.h \
|
|---|
| 136 | $(INC)picmapview.h \
|
|---|
| 137 | $(INC)pi3ddrw.h \
|
|---|
| 138 | $(INC)pigraph3d.h \
|
|---|
| 139 | $(INC)nobjmgr.h \
|
|---|
| 140 | $(INC)anydataobj.h \
|
|---|
| 141 | $(INC)ppersist.h \
|
|---|
| 142 | $(INC)pexceptions.h \
|
|---|
| 143 | $(INC)gnumd5.h \
|
|---|
| [1374] | 144 | $(INC)dvlist.h \
|
|---|
| 145 | $(INC)objfio.h \
|
|---|
| 146 | $(INC)mutyv.h \
|
|---|
| [952] | 147 | $(INC)dlftypes.h \
|
|---|
| 148 | $(INC)piacmd.h \
|
|---|
| 149 | $(INC)pdlmgr.h \
|
|---|
| 150 | $(INC)pisiadw.h \
|
|---|
| 151 | $(INC)pilistx.h \
|
|---|
| 152 | $(INC)pilistgen.h \
|
|---|
| 153 | $(INC)pistzwin.h \
|
|---|
| 154 | $(INC)piperiodx.h \
|
|---|
| 155 | $(INC)periodic.h \
|
|---|
| 156 | $(INC)piversion.h \
|
|---|
| 157 | $(INC)piaversion.h \
|
|---|
| 158 | $(INC)timing.h \
|
|---|
| 159 | $(INC)skyinit.h \
|
|---|
| 160 | $(INC)ntoolsinit.h \
|
|---|
| 161 | $(INC)tarrinit.h \
|
|---|
| 162 | $(INC)sophyainit.h
|
|---|
| [1374] | 163 | $(OBJ)rznoisemodule.o: rznoisemodule.cc \
|
|---|
| [953] | 164 | $(INC)machdefs.h \
|
|---|
| [952] | 165 | $(INC)piacmd.h \
|
|---|
| 166 | $(INC)dlftypes.h \
|
|---|
| 167 | $(INC)pdlmgr.h \
|
|---|
| 168 | $(INC)nobjmgr.h \
|
|---|
| 169 | $(INC)anydataobj.h \
|
|---|
| 170 | $(INC)ppersist.h \
|
|---|
| 171 | $(INC)pexceptions.h \
|
|---|
| 172 | $(INC)gnumd5.h \
|
|---|
| [1374] | 173 | $(INC)dvlist.h \
|
|---|
| 174 | $(INC)objfio.h \
|
|---|
| 175 | $(INC)mutyv.h \
|
|---|
| [952] | 176 | $(INC)pistdimgapp.h \
|
|---|
| 177 | $(INC)pisysdep.h \
|
|---|
| 178 | $(INC)piapplx.h \
|
|---|
| 179 | $(INC)piapplgen.h \
|
|---|
| 180 | $(INC)pimsghandler.h \
|
|---|
| 181 | $(INC)picontainerx.h \
|
|---|
| 182 | $(INC)picontainergen.h \
|
|---|
| 183 | $(INC)piwdgx.h \
|
|---|
| 184 | $(INC)piwdggen.h \
|
|---|
| [1374] | 185 | $(INC)picolist.h \
|
|---|
| [952] | 186 | $(INC)pimenubarx.h \
|
|---|
| 187 | $(INC)pimenubargen.h \
|
|---|
| 188 | $(INC)pimenux.h \
|
|---|
| 189 | $(INC)pimenugen.h \
|
|---|
| 190 | $(INC)picons.h \
|
|---|
| 191 | $(INC)pistdwdgx.h \
|
|---|
| 192 | $(INC)pistdwdggen.h \
|
|---|
| 193 | $(INC)pibwdgx.h \
|
|---|
| 194 | $(INC)pibwdggen.h \
|
|---|
| 195 | $(INC)picmap.h \
|
|---|
| 196 | $(INC)picmapx.h \
|
|---|
| 197 | $(INC)picmapgen.h \
|
|---|
| 198 | $(INC)pigraphx.h \
|
|---|
| 199 | $(INC)pigraphgen.h \
|
|---|
| 200 | $(INC)pifontx.h \
|
|---|
| 201 | $(INC)pifontgen.h \
|
|---|
| 202 | $(INC)pigraphuc.h \
|
|---|
| 203 | $(INC)pievthandler.h \
|
|---|
| 204 | $(INC)psfile.h \
|
|---|
| 205 | $(INC)pigraphps.h \
|
|---|
| 206 | $(INC)piwindowx.h \
|
|---|
| 207 | $(INC)piwindowgen.h \
|
|---|
| 208 | $(INC)pioptmenux.h \
|
|---|
| 209 | $(INC)pioptmenugen.h \
|
|---|
| 210 | $(INC)pifilechox.h \
|
|---|
| 211 | $(INC)pifilechogen.h \
|
|---|
| 212 | $(INC)piimage.h \
|
|---|
| 213 | $(INC)parradapter.h \
|
|---|
| 214 | $(INC)lut.h \
|
|---|
| 215 | $(INC)pidrawer.h \
|
|---|
| 216 | $(INC)pipixmapx.h \
|
|---|
| 217 | $(INC)pipixmapgen.h \
|
|---|
| 218 | $(INC)picmapview.h \
|
|---|
| 219 | $(INC)pi3ddrw.h \
|
|---|
| 220 | $(INC)pigraph3d.h \
|
|---|
| 221 | $(INC)pisiadw.h \
|
|---|
| 222 | $(INC)pilistx.h \
|
|---|
| 223 | $(INC)pilistgen.h \
|
|---|
| 224 | $(INC)pistzwin.h \
|
|---|
| 225 | $(INC)piperiodx.h \
|
|---|
| 226 | $(INC)periodic.h \
|
|---|
| 227 | $(INC)servnobjm.h \
|
|---|
| 228 | $(INC)tvector.h \
|
|---|
| 229 | $(INC)tmatrix.h \
|
|---|
| 230 | $(INC)tarray.h \
|
|---|
| 231 | $(INC)basarr.h \
|
|---|
| [1374] | 232 | $(INC)ndatablock.h \
|
|---|
| 233 | $(INC)utilarr.h \
|
|---|
| 234 | $(INC)pitvmaad.h \
|
|---|
| 235 | $(INC)fftpserver.h \
|
|---|
| 236 | $(INC)fftservintf.h \
|
|---|
| 237 | $(INC)bruit.h \
|
|---|
| 238 | $(INC)piscdrawwdg.h \
|
|---|
| 239 | $(INC)ctimer.h
|
|---|
| 240 | $(OBJ)sopiamodule.o: sopiamodule.cc \
|
|---|
| 241 | $(INC)machdefs.h \
|
|---|
| 242 | $(INC)piacmd.h \
|
|---|
| 243 | $(INC)dlftypes.h \
|
|---|
| 244 | $(INC)pdlmgr.h \
|
|---|
| 245 | $(INC)nobjmgr.h \
|
|---|
| 246 | $(INC)anydataobj.h \
|
|---|
| 247 | $(INC)ppersist.h \
|
|---|
| 248 | $(INC)pexceptions.h \
|
|---|
| 249 | $(INC)gnumd5.h \
|
|---|
| [952] | 250 | $(INC)dvlist.h \
|
|---|
| 251 | $(INC)objfio.h \
|
|---|
| [1374] | 252 | $(INC)mutyv.h \
|
|---|
| 253 | $(INC)pistdimgapp.h \
|
|---|
| 254 | $(INC)pisysdep.h \
|
|---|
| 255 | $(INC)piapplx.h \
|
|---|
| 256 | $(INC)piapplgen.h \
|
|---|
| 257 | $(INC)pimsghandler.h \
|
|---|
| 258 | $(INC)picontainerx.h \
|
|---|
| 259 | $(INC)picontainergen.h \
|
|---|
| 260 | $(INC)piwdgx.h \
|
|---|
| 261 | $(INC)piwdggen.h \
|
|---|
| 262 | $(INC)picolist.h \
|
|---|
| 263 | $(INC)pimenubarx.h \
|
|---|
| 264 | $(INC)pimenubargen.h \
|
|---|
| 265 | $(INC)pimenux.h \
|
|---|
| 266 | $(INC)pimenugen.h \
|
|---|
| 267 | $(INC)picons.h \
|
|---|
| 268 | $(INC)pistdwdgx.h \
|
|---|
| 269 | $(INC)pistdwdggen.h \
|
|---|
| 270 | $(INC)pibwdgx.h \
|
|---|
| 271 | $(INC)pibwdggen.h \
|
|---|
| 272 | $(INC)picmap.h \
|
|---|
| 273 | $(INC)picmapx.h \
|
|---|
| 274 | $(INC)picmapgen.h \
|
|---|
| 275 | $(INC)pigraphx.h \
|
|---|
| 276 | $(INC)pigraphgen.h \
|
|---|
| 277 | $(INC)pifontx.h \
|
|---|
| 278 | $(INC)pifontgen.h \
|
|---|
| 279 | $(INC)pigraphuc.h \
|
|---|
| 280 | $(INC)pievthandler.h \
|
|---|
| 281 | $(INC)psfile.h \
|
|---|
| 282 | $(INC)pigraphps.h \
|
|---|
| 283 | $(INC)piwindowx.h \
|
|---|
| 284 | $(INC)piwindowgen.h \
|
|---|
| 285 | $(INC)pioptmenux.h \
|
|---|
| 286 | $(INC)pioptmenugen.h \
|
|---|
| 287 | $(INC)pifilechox.h \
|
|---|
| 288 | $(INC)pifilechogen.h \
|
|---|
| 289 | $(INC)piimage.h \
|
|---|
| 290 | $(INC)parradapter.h \
|
|---|
| 291 | $(INC)lut.h \
|
|---|
| 292 | $(INC)pidrawer.h \
|
|---|
| 293 | $(INC)pipixmapx.h \
|
|---|
| 294 | $(INC)pipixmapgen.h \
|
|---|
| 295 | $(INC)picmapview.h \
|
|---|
| 296 | $(INC)pi3ddrw.h \
|
|---|
| 297 | $(INC)pigraph3d.h \
|
|---|
| 298 | $(INC)pisiadw.h \
|
|---|
| 299 | $(INC)pilistx.h \
|
|---|
| 300 | $(INC)pilistgen.h \
|
|---|
| 301 | $(INC)pistzwin.h \
|
|---|
| 302 | $(INC)piperiodx.h \
|
|---|
| 303 | $(INC)periodic.h \
|
|---|
| 304 | $(INC)servnobjm.h \
|
|---|
| 305 | $(INC)tvector.h \
|
|---|
| 306 | $(INC)tmatrix.h \
|
|---|
| 307 | $(INC)tarray.h \
|
|---|
| 308 | $(INC)basarr.h \
|
|---|
| [952] | 309 | $(INC)ndatablock.h \
|
|---|
| 310 | $(INC)utilarr.h \
|
|---|
| 311 | $(INC)pitvmaad.h \
|
|---|
| 312 | $(INC)fftpserver.h \
|
|---|
| 313 | $(INC)fftservintf.h \
|
|---|
| 314 | $(INC)bruit.h \
|
|---|
| 315 | $(INC)piscdrawwdg.h \
|
|---|
| 316 | $(INC)ctimer.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.