mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 15:03:45 +08:00
Merge pull request #1518 from amitdo/subdir-objects
Remove 'AUTOMAKE_OPTIONS' from all Makefile.am files
This commit is contained in:
commit
d522655125
@ -1,5 +1,5 @@
|
|||||||
AM_CPPFLAGS += -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
|
AM_CPPFLAGS += -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
|
||||||
AUTOMAKE_OPTIONS = subdir-objects
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
AM_CXXFLAGS =
|
AM_CXXFLAGS =
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AUTOMAKE_OPTIONS = subdir-objects
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
AM_CXXFLAGS =
|
AM_CXXFLAGS =
|
||||||
AM_CPPFLAGS =
|
AM_CPPFLAGS =
|
||||||
|
@ -2,7 +2,7 @@ AM_CPPFLAGS += \
|
|||||||
-I$(top_srcdir)/ccutil -I$(top_srcdir)/cutil -I$(top_srcdir)/ccstruct \
|
-I$(top_srcdir)/ccutil -I$(top_srcdir)/cutil -I$(top_srcdir)/ccstruct \
|
||||||
-I$(top_srcdir)/arch -I$(top_srcdir)/viewer -I$(top_srcdir)/classify \
|
-I$(top_srcdir)/arch -I$(top_srcdir)/viewer -I$(top_srcdir)/classify \
|
||||||
-I$(top_srcdir)/dict -I$(top_srcdir)/lstm
|
-I$(top_srcdir)/dict -I$(top_srcdir)/lstm
|
||||||
AUTOMAKE_OPTIONS = subdir-objects
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
|
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
AUTOMAKE_OPTIONS = subdir-objects
|
|
||||||
AM_CPPFLAGS += \
|
AM_CPPFLAGS += \
|
||||||
-DPANGO_ENABLE_ENGINE \
|
-DPANGO_ENABLE_ENGINE \
|
||||||
-I$(top_srcdir)/ccmain -I$(top_srcdir)/api \
|
-I$(top_srcdir)/ccmain -I$(top_srcdir)/api \
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
AUTOMAKE_OPTIONS = subdir-objects
|
|
||||||
|
|
||||||
# Absolute path of directory 'tessdata' with traineddata files
|
# Absolute path of directory 'tessdata' with traineddata files
|
||||||
# (must be on same level as top source directory).
|
# (must be on same level as top source directory).
|
||||||
TESSDATA_DIR=$(shell cd $(top_srcdir) && cd .. && pwd)/tessdata
|
TESSDATA_DIR=$(shell cd $(top_srcdir) && cd .. && pwd)/tessdata
|
||||||
|
Loading…
Reference in New Issue
Block a user