| 1 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
| 2 |  
 | 
|---|
| 3 | PROGS = $(SOPHYAEXEP)spiapp
 | 
|---|
| 4 |  
 | 
|---|
| 5 | all: $(PROGS)
 | 
|---|
| 6 |  
 | 
|---|
| 7 | clean:
 | 
|---|
| 8 |         rm -f $(PROGS)
 | 
|---|
| 9 |         rm -f $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)piacmdrdr.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o
 | 
|---|
| 10 |  
 | 
|---|
| 11 | spiapp: $(SOPHYAEXEP)spiapp
 | 
|---|
| 12 |         echo $@ " done"
 | 
|---|
| 13 | $(SOPHYAEXEP)spiapp: $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)piacmdrdr.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o
 | 
|---|
| 14 |         $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)piacmdrdr.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o $(SOPHYAALLSLBLIST)
 | 
|---|
| 15 |  
 | 
|---|
| 16 | $(SOPHYAOBJP)fitsbtadapter.o: fitsbtadapter.cc \
 | 
|---|
| 17 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 18 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 19 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 20 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 21 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 22 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 23 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 24 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 25 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 26 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 27 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 28 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 29 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 30 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 31 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 32 |   $(SOPHYAINCP)dlftypes.h \
 | 
|---|
| 33 |   $(SOPHYAINCP)servnobjm.h \
 | 
|---|
| 34 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 35 |   $(SOPHYAINCP)pdlmgr.h \
 | 
|---|
| 36 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 37 |   $(SOPHYAINCP)nomgadapter.h \
 | 
|---|
| 38 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 39 |   $(SOPHYAINCP)pibwdggen.h \
 | 
|---|
| 40 |   $(SOPHYAINCP)pisysdep.h \
 | 
|---|
| 41 |   $(SOPHYAINCP)piwdgx.h \
 | 
|---|
| 42 |   $(SOPHYAINCP)piwdggen.h \
 | 
|---|
| 43 |   $(SOPHYAINCP)pimsghandler.h \
 | 
|---|
| 44 |   $(SOPHYAINCP)picolist.h \
 | 
|---|
| 45 |   $(SOPHYAINCP)picmap.h \
 | 
|---|
| 46 |   $(SOPHYAINCP)picmapx.h \
 | 
|---|
| 47 |   $(SOPHYAINCP)picmapgen.h \
 | 
|---|
| 48 |   $(SOPHYAINCP)pigraphx.h \
 | 
|---|
| 49 |   $(SOPHYAINCP)pigraphgen.h \
 | 
|---|
| 50 |   $(SOPHYAINCP)pifontx.h \
 | 
|---|
| 51 |   $(SOPHYAINCP)pifontgen.h \
 | 
|---|
| 52 |   $(SOPHYAINCP)pigrcoord.h \
 | 
|---|
| 53 |   $(SOPHYAINCP)pilineatt.h \
 | 
|---|
| 54 |   $(SOPHYAINCP)pigraphuc.h \
 | 
|---|
| 55 |   $(SOPHYAINCP)pievthandler.h \
 | 
|---|
| 56 |   $(SOPHYAINCP)psfile.h \
 | 
|---|
| 57 |   $(SOPHYAINCP)pigratt.h \
 | 
|---|
| 58 |   $(SOPHYAINCP)piaxes.h \
 | 
|---|
| 59 |   $(SOPHYAINCP)parradapter.h \
 | 
|---|
| 60 |   $(SOPHYAINCP)lut.h \
 | 
|---|
| 61 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
| 62 |   $(SOPHYAINCP)generalfit.h \
 | 
|---|
| 63 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 64 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 65 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
| 66 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
| 67 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 68 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 69 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 70 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 71 |   $(SOPHYAINCP)generaldata.h \
 | 
|---|
| 72 |   $(SOPHYAINCP)poly.h \
 | 
|---|
| 73 |   $(SOPHYAINCP)peida.h \
 | 
|---|
| 74 |   $(SOPHYAINCP)utils.h \
 | 
|---|
| 75 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
| 76 |   $(SOPHYAINCP)fmath.h \
 | 
|---|
| 77 |   $(SOPHYAINCP)generalfunc.h \
 | 
|---|
| 78 |   $(SOPHYAINCP)pistdimgapp.h \
 | 
|---|
| 79 |   $(SOPHYAINCP)piapplx.h \
 | 
|---|
| 80 |   $(SOPHYAINCP)piapplgen.h \
 | 
|---|
| 81 |   $(SOPHYAINCP)picontainerx.h \
 | 
|---|
| 82 |   $(SOPHYAINCP)picontainergen.h \
 | 
|---|
| 83 |   $(SOPHYAINCP)pimenubarx.h \
 | 
|---|
| 84 |   $(SOPHYAINCP)pimenubargen.h \
 | 
|---|
| 85 |   $(SOPHYAINCP)pimenux.h \
 | 
|---|
| 86 |   $(SOPHYAINCP)pimenugen.h \
 | 
|---|
| 87 |   $(SOPHYAINCP)picons.h \
 | 
|---|
| 88 |   $(SOPHYAINCP)pistdwdgx.h \
 | 
|---|
| 89 |   $(SOPHYAINCP)pistdwdggen.h \
 | 
|---|
| 90 |   $(SOPHYAINCP)pibwdgx.h \
 | 
|---|
| 91 |   $(SOPHYAINCP)pigraphps.h \
 | 
|---|
| 92 |   $(SOPHYAINCP)piwindowx.h \
 | 
|---|
| 93 |   $(SOPHYAINCP)piwindowgen.h \
 | 
|---|
| 94 |   $(SOPHYAINCP)pioptmenux.h \
 | 
|---|
| 95 |   $(SOPHYAINCP)pioptmenugen.h \
 | 
