mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 07:29:07 +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
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
SUBDIRS =
|
||||
AM_CXXFLAGS =
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
SUBDIRS =
|
||||
AM_CXXFLAGS =
|
||||
AM_CPPFLAGS =
|
||||
|
@ -2,7 +2,7 @@ AM_CPPFLAGS += \
|
||||
-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)/dict -I$(top_srcdir)/lstm
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
SUBDIRS =
|
||||
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
AM_CPPFLAGS += \
|
||||
-DPANGO_ENABLE_ENGINE \
|
||||
-I$(top_srcdir)/ccmain -I$(top_srcdir)/api \
|
||||
|
@ -1,5 +1,3 @@
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
|
||||
# Absolute path of directory 'tessdata' with traineddata files
|
||||
# (must be on same level as top source directory).
|
||||
TESSDATA_DIR=$(shell cd $(top_srcdir) && cd .. && pwd)/tessdata
|
||||
|
Loading…
Reference in New Issue
Block a user