Changeset 2444 in Sophya


Ignore:
Timestamp:
Oct 3, 2003, 4:37:33 PM (22 years ago)
Author:
ansari
Message:

MAJ Makefile - Reza 03/10/2003

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/Makefile

    r1837 r2444  
    1616 objfio.h anydataobj.h ppersist.h pexceptions.h gnumd5.h mutyv.h \
    1717 $(INC)strutil.h
    18 $(OBJ)fiondblock.o: fiondblock.cc $(INC)machdefs.h \
    19  pexceptions.h fiondblock.h ppersist.h gnumd5.h ndatablock.h \
    20  anydataobj.h piocmplx.h
    2118$(OBJ)mutyv.o: mutyv.cc mutyv.h $(INC)machdefs.h
    2219$(OBJ)ndatablock.o: ndatablock.cc $(INC)machdefs.h \
  • trunk/SophyaLib/NTools/Makefile

    r2283 r2444  
    5050 $(INC)utilarr.h \
    5151 $(INC)fioarr.h \
    52  $(INC)tvector.h
     52 $(INC)tvector.h \
     53 $(INC)datatype.h
    5354$(OBJ)cspline.o: cspline.cc $(INC)machdefs.h \
    5455 nbtri.h cspline.h $(INC)pexceptions.h
     
    211212 $(INC)perrors.h fmath.h \
    212213 $(INC)sopemtx.h
    213 $(OBJ)integ.o: integ.cc integ.h classfunc.h $(INC)machdefs.h \
    214  $(INC)pexceptions.h generalfit.h \
     214$(OBJ)integ.o: integ.cc integ.h $(INC)machdefs.h \
     215 $(INC)pexceptions.h classfunc.h generalfit.h \
    215216 $(INC)tvector.h \
    216217 $(INC)tmatrix.h \
  • trunk/SophyaLib/Samba/Makefile

    r1837 r2444  
    105105 $(INC)mutyv.h \
    106106 $(INC)ndatablock.h \
    107  $(INC)piocmplx.h \
    108107 $(INC)fiondblock.h \
    109108 $(INC)smathconst.h
  • trunk/SophyaLib/Samba/scan.cc

    r809 r2444  
    66#include "scan.h"
    77#include <complex>
    8 #include "piocmplx.h"
    98#include "fiondblock.h"
    109
  • trunk/SophyaLib/SkyMap/Makefile

    r1837 r2444  
    4444 $(INC)ndatablock.h \
    4545 $(INC)utilarr.h localmap.h \
    46  $(INC)fiondblock.h
     46 $(INC)fioarr.h \
     47 $(INC)fiondblock.h \
     48 $(INC)datatype.h
    4749$(OBJ)fiospherehealpix.o: fiospherehealpix.cc fiospherehealpix.h \
    4850 sphericalmap.h $(INC)smathconst.h \
     
    6264 $(INC)ndatablock.h \
    6365 $(INC)utilarr.h spherehealpix.h \
    64  HEALPixUtils.h $(INC)fiondblock.h
     66 HEALPixUtils.h $(INC)fiondblock.h \
     67 $(INC)datatype.h
    6568$(OBJ)fiospherethetaphi.o: fiospherethetaphi.cc fiospherethetaphi.h \
    6669 sphericalmap.h $(INC)smathconst.h \
     
    8083 $(INC)ndatablock.h \
    8184 $(INC)utilarr.h spherethetaphi.h \
    82  $(INC)fiondblock.h
     85 $(INC)fiondblock.h \
     86 $(INC)datatype.h
    8387$(OBJ)localmap.o: localmap.cc localmap.h pixelmap.h \
    8488 $(INC)ppersist.h \
     
    98102 $(INC)ndatablock.h \
    99103 $(INC)utilarr.h \
    100  $(INC)piocmplx.h \
    101  $(INC)fiondblock.h
     104 $(INC)fiondblock.h \
     105 $(INC)timing.h
    102106$(OBJ)longlat.o: longlat.cc longlat.h \
    103107 $(INC)machdefs.h utilgeom.h
     
    157161 $(INC)pexceptions.h \
    158162 $(INC)gnumd5.h unitvector.h vector3d.h \
    159  longlat.h utilgeom.h $(INC)anydataobj.h
     163 longlat.h utilgeom.h $(INC)anydataobj.h \
     164 $(INC)datatype.h
    160165$(OBJ)spherethetaphi.o: spherethetaphi.cc spherethetaphi.h sphericalmap.h \
    161166 $(INC)smathconst.h \
     
    175180 $(INC)ndatablock.h \
    176181 $(INC)utilarr.h \
    177  $(INC)piocmplx.h \
    178182 $(INC)fiondblock.h
    179183$(OBJ)unitvector.o: unitvector.cc unitvector.h vector3d.h longlat.h \
    180184 $(INC)machdefs.h utilgeom.h
    181 $(OBJ)utilgeom.o: utilgeom.cc utilgeom.h
     185$(OBJ)utilgeom.o: utilgeom.cc $(INC)machdefs.h \
     186 utilgeom.h
    182187$(OBJ)vector3d.o: vector3d.cc $(INC)machdefs.h \
    183188 $(INC)pexceptions.h vector3d.h longlat.h \
  • trunk/SophyaLib/SkyT/Makefile

    r1837 r2444  
    4646 $(INC)pexceptions.h \
    4747 $(INC)gnumd5.h \
    48  $(INC)integ.h
     48 $(INC)integ.h \
     49 $(INC)classfunc.h
    4950$(OBJ)radspecvector.o: radspecvector.cc \
    5051 $(INC)machdefs.h radspecvector.h radspec.h \
     
    8586 $(INC)integ.h \
    8687 $(INC)pexceptions.h \
     88 $(INC)classfunc.h \
    8789 $(INC)tvector.h \
    8890 $(INC)tmatrix.h \
  • trunk/SophyaLib/TArray/Makefile

    r1948 r2444  
    2828 basarr.h $(INC)mutyv.h \
    2929 $(INC)dvlist.h \
    30  $(INC)objfio.h utilarr.h tmatrix.h tvector.h
     30 $(INC)objfio.h utilarr.h tmatrix.h tvector.h \
     31 $(INC)datatype.h
    3132$(OBJ)matharr.o: matharr.cc $(INC)machdefs.h \
    3233 matharr.h tarray.h basarr.h \
  • trunk/SophyaPI/PI/Makefile

    r2138 r2444  
    160160 $(INC)machdefs.h piwdgx.h piwdggen.h \
    161161 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pifontx.h \
    162  pifontgen.h pigrcoord.h pilineatt.h
     162 pifontgen.h pigrcoord.h pilineatt.h ucckprot.h
    163163$(OBJ)pigraphps.o: pigraphps.cc pigraphps.h pisysdep.h \
    164164 $(INC)machdefs.h pigraphgen.h piwdgx.h \
     
    176176 $(INC)machdefs.h pigraphgen.h piwdgx.h \
    177177 piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \
    178  pifontx.h pifontgen.h pigrcoord.h pilineatt.h
     178 pifontx.h pifontgen.h pigrcoord.h pilineatt.h \
     179 $(INC)strutilxx.h
    179180$(OBJ)pigrcoord.o: pigrcoord.cc pigrcoord.h pisysdep.h \
    180181 $(INC)machdefs.h
    181 $(OBJ)piimage.o: piimage.cc piimage.h parradapter.h \
    182  $(INC)machdefs.h lut.h pisysdep.h pieldrw.h \
    183  pidrawer.h pibwdggen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h \
    184  picmap.h picmapx.h picmapgen.h pigraphx.h pigraphgen.h pifontx.h \
    185  pifontgen.h pigrcoord.h pilineatt.h pigraphuc.h pievthandler.h \
    186  psfile.h pigratt.h piaxes.h pipixmapx.h pipixmapgen.h pibwdgx.h \
    187  pigraphps.h pistdwdgx.h pistdwdggen.h piwindowx.h piwindowgen.h \
    188  picontainerx.h picontainergen.h picmapview.h piimgtools.h \
    189  pioptmenux.h pioptmenugen.h pimenux.h pimenugen.h piapplx.h \
    190  piapplgen.h pimenubarx.h pimenubargen.h picons.h pidrwtools.h \
    191  piscdrawwdg.h piyfxdrw.h
     182$(OBJ)piimage.o: piimage.cc pisysdep.h \
     183 $(INC)machdefs.h piimage.h parradapter.h \
     184 lut.h pieldrw.h pidrawer.h pibwdggen.h piwdgx.h piwdggen.h \
     185 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \
     186 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \
     187 pigraphuc.h pievthandler.h psfile.h pigratt.h piaxes.h pipixmapx.h \
     188 pipixmapgen.h pibwdgx.h pigraphps.h pistdwdgx.h pistdwdggen.h \
     189 piwindowx.h piwindowgen.h picontainerx.h picontainergen.h \
     190 picmapview.h piimgtools.h pioptmenux.h pioptmenugen.h pimenux.h \
     191 pimenugen.h piapplx.h piapplgen.h pimenubarx.h pimenubargen.h \
     192 picons.h pidrwtools.h piscdrawwdg.h piyfxdrw.h
    192193$(OBJ)piimgtools.o: piimgtools.cc piimgtools.h pisysdep.h \
    193194 $(INC)machdefs.h pistdwdgx.h pistdwdggen.h \
     
    297298 picontainerx.h pisysdep.h picontainergen.h pievthandler.h pigraphx.h \
    298299 pigraphgen.h picmap.h picmapx.h picmapgen.h pifontx.h pifontgen.h \
    299  pigrcoord.h pilineatt.h
     300 pigrcoord.h pilineatt.h $(INC)pexceptions.h
    300301$(OBJ)piwindowgen.o: piwindowgen.cc piwindowgen.h pisysdep.h \
    301302 $(INC)machdefs.h picontainerx.h \
     
    306307 $(INC)machdefs.h picontainerx.h \
    307308 picontainergen.h piwdgx.h piwdggen.h pimsghandler.h picolist.h
    308 $(OBJ)pixtbase.o: pixtbase.cc pixtbaseP.h pibwdgx.h pisysdep.h \
    309  $(INC)machdefs.h pibwdggen.h piwdgx.h \
    310  piwdggen.h pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h \
    311  pigraphx.h pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \
     309$(OBJ)pixtbase.o: pixtbase.cc $(INC)machdefs.h \
     310 pixtbaseP.h pibwdgx.h pisysdep.h pibwdggen.h piwdgx.h piwdggen.h \
     311 pimsghandler.h picolist.h picmap.h picmapx.h picmapgen.h pigraphx.h \
     312 pigraphgen.h pifontx.h pifontgen.h pigrcoord.h pilineatt.h \
    312313 pigraphuc.h pievthandler.h psfile.h pigraphps.h pixtbase.h
    313314$(OBJ)piyfxdrw.o: piyfxdrw.cc $(INC)machdefs.h \
Note: See TracChangeset for help on using the changeset viewer.