|---|
| 96 |   $(SOPHYAINCP)pifilechox.h \
 | 
|---|
| 97 |   $(SOPHYAINCP)pifilechogen.h \
 | 
|---|
| 98 |   $(SOPHYAINCP)piperiodx.h \
 | 
|---|
| 99 |   $(SOPHYAINCP)periodic.h \
 | 
|---|
| 100 |   $(SOPHYAINCP)piimage.h \
 | 
|---|
| 101 |   $(SOPHYAINCP)pieldrw.h \
 | 
|---|
| 102 |   $(SOPHYAINCP)pipixmapx.h \
 | 
|---|
| 103 |   $(SOPHYAINCP)pipixmapgen.h \
 | 
|---|
| 104 |   $(SOPHYAINCP)picmapview.h \
 | 
|---|
| 105 |   $(SOPHYAINCP)pi3dwdg.h \
 | 
|---|
| 106 |   $(SOPHYAINCP)pi3ddrw.h \
 | 
|---|
| 107 |   $(SOPHYAINCP)pigraph3d.h \
 | 
|---|
| 108 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 109 |   $(SOPHYAINCP)commander.h \
 | 
|---|
| 110 |   $(SOPHYAINCP)ctimer.h \
 | 
|---|
| 111 |   $(SOPHYAINCP)pisiadw.h \
 | 
|---|
| 112 |   $(SOPHYAINCP)pilistx.h \
 | 
|---|
| 113 |   $(SOPHYAINCP)pilistgen.h \
 | 
|---|
| 114 |   $(SOPHYAINCP)pistzwin.h \
 | 
|---|
| 115 |   $(SOPHYAINCP)pitherm.h \
 | 
|---|
| 116 |   $(SOPHYAINCP)resusage.h \
 | 
|---|
| 117 |   $(SOPHYAINCP)fbtntintf.h \
 | 
|---|
| 118 |   $(SOPHYAINCP)FitsIO/fitsio.h \
 | 
|---|
| 119 |   $(SOPHYAINCP)FitsIO/longnam.h \
 | 
|---|
| 120 |   $(SOPHYAINCP)nomhistadapter.h \
 | 
|---|
| 121 |   $(SOPHYAINCP)nomgadapter.h \
 | 
|---|
| 122 |   $(SOPHYAINCP)histos.h \
 | 
|---|
| 123 |   $(SOPHYAINCP)histos2.h \
 | 
|---|
| 124 |   $(SOPHYAINCP)hisprof.h \
 | 
|---|
| 125 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
| 126 |   $(SOPHYAINCP)xntuple.h \
 | 
|---|
| 127 |   $(SOPHYAINCP)basedtable.h \
 | 
|---|
| 128 |   $(SOPHYAINCP)segdatablock.h \
 | 
|---|
| 129 |   $(SOPHYAINCP)thsafeop.h \
 | 
|---|
| 130 |   $(SOPHYAINCP)swfitsdtable.h \
 | 
|---|
| 131 |   $(SOPHYAINCP)swsegdb.h \
 | 
|---|
| 132 |   $(SOPHYAINCP)fitsswapper.h \
 | 
|---|
| 133 |   $(SOPHYAINCP)fitsinoutfile.h \
 | 
|---|
| 134 |   $(SOPHYAINCP)fitsblkrw.h \
 | 
|---|
| 135 |   $(SOPHYAINCP)fitshandler.h \
 | 
|---|
| 136 |   $(SOPHYAINCP)fitsmanager.h \
 | 
|---|
| 137 |   $(SOPHYAINCP)fitshandler.h \
 | 
|---|
| 138 |   $(SOPHYAINCP)fiosinit.h \
 | 
|---|
| 139 |   $(SOPHYAINCP)sophyainit.h
 | 
|---|
| 140 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  fitsbtadapter.cc
 | 
|---|
| 141 |  
 | 
|---|
| 142 | $(SOPHYAOBJP)piacmdrdr.o: piacmdrdr.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 143 |   piacmdrdr.h $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 144 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 145 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 146 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 147 |   $(SOPHYAINCP)pistdimgapp.h \
 | 
|---|
| 148 |   $(SOPHYAINCP)pisysdep.h \
 | 
|---|
| 149 |   $(SOPHYAINCP)piapplx.h \
 | 
|---|
| 150 |   $(SOPHYAINCP)piapplgen.h \
 | 
|---|
| 151 |   $(SOPHYAINCP)pimsghandler.h \
 | 
|---|
| 152 |   $(SOPHYAINCP)picontainerx.h \
 | 
|---|
| 153 |   $(SOPHYAINCP)picontainergen.h \
 | 
|---|
| 154 |   $(SOPHYAINCP)piwdgx.h \
 | 
|---|
| 155 |   $(SOPHYAINCP)piwdggen.h \
 | 
|---|
| 156 |   $(SOPHYAINCP)picolist.h \
 | 
|---|
| 157 |   $(SOPHYAINCP)pimenubarx.h \
 | 
|---|
| 158 |   $(SOPHYAINCP)pimenubargen.h \
 | 
|---|
| 159 |   $(SOPHYAINCP)pimenux.h \
 | 
|---|
| 160 |   $(SOPHYAINCP)pimenugen.h \
 | 
|---|
| 161 |   $(SOPHYAINCP)picons.h \
 | 
|---|
| 162 |   $(SOPHYAINCP)pistdwdgx.h \
 | 
|---|
| 163 |   $(SOPHYAINCP)pistdwdggen.h \
 | 
|---|
| 164 |   $(SOPHYAINCP)pibwdgx.h \
 | 
|---|
| 165 |   $(SOPHYAINCP)pibwdggen.h \
 | 
|---|
| 166 |   $(SOPHYAINCP)picmap.h \
 | 
