Changeset 924 in Sophya for trunk/SophyaPI/PIext


Ignore:
Timestamp:
Apr 13, 2000, 7:36:56 PM (25 years ago)
Author:
ercodmgr
Message:

MAJ Makefile - Reza 13/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/Makefile

    r826 r924  
    77        $(AR) $(ARFLAGS)  $@ $?
    88ifeq ($(CXX),cxx)
    9         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lPIext -lSysTools -lTArray -lNTools -lHiStats -lSkyMap -lSamba -lSkyT -lFitsIOServer -lIFFTW -lLinAlg -lPI -o $(OBJ)xx.x -Hf
     9        $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
    1010endif
    1111 
     
    1717 
    1818$(OBJ)basexecut.o: basexecut.cc piacmd.h \
    19  $(INC)machdefs.h \
    20  $(INC)pclassids.h dlftypes.h basexecut.h \
    21  $(INC)pdlmgr.h \
     19 $(INC)machdefs.h dlftypes.h \
     20 $(INC)pdlmgr.h basexecut.h \
    2221 $(INC)ctimer.h pistdimgapp.h \
    2322 $(INC)pisysdep.h \
     
    9291 $(INC)generaldata.h \
    9392 $(INC)poly.h
     93$(OBJ)nobjmgr.o: nobjmgr.cc $(INC)strutil.h \
     94 $(INC)datatypes.h \
     95 $(INC)machdefs.h nobjmgr.h \
     96 $(INC)anydataobj.h \
     97 $(INC)ppersist.h \
     98 $(INC)pexceptions.h \
     99 $(INC)gnumd5.h dlftypes.h servnobjm.h \
     100 $(INC)pdlmgr.h nomgadapter.h \
     101 $(INC)pidrawer.h \
     102 $(INC)pibwdggen.h \
     103 $(INC)pisysdep.h \
     104 $(INC)piwdgx.h \
     105 $(INC)piwdggen.h \
     106 $(INC)pimsghandler.h \
     107 $(INC)picmap.h \
     108 $(INC)picmapx.h \
     109 $(INC)picmapgen.h \
     110 $(INC)pigraphx.h \
     111 $(INC)pigraphgen.h \
     112 $(INC)pifontx.h \
     113 $(INC)pifontgen.h \
     114 $(INC)pigraphuc.h \
     115 $(INC)pievthandler.h \
     116 $(INC)psfile.h \
     117 $(INC)parradapter.h \
     118 $(INC)lut.h \
     119 $(INC)ntupintf.h pistdimgapp.h \
     120 $(INC)piapplx.h \
     121 $(INC)piapplgen.h \
     122 $(INC)picontainerx.h \
     123 $(INC)picontainergen.h \
     124 $(INC)pimenubarx.h \
     125 $(INC)pimenubargen.h \
     126 $(INC)pimenux.h \
     127 $(INC)pimenugen.h \
     128 $(INC)picons.h \
     129 $(INC)pistdwdgx.h \
     130 $(INC)pistdwdggen.h \
     131 $(INC)pibwdgx.h \
     132 $(INC)pigraphps.h \
     133 $(INC)piwindowx.h \
     134 $(INC)piwindowgen.h \
     135 $(INC)pioptmenux.h \
     136 $(INC)pioptmenugen.h \
     137 $(INC)pifilechox.h \
     138 $(INC)pifilechogen.h \
     139 $(INC)piimage.h \
     140 $(INC)pipixmapx.h \
     141 $(INC)pipixmapgen.h \
     142 $(INC)picmapview.h \
     143 $(INC)pi3ddrw.h \
     144 $(INC)pigraph3d.h piacmd.h pisiadw.h \
     145 $(INC)pilistx.h \
     146 $(INC)pilistgen.h \
     147 $(INC)pistzwin.h \
     148 $(INC)piperiodx.h \
     149 $(INC)periodic.h \
     150 $(INC)fitsioserver.h \
     151 $(INC)tarray.h \
     152 $(INC)basarr.h \
     153 $(INC)dvlist.h \
     154 $(INC)objfio.h \
     155 $(INC)ndatablock.h \
     156 $(INC)utilarr.h \
     157 $(INC)tmatrix.h \
     158 $(INC)tvector.h \
     159 $(INC)skymap.h \
     160 $(INC)spherethetaphi.h \
     161 $(INC)sphericalmap.h \
     162 $(INC)smathconst.h \
     163 $(INC)pixelmap.h \
     164 $(INC)spherepos.h \
     165 $(INC)unitvector.h \
     166 $(INC)vector3d.h \
     167 $(INC)longlat.h \
     168 $(INC)utilgeom.h \
     169 $(INC)spherehealpix.h \
     170 $(INC)localmap.h \
     171 $(INC)fiospherethetaphi.h \
     172 $(INC)fiospherehealpix.h \
     173 $(INC)fiolocalmap.h \
     174 $(INC)ntuple.h \
     175 $(INC)cimage.h \
     176 $(INC)rzimage.h \
     177 $(INC)rzvect.h \
     178 $(INC)perrors.h \
     179 $(EXTINCPATH)FitsIO/fitsio.h \
     180 $(EXTINCPATH)FitsIO/longnam.h \
     181 $(INC)pisurfdr.h pipodrw.h \
     182 $(INC)histos2.h \
     183 $(INC)peida.h \
     184 $(INC)utils.h \
     185 $(INC)fmath.h \
     186 $(INC)histos.h pintuple.h pintup3d.h \
     187 pigfd1.h $(INC)generaldata.h \
     188 $(INC)poly.h pigfd2.h
    94189$(OBJ)nomgadapter.o: nomgadapter.cc \
    95  $(INC)machdefs.h \
    96  $(INC)pclassids.h nomgadapter.h \
     190 $(INC)machdefs.h nomgadapter.h \
    97191 $(INC)ppersist.h \
    98192 $(INC)pexceptions.h \
     
    119213 $(INC)ntupintf.h
    120214$(OBJ)nomgfdadapter.o: nomgfdadapter.cc \
    121  $(INC)machdefs.h \
    122  $(INC)pclassids.h nomgfdadapter.h \
     215 $(INC)machdefs.h nomgfdadapter.h \
    123216 nomgadapter.h $(INC)ppersist.h \
    124217 $(INC)pexceptions.h \
     
    161254 $(INC)histos.h
    162255$(OBJ)nomhistadapter.o: nomhistadapter.cc \
    163  $(INC)machdefs.h \
    164  $(INC)pclassids.h nomhistadapter.h \
     256 $(INC)machdefs.h nomhistadapter.h \
    165257 nomgadapter.h $(INC)ppersist.h \
    166258 $(INC)pexceptions.h \
     
    220312 $(INC)pdlmgr.h dlftypes.h
    221313$(OBJ)nomimagadapter.o: nomimagadapter.cc \
    222  $(INC)machdefs.h \
    223  $(INC)pclassids.h nomimagadapter.h \
     314 $(INC)machdefs.h nomimagadapter.h \
    224315 nomgadapter.h $(INC)ppersist.h \
    225316 $(INC)pexceptions.h \
     
    253344 $(INC)objfio.h pimgadapter.h
    254345$(OBJ)nomskymapadapter.o: nomskymapadapter.cc \
    255  $(INC)machdefs.h \
    256  $(INC)pclassids.h nomskymapadapter.h \
     346 $(INC)machdefs.h nomskymapadapter.h \
    257347 nomgadapter.h $(INC)ppersist.h \
    258348 $(INC)pexceptions.h \
     
    291381 $(INC)longlat.h \
    292382 $(INC)utilgeom.h \
     383 $(INC)skymap.h \
    293384 $(INC)spherethetaphi.h \
    294385 $(INC)sphericalmap.h \
    295386 $(INC)smathconst.h \
    296387 $(INC)tvector.h \
    297  $(INC)spheregorski.h \
    298  $(INC)localmap.h pitvmaad.h \
     388 $(INC)spherehealpix.h \
     389 $(INC)localmap.h \
     390 $(INC)fiospherethetaphi.h \
     391 $(INC)fiospherehealpix.h \
     392 $(INC)fiolocalmap.h pitvmaad.h \
    299393 $(INC)complexios.h
    300394$(OBJ)nomspecrespadapter.o: nomspecrespadapter.cc \
    301  $(INC)machdefs.h \
    302  $(INC)pclassids.h nomspecrespadapter.h \
     395 $(INC)machdefs.h nomspecrespadapter.h \
    303396 nomgadapter.h $(INC)ppersist.h \
    304397 $(INC)pexceptions.h \
     
    337430$(OBJ)nomtmatvecadapter.o: nomtmatvecadapter.cc \
    338431 $(INC)machdefs.h \
    339  $(INC)pclassids.h \
    340432 $(INC)tvector.h \
    341433 $(INC)tmatrix.h \
     
    383475 $(INC)objfio.h \
    384476 $(INC)machdefs.h \
    385  $(INC)pclassids.h \
    386477 $(INC)anydataobj.h \
    387478 $(INC)ppersist.h \
     
    403494 $(INC)ntuple.h \
    404495 $(INC)ntupintf.h pawexecut.h piacmd.h \
    405  dlftypes.h nobjmgr.h servnobjm.h \
    406  $(INC)pdlmgr.h pistdimgapp.h \
    407  $(INC)pisysdep.h \
     496 dlftypes.h $(INC)pdlmgr.h nobjmgr.h \
     497 servnobjm.h pistdimgapp.h $(INC)pisysdep.h \
    408498 $(INC)piapplx.h \
    409499 $(INC)piapplgen.h \
     
    454544 $(INC)periodic.h
    455545$(OBJ)piacmd.o: piacmd.cc piacmd.h $(INC)machdefs.h \
    456  $(INC)pclassids.h dlftypes.h basexecut.h \
    457  $(INC)pdlmgr.h \
     546 dlftypes.h $(INC)pdlmgr.h basexecut.h \
    458547 $(INC)ctimer.h pistdimgapp.h \
    459548 $(INC)pisysdep.h \
     
    520609 $(INC)nbtri.h \
    521610 $(INC)machdefs.h \
    522  $(INC)pclassids.h \
    523611 $(INC)generalfit.h \
    524612 $(INC)pexceptions.h \
     
    605693 $(INC)objfio.h \
    606694 $(INC)machdefs.h \
    607  $(INC)pclassids.h \
    608695 $(INC)anydataobj.h \
    609696 $(INC)ppersist.h \
     
    643730 $(INC)objfio.h \
    644731 $(INC)machdefs.h \
    645  $(INC)pclassids.h \
    646732 $(INC)anydataobj.h \
    647733 $(INC)ppersist.h \
     
    685771 $(INC)objfio.h \
    686772 $(INC)machdefs.h \
    687  $(INC)pclassids.h \
    688773 $(INC)anydataobj.h \
    689774 $(INC)ppersist.h \
     
    721806 $(INC)pimsghandler.h \
    722807 $(INC)machdefs.h \
    723  $(INC)pclassids.h \
    724808 $(INC)pisysdep.h \
    725809 $(INC)picontainerx.h \
     
    771855 $(INC)piwindowgen.h \
    772856 $(INC)pidrawer.h \
    773  $(INC)nbrandom.h
    774 $(OBJ)piinit.o: piinit.cc $(INC)machdefs.h \
    775  $(INC)pclassids.h piinit.h \
     857 $(INC)nbrandom.h \
     858 $(INC)srandgen.h
     859$(OBJ)piinit.o: piinit.cc $(INC)machdefs.h piinit.h \
    776860 $(INC)sambainit.h \
    777861 $(INC)skymapinit.h \
    778  $(INC)tarrinit.h \
    779862 $(INC)sophyainit.h \
    780  $(INC)ntoolsinit.h pistdimgapp.h \
     863 $(INC)ntoolsinit.h \
     864 $(INC)tarrinit.h pistdimgapp.h \
    781865 $(INC)pisysdep.h \
    782866 $(INC)piapplx.h \
     
    825909 $(INC)ppersist.h \
    826910 $(INC)pexceptions.h \
    827  $(INC)gnumd5.h dlftypes.h piacmd.h pisiadw.h \
     911 $(INC)gnumd5.h dlftypes.h piacmd.h \
     912 $(INC)pdlmgr.h pisiadw.h \
    828913 $(INC)pilistx.h \
    829914 $(INC)pilistgen.h \
     
    831916 $(INC)piperiodx.h \
    832917 $(INC)periodic.h servnobjm.h \
    833  $(INC)pdlmgr.h nomhistadapter.h \
    834  nomgadapter.h $(INC)ntupintf.h \
     918 nomhistadapter.h nomgadapter.h \
     919 $(INC)ntupintf.h \
    835920 $(INC)histos.h \
    836921 $(INC)objfio.h \
     
    865950 $(INC)sphericalmap.h \
    866951 $(INC)smathconst.h \
    867  $(INC)spheregorski.h \
     952 $(INC)spherehealpix.h \
    868953 $(INC)localmap.h \
    869954 $(INC)specrespvector.h \
     
    873958 $(INC)ntupintf.h \
    874959 $(INC)machdefs.h \
    875  $(INC)pclassids.h \
    876960 $(INC)pi3ddrw.h \
    877961 $(INC)pisysdep.h \
     
    897981 $(INC)ntupintf.h \
    898982 $(INC)machdefs.h \
    899  $(INC)pclassids.h \
    900983 $(INC)pidrawer.h \
    901984 $(INC)pibwdggen.h \
     
    916999$(OBJ)pipodrw.o: pipodrw.cc pipodrw.h \
    9171000 $(INC)machdefs.h \
    918  $(INC)pclassids.h \
    9191001 $(INC)pidrawer.h \
    9201002 $(INC)pibwdggen.h \
     
    9581040 $(INC)poly.h
    9591041$(OBJ)pisiadw.o: pisiadw.cc $(INC)machdefs.h \
    960  $(INC)pclassids.h \
    9611042 $(INC)perrors.h \
    9621043 $(INC)pexceptions.h \
     
    10091090 $(INC)anydataobj.h \
    10101091 $(INC)ppersist.h \
    1011  $(INC)gnumd5.h dlftypes.h piacmd.h pisiadw.h \
     1092 $(INC)gnumd5.h dlftypes.h piacmd.h \
     1093 $(INC)pdlmgr.h pisiadw.h \
    10121094 $(INC)pilistx.h \
    10131095 $(INC)pilistgen.h \
    10141096 $(INC)pistzwin.h \
    10151097 $(INC)piperiodx.h \
    1016  $(INC)periodic.h servnobjm.h \
    1017  $(INC)pdlmgr.h
     1098 $(INC)periodic.h servnobjm.h
    10181099$(OBJ)pistdimgapp.o: pistdimgapp.cc \
    10191100 $(INC)machdefs.h \
    1020  $(INC)pclassids.h \
    10211101 $(INC)strutil.h \
    10221102 $(INC)timing.h \
     
    10771157 $(INC)pi3ddrw.h \
    10781158 $(INC)pigraph3d.h nobjmgr.h dlftypes.h \
    1079  piacmd.h pisiadw.h $(INC)pilistx.h \
     1159 piacmd.h $(INC)pdlmgr.h pisiadw.h \
     1160 $(INC)pilistx.h \
    10801161 $(INC)pilistgen.h \
    10811162 $(INC)pistzwin.h \
     
    10981179 $(INC)sambainit.h \
    10991180 $(INC)skymapinit.h \
    1100  $(INC)tarrinit.h \
    11011181 $(INC)sophyainit.h \
    11021182 $(INC)ntoolsinit.h \
     1183 $(INC)tarrinit.h \
    11031184 $(INC)piversion.h piaversion.h
    11041185$(OBJ)pitvmaad.o: pitvmaad.cc pitvmaad.h \
    11051186 $(INC)machdefs.h \
    1106  $(INC)pclassids.h \
    11071187 $(INC)parradapter.h \
    11081188 $(INC)lut.h \
     
    11211201$(OBJ)servnobjm.o: servnobjm.cc $(INC)strutil.h \
    11221202 nobjmgr.h $(INC)machdefs.h \
    1123  $(INC)pclassids.h \
    11241203 $(INC)anydataobj.h \
    11251204 $(INC)ppersist.h \
     
    12031282 $(INC)piscdrawwdg.h \
    12041283 $(INC)pisurfdr.h pintuple.h pintup3d.h \
    1205  pipodrw.h
     1284 pipodrw.h $(INC)pclassids.h
Note: See TracChangeset for help on using the changeset viewer.