Changeset 824 in Sophya for trunk/SophyaLib/SkyT
- Timestamp:
- Apr 6, 2000, 12:00:56 PM (25 years ago)
- Location:
- trunk/SophyaLib/SkyT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/Makefile
r663 r824 3 3 all: $(LIB)libSkyT.a 4 4 clean: 5 rm -f $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ) easyTest.o $(OBJ)gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)skymixer.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)tgrsr.o $(OBJ)tgsky.o $(OBJ)trianglefilt.o5 rm -f $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ)gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)skyinit.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o 6 6 rm -f $(LIB)libSkyT.a 7 $(LIB)libSkyT.a : $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ)gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)s pecresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o7 $(LIB)libSkyT.a : $(OBJ)blackbody.o $(OBJ)convtools.o $(OBJ)gaussfilt.o $(OBJ)nupower.o $(OBJ)radspec.o $(OBJ)radspecvector.o $(OBJ)skyinit.o $(OBJ)specresp.o $(OBJ)specrespvector.o $(OBJ)squarefilt.o $(OBJ)trianglefilt.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) - L$(LIB) -lSkyT -lSamba -lNTools -lSysTools -o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 13 $(OBJ)blackbody.o: blackbody.cc $(INC)machdefs.h \ 14 14 $(INC)pclassids.h blackbody.h radspec.h \ 15 specresp.h convtools.h 15 specresp.h $(INC)anydataobj.h \ 16 $(INC)objfio.h \ 17 $(INC)ppersist.h \ 18 $(INC)pexceptions.h \ 19 $(INC)gnumd5.h convtools.h 16 20 $(OBJ)convtools.o: convtools.cc convtools.h 17 21 $(OBJ)gaussfilt.o: gaussfilt.cc $(INC)machdefs.h \ 18 $(INC)pclassids.h gaussfilt.h specresp.h 22 $(INC)pclassids.h gaussfilt.h specresp.h \ 23 $(INC)anydataobj.h \ 24 $(INC)objfio.h \ 25 $(INC)ppersist.h \ 26 $(INC)pexceptions.h \ 27 $(INC)gnumd5.h 19 28 $(OBJ)nupower.o: nupower.cc $(INC)machdefs.h \ 20 29 $(INC)pclassids.h nupower.h radspec.h \ 21 specresp.h convtools.h 30 specresp.h $(INC)anydataobj.h \ 31 $(INC)objfio.h \ 32 $(INC)ppersist.h \ 33 $(INC)pexceptions.h \ 34 $(INC)gnumd5.h convtools.h 22 35 $(OBJ)radspec.o: radspec.cc $(INC)machdefs.h \ 23 36 $(INC)pclassids.h radspec.h specresp.h \ 24 $(INC)integ.h \ 25 $(INC)pexceptions.h 37 $(INC)anydataobj.h \ 38 $(INC)objfio.h \ 39 $(INC)ppersist.h \ 40 $(INC)pexceptions.h \ 41 $(INC)gnumd5.h \ 42 $(INC)integ.h 26 43 $(OBJ)radspecvector.o: radspecvector.cc \ 27 44 $(INC)machdefs.h \ 28 45 $(INC)pclassids.h radspecvector.h radspec.h \ 46 specresp.h $(INC)anydataobj.h \ 47 $(INC)objfio.h \ 48 $(INC)ppersist.h \ 49 $(INC)pexceptions.h \ 50 $(INC)gnumd5.h \ 51 $(INC)tvector.h \ 52 $(INC)tmatrix.h \ 53 $(INC)tarray.h \ 54 $(INC)basarr.h \ 55 $(INC)dvlist.h \ 56 $(INC)ndatablock.h \ 57 $(INC)utilarr.h 58 $(OBJ)skyinit.o: skyinit.cc skyinit.h \ 59 $(INC)ntoolsinit.h \ 60 $(INC)tarrinit.h \ 61 $(INC)sophyainit.h \ 62 $(INC)machdefs.h \ 63 $(INC)pclassids.h \ 64 $(INC)ppersist.h \ 65 $(INC)pexceptions.h \ 66 $(INC)gnumd5.h \ 67 $(INC)objfio.h \ 68 $(INC)anydataobj.h specrespvector.h \ 29 69 specresp.h $(INC)tvector.h \ 30 70 $(INC)tmatrix.h \ 31 $(INC) ppersist.h \32 $(INC) pexceptions.h \33 $(INC) md5.h \34 $(INC) anydataobj.h \35 $(INC) ndatablock.h71 $(INC)tarray.h \ 72 $(INC)basarr.h \ 73 $(INC)dvlist.h \ 74 $(INC)ndatablock.h \ 75 $(INC)utilarr.h gaussfilt.h 36 76 $(OBJ)specresp.o: specresp.cc specresp.h \ 37 77 $(INC)machdefs.h \ 38 78 $(INC)pclassids.h \ 79 $(INC)anydataobj.h \ 39 80 $(INC)integ.h \ 40 $(INC)pexceptions.h 81 $(INC)pexceptions.h \ 82 $(INC)tvector.h \ 83 $(INC)tmatrix.h \ 84 $(INC)tarray.h \ 85 $(INC)basarr.h \ 86 $(INC)dvlist.h \ 87 $(INC)objfio.h \ 88 $(INC)ppersist.h \ 89 $(INC)gnumd5.h \ 90 $(INC)ndatablock.h \ 91 $(INC)utilarr.h 41 92 $(OBJ)specrespvector.o: specrespvector.cc \ 42 93 $(INC)machdefs.h \ 43 94 $(INC)pclassids.h specrespvector.h \ 44 specresp.h $(INC)tvector.h \ 95 specresp.h $(INC)anydataobj.h \ 96 $(INC)tvector.h \ 45 97 $(INC)tmatrix.h \ 98 $(INC)tarray.h \ 99 $(INC)basarr.h \ 100 $(INC)dvlist.h \ 101 $(INC)objfio.h \ 46 102 $(INC)ppersist.h \ 47 103 $(INC)pexceptions.h \ 48 $(INC)md5.h \ 49 $(INC)anydataobj.h \ 50 $(INC)ndatablock.h 104 $(INC)gnumd5.h \ 105 $(INC)ndatablock.h \ 106 $(INC)utilarr.h \ 107 $(INC)fioarr.h 51 108 $(OBJ)squarefilt.o: squarefilt.cc $(INC)machdefs.h \ 52 $(INC)pclassids.h squarefilt.h specresp.h 109 $(INC)pclassids.h squarefilt.h specresp.h \ 110 $(INC)anydataobj.h 53 111 $(OBJ)trianglefilt.o: trianglefilt.cc \ 54 112 $(INC)machdefs.h \ 55 $(INC)pclassids.h trianglefilt.h specresp.h 113 $(INC)pclassids.h trianglefilt.h specresp.h \ 114 $(INC)anydataobj.h -
trunk/SophyaLib/SkyT/objlist.list
r663 r824 5 5 radspec.o 6 6 radspecvector.o 7 skyinit.o 7 8 specresp.o 8 9 specrespvector.o
Note:
See TracChangeset
for help on using the changeset viewer.