[2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
|
---|
| 2 |
|
---|
| 3 | PROGS = $(SOPHYAEXEP)runcxx $(SOPHYAEXEP)scanppf $(SOPHYAEXEP)scanfits
|
---|
| 4 |
|
---|
| 5 | all: $(PROGS)
|
---|
| 6 |
|
---|
| 7 | clean:
|
---|
| 8 | rm -f $(PROGS)
|
---|
| 9 | rm -f $(SOPHYAOBJP)scanfits.o $(SOPHYAOBJP)scanppf.o $(SOPHYAOBJP)runcxx.o
|
---|
| 10 |
|
---|
| 11 | runcxx: $(SOPHYAEXEP)runcxx
|
---|
| 12 | echo $@ " done"
|
---|
| 13 | $(SOPHYAEXEP)runcxx: $(SOPHYAOBJP)runcxx.o
|
---|
[2765] | 14 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)runcxx.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 15 |
|
---|
| 16 | scanppf: $(SOPHYAEXEP)scanppf
|
---|
| 17 | echo $@ " done"
|
---|
| 18 | $(SOPHYAEXEP)scanppf: $(SOPHYAOBJP)scanppf.o
|
---|
[2765] | 19 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)scanppf.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 20 |
|
---|
| 21 | scanfits: $(SOPHYAEXEP)scanfits
|
---|
| 22 | echo $@ " done"
|
---|
| 23 | $(SOPHYAEXEP)scanfits: $(SOPHYAOBJP)scanfits.o
|
---|
[2765] | 24 | $(CXXLINK) $(CXXTEMPFLG) -o $@ $(SOPHYAOBJP)scanfits.o $(SOPHYAEXTSLBLIST)
|
---|
[2743] | 25 |
|
---|
[2765] | 26 | $(SOPHYAOBJP)runcxx.o: runcxx.cc $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 27 | $(SOPHYAINCP)machdefs.h \
|
---|
| 28 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 29 | $(SOPHYAINCP)sophyainit.h \
|
---|
[3007] | 30 | $(SOPHYAINCP)machdefs.h \
|
---|
[2743] | 31 | $(SOPHYAINCP)array.h \
|
---|
| 32 | $(SOPHYAINCP)tarray.h \
|
---|
| 33 | $(SOPHYAINCP)basarr.h \
|
---|
| 34 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 35 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 36 | $(SOPHYAINCP)timestamp.h \
|
---|
[2743] | 37 | $(SOPHYAINCP)objfio.h \
|
---|
| 38 | $(SOPHYAINCP)ppersist.h \
|
---|
| 39 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 40 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 41 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 42 | $(SOPHYAINCP)rawstream.h \
|
---|
| 43 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 44 | $(SOPHYAINCP)dvlist.h \
|
---|
[2743] | 45 | $(SOPHYAINCP)ndatablock.h \
|
---|
| 46 | $(SOPHYAINCP)utilarr.h \
|
---|
| 47 | $(SOPHYAINCP)tmatrix.h \
|
---|
[3007] | 48 | $(SOPHYAINCP)tmatrix_tsnl.h \
|
---|
[2743] | 49 | $(SOPHYAINCP)tvector.h \
|
---|
[3007] | 50 | $(SOPHYAINCP)tvector_tsnl.h \
|
---|
[2743] | 51 | $(SOPHYAINCP)matharr.h \
|
---|
| 52 | $(SOPHYAINCP)fioarr.h \
|
---|
| 53 | $(SOPHYAINCP)sopemtx.h \
|
---|
| 54 | $(SOPHYAINCP)sambainit.h \
|
---|
| 55 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 56 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
[3007] | 57 | $(SOPHYAINCP)tarrinit.h \
|
---|
[2743] | 58 | $(SOPHYAINCP)skyinit.h \
|
---|
[3007] | 59 | $(SOPHYAINCP)pexceptions.h \
|
---|
[2743] | 60 | $(SOPHYAINCP)cxxcmplnk.h \
|
---|
| 61 | $(SOPHYAINCP)pdlmgr.h \
|
---|
| 62 | $(SOPHYAINCP)timing.h
|
---|
[2765] | 63 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ runcxx.cc
|
---|
[2743] | 64 |
|
---|
| 65 | $(SOPHYAOBJP)scanfits.o: scanfits.cc \
|
---|
| 66 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[3007] | 67 | $(SOPHYAINCP)fitsfile.h \
|
---|
| 68 | $(SOPHYAINCP)ndatablock.h \
|
---|
[2743] | 69 | $(SOPHYAINCP)machdefs.h \
|
---|
[3007] | 70 | $(SOPHYAINCP)anydataobj.h \
|
---|
[2743] | 71 | $(SOPHYAINCP)dvlist.h \
|
---|
| 72 | $(SOPHYAINCP)objfio.h \
|
---|
| 73 | $(SOPHYAINCP)ppersist.h \
|
---|
| 74 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 75 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 76 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 77 | $(SOPHYAINCP)rawstream.h \
|
---|
| 78 | $(SOPHYAINCP)ppfnametag.h \
|
---|
| 79 | $(SOPHYAINCP)mutyv.h \
|
---|
[3007] | 80 | $(SOPHYAINCP)timestamp.h \
|
---|
| 81 | $(SOPHYAINCP)fitsinoutfile.h \
|
---|
[2743] | 82 | $(SOPHYAINCP)FitsIO/fitsio.h \
|
---|
| 83 | $(SOPHYAINCP)FitsIO/longnam.h \
|
---|
[3007] | 84 | $(SOPHYAINCP)fitshandler.h \
|
---|
| 85 | $(SOPHYAINCP)fitsmanager.h \
|
---|
| 86 | $(SOPHYAINCP)fiosinit.h \
|
---|
| 87 | $(SOPHYAINCP)sophyainit.h
|
---|
[2765] | 88 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanfits.cc
|
---|
[2743] | 89 |
|
---|
[3007] | 90 | $(SOPHYAOBJP)scanppf.o: scanppf.cc \
|
---|
| 91 | $(SOPHYAINCP)sopnamsp.h \
|
---|
[2743] | 92 | $(SOPHYAINCP)ppersist.h \
|
---|
| 93 | $(SOPHYAINCP)machdefs.h \
|
---|
| 94 | $(SOPHYAINCP)pexceptions.h \
|
---|
| 95 | $(SOPHYAINCP)gnumd5.h \
|
---|
| 96 | $(SOPHYAINCP)ppfbinstream.h \
|
---|
| 97 | $(SOPHYAINCP)rawstream.h \
|
---|
| 98 | $(SOPHYAINCP)ppfnametag.h \
|
---|
[3007] | 99 | $(SOPHYAINCP)ppersist.h \
|
---|
[2743] | 100 | $(SOPHYAINCP)anydataobj.h \
|
---|
| 101 | $(SOPHYAINCP)sambainit.h \
|
---|
| 102 | $(SOPHYAINCP)skymapinit.h \
|
---|
| 103 | $(SOPHYAINCP)sophyainit.h \
|
---|
| 104 | $(SOPHYAINCP)ntoolsinit.h \
|
---|
| 105 | $(SOPHYAINCP)tarrinit.h \
|
---|
| 106 | $(SOPHYAINCP)histinit.h
|
---|
[2765] | 107 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scanppf.cc
|
---|
[2743] | 108 |
|
---|