|---|
| 167 |   $(SOPHYAINCP)picmapx.h \
 | 
|---|
| 168 |   $(SOPHYAINCP)picmapgen.h \
 | 
|---|
| 169 |   $(SOPHYAINCP)pigraphx.h \
 | 
|---|
| 170 |   $(SOPHYAINCP)pigraphgen.h \
 | 
|---|
| 171 |   $(SOPHYAINCP)pifontx.h \
 | 
|---|
| 172 |   $(SOPHYAINCP)pifontgen.h \
 | 
|---|
| 173 |   $(SOPHYAINCP)pigrcoord.h \
 | 
|---|
| 174 |   $(SOPHYAINCP)pilineatt.h \
 | 
|---|
| 175 |   $(SOPHYAINCP)pigraphuc.h \
 | 
|---|
| 176 |   $(SOPHYAINCP)pievthandler.h \
 | 
|---|
| 177 |   $(SOPHYAINCP)psfile.h \
 | 
|---|
| 178 |   $(SOPHYAINCP)pigraphps.h \
 | 
|---|
| 179 |   $(SOPHYAINCP)piwindowx.h \
 | 
|---|
| 180 |   $(SOPHYAINCP)piwindowgen.h \
 | 
|---|
| 181 |   $(SOPHYAINCP)pioptmenux.h \
 | 
|---|
| 182 |   $(SOPHYAINCP)pioptmenugen.h \
 | 
|---|
| 183 |   $(SOPHYAINCP)pifilechox.h \
 | 
|---|
| 184 |   $(SOPHYAINCP)pifilechogen.h \
 | 
|---|
| 185 |   $(SOPHYAINCP)piperiodx.h \
 | 
|---|
| 186 |   $(SOPHYAINCP)periodic.h \
 | 
|---|
| 187 |   $(SOPHYAINCP)piimage.h \
 | 
|---|
| 188 |   $(SOPHYAINCP)parradapter.h \
 | 
|---|
| 189 |   $(SOPHYAINCP)lut.h \
 | 
|---|
| 190 |   $(SOPHYAINCP)pieldrw.h \
 | 
|---|
| 191 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 192 |   $(SOPHYAINCP)pigratt.h \
 | 
|---|
| 193 |   $(SOPHYAINCP)piaxes.h \
 | 
|---|
| 194 |   $(SOPHYAINCP)pipixmapx.h \
 | 
|---|
| 195 |   $(SOPHYAINCP)pipixmapgen.h \
 | 
|---|
| 196 |   $(SOPHYAINCP)picmapview.h \
 | 
|---|
| 197 |   $(SOPHYAINCP)pi3dwdg.h \
 | 
|---|
| 198 |   $(SOPHYAINCP)pi3ddrw.h \
 | 
|---|
| 199 |   $(SOPHYAINCP)pigraph3d.h \
 | 
|---|
| 200 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 201 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 202 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 203 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 204 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 205 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 206 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 207 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 208 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 209 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 210 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 211 |   $(SOPHYAINCP)dlftypes.h \
 | 
|---|
| 212 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 213 |   $(SOPHYAINCP)commander.h \
 | 
|---|
| 214 |   $(SOPHYAINCP)pdlmgr.h \
 | 
|---|
| 215 |   $(SOPHYAINCP)ctimer.h \
 | 
|---|
| 216 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 217 |   $(SOPHYAINCP)pisiadw.h \
 | 
|---|
| 218 |   $(SOPHYAINCP)pilistx.h \
 | 
|---|
| 219 |   $(SOPHYAINCP)pilistgen.h \
 | 
|---|
| 220 |   $(SOPHYAINCP)pistzwin.h \
 | 
|---|
| 221 |   $(SOPHYAINCP)pitherm.h \
 | 
|---|
| 222 |   $(SOPHYAINCP)resusage.h
 | 
|---|
| 223 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piacmdrdr.cc
 | 
|---|
| 224 |  
 | 
