1SUBDIRS = 2AM_CPPFLAGS = \ 3 -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \ 4 -I$(top_srcdir)/cutil -I$(top_srcdir)/classify \ 5 -I$(top_srcdir)/image -I$(top_srcdir)/dict \ 6 -I$(top_srcdir)/viewer 7 8EXTRA_DIST = wordrec.vcproj 9 10include_HEADERS = \ 11 associate.h badwords.h bestfirst.h chop.h \ 12 chopper.h closed.h drawfx.h findseam.h gradechop.h \ 13 heuristic.h makechop.h matchtab.h matrix.h measure.h metrics.h \ 14 mfvars.h olutil.h outlines.h pieces.h plotedges.h \ 15 plotseg.h render.h seam.h split.h tally.h tessinit.h tface.h \ 16 wordclass.h wordrec.h 17 18lib_LIBRARIES = libtesseract_wordrec.a 19libtesseract_wordrec_a_SOURCES = \ 20 associate.cpp badwords.cpp bestfirst.cpp chop.cpp chopper.cpp \ 21 closed.cpp drawfx.cpp findseam.cpp gradechop.cpp \ 22 heuristic.cpp makechop.cpp matchtab.cpp matrix.cpp metrics.cpp \ 23 mfvars.cpp olutil.cpp outlines.cpp pieces.cpp \ 24 plotedges.cpp plotseg.cpp render.cpp seam.cpp split.cpp \ 25 tally.cpp tessinit.cpp tface.cpp wordclass.cpp wordrec.cpp 26