Skip to content

Commit c3e6083

Browse files
committed
Remove 'AUTOMAKE_OPTIONS' from all Makefile.am files
'AM_INIT_AUTOMAKE()' in configure.ac sets options globally.
1 parent d3f6382 commit c3e6083

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

arch/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AM_CPPFLAGS += -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil -I$(top_srcdir)/viewer
2-
AUTOMAKE_OPTIONS = subdir-objects
2+
33
SUBDIRS =
44
AM_CXXFLAGS =
55

ccutil/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
AUTOMAKE_OPTIONS = subdir-objects
21
SUBDIRS =
32
AM_CXXFLAGS =
43
AM_CPPFLAGS =

lstm/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AM_CPPFLAGS += \
22
-I$(top_srcdir)/ccutil -I$(top_srcdir)/cutil -I$(top_srcdir)/ccstruct \
33
-I$(top_srcdir)/arch -I$(top_srcdir)/viewer -I$(top_srcdir)/classify \
44
-I$(top_srcdir)/dict -I$(top_srcdir)/lstm
5-
AUTOMAKE_OPTIONS = subdir-objects
5+
66
SUBDIRS =
77
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)
88

training/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
AUTOMAKE_OPTIONS = subdir-objects
21
AM_CPPFLAGS += \
32
-DPANGO_ENABLE_ENGINE \
43
-I$(top_srcdir)/ccmain -I$(top_srcdir)/api \

unittest/Makefile.am

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
AUTOMAKE_OPTIONS = subdir-objects
2-
31
# Absolute path of directory 'tessdata' with traineddata files
42
# (must be on same level as top source directory).
53
TESSDATA_DIR=$(shell cd $(top_srcdir) && cd .. && pwd)/tessdata

0 commit comments

Comments
 (0)