|
Last change
on this file since 1504 was 1481, checked in by ansari, 25 years ago |
|
correction petit bug ds sopiamodule.cc - Reza 30/4/2001
|
|
File size:
5.5 KB
|
| 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
|
|---|
| [1481] | 14 | LIBS = -L$(SLB) -lPI -lsophya -lextsophya -lXm -lXp -lXt -lX11 -lm
|
|---|
| [952] | 15 | endif
|
|---|
| 16 | LIBSORA := $(LIBS)
|
|---|
| 17 | LDLIBS := $(LIBS) $(LDLIBS)
|
|---|
| 18 | PROGS = $(EXE)spiapp
|
|---|
| 19 |
|
|---|
| 20 | all: $(PROGS)
|
|---|
| 21 |
|
|---|
| 22 | clean:
|
|---|
| 23 | rm -f $(PROGS)
|
|---|
| 24 | if [ -d $(OBJ)cxxrep_ProgPI ] ; then cd $(OBJ)cxxrep_ProgPI ; rm -f *.o ; fi
|
|---|
| 25 |
|
|---|
| 26 | spiapp: $(EXE)spiapp
|
|---|
| 27 |
|
|---|
| 28 | $(EXE)spiapp: $(OBJ)piapp.o $(OBJ)sopiamodule.o
|
|---|
| 29 | $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
|---|
| 30 |
|
|---|
| 31 | $(OBJ)piapp.o: piapp.cc $(INC)pistdimgapp.h \
|
|---|
| 32 | $(INC)pisysdep.h \
|
|---|
| 33 | $(INC)machdefs.h \
|
|---|
| 34 | $(INC)piapplx.h \
|
|---|
| 35 | $(INC)piapplgen.h \
|
|---|
| 36 | $(INC)pimsghandler.h \
|
|---|
| 37 | $(INC)picontainerx.h \
|
|---|
| 38 | $(INC)picontainergen.h \
|
|---|
| 39 | $(INC)piwdgx.h \
|
|---|
| 40 | $(INC)piwdggen.h \
|
|---|
| [1374] | 41 | $(INC)picolist.h \
|
|---|
| [952] | 42 | $(INC)pimenubarx.h \
|
|---|
| 43 | $(INC)pimenubargen.h \
|
|---|
| 44 | $(INC)pimenux.h \
|
|---|
| 45 | $(INC)pimenugen.h \
|
|---|
| 46 | $(INC)picons.h \
|
|---|
| 47 | $(INC)pistdwdgx.h \
|
|---|
| 48 | $(INC)pistdwdggen.h \
|
|---|
| 49 | $(INC)pibwdgx.h \
|
|---|
| 50 | $(INC)pibwdggen.h \
|
|---|
| 51 | $(INC)picmap.h \
|
|---|
| 52 | $(INC)picmapx.h \
|
|---|
| 53 | $(INC)picmapgen.h \
|
|---|
| 54 | $(INC)pigraphx.h \
|
|---|
| 55 | $(INC)pigraphgen.h \
|
|---|
| 56 | $(INC)pifontx.h \
|
|---|
| 57 | $(INC)pifontgen.h \
|
|---|
| 58 | $(INC)pigraphuc.h \
|
|---|
| 59 | $(INC)pievthandler.h \
|
|---|
| 60 | $(INC)psfile.h \
|
|---|
| 61 | $(INC)pigraphps.h \
|
|---|
| 62 | $(INC)piwindowx.h \
|
|---|
| 63 | $(INC)piwindowgen.h \
|
|---|
| 64 | $(INC)pioptmenux.h \
|
|---|
| 65 | $(INC)pioptmenugen.h \
|
|---|
| 66 | $(INC)pifilechox.h \
|
|---|
| 67 | $(INC)pifilechogen.h \
|
|---|
| 68 | $(INC)piimage.h \
|
|---|
| 69 | $(INC)parradapter.h \
|
|---|
| 70 | $(INC)lut.h \
|
|---|
| 71 | $(INC)pidrawer.h \
|
|---|
| 72 | $(INC)pipixmapx.h \
|
|---|
| 73 | $(INC)pipixmapgen.h \
|
|---|
| 74 | $(INC)picmapview.h \
|
|---|
| 75 | $(INC)pi3ddrw.h \
|
|---|
| 76 | $(INC)pigraph3d.h \
|
|---|
| 77 | $(INC)nobjmgr.h \
|
|---|
| 78 | $(INC)anydataobj.h \
|
|---|
| 79 | $(INC)ppersist.h \
|
|---|
| 80 | $(INC)pexceptions.h \
|
|---|
| 81 | $(INC)gnumd5.h \
|
|---|
| [1374] | 82 | $(INC)dvlist.h \
|
|---|
| 83 | $(INC)objfio.h \
|
|---|
| 84 | $(INC)mutyv.h \
|
|---|
| [952] | 85 | $(INC)dlftypes.h \
|
|---|
| 86 | $(INC)piacmd.h \
|
|---|
| 87 | $(INC)pdlmgr.h \
|
|---|
| 88 | $(INC)pisiadw.h \
|
|---|
| 89 | $(INC)pilistx.h \
|
|---|
| 90 | $(INC)pilistgen.h \
|
|---|
| 91 | $(INC)pistzwin.h \
|
|---|
| 92 | $(INC)piperiodx.h \
|
|---|
| 93 | $(INC)periodic.h \
|
|---|
| 94 | $(INC)piversion.h \
|
|---|
| 95 | $(INC)piaversion.h \
|
|---|
| 96 | $(INC)timing.h \
|
|---|
| 97 | $(INC)skyinit.h \
|
|---|
| 98 | $(INC)ntoolsinit.h \
|
|---|
| 99 | $(INC)tarrinit.h \
|
|---|
| [1445] | 100 | $(INC)sophyainit.h \
|
|---|
| 101 | $(INC)xntuple.h \
|
|---|
| 102 | $(INC)ntupintf.h
|
|---|
| [1374] | 103 | $(OBJ)rznoisemodule.o: rznoisemodule.cc \
|
|---|
| [953] | 104 | $(INC)machdefs.h \
|
|---|
| [952] | 105 | $(INC)piacmd.h \
|
|---|
| 106 | $(INC)dlftypes.h \
|
|---|
| 107 | $(INC)pdlmgr.h \
|
|---|
| 108 | $(INC)nobjmgr.h \
|
|---|
| 109 | $(INC)anydataobj.h \
|
|---|
| 110 | $(INC)ppersist.h \
|
|---|
| 111 | $(INC)pexceptions.h \
|
|---|
| 112 | $(INC)gnumd5.h \
|
|---|
| [1374] | 113 | $(INC)dvlist.h \
|
|---|
| 114 | $(INC)objfio.h \
|
|---|
| 115 | $(INC)mutyv.h \
|
|---|
| [952] | 116 | $(INC)pistdimgapp.h \
|
|---|
| 117 | $(INC)pisysdep.h \
|
|---|
| 118 | $(INC)piapplx.h \
|
|---|
| 119 | $(INC)piapplgen.h \
|
|---|
| 120 | $(INC)pimsghandler.h \
|
|---|
| 121 | $(INC)picontainerx.h \
|
|---|
| 122 | $(INC)picontainergen.h \
|
|---|
| 123 | $(INC)piwdgx.h \
|
|---|
| 124 | $(INC)piwdggen.h \
|
|---|
| [1374] | 125 | $(INC)picolist.h \
|
|---|
| [952] | 126 | $(INC)pimenubarx.h \
|
|---|
| 127 | $(INC)pimenubargen.h \
|
|---|
| 128 | $(INC)pimenux.h \
|
|---|
| 129 | $(INC)pimenugen.h \
|
|---|
| 130 | $(INC)picons.h \
|
|---|
| 131 | $(INC)pistdwdgx.h \
|
|---|
| 132 | $(INC)pistdwdggen.h \
|
|---|
| 133 | $(INC)pibwdgx.h \
|
|---|
| 134 | $(INC)pibwdggen.h \
|
|---|
| 135 | $(INC)picmap.h \
|
|---|
| 136 | $(INC)picmapx.h \
|
|---|
| 137 | $(INC)picmapgen.h \
|
|---|
| 138 | $(INC)pigraphx.h \
|
|---|
| 139 | $(INC)pigraphgen.h \
|
|---|
| 140 | $(INC)pifontx.h \
|
|---|
| 141 | $(INC)pifontgen.h \
|
|---|
| 142 | $(INC)pigraphuc.h \
|
|---|
| 143 | $(INC)pievthandler.h \
|
|---|
| 144 | $(INC)psfile.h \
|
|---|
| 145 | $(INC)pigraphps.h \
|
|---|
| 146 | $(INC)piwindowx.h \
|
|---|
| 147 | $(INC)piwindowgen.h \
|
|---|
| 148 | $(INC)pioptmenux.h \
|
|---|
| 149 | $(INC)pioptmenugen.h \
|
|---|
| 150 | $(INC)pifilechox.h \
|
|---|
| 151 | $(INC)pifilechogen.h \
|
|---|
| 152 | $(INC)piimage.h \
|
|---|
| 153 | $(INC)parradapter.h \
|
|---|
| 154 | $(INC)lut.h \
|
|---|
| 155 | $(INC)pidrawer.h \
|
|---|
| 156 | $(INC)pipixmapx.h \
|
|---|
| 157 | $(INC)pipixmapgen.h \
|
|---|
| 158 | $(INC)picmapview.h \
|
|---|
| 159 | $(INC)pi3ddrw.h \
|
|---|
| 160 | $(INC)pigraph3d.h \
|
|---|
| 161 | $(INC)pisiadw.h \
|
|---|
| 162 | $(INC)pilistx.h \
|
|---|
| 163 | $(INC)pilistgen.h \
|
|---|
| 164 | $(INC)pistzwin.h \
|
|---|
| 165 | $(INC)piperiodx.h \
|
|---|
| 166 | $(INC)periodic.h \
|
|---|
| 167 | $(INC)servnobjm.h \
|
|---|
| 168 | $(INC)tvector.h \
|
|---|
| 169 | $(INC)tmatrix.h \
|
|---|
| 170 | $(INC)tarray.h \
|
|---|
| 171 | $(INC)basarr.h \
|
|---|
| [1374] | 172 | $(INC)ndatablock.h \
|
|---|
| 173 | $(INC)utilarr.h \
|
|---|
| 174 | $(INC)pitvmaad.h \
|
|---|
| 175 | $(INC)fftpserver.h \
|
|---|
| 176 | $(INC)fftservintf.h \
|
|---|
| 177 | $(INC)bruit.h \
|
|---|
| 178 | $(INC)piscdrawwdg.h \
|
|---|
| 179 | $(INC)ctimer.h
|
|---|
| 180 | $(OBJ)sopiamodule.o: sopiamodule.cc \
|
|---|
| 181 | $(INC)machdefs.h \
|
|---|
| 182 | $(INC)piacmd.h \
|
|---|
| 183 | $(INC)dlftypes.h \
|
|---|
| 184 | $(INC)pdlmgr.h \
|
|---|
| 185 | $(INC)nobjmgr.h \
|
|---|
| 186 | $(INC)anydataobj.h \
|
|---|
| 187 | $(INC)ppersist.h \
|
|---|
| 188 | $(INC)pexceptions.h \
|
|---|
| 189 | $(INC)gnumd5.h \
|
|---|
| [952] | 190 | $(INC)dvlist.h \
|
|---|
| 191 | $(INC)objfio.h \
|
|---|
| [1374] | 192 | $(INC)mutyv.h \
|
|---|
| 193 | $(INC)pistdimgapp.h \
|
|---|
| 194 | $(INC)pisysdep.h \
|
|---|
| 195 | $(INC)piapplx.h \
|
|---|
| 196 | $(INC)piapplgen.h \
|
|---|
| 197 | $(INC)pimsghandler.h \
|
|---|
| 198 | $(INC)picontainerx.h \
|
|---|
| 199 | $(INC)picontainergen.h \
|
|---|
| 200 | $(INC)piwdgx.h \
|
|---|
| 201 | $(INC)piwdggen.h \
|
|---|
| 202 | $(INC)picolist.h \
|
|---|
| 203 | $(INC)pimenubarx.h \
|
|---|
| 204 | $(INC)pimenubargen.h \
|
|---|
| 205 | $(INC)pimenux.h \
|
|---|
| 206 | $(INC)pimenugen.h \
|
|---|
| 207 | $(INC)picons.h \
|
|---|
| 208 | $(INC)pistdwdgx.h \
|
|---|
| 209 | $(INC)pistdwdggen.h \
|
|---|
| 210 | $(INC)pibwdgx.h \
|
|---|
| 211 | $(INC)pibwdggen.h \
|
|---|
| 212 | $(INC)picmap.h \
|
|---|
| 213 | $(INC)picmapx.h \
|
|---|
| 214 | $(INC)picmapgen.h \
|
|---|
| 215 | $(INC)pigraphx.h \
|
|---|
| 216 | $(INC)pigraphgen.h \
|
|---|
| 217 | $(INC)pifontx.h \
|
|---|
| 218 | $(INC)pifontgen.h \
|
|---|
| 219 | $(INC)pigraphuc.h \
|
|---|
| 220 | $(INC)pievthandler.h \
|
|---|
| 221 | $(INC)psfile.h \
|
|---|
| 222 | $(INC)pigraphps.h \
|
|---|
| 223 | $(INC)piwindowx.h \
|
|---|
| 224 | $(INC)piwindowgen.h \
|
|---|
| 225 | $(INC)pioptmenux.h \
|
|---|
| 226 | $(INC)pioptmenugen.h \
|
|---|
| 227 | $(INC)pifilechox.h \
|
|---|
| 228 | $(INC)pifilechogen.h \
|
|---|
| 229 | $(INC)piimage.h \
|
|---|
| 230 | $(INC)parradapter.h \
|
|---|
| 231 | $(INC)lut.h \
|
|---|
| 232 | $(INC)pidrawer.h \
|
|---|
| 233 | $(INC)pipixmapx.h \
|
|---|
| 234 | $(INC)pipixmapgen.h \
|
|---|
| 235 | $(INC)picmapview.h \
|
|---|
| 236 | $(INC)pi3ddrw.h \
|
|---|
| 237 | $(INC)pigraph3d.h \
|
|---|
| 238 | $(INC)pisiadw.h \
|
|---|
| 239 | $(INC)pilistx.h \
|
|---|
| 240 | $(INC)pilistgen.h \
|
|---|
| 241 | $(INC)pistzwin.h \
|
|---|
| 242 | $(INC)piperiodx.h \
|
|---|
| 243 | $(INC)periodic.h \
|
|---|
| 244 | $(INC)servnobjm.h \
|
|---|
| 245 | $(INC)tvector.h \
|
|---|
| 246 | $(INC)tmatrix.h \
|
|---|
| 247 | $(INC)tarray.h \
|
|---|
| 248 | $(INC)basarr.h \
|
|---|
| [952] | 249 | $(INC)ndatablock.h \
|
|---|
| 250 | $(INC)utilarr.h \
|
|---|
| 251 | $(INC)pitvmaad.h \
|
|---|
| 252 | $(INC)fftpserver.h \
|
|---|
| 253 | $(INC)fftservintf.h \
|
|---|
| 254 | $(INC)bruit.h \
|
|---|
| 255 | $(INC)piscdrawwdg.h \
|
|---|
| 256 | $(INC)ctimer.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.