|
Lines 9-15
Link Here
|
| 9 |
if BUILD_NEWT |
9 |
if BUILD_NEWT |
| 10 |
newt_libs= $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\ |
10 |
newt_libs= $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\ |
| 11 |
$(top_builddir)/library/generic-runtime/newt/libmnewt.a \ |
11 |
$(top_builddir)/library/generic-runtime/newt/libmnewt.a \ |
| 12 |
@SLANG_LIB@ -ltermcap -lncurses |
12 |
@SLANG_LIB@ -lncurses |
| 13 |
newt_flag= -DENABLE_TEXTUI |
13 |
newt_flag= -DENABLE_TEXTUI |
| 14 |
endif |
14 |
endif |
| 15 |
|
15 |
|
|
Lines 18-24
Link Here
|
| 18 |
endif |
18 |
endif |
| 19 |
|
19 |
|
| 20 |
if USE_READLINE |
20 |
if USE_READLINE |
| 21 |
rl_libs=-lncurses -lreadline -lhistory -ltermcap |
21 |
rl_libs=-lncurses -lreadline -lhistory |
| 22 |
grtsh_CPPFLAGS=-DUSE_READLINE |
22 |
grtsh_CPPFLAGS=-DUSE_READLINE |
| 23 |
endif |
23 |
endif |
| 24 |
|
24 |
|
|
Lines 239-249
Link Here
|
| 239 |
#agentest_SOURCES= agentest.cc |
239 |
#agentest_SOURCES= agentest.cc |
| 240 |
@BUILD_NEWT_TRUE@newt_libs = $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\ |
240 |
@BUILD_NEWT_TRUE@newt_libs = $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\ |
| 241 |
@BUILD_NEWT_TRUE@ $(top_builddir)/library/generic-runtime/newt/libmnewt.a \ |
241 |
@BUILD_NEWT_TRUE@ $(top_builddir)/library/generic-runtime/newt/libmnewt.a \ |
| 242 |
@BUILD_NEWT_TRUE@ @SLANG_LIB@ -ltermcap -lncurses |
242 |
@BUILD_NEWT_TRUE@ @SLANG_LIB@ -lncurses |
| 243 |
|
243 |
|
| 244 |
@BUILD_NEWT_TRUE@newt_flag = -DENABLE_TEXTUI |
244 |
@BUILD_NEWT_TRUE@newt_flag = -DENABLE_TEXTUI |
| 245 |
@BUILD_FASTCGI_TRUE@fcgi_libs = -lfcgi |
245 |
@BUILD_FASTCGI_TRUE@fcgi_libs = -lfcgi |
| 246 |
@USE_READLINE_TRUE@rl_libs = -lncurses -lreadline -lhistory -ltermcap |
246 |
@USE_READLINE_TRUE@rl_libs = -lncurses -lreadline -lhistory |
| 247 |
@USE_READLINE_TRUE@grtsh_CPPFLAGS = -DUSE_READLINE |
247 |
@USE_READLINE_TRUE@grtsh_CPPFLAGS = -DUSE_READLINE |
| 248 |
INCLUDES = -I$(top_srcdir)/library/grt-modules/include\ |
248 |
INCLUDES = -I$(top_srcdir)/library/grt-modules/include\ |
| 249 |
-I$(top_srcdir)/library/base-library/include \ |
249 |
-I$(top_srcdir)/library/base-library/include \ |