|---|
| 225 | $(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 226 |   $(SOPHYAINCP)pistdimgapp.h \
 | 
|---|
| 227 |   $(SOPHYAINCP)pisysdep.h \
 | 
|---|
| 228 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 229 |   $(SOPHYAINCP)piapplx.h \
 | 
|---|
| 230 |   $(SOPHYAINCP)piapplgen.h \
 | 
|---|
| 231 |   $(SOPHYAINCP)pimsghandler.h \
 | 
|---|
| 232 |   $(SOPHYAINCP)picontainerx.h \
 | 
|---|
| 233 |   $(SOPHYAINCP)picontainergen.h \
 | 
|---|
| 234 |   $(SOPHYAINCP)piwdgx.h \
 | 
|---|
| 235 |   $(SOPHYAINCP)piwdggen.h \
 | 
|---|
| 236 |   $(SOPHYAINCP)picolist.h \
 | 
|---|
| 237 |   $(SOPHYAINCP)pimenubarx.h \
 | 
|---|
| 238 |   $(SOPHYAINCP)pimenubargen.h \
 | 
|---|
| 239 |   $(SOPHYAINCP)pimenux.h \
 | 
|---|
| 240 |   $(SOPHYAINCP)pimenugen.h \
 | 
|---|
| 241 |   $(SOPHYAINCP)picons.h \
 | 
|---|
| 242 |   $(SOPHYAINCP)pistdwdgx.h \
 | 
|---|
| 243 |   $(SOPHYAINCP)pistdwdggen.h \
 | 
|---|
| 244 |   $(SOPHYAINCP)pibwdgx.h \
 | 
|---|
| 245 |   $(SOPHYAINCP)pibwdggen.h \
 | 
|---|
| 246 |   $(SOPHYAINCP)picmap.h \
 | 
|---|
| 247 |   $(SOPHYAINCP)picmapx.h \
 | 
|---|
| 248 |   $(SOPHYAINCP)picmapgen.h \
 | 
|---|
| 249 |   $(SOPHYAINCP)pigraphx.h \
 | 
|---|
| 250 |   $(SOPHYAINCP)pigraphgen.h \
 | 
|---|
| 251 |   $(SOPHYAINCP)pifontx.h \
 | 
|---|
| 252 |   $(SOPHYAINCP)pifontgen.h \
 | 
|---|
| 253 |   $(SOPHYAINCP)pigrcoord.h \
 | 
|---|
| 254 |   $(SOPHYAINCP)pilineatt.h \
 | 
|---|
| 255 |   $(SOPHYAINCP)pigraphuc.h \
 | 
|---|
| 256 |   $(SOPHYAINCP)pievthandler.h \
 | 
|---|
| 257 |   $(SOPHYAINCP)psfile.h \
 | 
|---|
| 258 |   $(SOPHYAINCP)pigraphps.h \
 | 
|---|
| 259 |   $(SOPHYAINCP)piwindowx.h \
 | 
|---|
| 260 |   $(SOPHYAINCP)piwindowgen.h \
 | 
|---|
| 261 |   $(SOPHYAINCP)pioptmenux.h \
 | 
|---|
| 262 |   $(SOPHYAINCP)pioptmenugen.h \
 | 
|---|
| 263 |   $(SOPHYAINCP)pifilechox.h \
 | 
|---|
| 264 |   $(SOPHYAINCP)pifilechogen.h \
 | 
|---|
| 265 |   $(SOPHYAINCP)piperiodx.h \
 | 
|---|
| 266 |   $(SOPHYAINCP)periodic.h \
 | 
|---|
| 267 |   $(SOPHYAINCP)piimage.h \
 | 
|---|
| 268 |   $(SOPHYAINCP)parradapter.h \
 | 
|---|
| 269 |   $(SOPHYAINCP)lut.h \
 | 
|---|
| 270 |   $(SOPHYAINCP)pieldrw.h \
 | 
|---|
| 271 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 272 |   $(SOPHYAINCP)pigratt.h \
 | 
|---|
| 273 |   $(SOPHYAINCP)piaxes.h \
 | 
|---|
| 274 |   $(SOPHYAINCP)pipixmapx.h \
 | 
|---|
| 275 |   $(SOPHYAINCP)pipixmapgen.h \
 | 
|---|
| 276 |   $(SOPHYAINCP)picmapview.h \
 | 
|---|
| 277 |   $(SOPHYAINCP)pi3dwdg.h \
 | 
|---|
| 278 |   $(SOPHYAINCP)pi3ddrw.h \
 | 
|---|
| 279 |   $(SOPHYAINCP)pigraph3d.h \
 | 
|---|
| 280 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 281 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 282 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 283 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 284 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 285 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 286 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 287 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 288 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 289 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 290 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 291 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 292 |   $(SOPHYAINCP)dlftypes.h \
 | 
|---|
| 293 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 294 |   $(SOPHYAINCP)commander.h \
 | 
|---|
| 295 |   $(SOPHYAINCP)pdlmgr.h \
 | 
|---|
| 296 |   $(SOPHYAINCP)ctimer.h \
 | 
|---|
| 297 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 298 |   $(SOPHYAINCP)pisiadw.h \
 | 
|---|
| 299 |   $(SOPHYAINCP)pilistx.h \
 | 
|---|
| 300 |   $(SOPHYAINCP)pilistgen.h \
 | 
|---|
| 301 |   $(SOPHYAINCP)pistzwin.h \
 | 
|---|
| 302 |   $(SOPHYAINCP)pitherm.h \
 | 
|---|
| 303 |   $(SOPHYAINCP)resusage.h \
 | 
|---|
| 304 |   $(SOPHYAINCP)piacmd.h piacmdrdr.h \
 | 
|---|
| 305 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 306 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 307 |   $(SOPHYAINCP)piversion.h \
 | 
|---|
| 308 |   $(SOPHYAINCP)piaversion.h \
 | 
|---|
| 309 |   $(SOPHYAINCP)timing.h \
 | 
|---|
| 310 |   $(SOPHYAINCP)skyinit.h \
 | 
|---|
| 311 |   $(SOPHYAINCP)ntoolsinit.h \
 | 
|---|
| 312 |   $(SOPHYAINCP)tarrinit.h \
 | 
|---|
| 313 |   $(SOPHYAINCP)sophyainit.h \
 | 
|---|
| 314 |   $(SOPHYAINCP)xntuple.h \
 | 
|---|
| 315 |   $(SOPHYAINCP)ntupintf.h
 | 
|---|
| 316 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  piapp.cc
 | 
|---|
| 317 |  
 | 
|---|
| 318 | $(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \
 | 
|---|
| 319 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 320 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 321 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 322 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 323 |   $(SOPHYAINCP)commander.h \
 | 
|---|
| 324 |   $(SOPHYAINCP)pdlmgr.h \
 | 
|---|
| 325 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 326 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 327 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 328 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 329 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 330 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 331 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 332 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 333 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 334 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 335 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 336 |   $(SOPHYAINCP)ctimer.h \
 | 
|---|
| 337 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 338 |   $(SOPHYAINCP)dlftypes.h \
 | 
|---|
| 339 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 340 |   $(SOPHYAINCP)pistdimgapp.h \
 | 
|---|
| 341 |   $(SOPHYAINCP)pisysdep.h \
 | 
|---|
| 342 |   $(SOPHYAINCP)piapplx.h \
 | 
|---|
| 343 |   $(SOPHYAINCP)piapplgen.h \
 | 
|---|
| 344 |   $(SOPHYAINCP)pimsghandler.h \
 | 
|---|
| 345 |   $(SOPHYAINCP)picontainerx.h \
 | 
|---|
| 346 |   $(SOPHYAINCP)picontainergen.h \
 | 
|---|
| 347 |   $(SOPHYAINCP)piwdgx.h \
 | 
|---|
| 348 |   $(SOPHYAINCP)piwdggen.h \
 | 
|---|
| 349 |   $(SOPHYAINCP)picolist.h \
 | 
|---|
| 350 |   $(SOPHYAINCP)pimenubarx.h \
 | 
|---|
| 351 |   $(SOPHYAINCP)pimenubargen.h \
 | 
|---|
| 352 |   $(SOPHYAINCP)pimenux.h \
 | 
|---|
| 353 |   $(SOPHYAINCP)pimenugen.h \
 | 
|---|
| 354 |   $(SOPHYAINCP)picons.h \
 | 
|---|
| 355 |   $(SOPHYAINCP)pistdwdgx.h \
 | 
|---|
| 356 |   $(SOPHYAINCP)pistdwdggen.h \
 | 
|---|
| 357 |   $(SOPHYAINCP)pibwdgx.h \
 | 
|---|
| 358 |   $(SOPHYAINCP)pibwdggen.h \
 | 
|---|
| 359 |   $(SOPHYAINCP)picmap.h \
 | 
|---|
| 360 |   $(SOPHYAINCP)picmapx.h \
 | 
|---|
| 361 |   $(SOPHYAINCP)picmapgen.h \
 | 
|---|
| 362 |   $(SOPHYAINCP)pigraphx.h \
 | 
|---|
| 363 |   $(SOPHYAINCP)pigraphgen.h \
 | 
|---|
| 364 |   $(SOPHYAINCP)pifontx.h \
 | 
|---|
| 365 |   $(SOPHYAINCP)pifontgen.h \
 | 
|---|
| 366 |   $(SOPHYAINCP)pigrcoord.h \
 | 
|---|
| 367 |   $(SOPHYAINCP)pilineatt.h \
 | 
|---|
| 368 |   $(SOPHYAINCP)pigraphuc.h \
 | 
|---|
| 369 |   $(SOPHYAINCP)pievthandler.h \
 | 
|---|
| 370 |   $(SOPHYAINCP)psfile.h \
 | 
|---|
| 371 |   $(SOPHYAINCP)pigraphps.h \
 | 
|---|
| 372 |   $(SOPHYAINCP)piwindowx.h \
 | 
|---|
| 373 |   $(SOPHYAINCP)piwindowgen.h \
 | 
|---|
| 374 |   $(SOPHYAINCP)pioptmenux.h \
 | 
|---|
| 375 |   $(SOPHYAINCP)pioptmenugen.h \
 | 
|---|
| 376 |   $(SOPHYAINCP)pifilechox.h \
 | 
|---|
| 377 |   $(SOPHYAINCP)pifilechogen.h \
 | 
|---|
| 378 |   $(SOPHYAINCP)piperiodx.h \
 | 
|---|
| 379 |   $(SOPHYAINCP)periodic.h \
 | 
|---|
| 380 |   $(SOPHYAINCP)piimage.h \
 | 
|---|
| 381 |   $(SOPHYAINCP)parradapter.h \
 | 
|---|
| 382 |   $(SOPHYAINCP)lut.h \
 | 
|---|
| 383 |   $(SOPHYAINCP)pieldrw.h \
 | 
|---|
| 384 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 385 |   $(SOPHYAINCP)pigratt.h \
 | 
|---|
| 386 |   $(SOPHYAINCP)piaxes.h \
 | 
|---|
| 387 |   $(SOPHYAINCP)pipixmapx.h \
 | 
|---|
| 388 |   $(SOPHYAINCP)pipixmapgen.h \
 | 
|---|
| 389 |   $(SOPHYAINCP)picmapview.h \
 | 
|---|
| 390 |   $(SOPHYAINCP)pi3dwdg.h \
 | 
|---|
| 391 |   $(SOPHYAINCP)pi3ddrw.h \
 | 
|---|
| 392 |   $(SOPHYAINCP)pigraph3d.h \
 | 
|---|
| 393 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 394 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 395 |   $(SOPHYAINCP)pisiadw.h \
 | 
|---|
| 396 |   $(SOPHYAINCP)pilistx.h \
 | 
|---|
| 397 |   $(SOPHYAINCP)pilistgen.h \
 | 
|---|
| 398 |   $(SOPHYAINCP)pistzwin.h \
 | 
|---|
| 399 |   $(SOPHYAINCP)pitherm.h \
 | 
|---|
| 400 |   $(SOPHYAINCP)resusage.h \
 | 
|---|
| 401 |   $(SOPHYAINCP)servnobjm.h \
 | 
|---|
| 402 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 403 |   $(SOPHYAINCP)nomgadapter.h \
 | 
|---|
| 404 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
| 405 |   $(SOPHYAINCP)generalfit.h \
 | 
|---|
| 406 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 407 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 408 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
| 409 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
| 410 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 411 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 412 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 413 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 414 |   $(SOPHYAINCP)generaldata.h \
 | 
|---|
| 415 |   $(SOPHYAINCP)poly.h \
 | 
|---|
| 416 |   $(SOPHYAINCP)peida.h \
 | 
|---|
| 417 |   $(SOPHYAINCP)utils.h \
 | 
|---|
| 418 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
| 419 |   $(SOPHYAINCP)fmath.h \
 | 
|---|
| 420 |   $(SOPHYAINCP)generalfunc.h \
 | 
|---|
| 421 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 422 |   $(SOPHYAINCP)ntuple.h \
 | 
|---|
| 423 |   $(SOPHYAINCP)slinparbuff.h \
 | 
|---|
| 424 |   $(SOPHYAINCP)localmap.h \
 | 
|---|
| 425 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
| 426 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
| 427 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
| 428 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
| 429 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
| 430 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
| 431 |   $(SOPHYAINCP)datatype.h \
 | 
|---|
| 432 |   $(SOPHYAINCP)sphericalmap.h \
 | 
|---|
| 433 |   $(SOPHYAINCP)smathconst.h \
 | 
|---|
| 434 |   $(SOPHYAINCP)spherehealpix.h \
 | 
|---|
| 435 |   $(SOPHYAINCP)HEALPixUtils.h \
 | 
|---|
| 436 |   $(SOPHYAINCP)spherethetaphi.h \
 | 
|---|
| 437 |   $(SOPHYAINCP)sphericaltransformserver.h \
 | 
|---|
| 438 |   $(SOPHYAINCP)fftservintf.h \
 | 
|---|
| 439 |   $(SOPHYAINCP)fftpserver.h \
 | 
|---|
| 440 |   $(SOPHYAINCP)alm.h \
 | 
|---|
| 441 |   $(SOPHYAINCP)srandgen.h \
 | 
|---|
| 442 |   $(SOPHYAINCP)nbmath.h \
 | 
|---|
| 443 |   $(SOPHYAINCP)triangmtx.h \
 | 
|---|
| 444 |   $(SOPHYAINCP)lambdaBuilder.h
 | 
|---|
| 445 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  skymapmodule.cc
 | 
|---|
| 446 |  
 | 
|---|
| 447 | $(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \
 | 
|---|
| 448 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 449 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 450 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 451 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 452 |   $(SOPHYAINCP)commander.h \
 | 
|---|
| 453 |   $(SOPHYAINCP)pdlmgr.h \
 | 
|---|
| 454 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 455 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 456 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 457 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 458 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 459 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 460 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 461 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 462 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 463 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 464 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 465 |   $(SOPHYAINCP)ctimer.h \
 | 
|---|
| 466 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 467 |   $(SOPHYAINCP)dlftypes.h \
 | 
|---|
| 468 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 469 |   $(SOPHYAINCP)pistdimgapp.h \
 | 
|---|
| 470 |   $(SOPHYAINCP)pisysdep.h \
 | 
|---|
| 471 |   $(SOPHYAINCP)piapplx.h \
 | 
|---|
| 472 |   $(SOPHYAINCP)piapplgen.h \
 | 
|---|
| 473 |   $(SOPHYAINCP)pimsghandler.h \
 | 
|---|
| 474 |   $(SOPHYAINCP)picontainerx.h \
 | 
|---|
| 475 |   $(SOPHYAINCP)picontainergen.h \
 | 
|---|
| 476 |   $(SOPHYAINCP)piwdgx.h \
 | 
|---|
| 477 |   $(SOPHYAINCP)piwdggen.h \
 | 
|---|
| 478 |   $(SOPHYAINCP)picolist.h \
 | 
|---|
| 479 |   $(SOPHYAINCP)pimenubarx.h \
 | 
|---|
| 480 |   $(SOPHYAINCP)pimenubargen.h \
 | 
|---|
| 481 |   $(SOPHYAINCP)pimenux.h \
 | 
|---|
| 482 |   $(SOPHYAINCP)pimenugen.h \
 | 
|---|
| 483 |   $(SOPHYAINCP)picons.h \
 | 
|---|
| 484 |   $(SOPHYAINCP)pistdwdgx.h \
 | 
|---|
| 485 |   $(SOPHYAINCP)pistdwdggen.h \
 | 
|---|
| 486 |   $(SOPHYAINCP)pibwdgx.h \
 | 
|---|
| 487 |   $(SOPHYAINCP)pibwdggen.h \
 | 
|---|
| 488 |   $(SOPHYAINCP)picmap.h \
 | 
|---|
| 489 |   $(SOPHYAINCP)picmapx.h \
 | 
|---|
| 490 |   $(SOPHYAINCP)picmapgen.h \
 | 
|---|
| 491 |   $(SOPHYAINCP)pigraphx.h \
 | 
|---|
| 492 |   $(SOPHYAINCP)pigraphgen.h \
 | 
|---|
| 493 |   $(SOPHYAINCP)pifontx.h \
 | 
|---|
| 494 |   $(SOPHYAINCP)pifontgen.h \
 | 
|---|
| 495 |   $(SOPHYAINCP)pigrcoord.h \
 | 
|---|
| 496 |   $(SOPHYAINCP)pilineatt.h \
 | 
|---|
| 497 |   $(SOPHYAINCP)pigraphuc.h \
 | 
|---|
| 498 |   $(SOPHYAINCP)pievthandler.h \
 | 
|---|
| 499 |   $(SOPHYAINCP)psfile.h \
 | 
|---|
| 500 |   $(SOPHYAINCP)pigraphps.h \
 | 
|---|
| 501 |   $(SOPHYAINCP)piwindowx.h \
 | 
|---|
| 502 |   $(SOPHYAINCP)piwindowgen.h \
 | 
|---|
| 503 |   $(SOPHYAINCP)pioptmenux.h \
 | 
|---|
| 504 |   $(SOPHYAINCP)pioptmenugen.h \
 | 
|---|
| 505 |   $(SOPHYAINCP)pifilechox.h \
 | 
|---|
| 506 |   $(SOPHYAINCP)pifilechogen.h \
 | 
|---|
| 507 |   $(SOPHYAINCP)piperiodx.h \
 | 
|---|
| 508 |   $(SOPHYAINCP)periodic.h \
 | 
|---|
| 509 |   $(SOPHYAINCP)piimage.h \
 | 
|---|
| 510 |   $(SOPHYAINCP)parradapter.h \
 | 
|---|
| 511 |   $(SOPHYAINCP)lut.h \
 | 
|---|
| 512 |   $(SOPHYAINCP)pieldrw.h \
 | 
|---|
| 513 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 514 |   $(SOPHYAINCP)pigratt.h \
 | 
|---|
| 515 |   $(SOPHYAINCP)piaxes.h \
 | 
|---|
| 516 |   $(SOPHYAINCP)pipixmapx.h \
 | 
|---|
| 517 |   $(SOPHYAINCP)pipixmapgen.h \
 | 
|---|
| 518 |   $(SOPHYAINCP)picmapview.h \
 | 
|---|
| 519 |   $(SOPHYAINCP)pi3dwdg.h \
 | 
|---|
| 520 |   $(SOPHYAINCP)pi3ddrw.h \
 | 
|---|
| 521 |   $(SOPHYAINCP)pigraph3d.h \
 | 
|---|
| 522 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 523 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 524 |   $(SOPHYAINCP)pisiadw.h \
 | 
|---|
| 525 |   $(SOPHYAINCP)pilistx.h \
 | 
|---|
| 526 |   $(SOPHYAINCP)pilistgen.h \
 | 
|---|
| 527 |   $(SOPHYAINCP)pistzwin.h \
 | 
|---|
| 528 |   $(SOPHYAINCP)pitherm.h \
 | 
|---|
| 529 |   $(SOPHYAINCP)resusage.h \
 | 
|---|
| 530 |   $(SOPHYAINCP)servnobjm.h \
 | 
|---|
| 531 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 532 |   $(SOPHYAINCP)tmatrix.h \
 | 
|---|
| 533 |   $(SOPHYAINCP)tarray.h \
 | 
|---|
| 534 |   $(SOPHYAINCP)basarr.h \
 | 
|---|
| 535 |   $(SOPHYAINCP)ndatablock.h \
 | 
|---|
| 536 |   $(SOPHYAINCP)utilarr.h \
 | 
|---|
| 537 |   $(SOPHYAINCP)tmatrix_tsnl.h \
 | 
|---|
| 538 |   $(SOPHYAINCP)tvector_tsnl.h \
 | 
|---|
| 539 |   $(SOPHYAINCP)pitvmaad.h \
 | 
|---|
| 540 |   $(SOPHYAINCP)tvector.h \
 | 
|---|
| 541 |   $(SOPHYAINCP)fftpserver.h \
 | 
|---|
| 542 |   $(SOPHYAINCP)fftservintf.h \
 | 
|---|
| 543 |   $(SOPHYAINCP)bruit.h \
 | 
|---|
| 544 |   $(SOPHYAINCP)piscdrawwdg.h \
 | 
|---|
| 545 |   $(SOPHYAINCP)ctimer.h \
 | 
|---|
| 546 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 547 |   $(SOPHYAINCP)nomgadapter.h \
 | 
|---|
| 548 |   $(SOPHYAINCP)ntupintf.h \
 | 
|---|
| 549 |   $(SOPHYAINCP)generalfit.h \
 | 
|---|
| 550 |   $(SOPHYAINCP)generaldata.h \
 | 
|---|
| 551 |   $(SOPHYAINCP)poly.h \
 | 
|---|
| 552 |   $(SOPHYAINCP)peida.h \
 | 
|---|
| 553 |   $(SOPHYAINCP)utils.h \
 | 
|---|
| 554 |   $(SOPHYAINCP)perrors.h \
 | 
|---|
| 555 |   $(SOPHYAINCP)fmath.h \
 | 
|---|
| 556 |   $(SOPHYAINCP)generalfunc.h \
 | 
|---|
| 557 |   $(SOPHYAINCP)nomskymapadapter.h \
 | 
|---|
| 558 |   $(SOPHYAINCP)nomgadapter.h \
 | 
|---|
| 559 |   $(SOPHYAINCP)pixelmap.h \
 | 
|---|
| 560 |   $(SOPHYAINCP)spherepos.h \
 | 
|---|
| 561 |   $(SOPHYAINCP)unitvector.h \
 | 
|---|
| 562 |   $(SOPHYAINCP)vector3d.h \
 | 
|---|
| 563 |   $(SOPHYAINCP)longlat.h \
 | 
|---|
| 564 |   $(SOPHYAINCP)utilgeom.h \
 | 
|---|
| 565 |   $(SOPHYAINCP)datatype.h
 | 
|---|
| 566 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  sopiamodule.cc
 | 
|---|
| 567 |  
 | 
|---|
| 568 | $(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| 569 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 570 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 571 |   $(SOPHYAINCP)machdefs.h \
 | 
|---|
| 572 |   $(SOPHYAINCP)commander.h \
 | 
|---|
| 573 |   $(SOPHYAINCP)pdlmgr.h \
 | 
|---|
| 574 |   $(SOPHYAINCP)dvlist.h \
 | 
|---|
| 575 |   $(SOPHYAINCP)objfio.h \
 | 
|---|
| 576 |   $(SOPHYAINCP)anydataobj.h \
 | 
|---|
| 577 |   $(SOPHYAINCP)ppersist.h \
 | 
|---|
| 578 |   $(SOPHYAINCP)pexceptions.h \
 | 
|---|
| 579 |   $(SOPHYAINCP)gnumd5.h \
 | 
|---|
| 580 |   $(SOPHYAINCP)ppfbinstream.h \
 | 
|---|
| 581 |   $(SOPHYAINCP)rawstream.h \
 | 
|---|
| 582 |   $(SOPHYAINCP)ppfnametag.h \
 | 
|---|
| 583 |   $(SOPHYAINCP)mutyv.h \
 | 
|---|
| 584 |   $(SOPHYAINCP)timestamp.h \
 | 
|---|
| 585 |   $(SOPHYAINCP)ctimer.h \
 | 
|---|
| 586 |   $(SOPHYAINCP)zthread.h \
 | 
|---|
| 587 |   $(SOPHYAINCP)dlftypes.h \
 | 
|---|
| 588 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 589 |   $(SOPHYAINCP)pistdimgapp.h \
 | 
|---|
| 590 |   $(SOPHYAINCP)pisysdep.h \
 | 
|---|
| 591 |   $(SOPHYAINCP)piapplx.h \
 | 
|---|
| 592 |   $(SOPHYAINCP)piapplgen.h \
 | 
|---|
| 593 |   $(SOPHYAINCP)pimsghandler.h \
 | 
|---|
| 594 |   $(SOPHYAINCP)picontainerx.h \
 | 
|---|
| 595 |   $(SOPHYAINCP)picontainergen.h \
 | 
|---|
| 596 |   $(SOPHYAINCP)piwdgx.h \
 | 
|---|
| 597 |   $(SOPHYAINCP)piwdggen.h \
 | 
|---|
| 598 |   $(SOPHYAINCP)picolist.h \
 | 
|---|
| 599 |   $(SOPHYAINCP)pimenubarx.h \
 | 
|---|
| 600 |   $(SOPHYAINCP)pimenubargen.h \
 | 
|---|
| 601 |   $(SOPHYAINCP)pimenux.h \
 | 
|---|
| 602 |   $(SOPHYAINCP)pimenugen.h \
 | 
|---|
| 603 |   $(SOPHYAINCP)picons.h \
 | 
|---|
| 604 |   $(SOPHYAINCP)pistdwdgx.h \
 | 
|---|
| 605 |   $(SOPHYAINCP)pistdwdggen.h \
 | 
|---|
| 606 |   $(SOPHYAINCP)pibwdgx.h \
 | 
|---|
| 607 |   $(SOPHYAINCP)pibwdggen.h \
 | 
|---|
| 608 |   $(SOPHYAINCP)picmap.h \
 | 
|---|
| 609 |   $(SOPHYAINCP)picmapx.h \
 | 
|---|
| 610 |   $(SOPHYAINCP)picmapgen.h \
 | 
|---|
| 611 |   $(SOPHYAINCP)pigraphx.h \
 | 
|---|
| 612 |   $(SOPHYAINCP)pigraphgen.h \
 | 
|---|
| 613 |   $(SOPHYAINCP)pifontx.h \
 | 
|---|
| 614 |   $(SOPHYAINCP)pifontgen.h \
 | 
|---|
| 615 |   $(SOPHYAINCP)pigrcoord.h \
 | 
|---|
| 616 |   $(SOPHYAINCP)pilineatt.h \
 | 
|---|
| 617 |   $(SOPHYAINCP)pigraphuc.h \
 | 
|---|
| 618 |   $(SOPHYAINCP)pievthandler.h \
 | 
|---|
| 619 |   $(SOPHYAINCP)psfile.h \
 | 
|---|
| 620 |   $(SOPHYAINCP)pigraphps.h \
 | 
|---|
| 621 |   $(SOPHYAINCP)piwindowx.h \
 | 
|---|
| 622 |   $(SOPHYAINCP)piwindowgen.h \
 | 
|---|
| 623 |   $(SOPHYAINCP)pioptmenux.h \
 | 
|---|
| 624 |   $(SOPHYAINCP)pioptmenugen.h \
 | 
|---|
| 625 |   $(SOPHYAINCP)pifilechox.h \
 | 
|---|
| 626 |   $(SOPHYAINCP)pifilechogen.h \
 | 
|---|
| 627 |   $(SOPHYAINCP)piperiodx.h \
 | 
|---|
| 628 |   $(SOPHYAINCP)periodic.h \
 | 
|---|
| 629 |   $(SOPHYAINCP)piimage.h \
 | 
|---|
| 630 |   $(SOPHYAINCP)parradapter.h \
 | 
|---|
| 631 |   $(SOPHYAINCP)lut.h \
 | 
|---|
| 632 |   $(SOPHYAINCP)pieldrw.h \
 | 
|---|
| 633 |   $(SOPHYAINCP)pidrawer.h \
 | 
|---|
| 634 |   $(SOPHYAINCP)pigratt.h \
 | 
|---|
| 635 |   $(SOPHYAINCP)piaxes.h \
 | 
|---|
| 636 |   $(SOPHYAINCP)pipixmapx.h \
 | 
|---|
| 637 |   $(SOPHYAINCP)pipixmapgen.h \
 | 
|---|
| 638 |   $(SOPHYAINCP)picmapview.h \
 | 
|---|
| 639 |   $(SOPHYAINCP)pi3dwdg.h \
 | 
|---|
| 640 |   $(SOPHYAINCP)pi3ddrw.h \
 | 
|---|
| 641 |   $(SOPHYAINCP)pigraph3d.h \
 | 
|---|
| 642 |   $(SOPHYAINCP)nobjmgr.h \
 | 
|---|
| 643 |   $(SOPHYAINCP)piacmd.h \
 | 
|---|
| 644 |   $(SOPHYAINCP)pisiadw.h \
 | 
|---|
| 645 |   $(SOPHYAINCP)pilistx.h \
 | 
|---|
| 646 |   $(SOPHYAINCP)pilistgen.h \
 | 
|---|
| 647 |   $(SOPHYAINCP)pistzwin.h \
 | 
|---|
| 648 |   $(SOPHYAINCP)pitherm.h \
 | 
|---|
| 649 |   $(SOPHYAINCP)resusage.h
 | 
|---|
| 650 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  w2ps.cc
 | 
|---|
| 651 |  
 | 
|---|