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

Linux Cross Reference
Tina5/tina-libs/tina/vision/Makefile.am

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

  1 ## Makefile.am -- Process this file with automake to produce Makefile.in
  2 
  3 include $(top_srcdir)/config/config
  4 
  5 includedir = @includedir@/tina/vision
  6 
  7 lib_LTLIBRARIES = libtinaVision.la
  8 
  9 libtinaVision_la_LDFLAGS = -avoid-version  -release @PACKAGE_VERSION@
 10 
 11 libtinaVision_la_SOURCES = \
 12 visCalib_cam.c \
 13 visCalib_conv.c \
 14 visCalib_epi.c \
 15 visCalib_error.c \
 16 visCalib_grid.c \
 17 visCalib_lines.c \
 18 visCalib_stereo.c \
 19 visCalib_tsai.c \
 20 visCalib_util.c \
 21 visCorr_correlate.c \
 22 visCorr_ctf.c \
 23 visCorr_dgrad.c \
 24 visCorr_disp.c \
 25 visCorr_dproj.c \
 26 visCorr_global.c \
 27 visCorr_preproc.c \
 28 visCorr_warp.c \
 29 visMatch_cindex.c \
 30 visMatch_corner.c \
 31 visMatch_cstereo.c \
 32 visMatch_ctemp.c \
 33 visMatch_cts.c \
 34 visMatch_dynamic.c \
 35 visMatch_echoose.c \
 36 visMatch_edge.c \
 37 visMatch_edp.c \
 38 visMatch_eepi.c \
 39 visMatch_efast.c \
 40 visMatch_efig.c \
 41 visMatch_ehist.c \
 42 visMatch_eindex.c \
 43 visMatch_erange.c \
 44 visMatch_es.c \
 45 visMatch_esel.c \
 46 visMatch_estr.c \
 47 visMatch_esupp.c \
 48 visMatch_ewta.c \
 49 visMatch_mdp.c \
 50 visModel_cliches.c \
 51 visModel_con.c \
 52 visModel_error.c \
 53 visModel_geom.c \
 54 visModel_match.c \
 55 visModel_pwrte.c \
 56 visModel_smplx.c \
 57 visPghTest_loc.c \
 58 visPgh_histfuncs.c \
 59 visPgh_model.c \
 60 visPgh_HT.c \
 61 visPgh_locate.c \
 62 visPgh_HTcovar.c \
 63 visPgh_var.c \
 64 visPgh_match.c \
 65 visPgh_hist.c \
 66 visPgh_misc.c \
 67 visShape_hough1.c \
 68 visShape_hough2.c \
 69 $(include_HEADERS)
 70 
 71 include_HEADERS = visDef.h visPro.h     \
 72 vis_CalibPro.h vis_CorrDef.h                    \
 73 vis_CorrPro.h vis_MatchDef.h                    \
 74 vis_MatchPro.h vis_ModelDef.h                   \
 75 vis_ModelPro.h vis_ShapeDef.h                   \
 76 vis_ShapePro.h visCalib_cam.h                   \
 77 visCalib_conv.h visCalib_epi.h                  \
 78 visCalib_error.h visCalib_grid.h                \
 79 visCalib_lines.h visCalib_stereo.h              \
 80 visCalib_tsai.h visCalib_util.h                 \
 81 visCorr_correlate.h visCorr_ctf.h               \
 82 visCorr_dgrad.h visCorr_disp.h                  \
 83 visCorr_dproj.h visCorr_global.h                \
 84 visCorr_preproc.h visCorr_warp.h                \
 85 visMatch_cindex.h visMatch_corner.h             \
 86 visMatch_cstereo.h visMatch_ctemp.h             \
 87 visMatch_cts.h visMatch_dynamic.h               \
 88 visMatch_echoose.h visMatch_edge.h              \
 89 visMatch_edp.h visMatch_eepi.h                  \
 90 visMatch_efast.h visMatch_efig.h                \
 91 visMatch_ehist.h visMatch_eindex.h              \
 92 visMatch_erange.h visMatch_es.h                 \
 93 visMatch_esel.h visMatch_estr.h                 \
 94 visMatch_esupp.h visMatch_ewta.h                \
 95 visMatch_mdp.h visModel_cliches.h               \
 96 visModel_con.h visModel_error.h                 \
 97 visModel_geom.h visModel_match.h                \
 98 visModel_pwrte.h visModel_smplx.h               \
 99 visPgh_analysis2.h visPgh_defs.h                \
100 visPgh_types.h visPghTest_loc.h                 \
101 visPgh_histfuncs.h visPgh_model.h               \
102 visPgh_HT.h visPgh_locate.h                     \
103 visPgh_HTcovar.h visPgh_var.h                   \
104 visPgh_match.h visPgh_hist.h                    \
105 visPgh_misc.h visShape_hough1.h                 \
106 visShape_hough2.h

~ [ 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.