~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Tina5/tina-libs/tina/math/Makefile.tina

Version: ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 SHELL = /bin/sh
  2 
  3 include $(TINA_LIB_BASEDIR)/user.make
  4 
  5 CFLAGS = $(TINA_COMPILE_FLAGS) -I$(TINA_LIB_BASEDIR)
  6 
  7 LIBRARY = $(TINA_LIB_LIBDIR)/libtinaMath.a
  8 
  9 .PRECIOUS : $(LIBRARY)
 10 
 11 $(LIBRARY):\
 12         $(LIBRARY)(mathDraw_bresline.o)\
 13         $(LIBRARY)(mathDraw_symmline.o)\
 14         $(LIBRARY)(mathGeom_geom2.o)\
 15         $(LIBRARY)(mathGeom_geom3.o)\
 16         $(LIBRARY)(mathGeom_hull2.o)\
 17         $(LIBRARY)(mathGeom_hull3.o)\
 18         $(LIBRARY)(mathGeom_ipos.o)\
 19         $(LIBRARY)(mathGeom_mat2.o)\
 20         $(LIBRARY)(mathGeom_mat3.o)\
 21         $(LIBRARY)(mathGeom_mat4.o)\
 22         $(LIBRARY)(mathGeom_proj2.o)\
 23         $(LIBRARY)(mathGeom_proj3.o)\
 24         $(LIBRARY)(mathGeom_vec2.o)\
 25         $(LIBRARY)(mathGeom_vec3.o)\
 26         $(LIBRARY)(mathGeom_vec4.o)\
 27         $(LIBRARY)(mathMatr_add.o)\
 28         $(LIBRARY)(mathMatr_alloc.o)\
 29         $(LIBRARY)(mathMatr_build.o)\
 30         $(LIBRARY)(mathMatr_cast.o)\
 31         $(LIBRARY)(mathMatr_check.o)\
 32         $(LIBRARY)(mathMatr_copy.o)\
 33         $(LIBRARY)(mathMatr_fill.o)\
 34         $(LIBRARY)(mathMatr_fmt.o)\
 35         $(LIBRARY)(mathMatr_fmt2.o)\
 36         $(LIBRARY)(mathMatr_free.o)\
 37         $(LIBRARY)(mathMatr_get.o)\
 38         $(LIBRARY)(mathMatr_invert.o)\
 39         $(LIBRARY)(mathMatr_invsd.o)\
 40         $(LIBRARY)(mathMatr_io.o)\
 41         $(LIBRARY)(mathMatr_itimes.o)\
 42         $(LIBRARY)(mathMatr_mat2.o)\
 43         $(LIBRARY)(mathMatr_mat3.o)\
 44         $(LIBRARY)(mathMatr_minus.o)\
 45         $(LIBRARY)(mathMatr_mult.o)\
 46         $(LIBRARY)(mathMatr_prod.o)\
 47         $(LIBRARY)(mathMatr_put.o)\
 48         $(LIBRARY)(mathMatr_sub.o)\
 49         $(LIBRARY)(mathMatr_svd.o)\
 50         $(LIBRARY)(mathMatr_tensor.o)\
 51         $(LIBRARY)(mathMatr_times.o)\
 52         $(LIBRARY)(mathMatr_transp.o)\
 53         $(LIBRARY)(mathMatr_trnsf2.o)\
 54         $(LIBRARY)(mathMatr_trnsf3.o)\
 55         $(LIBRARY)(mathMatr_unit.o)\
 56         $(LIBRARY)(mathMatr_util.o)\
 57         $(LIBRARY)(mathMatr_vprod.o)\
 58         $(LIBRARY)(mathMatv_chol.o)\
 59         $(LIBRARY)(mathMatv_eigen.o)\
 60         $(LIBRARY)(mathMatv_gs.o)\
 61         $(LIBRARY)(mathMatv_invert.o)\
 62         $(LIBRARY)(mathMatv_ivec.o)\
 63         $(LIBRARY)(mathMatv_lu.o)\
 64         $(LIBRARY)(mathMatv_mat.o)\
 65         $(LIBRARY)(mathMatv_svd.o)\
 66         $(LIBRARY)(mathMatv_vec.o)\
 67         $(LIBRARY)(mathNum_cholesky.o)\
 68         $(LIBRARY)(mathNum_dprog.o)\
 69         $(LIBRARY)(mathNum_eigen.o)\
 70         $(LIBRARY)(mathNum_eqn.o)\
 71         $(LIBRARY)(mathNum_fourier.o)\
 72         $(LIBRARY)(mathNum_genalg.o)\
 73         $(LIBRARY)(mathNum_genalgio.o)\
 74         $(LIBRARY)(mathNum_newtraph.o)\
 75         $(LIBRARY)(mathNum_pentadiag.o)\
 76         $(LIBRARY)(mathNum_simplexmin.o)\
 77         $(LIBRARY)(mathNum_solve.o)\
 78         $(LIBRARY)(mathNum_svd.o)\
 79         $(LIBRARY)(mathNum_univmin.o)\
 80         $(LIBRARY)(mathSpl_bspline.o)\
 81         $(LIBRARY)(mathSpl_ics.o)\
 82         $(LIBRARY)(mathSpl_spline.o)\
 83         $(LIBRARY)(mathSpl_spline2.o)\
 84         $(LIBRARY)(mathStat_covar.o)\
 85         $(LIBRARY)(mathTran_euler.o)\
 86         $(LIBRARY)(mathTran_quat.o)\
 87         $(LIBRARY)(mathTran_rot2.o)\
 88         $(LIBRARY)(mathTran_rot3.o)\
 89         $(LIBRARY)(mathTran_transform2.o)\
 90         $(LIBRARY)(mathTran_transform3.o)\
 91         $(LIBRARY)(mathTyp_cmplx.o)\
 92         $(LIBRARY)(mathTyp_int.o)\
 93         $(LIBRARY)(mathUtil_hist.o)\
 94         $(LIBRARY)(mathUtil_hyper.o)\
 95         $(LIBRARY)(mathUtil_math.o)\
 96         $(LIBRARY)(mathUtil_rand.o)\
 97         $(LIBRARY)(mathVec_apply.o)\
 98         $(LIBRARY)(mathVec_combine.o)\
 99         $(LIBRARY)(mathVec_fmt.o)\
100         $(LIBRARY)(mathVec_geom.o)\
101         $(LIBRARY)(mathVec_get.o)\
102         $(LIBRARY)(mathVec_max.o)\
103         $(LIBRARY)(mathVec_set.o)\
104         $(LIBRARY)(mathVec_vector.o)

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.