File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
AUTOMAKE_OPTIONS = subdir-objects
2
2
3
- AM_CPPFLAGS += \
4
- -DUSE_STD_NAMESPACE -DPANGO_ENABLE_ENGINE \
5
- -I$(top_srcdir ) /ccmain -I$(top_srcdir ) /api \
6
- -I$(top_srcdir ) /ccutil -I$(top_srcdir ) /ccstruct \
7
- -I$(top_srcdir ) /lstm -I$(top_srcdir ) /arch \
8
- -I$(top_srcdir ) /viewer \
9
- -I$(top_srcdir ) /textord -I$(top_srcdir ) /dict \
10
- -I$(top_srcdir ) /classify -I$(top_srcdir ) /display \
11
- -I$(top_srcdir ) /wordrec -I$(top_srcdir ) /cutil
3
+ AM_CPPFLAGS += -DUSE_STD_NAMESPACE -DPANGO_ENABLE_ENGINE
4
+ AM_CPPFLAGS += -I$(top_srcdir ) /api
5
+ AM_CPPFLAGS += -I$(top_srcdir ) /arch
6
+ AM_CPPFLAGS += -I$(top_srcdir ) /ccmain
7
+ AM_CPPFLAGS += -I$(top_srcdir ) /ccstruct
8
+ AM_CPPFLAGS += -I$(top_srcdir ) /ccutil
9
+ AM_CPPFLAGS += -I$(top_srcdir ) /classify
10
+ AM_CPPFLAGS += -I$(top_srcdir ) /cutil
11
+ AM_CPPFLAGS += -I$(top_srcdir ) /dict
12
+ AM_CPPFLAGS += -I$(top_srcdir ) /display
13
+ AM_CPPFLAGS += -I$(top_srcdir ) /lstm
14
+ AM_CPPFLAGS += -I$(top_srcdir ) /textord
15
+ AM_CPPFLAGS += -I$(top_srcdir ) /viewer
16
+ AM_CPPFLAGS += -I$(top_srcdir ) /wordrec
12
17
13
18
# Build googletest:
14
19
check_LTLIBRARIES = libgtest.la libgtest_main.la
You can’t perform that action at this time.
0 commit comments