Changeset 2444 in Sophya for trunk/SophyaLib


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

MAJ Makefile - Reza 03/10/2003

Location:
trunk/SophyaLib
Files:
7 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 \
Note: See TracChangeset for help on using the changeset viewer.