Changeset 919 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Apr 13, 2000, 6:38:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r824 r919 12 12 13 13 $(OBJ)alm.o: alm.cc alm.h $(INC)nbrandom.h \ 14 $(INC)srandgen.h \ 14 15 $(INC)machdefs.h \ 15 $(INC)pclassids.h \16 16 $(INC)nbmath.h \ 17 17 $(INC)smathconst.h \ … … 31 31 $(OBJ)bruit.o: bruit.cc $(INC)fmath.h bruit.h \ 32 32 $(INC)nbrandom.h \ 33 $(INC) machdefs.h \34 $(INC) pclassids.h33 $(INC)srandgen.h \ 34 $(INC)machdefs.h 35 35 $(OBJ)circle.o: circle.cc circle.h $(INC)vector3d.h \ 36 36 $(INC)longlat.h \ … … 40 40 $(INC)ndatablock.h \ 41 41 $(INC)machdefs.h \ 42 $(INC)pclassids.h \43 42 $(INC)anydataobj.h \ 44 43 $(INC)tvector.h \ … … 53 52 $(INC)utilarr.h alm.h \ 54 53 $(INC)nbrandom.h \ 54 $(INC)srandgen.h \ 55 55 $(INC)nbmath.h \ 56 56 $(INC)smathconst.h \ … … 61 61 $(INC)smathconst.h \ 62 62 $(INC)machdefs.h \ 63 $(INC)pclassids.h \64 63 $(INC)pixelmap.h \ 65 64 $(INC)ppersist.h \ … … 83 82 $(OBJ)sambainit.o: sambainit.cc sambainit.h \ 84 83 $(INC)skymapinit.h \ 85 $(INC)tarrinit.h \86 84 $(INC)sophyainit.h \ 87 85 $(INC)machdefs.h \ 88 $(INC)pclassids.h \ 89 $(INC)ntoolsinit.h 90 $(OBJ)scan.o: scan.cc $(INC)machdefs.h \ 91 $(INC)pclassids.h scan.h \ 86 $(INC)ntoolsinit.h \ 87 $(INC)tarrinit.h 88 $(OBJ)scan.o: scan.cc $(INC)machdefs.h scan.h \ 92 89 $(INC)ppersist.h \ 93 90 $(INC)pexceptions.h \ … … 101 98 $(INC)smathconst.h 102 99 $(OBJ)sphericaltransformserver.o: sphericaltransformserver.cc \ 103 $(INC)machdefs.h \ 104 $(INC)pclassids.h sphericaltransformserver.h \ 100 $(INC)machdefs.h sphericaltransformserver.h \ 105 101 $(INC)sphericalmap.h \ 106 102 $(INC)smathconst.h \ … … 123 119 $(INC)ndatablock.h \ 124 120 $(INC)utilarr.h \ 125 $(INC)spheregorski.h \126 121 $(INC)fftservintf.h \ 127 122 $(INC)fftpserver.h alm.h \ 128 123 $(INC)nbrandom.h \ 124 $(INC)srandgen.h \ 129 125 $(INC)nbmath.h \ 130 126 $(INC)triangmtx.h lambdaBuilder.h
Note:
See TracChangeset
for help on using the changeset viewer.