Changeset 2743 in Sophya for trunk/SophyaPI/ProgPI


Ignore:
Timestamp:
May 20, 2005, 9:57:11 AM (20 years ago)
Author:
cmv
Message:

suite nouvelle structure cmv 20/05/05

Location:
trunk/SophyaPI/ProgPI
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/ProgPI/Makefile

    r2674 r2743  
    1 MODULECXXREPNAME :=  ProgPI
    2 MODULEDECCXXFLAGS := -msg_quiet
    3 include ../Mgr/Makefile.h
    4  
    5 ifdef NOSHLIB
    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
    8 ifeq ($(CXX),cxx)
    9 # librairie des instances de templates cxx
    10 LIBS := $(LIBS) -lertcxx
    11 endif
    12 else
    13 LIBF =  $(SLB)libPI.so $(SLB)libsophya.so $(SLB)libextsophya.so
    14 
    15 ifeq ($(MACHEROS),Darwin)
    16 LIBS = -L$(SLB) -lPI -lsophya -lextsophya -L/sw/lib -lXm -L/usr/X11R6/lib -lXt -lX11 -framework Accelerate
    17 else
    18 ifeq ($(MACHEROS),Linux)
    19 LIBS = -L$(SLB) -lPI -lsophya -lextsophya  -L/usr/X11R6/lib -lXm -lXp -lXt -lX11 -lm
    20 else
    21 LIBS = -L$(SLB) -lPI -lsophya -lextsophya  -lXm -lXp -lXt -lX11 -lm
    22 endif
    23 endif
    24 
    25 endif
    26 LIBSORA := $(LIBS)
    27 LDLIBS := $(LIBS) $(LDLIBS)
    28 PROGS = $(EXE)spiapp
    29 
     1include ../BuildMgr/sophyamake.inc
     2 
     3PROGS = $(SOPHYAEXEP)spiapp
     4 
    305all: $(PROGS)
    31 
     6 
    327clean:
    338        rm -f $(PROGS)
    34         rm -f $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o $(OBJ)skymapmodule.o
    35         if [ -d $(OBJ)cxxrep_ProgPI ] ; then cd $(OBJ)cxxrep_ProgPI ; rm -f *.o ; fi
    36 
    37 spiapp: $(EXE)spiapp
    38         echo echo $@ " done"   
    39 $(EXE)spiapp: $(OBJ)piapp.o $(OBJ)sopiamodule.o $(OBJ)fitsbtadapter.o $(OBJ)w2ps.o $(OBJ)skymapmodule.o
    40         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@
    41 
    42 $(OBJ)fitsbtadapter.o: fitsbtadapter.cc \
    43  $(INC)machdefs.h \
    44  $(INC)nobjmgr.h \
    45  $(INC)anydataobj.h \
    46  $(INC)ppersist.h \
    47  $(INC)pexceptions.h \
    48  $(INC)gnumd5.h \
    49  $(INC)dvlist.h \
    50  $(INC)objfio.h \
    51  $(INC)mutyv.h \
    52  $(INC)dlftypes.h \
    53  $(INC)servnobjm.h \
    54  $(INC)pdlmgr.h \
    55  $(INC)nomgadapter.h \
    56  $(INC)pidrawer.h \
    57  $(INC)pibwdggen.h \
    58  $(INC)pisysdep.h \
    59  $(INC)piwdgx.h \
    60  $(INC)piwdggen.h \
    61  $(INC)pimsghandler.h \
    62  $(INC)picolist.h \
    63  $(INC)picmap.h \
    64  $(INC)picmapx.h \
    65  $(INC)picmapgen.h \
    66  $(INC)pigraphx.h \
    67  $(INC)pigraphgen.h \
    68  $(INC)pifontx.h \
    69  $(INC)pifontgen.h \
    70  $(INC)pigraphuc.h \
    71  $(INC)pievthandler.h \
    72  $(INC)psfile.h \
    73  $(INC)parradapter.h \
    74  $(INC)lut.h \
    75  $(INC)ntupintf.h \
    76  $(INC)generalfit.h \
    77  $(INC)tvector.h \
    78  $(INC)tmatrix.h \
    79  $(INC)tarray.h \
    80  $(INC)basarr.h \
    81  $(INC)ndatablock.h \
    82  $(INC)utilarr.h \
    83  $(INC)generaldata.h \
    84  $(INC)poly.h \
    85  $(INC)peida.h \
    86  $(INC)utils.h \
    87  $(INC)perrors.h \
    88  $(INC)fmath.h \
    89  $(INC)pistdimgapp.h \
    90  $(INC)piapplx.h \
    91  $(INC)piapplgen.h \
    92  $(INC)picontainerx.h \
    93  $(INC)picontainergen.h \
    94  $(INC)pimenubarx.h \
    95  $(INC)pimenubargen.h \
    96  $(INC)pimenux.h \
    97  $(INC)pimenugen.h \
    98  $(INC)picons.h \
    99  $(INC)pistdwdgx.h \
    100  $(INC)pistdwdggen.h \
    101  $(INC)pibwdgx.h \
    102  $(INC)pigraphps.h \
    103  $(INC)piwindowx.h \
    104  $(INC)piwindowgen.h \
    105  $(INC)pioptmenux.h \
    106  $(INC)pioptmenugen.h \
    107  $(INC)pifilechox.h \
    108  $(INC)pifilechogen.h \
    109  $(INC)piimage.h \
    110  $(INC)pipixmapx.h \
    111  $(INC)pipixmapgen.h \
    112  $(INC)picmapview.h \
    113  $(INC)pi3ddrw.h \
    114  $(INC)pigraph3d.h \
    115  $(INC)piacmd.h \
    116  $(INC)pisiadw.h \
    117  $(INC)pilistx.h \
    118  $(INC)pilistgen.h \
    119  $(INC)pistzwin.h \
    120  $(INC)piperiodx.h \
    121  $(INC)periodic.h \
    122  $(INC)fbtntintf.h
    123 $(OBJ)piapp.o: piapp.cc $(INC)pistdimgapp.h \
    124  $(INC)pisysdep.h \
    125  $(INC)machdefs.h \
    126  $(INC)piapplx.h \
    127  $(INC)piapplgen.h \
    128  $(INC)pimsghandler.h \
    129  $(INC)picontainerx.h \
    130  $(INC)picontainergen.h \
    131  $(INC)piwdgx.h \
    132  $(INC)piwdggen.h \
    133  $(INC)picolist.h \
    134  $(INC)pimenubarx.h \
    135  $(INC)pimenubargen.h \
    136  $(INC)pimenux.h \
    137  $(INC)pimenugen.h \
    138  $(INC)picons.h \
    139  $(INC)pistdwdgx.h \
    140  $(INC)pistdwdggen.h \
    141  $(INC)pibwdgx.h \
    142  $(INC)pibwdggen.h \
    143  $(INC)picmap.h \
    144  $(INC)picmapx.h \
    145  $(INC)picmapgen.h \
    146  $(INC)pigraphx.h \
    147  $(INC)pigraphgen.h \
    148  $(INC)pifontx.h \
    149  $(INC)pifontgen.h \
    150  $(INC)pigraphuc.h \
    151  $(INC)pievthandler.h \
    152  $(INC)psfile.h \
    153  $(INC)pigraphps.h \
    154  $(INC)piwindowx.h \
    155  $(INC)piwindowgen.h \
    156  $(INC)pioptmenux.h \
    157  $(INC)pioptmenugen.h \
    158  $(INC)pifilechox.h \
    159  $(INC)pifilechogen.h \
    160  $(INC)piimage.h \
    161  $(INC)parradapter.h \
    162  $(INC)lut.h \
    163  $(INC)pidrawer.h \
    164  $(INC)pipixmapx.h \
    165  $(INC)pipixmapgen.h \
    166  $(INC)picmapview.h \
    167  $(INC)pi3ddrw.h \
    168  $(INC)pigraph3d.h \
    169  $(INC)nobjmgr.h \
    170  $(INC)anydataobj.h \
    171  $(INC)ppersist.h \
    172  $(INC)pexceptions.h \
    173  $(INC)gnumd5.h \
    174  $(INC)dvlist.h \
    175  $(INC)objfio.h \
    176  $(INC)mutyv.h \
    177  $(INC)dlftypes.h \
    178  $(INC)piacmd.h \
    179  $(INC)pdlmgr.h \
    180  $(INC)pisiadw.h \
    181  $(INC)pilistx.h \
    182  $(INC)pilistgen.h \
    183  $(INC)pistzwin.h \
    184  $(INC)piperiodx.h \
    185  $(INC)periodic.h \
    186  $(INC)piversion.h \
    187  $(INC)piaversion.h \
    188  $(INC)timing.h \
    189  $(INC)skyinit.h \
    190  $(INC)ntoolsinit.h \
    191  $(INC)tarrinit.h \
    192  $(INC)sophyainit.h \
    193  $(INC)xntuple.h \
    194  $(INC)ntupintf.h
    195 $(OBJ)rznoisemodule.o: rznoisemodule.cc \
    196  $(INC)machdefs.h \
    197  $(INC)piacmd.h \
    198  $(INC)dlftypes.h \
    199  $(INC)pdlmgr.h \
    200  $(INC)nobjmgr.h \
    201  $(INC)anydataobj.h \
    202  $(INC)ppersist.h \
    203  $(INC)pexceptions.h \
    204  $(INC)gnumd5.h \
    205  $(INC)dvlist.h \
    206  $(INC)objfio.h \
    207  $(INC)mutyv.h \
    208  $(INC)pistdimgapp.h \
    209  $(INC)pisysdep.h \
    210  $(INC)piapplx.h \
    211  $(INC)piapplgen.h \
    212  $(INC)pimsghandler.h \
    213  $(INC)picontainerx.h \
    214  $(INC)picontainergen.h \
    215  $(INC)piwdgx.h \
    216  $(INC)piwdggen.h \
    217  $(INC)picolist.h \
    218  $(INC)pimenubarx.h \
    219  $(INC)pimenubargen.h \
    220  $(INC)pimenux.h \
    221  $(INC)pimenugen.h \
    222  $(INC)picons.h \
    223  $(INC)pistdwdgx.h \
    224  $(INC)pistdwdggen.h \
    225  $(INC)pibwdgx.h \
    226  $(INC)pibwdggen.h \
    227  $(INC)picmap.h \
    228  $(INC)picmapx.h \
    229  $(INC)picmapgen.h \
    230  $(INC)pigraphx.h \
    231  $(INC)pigraphgen.h \
    232  $(INC)pifontx.h \
    233  $(INC)pifontgen.h \
    234  $(INC)pigraphuc.h \
    235  $(INC)pievthandler.h \
    236  $(INC)psfile.h \
    237  $(INC)pigraphps.h \
    238  $(INC)piwindowx.h \
    239  $(INC)piwindowgen.h \
    240  $(INC)pioptmenux.h \
    241  $(INC)pioptmenugen.h \
    242  $(INC)pifilechox.h \
    243  $(INC)pifilechogen.h \
    244  $(INC)piimage.h \
    245  $(INC)parradapter.h \
    246  $(INC)lut.h \
    247  $(INC)pidrawer.h \
    248  $(INC)pipixmapx.h \
    249  $(INC)pipixmapgen.h \
    250  $(INC)picmapview.h \
    251  $(INC)pi3ddrw.h \
    252  $(INC)pigraph3d.h \
    253  $(INC)pisiadw.h \
    254  $(INC)pilistx.h \
    255  $(INC)pilistgen.h \
    256  $(INC)pistzwin.h \
    257  $(INC)piperiodx.h \
    258  $(INC)periodic.h \
    259  $(INC)servnobjm.h \
    260  $(INC)tvector.h \
    261  $(INC)tmatrix.h \
    262  $(INC)tarray.h \
    263  $(INC)basarr.h \
    264  $(INC)ndatablock.h \
    265  $(INC)utilarr.h \
    266  $(INC)pitvmaad.h \
    267  $(INC)fftpserver.h \
    268  $(INC)fftservintf.h \
    269  $(INC)bruit.h \
    270  $(INC)piscdrawwdg.h \
    271  $(INC)ctimer.h
    272 $(OBJ)sopiamodule.o: sopiamodule.cc \
    273  $(INC)machdefs.h \
    274  $(INC)piacmd.h \
    275  $(INC)dlftypes.h \
    276  $(INC)pdlmgr.h \
    277  $(INC)nobjmgr.h \
    278  $(INC)anydataobj.h \
    279  $(INC)ppersist.h \
    280  $(INC)pexceptions.h \
    281  $(INC)gnumd5.h \
    282  $(INC)dvlist.h \
    283  $(INC)objfio.h \
    284  $(INC)mutyv.h \
    285  $(INC)pistdimgapp.h \
    286  $(INC)pisysdep.h \
    287  $(INC)piapplx.h \
    288  $(INC)piapplgen.h \
    289  $(INC)pimsghandler.h \
    290  $(INC)picontainerx.h \
    291  $(INC)picontainergen.h \
    292  $(INC)piwdgx.h \
    293  $(INC)piwdggen.h \
    294  $(INC)picolist.h \
    295  $(INC)pimenubarx.h \
    296  $(INC)pimenubargen.h \
    297  $(INC)pimenux.h \
    298  $(INC)pimenugen.h \
    299  $(INC)picons.h \
    300  $(INC)pistdwdgx.h \
    301  $(INC)pistdwdggen.h \
    302  $(INC)pibwdgx.h \
    303  $(INC)pibwdggen.h \
    304  $(INC)picmap.h \
    305  $(INC)picmapx.h \
    306  $(INC)picmapgen.h \
    307  $(INC)pigraphx.h \
    308  $(INC)pigraphgen.h \
    309  $(INC)pifontx.h \
    310  $(INC)pifontgen.h \
    311  $(INC)pigraphuc.h \
    312  $(INC)pievthandler.h \
    313  $(INC)psfile.h \
    314  $(INC)pigraphps.h \
    315  $(INC)piwindowx.h \
    316  $(INC)piwindowgen.h \
    317  $(INC)pioptmenux.h \
    318  $(INC)pioptmenugen.h \
    319  $(INC)pifilechox.h \
    320  $(INC)pifilechogen.h \
    321  $(INC)piimage.h \
    322  $(INC)parradapter.h \
    323  $(INC)lut.h \
    324  $(INC)pidrawer.h \
    325  $(INC)pipixmapx.h \
    326  $(INC)pipixmapgen.h \
    327  $(INC)picmapview.h \
    328  $(INC)pi3ddrw.h \
    329  $(INC)pigraph3d.h \
    330  $(INC)pisiadw.h \
    331  $(INC)pilistx.h \
    332  $(INC)pilistgen.h \
    333  $(INC)pistzwin.h \
    334  $(INC)piperiodx.h \
    335  $(INC)periodic.h \
    336  $(INC)servnobjm.h \
    337  $(INC)tvector.h \
    338  $(INC)tmatrix.h \
    339  $(INC)tarray.h \
    340  $(INC)basarr.h \
    341  $(INC)ndatablock.h \
    342  $(INC)utilarr.h \
    343  $(INC)pitvmaad.h \
    344  $(INC)fftpserver.h \
    345  $(INC)fftservintf.h \
    346  $(INC)bruit.h \
    347  $(INC)piscdrawwdg.h \
    348  $(INC)ctimer.h \
    349  $(INC)nomgadapter.h \
    350  $(INC)ntupintf.h \
    351  $(INC)generalfit.h \
    352  $(INC)generaldata.h \
    353  $(INC)poly.h \
    354  $(INC)peida.h \
    355  $(INC)utils.h \
    356  $(INC)perrors.h \
    357  $(INC)fmath.h
    358 $(OBJ)w2ps.o: w2ps.cc $(INC)machdefs.h \
    359  $(INC)piacmd.h \
    360  $(INC)dlftypes.h \
    361  $(INC)pdlmgr.h \
    362  $(INC)nobjmgr.h \
    363  $(INC)anydataobj.h \
    364  $(INC)ppersist.h \
    365  $(INC)pexceptions.h \
    366  $(INC)gnumd5.h \
    367  $(INC)dvlist.h \
    368  $(INC)objfio.h \
    369  $(INC)mutyv.h \
    370  $(INC)pistdimgapp.h \
    371  $(INC)pisysdep.h \
    372  $(INC)piapplx.h \
    373  $(INC)piapplgen.h \
    374  $(INC)pimsghandler.h \
    375  $(INC)picontainerx.h \
    376  $(INC)picontainergen.h \
    377  $(INC)piwdgx.h \
    378  $(INC)piwdggen.h \
    379  $(INC)picolist.h \
    380  $(INC)pimenubarx.h \
    381  $(INC)pimenubargen.h \
    382  $(INC)pimenux.h \
    383  $(INC)pimenugen.h \
    384  $(INC)picons.h \
    385  $(INC)pistdwdgx.h \
    386  $(INC)pistdwdggen.h \
    387  $(INC)pibwdgx.h \
    388  $(INC)pibwdggen.h \
    389  $(INC)picmap.h \
    390  $(INC)picmapx.h \
    391  $(INC)picmapgen.h \
    392  $(INC)pigraphx.h \
    393  $(INC)pigraphgen.h \
    394  $(INC)pifontx.h \
    395  $(INC)pifontgen.h \
    396  $(INC)pigraphuc.h \
    397  $(INC)pievthandler.h \
    398  $(INC)psfile.h \
    399  $(INC)pigraphps.h \
    400  $(INC)piwindowx.h \
    401  $(INC)piwindowgen.h \
    402  $(INC)pioptmenux.h \
    403  $(INC)pioptmenugen.h \
    404  $(INC)pifilechox.h \
    405  $(INC)pifilechogen.h \
    406  $(INC)piimage.h \
    407  $(INC)parradapter.h \
    408  $(INC)lut.h \
    409  $(INC)pidrawer.h \
    410  $(INC)pipixmapx.h \
    411  $(INC)pipixmapgen.h \
    412  $(INC)picmapview.h \
    413  $(INC)pi3ddrw.h \
    414  $(INC)pigraph3d.h \
    415  $(INC)pisiadw.h \
    416  $(INC)pilistx.h \
    417  $(INC)pilistgen.h \
    418  $(INC)pistzwin.h \
    419  $(INC)piperiodx.h \
    420  $(INC)periodic.h
    421 skymapmodule.o: skymapmodule.cc \
    422   $(INC)machdefs.h \
    423   $(INC)piacmd.h \
    424   $(INC)dlftypes.h \
    425   $(INC)pdlmgr.h \
    426   $(INC)ctimer.h \
    427   $(INC)nobjmgr.h \
    428   $(INC)anydataobj.h \
    429   $(INC)ppersist.h \
    430   $(INC)pexceptions.h \
    431   $(INC)gnumd5.h \
    432   $(INC)dvlist.h \
    433   $(INC)objfio.h \
    434   $(INC)mutyv.h \
    435   $(INC)pistdimgapp.h \
    436   $(INC)pisysdep.h \
    437   $(INC)piapplx.h \
    438   $(INC)piapplgen.h \
    439   $(INC)pimsghandler.h \
    440   $(INC)picontainerx.h \
    441   $(INC)picontainergen.h \
    442   $(INC)piwdgx.h \
    443   $(INC)piwdggen.h \
    444   $(INC)picolist.h \
    445   $(INC)pimenubarx.h \
    446   $(INC)pimenubargen.h \
    447   $(INC)pimenux.h \
    448   $(INC)pimenugen.h \
    449   $(INC)picons.h \
    450   $(INC)pistdwdgx.h \
    451   $(INC)pistdwdggen.h \
    452   $(INC)pibwdgx.h \
    453   $(INC)pibwdggen.h \
    454   $(INC)picmap.h \
    455   $(INC)picmapx.h \
    456   $(INC)picmapgen.h \
    457   $(INC)pigraphx.h \
    458   $(INC)pigraphgen.h \
    459   $(INC)pifontx.h \
    460   $(INC)pifontgen.h \
    461   $(INC)pigrcoord.h \
    462   $(INC)pilineatt.h \
    463   $(INC)pigraphuc.h \
    464   $(INC)pievthandler.h \
    465   $(INC)psfile.h \
    466   $(INC)pigraphps.h \
    467   $(INC)piwindowx.h \
    468   $(INC)piwindowgen.h \
    469   $(INC)pioptmenux.h \
    470   $(INC)pioptmenugen.h \
    471   $(INC)pifilechox.h \
    472   $(INC)pifilechogen.h \
    473   $(INC)piperiodx.h \
    474   $(INC)periodic.h \
    475   $(INC)piimage.h \
    476   $(INC)parradapter.h \
    477   $(INC)lut.h \
    478   $(INC)pieldrw.h \
    479   $(INC)pidrawer.h \
    480   $(INC)pigratt.h \
    481   $(INC)piaxes.h \
    482   $(INC)pipixmapx.h \
    483   $(INC)pipixmapgen.h \
    484   $(INC)picmapview.h \
    485   $(INC)pi3dwdg.h \
    486   $(INC)pi3ddrw.h \
    487   $(INC)pigraph3d.h \
    488   $(INC)pisiadw.h \
    489   $(INC)pilistx.h \
    490   $(INC)pilistgen.h \
    491   $(INC)pistzwin.h \
    492   $(INC)pitherm.h \
    493   $(INC)resusage.h \
    494   $(INC)servnobjm.h \
    495   $(INC)tvector.h \
    496   $(INC)tmatrix.h \
    497   $(INC)tarray.h \
    498   $(INC)basarr.h \
    499   $(INC)ndatablock.h \
    500   $(INC)utilarr.h \
    501   $(INC)nomgadapter.h \
    502   $(INC)ntupintf.h \
    503   $(INC)generalfit.h \
    504   $(INC)generaldata.h \
    505   $(INC)poly.h \
    506   $(INC)peida.h \
    507   $(INC)utils.h \
    508   $(INC)perrors.h \
    509   $(INC)fmath.h \
    510   $(INC)skymap.h \
    511   $(INC)spherethetaphi.h \
    512   $(INC)sphericalmap.h \
    513   $(INC)smathconst.h \
    514   $(INC)pixelmap.h \
    515   $(INC)spherepos.h \
    516   $(INC)unitvector.h \
    517   $(INC)vector3d.h \
    518   $(INC)longlat.h \
    519   $(INC)utilgeom.h \
    520   $(INC)spherehealpix.h \
    521   $(INC)HEALPixUtils.h \
    522   $(INC)localmap.h \
    523   $(INC)fiospherethetaphi.h \
    524   $(INC)fiospherehealpix.h \
    525   $(INC)fiolocalmap.h \
    526   $(INC)sphericaltransformserver.h \
    527   $(INC)fftservintf.h \
    528   $(INC)fftpserver.h \
    529   $(INC)alm.h \
    530   $(INC)nbrandom.h \
    531   $(INC)srandgen.h \
    532   $(INC)nbmath.h \
    533   $(INC)triangmtx.h \
    534   $(INC)lambdaBuilder.h
     9        rm -f $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o
     10 
     11spiapp: $(SOPHYAEXEP)spiapp
     12        echo $@ " done"
     13$(SOPHYAEXEP)spiapp: $(SOPHYAOBJP)piapp.o $(SOPHYAOBJP)sopiamodule.o $(SOPHYAOBJP)fitsbtadapter.o $(SOPHYAOBJP)w2ps.o $(SOPHYAOBJP)skymapmodule.o
     14        $(CXXLINK) -o $@ $? $(SOPHYAALLSLBLIST)
     15 
     16$(SOPHYAOBJP)fitsbtadapter.o: fitsbtadapter.cc \
     17  $(SOPHYAINCP)sopnamsp.h \
     18  $(SOPHYAINCP)machdefs.h \
     19  $(SOPHYAINCP)nobjmgr.h \
     20  $(SOPHYAINCP)anydataobj.h \
     21  $(SOPHYAINCP)ppersist.h \
     22  $(SOPHYAINCP)pexceptions.h \
     23  $(SOPHYAINCP)gnumd5.h \
     24  $(SOPHYAINCP)ppfbinstream.h \
     25  $(SOPHYAINCP)rawstream.h \
     26  $(SOPHYAINCP)ppfnametag.h \
     27  $(SOPHYAINCP)dvlist.h \
     28  $(SOPHYAINCP)objfio.h \
     29  $(SOPHYAINCP)mutyv.h \
     30  $(SOPHYAINCP)dlftypes.h \
     31  $(SOPHYAINCP)servnobjm.h \
     32  $(SOPHYAINCP)pdlmgr.h \
     33  $(SOPHYAINCP)nomgadapter.h \
     34  $(SOPHYAINCP)pidrawer.h \
     35  $(SOPHYAINCP)pibwdggen.h \
     36  $(SOPHYAINCP)pisysdep.h \
     37  $(SOPHYAINCP)piwdgx.h \
     38  $(SOPHYAINCP)piwdggen.h \
     39  $(SOPHYAINCP)pimsghandler.h \
     40  $(SOPHYAINCP)picolist.h \
     41  $(SOPHYAINCP)picmap.h \
     42  $(SOPHYAINCP)picmapx.h \
     43  $(SOPHYAINCP)picmapgen.h \
     44  $(SOPHYAINCP)pigraphx.h \
     45  $(SOPHYAINCP)pigraphgen.h \
     46  $(SOPHYAINCP)pifontx.h \
     47  $(SOPHYAINCP)pifontgen.h \
     48  $(SOPHYAINCP)pigrcoord.h \
     49  $(SOPHYAINCP)pilineatt.h \
     50  $(SOPHYAINCP)pigraphuc.h \
     51  $(SOPHYAINCP)pievthandler.h \
     52  $(SOPHYAINCP)psfile.h \
     53  $(SOPHYAINCP)pigratt.h \
     54  $(SOPHYAINCP)piaxes.h \
     55  $(SOPHYAINCP)parradapter.h \
     56  $(SOPHYAINCP)lut.h \
     57  $(SOPHYAINCP)ntupintf.h \
     58  $(SOPHYAINCP)generalfit.h \
     59  $(SOPHYAINCP)tvector.h \
     60  $(SOPHYAINCP)tmatrix.h \
     61  $(SOPHYAINCP)tarray.h \
     62  $(SOPHYAINCP)basarr.h \
     63  $(SOPHYAINCP)ndatablock.h \
     64  $(SOPHYAINCP)utilarr.h \
     65  $(SOPHYAINCP)generaldata.h \
     66  $(SOPHYAINCP)poly.h \
     67  $(SOPHYAINCP)peida.h \
     68  $(SOPHYAINCP)utils.h \
     69  $(SOPHYAINCP)perrors.h \
     70  $(SOPHYAINCP)fmath.h \
     71  $(SOPHYAINCP)pistdimgapp.h \
     72  $(SOPHYAINCP)piapplx.h \
     73  $(SOPHYAINCP)piapplgen.h \
     74  $(SOPHYAINCP)picontainerx.h \
     75  $(SOPHYAINCP)picontainergen.h \
     76  $(SOPHYAINCP)pimenubarx.h \
     77  $(SOPHYAINCP)pimenubargen.h \
     78  $(SOPHYAINCP)pimenux.h \
     79  $(SOPHYAINCP)pimenugen.h \
     80  $(SOPHYAINCP)picons.h \
     81  $(SOPHYAINCP)pistdwdgx.h \
     82  $(SOPHYAINCP)pistdwdggen.h \
     83  $(SOPHYAINCP)pibwdgx.h \
     84  $(SOPHYAINCP)pigraphps.h \
     85  $(SOPHYAINCP)piwindowx.h \
     86  $(SOPHYAINCP)piwindowgen.h \
     87  $(SOPHYAINCP)pioptmenux.h \
     88  $(SOPHYAINCP)pioptmenugen.h \
     89  $(SOPHYAINCP)pifilechox.h \
     90  $(SOPHYAINCP)pifilechogen.h \
     91  $(SOPHYAINCP)piperiodx.h \
     92  $(SOPHYAINCP)periodic.h \
     93  $(SOPHYAINCP)piimage.h \
     94  $(SOPHYAINCP)pieldrw.h \
     95  $(SOPHYAINCP)pipixmapx.h \
     96  $(SOPHYAINCP)pipixmapgen.h \
     97  $(SOPHYAINCP)picmapview.h \
     98  $(SOPHYAINCP)pi3dwdg.h \
     99  $(SOPHYAINCP)pi3ddrw.h \
     100  $(SOPHYAINCP)pigraph3d.h \
     101  $(SOPHYAINCP)piacmd.h \
     102  $(SOPHYAINCP)commander.h \
     103  $(SOPHYAINCP)ctimer.h \
     104  $(SOPHYAINCP)zthread.h \
     105  $(SOPHYAINCP)pisiadw.h \
     106  $(SOPHYAINCP)pilistx.h \
     107  $(SOPHYAINCP)pilistgen.h \
     108  $(SOPHYAINCP)pistzwin.h \
     109  $(SOPHYAINCP)pitherm.h \
     110  $(SOPHYAINCP)resusage.h \
     111  $(SOPHYAINCP)fbtntintf.h \
     112  $(SOPHYAINCP)FitsIO/fitsio.h \
     113  $(SOPHYAINCP)FitsIO/longnam.h
     114        $(CXXCOMPILE) -o $@ $<
     115 
     116$(SOPHYAOBJP)piapp.o: piapp.cc $(SOPHYAINCP)sopnamsp.h \
     117  $(SOPHYAINCP)pistdimgapp.h \
     118  $(SOPHYAINCP)pisysdep.h \
     119  $(SOPHYAINCP)machdefs.h \
     120  $(SOPHYAINCP)piapplx.h \
     121  $(SOPHYAINCP)piapplgen.h \
     122  $(SOPHYAINCP)pimsghandler.h \
     123  $(SOPHYAINCP)picontainerx.h \
     124  $(SOPHYAINCP)picontainergen.h \
     125  $(SOPHYAINCP)piwdgx.h \
     126  $(SOPHYAINCP)piwdggen.h \
     127  $(SOPHYAINCP)picolist.h \
     128  $(SOPHYAINCP)pimenubarx.h \
     129  $(SOPHYAINCP)pimenubargen.h \
     130  $(SOPHYAINCP)pimenux.h \
     131  $(SOPHYAINCP)pimenugen.h \
     132  $(SOPHYAINCP)picons.h \
     133  $(SOPHYAINCP)pistdwdgx.h \
     134  $(SOPHYAINCP)pistdwdggen.h \
     135  $(SOPHYAINCP)pibwdgx.h \
     136  $(SOPHYAINCP)pibwdggen.h \
     137  $(SOPHYAINCP)picmap.h \
     138  $(SOPHYAINCP)picmapx.h \
     139  $(SOPHYAINCP)picmapgen.h \
     140  $(SOPHYAINCP)pigraphx.h \
     141  $(SOPHYAINCP)pigraphgen.h \
     142  $(SOPHYAINCP)pifontx.h \
     143  $(SOPHYAINCP)pifontgen.h \
     144  $(SOPHYAINCP)pigrcoord.h \
     145  $(SOPHYAINCP)pilineatt.h \
     146  $(SOPHYAINCP)pigraphuc.h \
     147  $(SOPHYAINCP)pievthandler.h \
     148  $(SOPHYAINCP)psfile.h \
     149  $(SOPHYAINCP)pigraphps.h \
     150  $(SOPHYAINCP)piwindowx.h \
     151  $(SOPHYAINCP)piwindowgen.h \
     152  $(SOPHYAINCP)pioptmenux.h \
     153  $(SOPHYAINCP)pioptmenugen.h \
     154  $(SOPHYAINCP)pifilechox.h \
     155  $(SOPHYAINCP)pifilechogen.h \
     156  $(SOPHYAINCP)piperiodx.h \
     157  $(SOPHYAINCP)periodic.h \
     158  $(SOPHYAINCP)piimage.h \
     159  $(SOPHYAINCP)parradapter.h \
     160  $(SOPHYAINCP)lut.h \
     161  $(SOPHYAINCP)pieldrw.h \
     162  $(SOPHYAINCP)pidrawer.h \
     163  $(SOPHYAINCP)pigratt.h \
     164  $(SOPHYAINCP)piaxes.h \
     165  $(SOPHYAINCP)pipixmapx.h \
     166  $(SOPHYAINCP)pipixmapgen.h \
     167  $(SOPHYAINCP)picmapview.h \
     168  $(SOPHYAINCP)pi3dwdg.h \
     169  $(SOPHYAINCP)pi3ddrw.h \
     170  $(SOPHYAINCP)pigraph3d.h \
     171  $(SOPHYAINCP)nobjmgr.h \
     172  $(SOPHYAINCP)anydataobj.h \
     173  $(SOPHYAINCP)ppersist.h \
     174  $(SOPHYAINCP)pexceptions.h \
     175  $(SOPHYAINCP)gnumd5.h \
     176  $(SOPHYAINCP)ppfbinstream.h \
     177  $(SOPHYAINCP)rawstream.h \
     178  $(SOPHYAINCP)ppfnametag.h \
     179  $(SOPHYAINCP)dvlist.h \
     180  $(SOPHYAINCP)objfio.h \
     181  $(SOPHYAINCP)mutyv.h \
     182  $(SOPHYAINCP)dlftypes.h \
     183  $(SOPHYAINCP)piacmd.h \
     184  $(SOPHYAINCP)commander.h \
     185  $(SOPHYAINCP)pdlmgr.h \
     186  $(SOPHYAINCP)ctimer.h \
     187  $(SOPHYAINCP)zthread.h \
     188  $(SOPHYAINCP)pisiadw.h \
     189  $(SOPHYAINCP)pilistx.h \
     190  $(SOPHYAINCP)pilistgen.h \
     191  $(SOPHYAINCP)pistzwin.h \
     192  $(SOPHYAINCP)pitherm.h \
     193  $(SOPHYAINCP)resusage.h \
     194  $(SOPHYAINCP)piversion.h \
     195  $(SOPHYAINCP)piaversion.h \
     196  $(SOPHYAINCP)timing.h \
     197  $(SOPHYAINCP)skyinit.h \
     198  $(SOPHYAINCP)ntoolsinit.h \
     199  $(SOPHYAINCP)tarrinit.h \
     200  $(SOPHYAINCP)sophyainit.h \
     201  $(SOPHYAINCP)xntuple.h \
     202  $(SOPHYAINCP)ntupintf.h
     203        $(CXXCOMPILE) -o $@ $<
     204 
     205$(SOPHYAOBJP)skymapmodule.o: skymapmodule.cc \
     206  $(SOPHYAINCP)sopnamsp.h \
     207  $(SOPHYAINCP)machdefs.h \
     208  $(SOPHYAINCP)piacmd.h \
     209  $(SOPHYAINCP)commander.h \
     210  $(SOPHYAINCP)pdlmgr.h \
     211  $(SOPHYAINCP)dvlist.h \
     212  $(SOPHYAINCP)objfio.h \
     213  $(SOPHYAINCP)anydataobj.h \
     214  $(SOPHYAINCP)ppersist.h \
     215  $(SOPHYAINCP)pexceptions.h \
     216  $(SOPHYAINCP)gnumd5.h \
     217  $(SOPHYAINCP)ppfbinstream.h \
     218  $(SOPHYAINCP)rawstream.h \
     219  $(SOPHYAINCP)ppfnametag.h \
     220  $(SOPHYAINCP)mutyv.h \
     221  $(SOPHYAINCP)ctimer.h \
     222  $(SOPHYAINCP)zthread.h \
     223  $(SOPHYAINCP)dlftypes.h \
     224  $(SOPHYAINCP)nobjmgr.h \
     225  $(SOPHYAINCP)pistdimgapp.h \
     226  $(SOPHYAINCP)pisysdep.h \
     227  $(SOPHYAINCP)piapplx.h \
     228  $(SOPHYAINCP)piapplgen.h \
     229  $(SOPHYAINCP)pimsghandler.h \
     230  $(SOPHYAINCP)picontainerx.h \
     231  $(SOPHYAINCP)picontainergen.h \
     232  $(SOPHYAINCP)piwdgx.h \
     233  $(SOPHYAINCP)piwdggen.h \
     234  $(SOPHYAINCP)picolist.h \
     235  $(SOPHYAINCP)pimenubarx.h \
     236  $(SOPHYAINCP)pimenubargen.h \
     237  $(SOPHYAINCP)pimenux.h \
     238  $(SOPHYAINCP)pimenugen.h \
     239  $(SOPHYAINCP)picons.h \
     240  $(SOPHYAINCP)pistdwdgx.h \
     241  $(SOPHYAINCP)pistdwdggen.h \
     242  $(SOPHYAINCP)pibwdgx.h \
     243  $(SOPHYAINCP)pibwdggen.h \
     244  $(SOPHYAINCP)picmap.h \
     245  $(SOPHYAINCP)picmapx.h \
     246  $(SOPHYAINCP)picmapgen.h \
     247  $(SOPHYAINCP)pigraphx.h \
     248  $(SOPHYAINCP)pigraphgen.h \
     249  $(SOPHYAINCP)pifontx.h \
     250  $(SOPHYAINCP)pifontgen.h \
     251  $(SOPHYAINCP)pigrcoord.h \
     252  $(SOPHYAINCP)pilineatt.h \
     253  $(SOPHYAINCP)pigraphuc.h \
     254  $(SOPHYAINCP)pievthandler.h \
     255  $(SOPHYAINCP)psfile.h \
     256  $(SOPHYAINCP)pigraphps.h \
     257  $(SOPHYAINCP)piwindowx.h \
     258  $(SOPHYAINCP)piwindowgen.h \
     259  $(SOPHYAINCP)pioptmenux.h \
     260  $(SOPHYAINCP)pioptmenugen.h \
     261  $(SOPHYAINCP)pifilechox.h \
     262  $(SOPHYAINCP)pifilechogen.h \
     263  $(SOPHYAINCP)piperiodx.h \
     264  $(SOPHYAINCP)periodic.h \
     265  $(SOPHYAINCP)piimage.h \
     266  $(SOPHYAINCP)parradapter.h \
     267  $(SOPHYAINCP)lut.h \
     268  $(SOPHYAINCP)pieldrw.h \
     269  $(SOPHYAINCP)pidrawer.h \
     270  $(SOPHYAINCP)pigratt.h \
     271  $(SOPHYAINCP)piaxes.h \
     272  $(SOPHYAINCP)pipixmapx.h \
     273  $(SOPHYAINCP)pipixmapgen.h \
     274  $(SOPHYAINCP)picmapview.h \
     275  $(SOPHYAINCP)pi3dwdg.h \
     276  $(SOPHYAINCP)pi3ddrw.h \
     277  $(SOPHYAINCP)pigraph3d.h \
     278  $(SOPHYAINCP)pisiadw.h \
     279  $(SOPHYAINCP)pilistx.h \
     280  $(SOPHYAINCP)pilistgen.h \
     281  $(SOPHYAINCP)pistzwin.h \
     282  $(SOPHYAINCP)pitherm.h \
     283  $(SOPHYAINCP)resusage.h \
     284  $(SOPHYAINCP)servnobjm.h \
     285  $(SOPHYAINCP)nomgadapter.h \
     286  $(SOPHYAINCP)ntupintf.h \
     287  $(SOPHYAINCP)generalfit.h \
     288  $(SOPHYAINCP)tvector.h \
     289  $(SOPHYAINCP)tmatrix.h \
     290  $(SOPHYAINCP)tarray.h \
     291  $(SOPHYAINCP)basarr.h \
     292  $(SOPHYAINCP)ndatablock.h \
     293  $(SOPHYAINCP)utilarr.h \
     294  $(SOPHYAINCP)generaldata.h \
     295  $(SOPHYAINCP)poly.h \
     296  $(SOPHYAINCP)peida.h \
     297  $(SOPHYAINCP)utils.h \
     298  $(SOPHYAINCP)perrors.h \
     299  $(SOPHYAINCP)fmath.h \
     300  $(SOPHYAINCP)ntuple.h \
     301  $(SOPHYAINCP)slinparbuff.h \
     302  $(SOPHYAINCP)localmap.h \
     303  $(SOPHYAINCP)pixelmap.h \
     304  $(SOPHYAINCP)spherepos.h \
     305  $(SOPHYAINCP)unitvector.h \
     306  $(SOPHYAINCP)vector3d.h \
     307  $(SOPHYAINCP)longlat.h \
     308  $(SOPHYAINCP)utilgeom.h \
     309  $(SOPHYAINCP)sphericalmap.h \
     310  $(SOPHYAINCP)smathconst.h \
     311  $(SOPHYAINCP)spherehealpix.h \
     312  $(SOPHYAINCP)HEALPixUtils.h \
     313  $(SOPHYAINCP)spherethetaphi.h \
     314  $(SOPHYAINCP)sphericaltransformserver.h \
     315  $(SOPHYAINCP)fftservintf.h \
     316  $(SOPHYAINCP)fftpserver.h \
     317  $(SOPHYAINCP)alm.h \
     318  $(SOPHYAINCP)nbrandom.h \
     319  $(SOPHYAINCP)srandgen.h \
     320  $(SOPHYAINCP)nbmath.h \
     321  $(SOPHYAINCP)triangmtx.h \
     322  $(SOPHYAINCP)lambdaBuilder.h
     323        $(CXXCOMPILE) -o $@ $<
     324 
     325$(SOPHYAOBJP)sopiamodule.o: sopiamodule.cc \
     326  $(SOPHYAINCP)sopnamsp.h \
     327  $(SOPHYAINCP)machdefs.h \
     328  $(SOPHYAINCP)piacmd.h \
     329  $(SOPHYAINCP)commander.h \
     330  $(SOPHYAINCP)pdlmgr.h \
     331  $(SOPHYAINCP)dvlist.h \
     332  $(SOPHYAINCP)objfio.h \
     333  $(SOPHYAINCP)anydataobj.h \
     334  $(SOPHYAINCP)ppersist.h \
     335  $(SOPHYAINCP)pexceptions.h \
     336  $(SOPHYAINCP)gnumd5.h \
     337  $(SOPHYAINCP)ppfbinstream.h \
     338  $(SOPHYAINCP)rawstream.h \
     339  $(SOPHYAINCP)ppfnametag.h \
     340  $(SOPHYAINCP)mutyv.h \
     341  $(SOPHYAINCP)ctimer.h \
     342  $(SOPHYAINCP)zthread.h \
     343  $(SOPHYAINCP)dlftypes.h \
     344  $(SOPHYAINCP)nobjmgr.h \
     345  $(SOPHYAINCP)pistdimgapp.h \
     346  $(SOPHYAINCP)pisysdep.h \
     347  $(SOPHYAINCP)piapplx.h \
     348  $(SOPHYAINCP)piapplgen.h \
     349  $(SOPHYAINCP)pimsghandler.h \
     350  $(SOPHYAINCP)picontainerx.h \
     351  $(SOPHYAINCP)picontainergen.h \
     352  $(SOPHYAINCP)piwdgx.h \
     353  $(SOPHYAINCP)piwdggen.h \
     354  $(SOPHYAINCP)picolist.h \
     355  $(SOPHYAINCP)pimenubarx.h \
     356  $(SOPHYAINCP)pimenubargen.h \
     357  $(SOPHYAINCP)pimenux.h \
     358  $(SOPHYAINCP)pimenugen.h \
     359  $(SOPHYAINCP)picons.h \
     360  $(SOPHYAINCP)pistdwdgx.h \
     361  $(SOPHYAINCP)pistdwdggen.h \
     362  $(SOPHYAINCP)pibwdgx.h \
     363  $(SOPHYAINCP)pibwdggen.h \
     364  $(SOPHYAINCP)picmap.h \
     365  $(SOPHYAINCP)picmapx.h \
     366  $(SOPHYAINCP)picmapgen.h \
     367  $(SOPHYAINCP)pigraphx.h \
     368  $(SOPHYAINCP)pigraphgen.h \
     369  $(SOPHYAINCP)pifontx.h \
     370  $(SOPHYAINCP)pifontgen.h \
     371  $(SOPHYAINCP)pigrcoord.h \
     372  $(SOPHYAINCP)pilineatt.h \
     373  $(SOPHYAINCP)pigraphuc.h \
     374  $(SOPHYAINCP)pievthandler.h \
     375  $(SOPHYAINCP)psfile.h \
     376  $(SOPHYAINCP)pigraphps.h \
     377  $(SOPHYAINCP)piwindowx.h \
     378  $(SOPHYAINCP)piwindowgen.h \
     379  $(SOPHYAINCP)pioptmenux.h \
     380  $(SOPHYAINCP)pioptmenugen.h \
     381  $(SOPHYAINCP)pifilechox.h \
     382  $(SOPHYAINCP)pifilechogen.h \
     383  $(SOPHYAINCP)piperiodx.h \
     384  $(SOPHYAINCP)periodic.h \
     385  $(SOPHYAINCP)piimage.h \
     386  $(SOPHYAINCP)parradapter.h \
     387  $(SOPHYAINCP)lut.h \
     388  $(SOPHYAINCP)pieldrw.h \
     389  $(SOPHYAINCP)pidrawer.h \
     390  $(SOPHYAINCP)pigratt.h \
     391  $(SOPHYAINCP)piaxes.h \
     392  $(SOPHYAINCP)pipixmapx.h \
     393  $(SOPHYAINCP)pipixmapgen.h \
     394  $(SOPHYAINCP)picmapview.h \
     395  $(SOPHYAINCP)pi3dwdg.h \
     396  $(SOPHYAINCP)pi3ddrw.h \
     397  $(SOPHYAINCP)pigraph3d.h \
     398  $(SOPHYAINCP)pisiadw.h \
     399  $(SOPHYAINCP)pilistx.h \
     400  $(SOPHYAINCP)pilistgen.h \
     401  $(SOPHYAINCP)pistzwin.h \
     402  $(SOPHYAINCP)pitherm.h \
     403  $(SOPHYAINCP)resusage.h \
     404  $(SOPHYAINCP)servnobjm.h \
     405  $(SOPHYAINCP)tvector.h \
     406  $(SOPHYAINCP)tmatrix.h \
     407  $(SOPHYAINCP)tarray.h \
     408  $(SOPHYAINCP)basarr.h \
     409  $(SOPHYAINCP)ndatablock.h \
     410  $(SOPHYAINCP)utilarr.h \
     411  $(SOPHYAINCP)pitvmaad.h \
     412  $(SOPHYAINCP)fftpserver.h \
     413  $(SOPHYAINCP)fftservintf.h \
     414  $(SOPHYAINCP)bruit.h \
     415  $(SOPHYAINCP)piscdrawwdg.h \
     416  $(SOPHYAINCP)nomgadapter.h \
     417  $(SOPHYAINCP)ntupintf.h \
     418  $(SOPHYAINCP)generalfit.h \
     419  $(SOPHYAINCP)generaldata.h \
     420  $(SOPHYAINCP)poly.h \
     421  $(SOPHYAINCP)peida.h \
     422  $(SOPHYAINCP)utils.h \
     423  $(SOPHYAINCP)perrors.h \
     424  $(SOPHYAINCP)fmath.h \
     425  $(SOPHYAINCP)nomskymapadapter.h \
     426  $(SOPHYAINCP)pixelmap.h \
     427  $(SOPHYAINCP)spherepos.h \
     428  $(SOPHYAINCP)unitvector.h \
     429  $(SOPHYAINCP)vector3d.h \
     430  $(SOPHYAINCP)longlat.h \
     431  $(SOPHYAINCP)utilgeom.h
     432        $(CXXCOMPILE) -o $@ $<
     433 
     434$(SOPHYAOBJP)w2ps.o: w2ps.cc $(SOPHYAINCP)sopnamsp.h \
     435  $(SOPHYAINCP)machdefs.h \
     436  $(SOPHYAINCP)piacmd.h \
     437  $(SOPHYAINCP)commander.h \
     438  $(SOPHYAINCP)pdlmgr.h \
     439  $(SOPHYAINCP)dvlist.h \
     440  $(SOPHYAINCP)objfio.h \
     441  $(SOPHYAINCP)anydataobj.h \
     442  $(SOPHYAINCP)ppersist.h \
     443  $(SOPHYAINCP)pexceptions.h \
     444  $(SOPHYAINCP)gnumd5.h \
     445  $(SOPHYAINCP)ppfbinstream.h \
     446  $(SOPHYAINCP)rawstream.h \
     447  $(SOPHYAINCP)ppfnametag.h \
     448  $(SOPHYAINCP)mutyv.h \
     449  $(SOPHYAINCP)ctimer.h \
     450  $(SOPHYAINCP)zthread.h \
     451  $(SOPHYAINCP)dlftypes.h \
     452  $(SOPHYAINCP)nobjmgr.h \
     453  $(SOPHYAINCP)pistdimgapp.h \
     454  $(SOPHYAINCP)pisysdep.h \
     455  $(SOPHYAINCP)piapplx.h \
     456  $(SOPHYAINCP)piapplgen.h \
     457  $(SOPHYAINCP)pimsghandler.h \
     458  $(SOPHYAINCP)picontainerx.h \
     459  $(SOPHYAINCP)picontainergen.h \
     460  $(SOPHYAINCP)piwdgx.h \
     461  $(SOPHYAINCP)piwdggen.h \
     462  $(SOPHYAINCP)picolist.h \
     463  $(SOPHYAINCP)pimenubarx.h \
     464  $(SOPHYAINCP)pimenubargen.h \
     465  $(SOPHYAINCP)pimenux.h \
     466  $(SOPHYAINCP)pimenugen.h \
     467  $(SOPHYAINCP)picons.h \
     468  $(SOPHYAINCP)pistdwdgx.h \
     469  $(SOPHYAINCP)pistdwdggen.h \
     470  $(SOPHYAINCP)pibwdgx.h \
     471  $(SOPHYAINCP)pibwdggen.h \
     472  $(SOPHYAINCP)picmap.h \
     473  $(SOPHYAINCP)picmapx.h \
     474  $(SOPHYAINCP)picmapgen.h \
     475  $(SOPHYAINCP)pigraphx.h \
     476  $(SOPHYAINCP)pigraphgen.h \
     477  $(SOPHYAINCP)pifontx.h \
     478  $(SOPHYAINCP)pifontgen.h \
     479  $(SOPHYAINCP)pigrcoord.h \
     480  $(SOPHYAINCP)pilineatt.h \
     481  $(SOPHYAINCP)pigraphuc.h \
     482  $(SOPHYAINCP)pievthandler.h \
     483  $(SOPHYAINCP)psfile.h \
     484  $(SOPHYAINCP)pigraphps.h \
     485  $(SOPHYAINCP)piwindowx.h \
     486  $(SOPHYAINCP)piwindowgen.h \
     487  $(SOPHYAINCP)pioptmenux.h \
     488  $(SOPHYAINCP)pioptmenugen.h \
     489  $(SOPHYAINCP)pifilechox.h \
     490  $(SOPHYAINCP)pifilechogen.h \
     491  $(SOPHYAINCP)piperiodx.h \
     492  $(SOPHYAINCP)periodic.h \
     493  $(SOPHYAINCP)piimage.h \
     494  $(SOPHYAINCP)parradapter.h \
     495  $(SOPHYAINCP)lut.h \
     496  $(SOPHYAINCP)pieldrw.h \
     497  $(SOPHYAINCP)pidrawer.h \
     498  $(SOPHYAINCP)pigratt.h \
     499  $(SOPHYAINCP)piaxes.h \
     500  $(SOPHYAINCP)pipixmapx.h \
     501  $(SOPHYAINCP)pipixmapgen.h \
     502  $(SOPHYAINCP)picmapview.h \
     503  $(SOPHYAINCP)pi3dwdg.h \
     504  $(SOPHYAINCP)pi3ddrw.h \
     505  $(SOPHYAINCP)pigraph3d.h \
     506  $(SOPHYAINCP)pisiadw.h \
     507  $(SOPHYAINCP)pilistx.h \
     508  $(SOPHYAINCP)pilistgen.h \
     509  $(SOPHYAINCP)pistzwin.h \
     510  $(SOPHYAINCP)pitherm.h \
     511  $(SOPHYAINCP)resusage.h
     512        $(CXXCOMPILE) -o $@ $<
     513 
  • trunk/SophyaPI/ProgPI/programs

    r1524 r2743  
    1 spiapp piapp.o sopiamodule.o fitsbtadapter.o w2ps.o
     1spiapp piapp.o sopiamodule.o fitsbtadapter.o w2ps.o skymapmodule.o
Note: See TracChangeset for help on using the changeset viewer.