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)/libtinaVision.a
8
9 .PRECIOUS : $(LIBRARY)
10
11 $(LIBRARY):\
12 $(LIBRARY)(visCalib_cam.o)\
13 $(LIBRARY)(visCalib_conv.o)\
14 $(LIBRARY)(visCalib_epi.o)\
15 $(LIBRARY)(visCalib_error.o)\
16 $(LIBRARY)(visCalib_grid.o)\
17 $(LIBRARY)(visCalib_lines.o)\
18 $(LIBRARY)(visCalib_stereo.o)\
19 $(LIBRARY)(visCalib_tsai.o)\
20 $(LIBRARY)(visCalib_util.o)\
21 $(LIBRARY)(visCorr_correlate.o)\
22 $(LIBRARY)(visCorr_ctf.o)\
23 $(LIBRARY)(visCorr_dgrad.o)\
24 $(LIBRARY)(visCorr_disp.o)\
25 $(LIBRARY)(visCorr_dproj.o)\
26 $(LIBRARY)(visCorr_global.o)\
27 $(LIBRARY)(visCorr_preproc.o)\
28 $(LIBRARY)(visCorr_warp.o)\
29 $(LIBRARY)(visMatch_cindex.o)\
30 $(LIBRARY)(visMatch_corner.o)\
31 $(LIBRARY)(visMatch_cstereo.o)\
32 $(LIBRARY)(visMatch_ctemp.o)\
33 $(LIBRARY)(visMatch_cts.o)\
34 $(LIBRARY)(visMatch_dynamic.o)\
35 $(LIBRARY)(visMatch_echoose.o)\
36 $(LIBRARY)(visMatch_edge.o)\
37 $(LIBRARY)(visMatch_edp.o)\
38 $(LIBRARY)(visMatch_eepi.o)\
39 $(LIBRARY)(visMatch_efast.o)\
40 $(LIBRARY)(visMatch_efig.o)\
41 $(LIBRARY)(visMatch_ehist.o)\
42 $(LIBRARY)(visMatch_eindex.o)\
43 $(LIBRARY)(visMatch_erange.o)\
44 $(LIBRARY)(visMatch_es.o)\
45 $(LIBRARY)(visMatch_esel.o)\
46 $(LIBRARY)(visMatch_estr.o)\
47 $(LIBRARY)(visMatch_esupp.o)\
48 $(LIBRARY)(visMatch_ewta.o)\
49 $(LIBRARY)(visMatch_mdp.o)\
50 $(LIBRARY)(visModel_cliches.o)\
51 $(LIBRARY)(visModel_con.o)\
52 $(LIBRARY)(visModel_error.o)\
53 $(LIBRARY)(visModel_geom.o)\
54 $(LIBRARY)(visModel_match.o)\
55 $(LIBRARY)(visModel_pwrte.o)\
56 $(LIBRARY)(visModel_smplx.o)\
57 $(LIBRARY)(visPghTest_loc.o)\
58 $(LIBRARY)(visPgh_HT.o)\
59 $(LIBRARY)(visPgh_HTcovar.o)\
60 $(LIBRARY)(visPgh_hist.o)\
61 $(LIBRARY)(visPgh_histfuncs.o)\
62 $(LIBRARY)(visPgh_locate.o)\
63 $(LIBRARY)(visPgh_match.o)\
64 $(LIBRARY)(visPgh_misc.o)\
65 $(LIBRARY)(visPgh_model.o)\
66 $(LIBRARY)(visPgh_var.o)\
67 $(LIBRARY)(visShape_hough1.o)\
68 $(LIBRARY)(visShape_hough2.o)
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.