~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to cmd-line-utils/libedit/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
target_triplet = @target@
 
37
subdir = cmd-line-utils/libedit
 
38
DIST_COMMON = README $(noinst_HEADERS) $(pkginclude_HEADERS) \
 
39
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/config/ac-macros/alloca.m4 \
 
42
        $(top_srcdir)/config/ac-macros/check_cpu.m4 \
 
43
        $(top_srcdir)/config/ac-macros/character_sets.m4 \
 
44
        $(top_srcdir)/config/ac-macros/compiler_flag.m4 \
 
45
        $(top_srcdir)/config/ac-macros/plugins.m4 \
 
46
        $(top_srcdir)/config/ac-macros/ha_ndbcluster.m4 \
 
47
        $(top_srcdir)/config/ac-macros/large_file.m4 \
 
48
        $(top_srcdir)/config/ac-macros/misc.m4 \
 
49
        $(top_srcdir)/config/ac-macros/readline.m4 \
 
50
        $(top_srcdir)/config/ac-macros/ssl.m4 \
 
51
        $(top_srcdir)/config/ac-macros/zlib.m4 \
 
52
        $(top_srcdir)/configure.in
 
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
54
        $(ACLOCAL_M4)
 
55
mkinstalldirs = $(install_sh) -d
 
56
CONFIG_HEADER = $(top_builddir)/include/config.h
 
57
CONFIG_CLEAN_FILES =
 
58
LIBRARIES = $(noinst_LIBRARIES)
 
59
libedit_a_AR = $(AR) $(ARFLAGS)
 
60
am_libedit_a_OBJECTS = chared.$(OBJEXT) el.$(OBJEXT) history.$(OBJEXT) \
 
61
        map.$(OBJEXT) prompt.$(OBJEXT) readline.$(OBJEXT) \
 
62
        search.$(OBJEXT) tokenizer.$(OBJEXT) vi.$(OBJEXT) \
 
63
        common.$(OBJEXT) emacs.$(OBJEXT) hist.$(OBJEXT) key.$(OBJEXT) \
 
64
        parse.$(OBJEXT) read.$(OBJEXT) refresh.$(OBJEXT) sig.$(OBJEXT) \
 
65
        term.$(OBJEXT) tty.$(OBJEXT) help.$(OBJEXT) fcns.$(OBJEXT) \
 
66
        filecomplete.$(OBJEXT) unvis.$(OBJEXT) strlcpy.$(OBJEXT) \
 
67
        vis.$(OBJEXT) strlcat.$(OBJEXT) fgetln.$(OBJEXT)
 
68
libedit_a_OBJECTS = $(am_libedit_a_OBJECTS)
 
69
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
71
am__depfiles_maybe = depfiles
 
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
75
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
76
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
77
CCLD = $(CC)
 
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
80
        $(LDFLAGS) -o $@
 
81
SOURCES = $(libedit_a_SOURCES)
 
82
DIST_SOURCES = $(libedit_a_SOURCES)
 
83
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
84
am__vpath_adj = case $$p in \
 
85
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
86
    *) f=$$p;; \
 
87
  esac;
 
88
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
89
am__installdirs = "$(DESTDIR)$(pkgincludedir)"
 
90
pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
91
HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
 
92
ETAGS = etags
 
93
CTAGS = ctags
 
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
95
ABI_CHECK = @ABI_CHECK@
 
96
ACLOCAL = @ACLOCAL@
 
97
ALLOCA = @ALLOCA@
 
98
AMTAR = @AMTAR@
 
99
AR = @AR@
 
100
ARFLAGS = @ARFLAGS@
 
101
AS = @AS@
 
102
ASFLAGS = @ASFLAGS@
 
103
AUTOCONF = @AUTOCONF@
 
104
AUTOHEADER = @AUTOHEADER@
 
105
AUTOMAKE = @AUTOMAKE@
 
106
AVAILABLE_LANGUAGES = @AVAILABLE_LANGUAGES@
 
107
AWK = @AWK@
 
108
CC = @CC@
 
109
CCAS = @CCAS@
 
110
CCASDEPMODE = @CCASDEPMODE@
 
111
CCASFLAGS = @CCASFLAGS@
 
112
CCDEPMODE = @CCDEPMODE@
 
113
CC_VERSION = @CC_VERSION@
 
114
CFLAGS = @CFLAGS@
 
115
CHECK_PID = @CHECK_PID@
 
116
CHMOD = @CHMOD@
 
117
CLIENT_EXTRA_LDFLAGS = @CLIENT_EXTRA_LDFLAGS@
 
118
CLIENT_LIBS = @CLIENT_LIBS@
 
119
CLIENT_THREAD_LIBS = @CLIENT_THREAD_LIBS@
 
120
CMP = @CMP@
 
121
COMPILATION_COMMENT = @COMPILATION_COMMENT@
 
122
CONF_COMMAND = @CONF_COMMAND@
 
123
CP = @CP@
 
124
CPP = @CPP@
 
125
CPPFLAGS = @CPPFLAGS@
 
126
CXX = @CXX@
 
127
CXXCPP = @CXXCPP@
 
128
CXXDEPMODE = @CXXDEPMODE@
 
129
CXXFLAGS = @CXXFLAGS@
 
130
CXXLDFLAGS = @CXXLDFLAGS@
 
131
CXX_VERSION = @CXX_VERSION@
 
132
CYGPATH_W = @CYGPATH_W@
 
133
DEFS = @DEFS@
 
134
DEPDIR = @DEPDIR@
 
135
DIFF = @DIFF@
 
136
DOT_FRM_VERSION = @DOT_FRM_VERSION@
 
137
DOXYGEN = @DOXYGEN@
 
138
DSYMUTIL = @DSYMUTIL@
 
139
DUMPBIN = @DUMPBIN@
 
140
DVIS = @DVIS@
 
141
ECHO_C = @ECHO_C@
 
142
ECHO_N = @ECHO_N@
 
143
ECHO_T = @ECHO_T@
 
144
EGREP = @EGREP@
 
145
EXEEXT = @EXEEXT@
 
146
FGREP = @FGREP@
 
147
FIND_PROC = @FIND_PROC@
 
148
GETCONF = @GETCONF@
 
149
GREP = @GREP@
 
150
GXX = @GXX@
 
151
HOSTNAME = @HOSTNAME@
 
152
INNODB_DYNAMIC_CFLAGS = @INNODB_DYNAMIC_CFLAGS@
 
153
INSTALL = @INSTALL@
 
154
INSTALL_DATA = @INSTALL_DATA@
 
155
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
156
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
157
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
158
KILL = @KILL@
 
159
LD = @LD@
 
160
LDFLAGS = @LDFLAGS@
 
161
LD_VERSION_SCRIPT = @LD_VERSION_SCRIPT@
 
162
LIBDL = @LIBDL@
 
163
LIBEDIT_LOBJECTS = @LIBEDIT_LOBJECTS@
 
164
LIBOBJS = @LIBOBJS@
 
165
LIBS = @LIBS@
 
166
LIBTOOL = @LIBTOOL@
 
167
LIB_EXTRA_CCFLAGS = @LIB_EXTRA_CCFLAGS@
 
168
LIPO = @LIPO@
 
169
LM_CFLAGS = @LM_CFLAGS@
 
170
LN = @LN@
 
171
LN_CP_F = @LN_CP_F@
 
172
LN_S = @LN_S@
 
173
LTLIBOBJS = @LTLIBOBJS@
 
174
MACHINE_TYPE = @MACHINE_TYPE@
 
175
MAKEINDEX = @MAKEINDEX@
 
176
MAKEINFO = @MAKEINFO@
 
177
MAKE_BINARY_DISTRIBUTION_OPTIONS = @MAKE_BINARY_DISTRIBUTION_OPTIONS@
 
178
MAKE_SHELL = @MAKE_SHELL@
 
179
MKDIR_P = @MKDIR_P@
 
180
MV = @MV@
 
181
MYSQLD_DEFAULT_SWITCHES = @MYSQLD_DEFAULT_SWITCHES@
 
182
MYSQLD_EXTRA_LDFLAGS = @MYSQLD_EXTRA_LDFLAGS@
 
183
MYSQLD_EXTRA_LIBS = @MYSQLD_EXTRA_LIBS@
 
184
MYSQLD_USER = @MYSQLD_USER@
 
185
MYSQL_BASE_VERSION = @MYSQL_BASE_VERSION@
 
186
MYSQL_COPYRIGHT_YEAR = @MYSQL_COPYRIGHT_YEAR@
 
187
MYSQL_NO_DASH_VERSION = @MYSQL_NO_DASH_VERSION@
 
188
MYSQL_PREVIOUS_BASE_VERSION = @MYSQL_PREVIOUS_BASE_VERSION@
 
189
MYSQL_SERVER_SUFFIX = @MYSQL_SERVER_SUFFIX@
 
190
MYSQL_TCP_PORT = @MYSQL_TCP_PORT@
 
191
MYSQL_TCP_PORT_DEFAULT = @MYSQL_TCP_PORT_DEFAULT@
 
192
MYSQL_UNIX_ADDR = @MYSQL_UNIX_ADDR@
 
193
MYSQL_U_SCORE_VERSION = @MYSQL_U_SCORE_VERSION@
 
194
MYSQL_VERSION_ID = @MYSQL_VERSION_ID@
 
195
NDB_DEFS = @NDB_DEFS@
 
196
NDB_LD_VERSION_SCRIPT = @NDB_LD_VERSION_SCRIPT@
 
197
NDB_SCI_INCLUDES = @NDB_SCI_INCLUDES@
 
198
NDB_SCI_LIBS = @NDB_SCI_LIBS@
 
199
NDB_SHARED_LIB_MAJOR_VERSION = @NDB_SHARED_LIB_MAJOR_VERSION@
 
200
NDB_SHARED_LIB_VERSION = @NDB_SHARED_LIB_VERSION@
 
201
NDB_SIZEOF_CHAR = @NDB_SIZEOF_CHAR@
 
202
NDB_SIZEOF_CHARP = @NDB_SIZEOF_CHARP@
 
203
NDB_SIZEOF_INT = @NDB_SIZEOF_INT@
 
204
NDB_SIZEOF_LONG = @NDB_SIZEOF_LONG@
 
205
NDB_SIZEOF_LONG_LONG = @NDB_SIZEOF_LONG_LONG@
 
206
NDB_SIZEOF_SHORT = @NDB_SIZEOF_SHORT@
 
207
NDB_VERSION_BUILD = @NDB_VERSION_BUILD@
 
208
NDB_VERSION_MAJOR = @NDB_VERSION_MAJOR@
 
209
NDB_VERSION_MINOR = @NDB_VERSION_MINOR@
 
210
NDB_VERSION_STATUS = @NDB_VERSION_STATUS@
 
211
NM = @NM@
 
212
NMEDIT = @NMEDIT@
 
213
NOINST_LDFLAGS = @NOINST_LDFLAGS@
 
214
NON_THREADED_LIBS = @NON_THREADED_LIBS@
 
215
OBJDUMP = @OBJDUMP@
 
216
OBJEXT = @OBJEXT@
 
217
OTOOL = @OTOOL@
 
218
OTOOL64 = @OTOOL64@
 
219
PACKAGE = @PACKAGE@
 
220
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
221
PACKAGE_NAME = @PACKAGE_NAME@
 
222
PACKAGE_STRING = @PACKAGE_STRING@
 
223
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
224
PACKAGE_VERSION = @PACKAGE_VERSION@
 
225
PATH_SEPARATOR = @PATH_SEPARATOR@
 
226
PDFLATEX = @PDFLATEX@
 
227
PDFMANUAL = @PDFMANUAL@
 
228
PERL = @PERL@
 
229
PERL5 = @PERL5@
 
230
PROTOCOL_VERSION = @PROTOCOL_VERSION@
 
231
PS = @PS@
 
232
RANLIB = @RANLIB@
 
233
RM = @RM@
 
234
SAVE_ASFLAGS = @SAVE_ASFLAGS@
 
235
SAVE_CC = @SAVE_CC@
 
236
SAVE_CFLAGS = @SAVE_CFLAGS@
 
237
SAVE_CXX = @SAVE_CXX@
 
238
SAVE_CXXFLAGS = @SAVE_CXXFLAGS@
 
239
SAVE_CXXLDFLAGS = @SAVE_CXXLDFLAGS@
 
240
SAVE_LDFLAGS = @SAVE_LDFLAGS@
 
241
SED = @SED@
 
242
SET_MAKE = @SET_MAKE@
 
243
SHARED_LIB_MAJOR_VERSION = @SHARED_LIB_MAJOR_VERSION@
 
244
SHARED_LIB_VERSION = @SHARED_LIB_VERSION@
 
245
SHELL = @SHELL@
 
246
STATIC_NSS_FLAGS = @STATIC_NSS_FLAGS@
 
247
STRIP = @STRIP@
 
248
SYSTEM_TYPE = @SYSTEM_TYPE@
 
249
TAR = @TAR@
 
250
TARGET_LINUX = @TARGET_LINUX@
 
251
TERMCAP_LIB = @TERMCAP_LIB@
 
252
TEST_NDBCLUSTER = @TEST_NDBCLUSTER@
 
253
THREAD_LOBJECTS = @THREAD_LOBJECTS@
 
254
VERSION = @VERSION@
 
255
WRAPLIBS = @WRAPLIBS@
 
256
YACC = @YACC@
 
257
ZLIB_DEPS = @ZLIB_DEPS@
 
258
ZLIB_INCLUDES = @ZLIB_INCLUDES@
 
259
ZLIB_LIBS = @ZLIB_LIBS@
 
260
abs_builddir = @abs_builddir@
 
261
abs_srcdir = @abs_srcdir@
 
262
abs_top_builddir = @abs_top_builddir@
 
263
abs_top_srcdir = @abs_top_srcdir@
 
264
ac_ct_CC = @ac_ct_CC@
 
265
ac_ct_CXX = @ac_ct_CXX@
 
266
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
267
am__include = @am__include@
 
268
am__leading_dot = @am__leading_dot@
 
269
am__quote = @am__quote@
 
270
am__tar = @am__tar@
 
271
am__untar = @am__untar@
 
272
bindir = @bindir@
 
273
build = @build@
 
274
build_alias = @build_alias@
 
275
build_cpu = @build_cpu@
 
276
build_os = @build_os@
 
277
build_vendor = @build_vendor@
 
278
builddir = @builddir@
 
279
condition_dependent_plugin_includes = @condition_dependent_plugin_includes@
 
280
condition_dependent_plugin_links = @condition_dependent_plugin_links@
 
281
condition_dependent_plugin_modules = @condition_dependent_plugin_modules@
 
282
condition_dependent_plugin_objects = @condition_dependent_plugin_objects@
 
283
datadir = @datadir@
 
284
datarootdir = @datarootdir@
 
285
docdir = @docdir@
 
286
docs_dirs = @docs_dirs@
 
287
dvidir = @dvidir@
 
288
exec_prefix = @exec_prefix@
 
289
extra_docs = @extra_docs@
 
290
host = @host@
 
291
host_alias = @host_alias@
 
292
host_cpu = @host_cpu@
 
293
host_os = @host_os@
 
294
host_vendor = @host_vendor@
 
295
htmldir = @htmldir@
 
296
includedir = @includedir@
 
297
infodir = @infodir@
 
298
innodb_system_libs = @innodb_system_libs@
 
299
install_sh = @install_sh@
 
300
libdir = @libdir@
 
301
libexecdir = @libexecdir@
 
302
libmysqld_dirs = @libmysqld_dirs@
 
303
localedir = @localedir@
 
304
localstatedir = @localstatedir@
 
305
lt_ECHO = @lt_ECHO@
 
306
man1_files = @man1_files@
 
307
man8_files = @man8_files@
 
308
man_dirs = @man_dirs@
 
309
mandir = @mandir@
 
310
mkdir_p = @mkdir_p@
 
311
mysql_pg_dirs = @mysql_pg_dirs@
 
312
mysql_pg_distdirs = @mysql_pg_distdirs@
 
313
mysql_pg_unittest_dirs = @mysql_pg_unittest_dirs@
 
314
mysql_plugin_defs = @mysql_plugin_defs@
 
315
mysql_plugin_dirs = @mysql_plugin_dirs@
 
316
mysql_plugin_libs = @mysql_plugin_libs@
 
317
mysql_se_dirs = @mysql_se_dirs@
 
318
mysql_se_distdirs = @mysql_se_distdirs@
 
319
mysql_se_unittest_dirs = @mysql_se_unittest_dirs@
 
320
ndb_bin_am_ldflags = @ndb_bin_am_ldflags@
 
321
ndb_cxxflags_fix = @ndb_cxxflags_fix@
 
322
ndb_mgmclient_libs = @ndb_mgmclient_libs@
 
323
ndb_opt_subdirs = @ndb_opt_subdirs@
 
324
ndb_port = @ndb_port@
 
325
ndb_transporter_opt_objs = @ndb_transporter_opt_objs@
 
326
ndbcluster_includes = @ndbcluster_includes@
 
327
ndbcluster_libs = @ndbcluster_libs@
 
328
ndbcluster_system_libs = @ndbcluster_system_libs@
 
329
netware_dir = @netware_dir@
 
330
oldincludedir = @oldincludedir@
 
331
openssl_includes = @openssl_includes@
 
332
openssl_libs = @openssl_libs@
 
333
pdfdir = @pdfdir@
 
334
plugin_archive_shared_target = @plugin_archive_shared_target@
 
335
plugin_archive_static_target = @plugin_archive_static_target@
 
336
plugin_blackhole_shared_target = @plugin_blackhole_shared_target@
 
337
plugin_blackhole_static_target = @plugin_blackhole_static_target@
 
338
plugin_csv_shared_target = @plugin_csv_shared_target@
 
339
plugin_csv_static_target = @plugin_csv_static_target@
 
340
plugin_daemon_example_shared_target = @plugin_daemon_example_shared_target@
 
341
plugin_daemon_example_static_target = @plugin_daemon_example_static_target@
 
342
plugin_example_shared_target = @plugin_example_shared_target@
 
343
plugin_example_static_target = @plugin_example_static_target@
 
344
plugin_federated_shared_target = @plugin_federated_shared_target@
 
345
plugin_federated_static_target = @plugin_federated_static_target@
 
346
plugin_ftexample_shared_target = @plugin_ftexample_shared_target@
 
347
plugin_ftexample_static_target = @plugin_ftexample_static_target@
 
348
plugin_heap_shared_target = @plugin_heap_shared_target@
 
349
plugin_heap_static_target = @plugin_heap_static_target@
 
350
plugin_ibmdb2i_shared_target = @plugin_ibmdb2i_shared_target@
 
351
plugin_ibmdb2i_static_target = @plugin_ibmdb2i_static_target@
 
352
plugin_innobase_shared_target = @plugin_innobase_shared_target@
 
353
plugin_innobase_static_target = @plugin_innobase_static_target@
 
354
plugin_innodb_plugin_shared_target = @plugin_innodb_plugin_shared_target@
 
355
plugin_innodb_plugin_static_target = @plugin_innodb_plugin_static_target@
 
356
plugin_myisam_shared_target = @plugin_myisam_shared_target@
 
357
plugin_myisam_static_target = @plugin_myisam_static_target@
 
358
plugin_myisammrg_shared_target = @plugin_myisammrg_shared_target@
 
359
plugin_myisammrg_static_target = @plugin_myisammrg_static_target@
 
360
plugin_ndbcluster_shared_target = @plugin_ndbcluster_shared_target@
 
361
plugin_ndbcluster_static_target = @plugin_ndbcluster_static_target@
 
362
plugin_partition_shared_target = @plugin_partition_shared_target@
 
363
plugin_partition_static_target = @plugin_partition_static_target@
 
364
prefix = @prefix@
 
365
program_transform_name = @program_transform_name@
 
366
psdir = @psdir@
 
367
pstack_dir = @pstack_dir@
 
368
pstack_libs = @pstack_libs@
 
369
readline_basedir = @readline_basedir@
 
370
readline_dir = @readline_dir@
 
371
readline_h_ln_cmd = @readline_h_ln_cmd@
 
372
readline_link = @readline_link@
 
373
readline_topdir = @readline_topdir@
 
374
sbindir = @sbindir@
 
375
server_scripts = @server_scripts@
 
376
sharedstatedir = @sharedstatedir@
 
377
sql_client_dirs = @sql_client_dirs@
 
378
sql_server = @sql_server@
 
379
sql_server_dirs = @sql_server_dirs@
 
380
sql_union_dirs = @sql_union_dirs@
 
381
srcdir = @srcdir@
 
382
sysconfdir = @sysconfdir@
 
383
target = @target@
 
384
target_alias = @target_alias@
 
385
target_cpu = @target_cpu@
 
386
target_os = @target_os@
 
387
target_vendor = @target_vendor@
 
388
tools_dirs = @tools_dirs@
 
389
top_build_prefix = @top_build_prefix@
 
390
top_builddir = @top_builddir@
 
391
top_srcdir = @top_srcdir@
 
392
uname_prog = @uname_prog@
 
393
yassl_dir = @yassl_dir@
 
394
yassl_h_ln_cmd = @yassl_h_ln_cmd@
 
395
yassl_libs = @yassl_libs@
 
396
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
 
397
zlib_dir = @zlib_dir@
 
398
ASRC = $(srcdir)/vi.c $(srcdir)/emacs.c $(srcdir)/common.c
 
399
AHDR = vi.h emacs.h common.h
 
400
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
 
401
noinst_LIBRARIES = libedit.a
 
402
libedit_a_SOURCES = chared.c el.c history.c map.c prompt.c readline.c \
 
403
                        search.c tokenizer.c vi.c common.c emacs.c \
 
404
                        hist.c key.c parse.c read.c refresh.c sig.c term.c \
 
405
                        tty.c help.c fcns.c filecomplete.c \
 
406
                        np/unvis.c np/strlcpy.c np/vis.c np/strlcat.c \
 
407
                        np/fgetln.c
 
408
 
 
409
libedit_a_LIBADD = @LIBEDIT_LOBJECTS@
 
410
libedit_a_DEPENDENCIES = @LIBEDIT_LOBJECTS@
 
411
pkginclude_HEADERS = readline/readline.h
 
412
noinst_HEADERS = chared.h el.h el_term.h histedit.h key.h parse.h refresh.h sig.h \
 
413
                        sys.h config.h hist.h map.h prompt.h read.h \
 
414
                        search.h tty.h filecomplete.h np/vis.h
 
415
 
 
416
EXTRA_DIST = makelist.sh
 
417
CLEANFILES = makelist common.h emacs.h vi.h fcns.h help.h fcns.c help.c
 
418
SUFFIXES = .sh
 
419
all: all-am
 
420
 
 
421
.SUFFIXES:
 
422
.SUFFIXES: .sh .c .lo .o .obj
 
423
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
424
        @for dep in $?; do \
 
425
          case '$(am__configure_deps)' in \
 
426
            *$$dep*) \
 
427
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
428
                && { if test -f $@; then exit 0; else break; fi; }; \
 
429
              exit 1;; \
 
430
          esac; \
 
431
        done; \
 
432
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  cmd-line-utils/libedit/Makefile'; \
 
433
        cd $(top_srcdir) && \
 
434
          $(AUTOMAKE) --gnu  cmd-line-utils/libedit/Makefile
 
435
.PRECIOUS: Makefile
 
436
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
437
        @case '$?' in \
 
438
          *config.status*) \
 
439
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
440
          *) \
 
441
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
442
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
443
        esac;
 
444
 
 
445
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
446
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
447
 
 
448
$(top_srcdir)/configure:  $(am__configure_deps)
 
449
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
450
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
452
 
 
453
clean-noinstLIBRARIES:
 
454
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
455
libedit.a: $(libedit_a_OBJECTS) $(libedit_a_DEPENDENCIES) 
 
456
        -rm -f libedit.a
 
457
        $(libedit_a_AR) libedit.a $(libedit_a_OBJECTS) $(libedit_a_LIBADD)
 
458
        $(RANLIB) libedit.a
 
459
 
 
460
mostlyclean-compile:
 
461
        -rm -f *.$(OBJEXT)
 
462
 
 
463
distclean-compile:
 
464
        -rm -f *.tab.c
 
465
 
 
466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chared.Po@am__quote@
 
467
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Po@am__quote@
 
468
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/el.Po@am__quote@
 
469
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emacs.Po@am__quote@
 
470
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcns.Po@am__quote@
 
471
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fgetln.Po@am__quote@
 
472
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filecomplete.Po@am__quote@
 
473
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
 
474
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@
 
475
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/history.Po@am__quote@
 
476
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key.Po@am__quote@
 
477
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Po@am__quote@
 
478
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
 
479
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prompt.Po@am__quote@
 
480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/read.Po@am__quote@
 
481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readline.Po@am__quote@
 
482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refresh.Po@am__quote@
 
483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
 
484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig.Po@am__quote@
 
485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Po@am__quote@
 
486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
 
487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/term.Po@am__quote@
 
488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tokenizer.Po@am__quote@
 
489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tty.Po@am__quote@
 
490
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unvis.Po@am__quote@
 
491
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vi.Po@am__quote@
 
492
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vis.Po@am__quote@
 
493
 
 
494
.c.o:
 
495
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
496
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
499
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
500
 
 
501
.c.obj:
 
502
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
503
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
504
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
506
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
507
 
 
508
.c.lo:
 
509
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
510
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
511
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
512
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
513
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
514
 
 
515
unvis.o: np/unvis.c
 
516
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unvis.o -MD -MP -MF $(DEPDIR)/unvis.Tpo -c -o unvis.o `test -f 'np/unvis.c' || echo '$(srcdir)/'`np/unvis.c
 
517
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unvis.Tpo $(DEPDIR)/unvis.Po
 
518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/unvis.c' object='unvis.o' libtool=no @AMDEPBACKSLASH@
 
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
520
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unvis.o `test -f 'np/unvis.c' || echo '$(srcdir)/'`np/unvis.c
 
521
 
 
522
unvis.obj: np/unvis.c
 
523
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT unvis.obj -MD -MP -MF $(DEPDIR)/unvis.Tpo -c -o unvis.obj `if test -f 'np/unvis.c'; then $(CYGPATH_W) 'np/unvis.c'; else $(CYGPATH_W) '$(srcdir)/np/unvis.c'; fi`
 
524
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unvis.Tpo $(DEPDIR)/unvis.Po
 
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/unvis.c' object='unvis.obj' libtool=no @AMDEPBACKSLASH@
 
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
527
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o unvis.obj `if test -f 'np/unvis.c'; then $(CYGPATH_W) 'np/unvis.c'; else $(CYGPATH_W) '$(srcdir)/np/unvis.c'; fi`
 
528
 
 
529
strlcpy.o: np/strlcpy.c
 
530
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlcpy.o -MD -MP -MF $(DEPDIR)/strlcpy.Tpo -c -o strlcpy.o `test -f 'np/strlcpy.c' || echo '$(srcdir)/'`np/strlcpy.c
 
531
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlcpy.Tpo $(DEPDIR)/strlcpy.Po
 
532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/strlcpy.c' object='strlcpy.o' libtool=no @AMDEPBACKSLASH@
 
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
534
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlcpy.o `test -f 'np/strlcpy.c' || echo '$(srcdir)/'`np/strlcpy.c
 
535
 
 
536
strlcpy.obj: np/strlcpy.c
 
537
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlcpy.obj -MD -MP -MF $(DEPDIR)/strlcpy.Tpo -c -o strlcpy.obj `if test -f 'np/strlcpy.c'; then $(CYGPATH_W) 'np/strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/np/strlcpy.c'; fi`
 
538
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlcpy.Tpo $(DEPDIR)/strlcpy.Po
 
539
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/strlcpy.c' object='strlcpy.obj' libtool=no @AMDEPBACKSLASH@
 
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
541
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlcpy.obj `if test -f 'np/strlcpy.c'; then $(CYGPATH_W) 'np/strlcpy.c'; else $(CYGPATH_W) '$(srcdir)/np/strlcpy.c'; fi`
 
542
 
 
543
vis.o: np/vis.c
 
544
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vis.o -MD -MP -MF $(DEPDIR)/vis.Tpo -c -o vis.o `test -f 'np/vis.c' || echo '$(srcdir)/'`np/vis.c
 
545
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vis.Tpo $(DEPDIR)/vis.Po
 
546
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/vis.c' object='vis.o' libtool=no @AMDEPBACKSLASH@
 
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
548
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vis.o `test -f 'np/vis.c' || echo '$(srcdir)/'`np/vis.c
 
549
 
 
550
vis.obj: np/vis.c
 
551
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vis.obj -MD -MP -MF $(DEPDIR)/vis.Tpo -c -o vis.obj `if test -f 'np/vis.c'; then $(CYGPATH_W) 'np/vis.c'; else $(CYGPATH_W) '$(srcdir)/np/vis.c'; fi`
 
552
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/vis.Tpo $(DEPDIR)/vis.Po
 
553
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/vis.c' object='vis.obj' libtool=no @AMDEPBACKSLASH@
 
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
555
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o vis.obj `if test -f 'np/vis.c'; then $(CYGPATH_W) 'np/vis.c'; else $(CYGPATH_W) '$(srcdir)/np/vis.c'; fi`
 
556
 
 
557
strlcat.o: np/strlcat.c
 
558
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlcat.o -MD -MP -MF $(DEPDIR)/strlcat.Tpo -c -o strlcat.o `test -f 'np/strlcat.c' || echo '$(srcdir)/'`np/strlcat.c
 
559
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlcat.Tpo $(DEPDIR)/strlcat.Po
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/strlcat.c' object='strlcat.o' libtool=no @AMDEPBACKSLASH@
 
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
562
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlcat.o `test -f 'np/strlcat.c' || echo '$(srcdir)/'`np/strlcat.c
 
563
 
 
564
strlcat.obj: np/strlcat.c
 
565
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strlcat.obj -MD -MP -MF $(DEPDIR)/strlcat.Tpo -c -o strlcat.obj `if test -f 'np/strlcat.c'; then $(CYGPATH_W) 'np/strlcat.c'; else $(CYGPATH_W) '$(srcdir)/np/strlcat.c'; fi`
 
566
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/strlcat.Tpo $(DEPDIR)/strlcat.Po
 
567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/strlcat.c' object='strlcat.obj' libtool=no @AMDEPBACKSLASH@
 
568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
569
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strlcat.obj `if test -f 'np/strlcat.c'; then $(CYGPATH_W) 'np/strlcat.c'; else $(CYGPATH_W) '$(srcdir)/np/strlcat.c'; fi`
 
570
 
 
571
fgetln.o: np/fgetln.c
 
572
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fgetln.o -MD -MP -MF $(DEPDIR)/fgetln.Tpo -c -o fgetln.o `test -f 'np/fgetln.c' || echo '$(srcdir)/'`np/fgetln.c
 
573
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/fgetln.Tpo $(DEPDIR)/fgetln.Po
 
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/fgetln.c' object='fgetln.o' libtool=no @AMDEPBACKSLASH@
 
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
576
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fgetln.o `test -f 'np/fgetln.c' || echo '$(srcdir)/'`np/fgetln.c
 
577
 
 
578
fgetln.obj: np/fgetln.c
 
579
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fgetln.obj -MD -MP -MF $(DEPDIR)/fgetln.Tpo -c -o fgetln.obj `if test -f 'np/fgetln.c'; then $(CYGPATH_W) 'np/fgetln.c'; else $(CYGPATH_W) '$(srcdir)/np/fgetln.c'; fi`
 
580
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/fgetln.Tpo $(DEPDIR)/fgetln.Po
 
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='np/fgetln.c' object='fgetln.obj' libtool=no @AMDEPBACKSLASH@
 
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
583
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o fgetln.obj `if test -f 'np/fgetln.c'; then $(CYGPATH_W) 'np/fgetln.c'; else $(CYGPATH_W) '$(srcdir)/np/fgetln.c'; fi`
 
584
 
 
585
mostlyclean-libtool:
 
586
        -rm -f *.lo
 
587
 
 
588
clean-libtool:
 
589
        -rm -rf .libs _libs
 
590
install-pkgincludeHEADERS: $(pkginclude_HEADERS)
 
591
        @$(NORMAL_INSTALL)
 
592
        test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
 
593
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
594
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
595
          f=$(am__strip_dir) \
 
596
          echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
597
          $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
598
        done
 
599
 
 
600
uninstall-pkgincludeHEADERS:
 
601
        @$(NORMAL_UNINSTALL)
 
602
        @list='$(pkginclude_HEADERS)'; for p in $$list; do \
 
603
          f=$(am__strip_dir) \
 
604
          echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
 
605
          rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
 
606
        done
 
607
 
 
608
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
609
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
610
        unique=`for i in $$list; do \
 
611
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
612
          done | \
 
613
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
614
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
615
        mkid -fID $$unique
 
616
tags: TAGS
 
617
 
 
618
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
619
                $(TAGS_FILES) $(LISP)
 
620
        tags=; \
 
621
        here=`pwd`; \
 
622
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
623
        unique=`for i in $$list; do \
 
624
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
625
          done | \
 
626
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
627
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
628
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
629
          test -n "$$unique" || unique=$$empty_fix; \
 
630
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
631
            $$tags $$unique; \
 
632
        fi
 
633
ctags: CTAGS
 
634
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
635
                $(TAGS_FILES) $(LISP)
 
636
        tags=; \
 
637
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
638
        unique=`for i in $$list; do \
 
639
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
640
          done | \
 
641
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
642
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
643
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
644
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
645
             $$tags $$unique
 
646
 
 
647
GTAGS:
 
648
        here=`$(am__cd) $(top_builddir) && pwd` \
 
649
          && cd $(top_srcdir) \
 
650
          && gtags -i $(GTAGS_ARGS) $$here
 
651
 
 
652
distclean-tags:
 
653
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
654
 
 
655
distdir: $(DISTFILES)
 
656
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
657
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
658
        list='$(DISTFILES)'; \
 
659
          dist_files=`for file in $$list; do echo $$file; done | \
 
660
          sed -e "s|^$$srcdirstrip/||;t" \
 
661
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
662
        case $$dist_files in \
 
663
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
664
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
665
                           sort -u` ;; \
 
666
        esac; \
 
667
        for file in $$dist_files; do \
 
668
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
669
          if test -d $$d/$$file; then \
 
670
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
671
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
672
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
673
            fi; \
 
674
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
675
          else \
 
676
            test -f $(distdir)/$$file \
 
677
            || cp -p $$d/$$file $(distdir)/$$file \
 
678
            || exit 1; \
 
679
          fi; \
 
680
        done
 
681
check-am: all-am
 
682
check: check-am
 
683
all-am: Makefile $(LIBRARIES) $(HEADERS)
 
684
installdirs:
 
685
        for dir in "$(DESTDIR)$(pkgincludedir)"; do \
 
686
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
687
        done
 
688
install: install-am
 
689
install-exec: install-exec-am
 
690
install-data: install-data-am
 
691
uninstall: uninstall-am
 
692
 
 
693
install-am: all-am
 
694
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
695
 
 
696
installcheck: installcheck-am
 
697
install-strip:
 
698
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
699
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
700
          `test -z '$(STRIP)' || \
 
701
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
702
mostlyclean-generic:
 
703
 
 
704
clean-generic:
 
705
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
706
 
 
707
distclean-generic:
 
708
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
709
 
 
710
maintainer-clean-generic:
 
711
        @echo "This command is intended for maintainers to use"
 
712
        @echo "it deletes files that may require special tools to rebuild."
 
713
clean: clean-am
 
714
 
 
715
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
716
        mostlyclean-am
 
717
 
 
718
distclean: distclean-am
 
719
        -rm -rf ./$(DEPDIR)
 
720
        -rm -f Makefile
 
721
distclean-am: clean-am distclean-compile distclean-generic \
 
722
        distclean-tags
 
723
 
 
724
dvi: dvi-am
 
725
 
 
726
dvi-am:
 
727
 
 
728
html: html-am
 
729
 
 
730
info: info-am
 
731
 
 
732
info-am:
 
733
 
 
734
install-data-am: install-pkgincludeHEADERS
 
735
 
 
736
install-dvi: install-dvi-am
 
737
 
 
738
install-exec-am:
 
739
 
 
740
install-html: install-html-am
 
741
 
 
742
install-info: install-info-am
 
743
 
 
744
install-man:
 
745
 
 
746
install-pdf: install-pdf-am
 
747
 
 
748
install-ps: install-ps-am
 
749
 
 
750
installcheck-am:
 
751
 
 
752
maintainer-clean: maintainer-clean-am
 
753
        -rm -rf ./$(DEPDIR)
 
754
        -rm -f Makefile
 
755
maintainer-clean-am: distclean-am maintainer-clean-generic
 
756
 
 
757
mostlyclean: mostlyclean-am
 
758
 
 
759
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
760
        mostlyclean-libtool
 
761
 
 
762
pdf: pdf-am
 
763
 
 
764
pdf-am:
 
765
 
 
766
ps: ps-am
 
767
 
 
768
ps-am:
 
769
 
 
770
uninstall-am: uninstall-pkgincludeHEADERS
 
771
 
 
772
.MAKE: install-am install-strip
 
773
 
 
774
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
775
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
776
        distclean-compile distclean-generic distclean-libtool \
 
777
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
778
        install install-am install-data install-data-am install-dvi \
 
779
        install-dvi-am install-exec install-exec-am install-html \
 
780
        install-html-am install-info install-info-am install-man \
 
781
        install-pdf install-pdf-am install-pkgincludeHEADERS \
 
782
        install-ps install-ps-am install-strip installcheck \
 
783
        installcheck-am installdirs maintainer-clean \
 
784
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
785
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
786
        tags uninstall uninstall-am uninstall-pkgincludeHEADERS
 
787
 
 
788
 
 
789
.sh:
 
790
        @RM@ -f $@ $@-t
 
791
        @SED@ \
 
792
          -e 's!@''AWK''@!@AWK@!' \
 
793
        $< > $@-t
 
794
        @MV@ $@-t $@
 
795
 
 
796
vi.h: $(srcdir)/vi.c makelist
 
797
        sh ./makelist -h $(srcdir)/vi.c > $@.tmp && \
 
798
        mv $@.tmp $@
 
799
 
 
800
emacs.h: $(srcdir)/emacs.c makelist
 
801
        sh ./makelist -h $(srcdir)/emacs.c > $@.tmp && \
 
802
        mv $@.tmp $@
 
803
 
 
804
common.h: $(srcdir)/common.c makelist
 
805
        sh ./makelist -h $(srcdir)/common.c > $@.tmp && \
 
806
        mv $@.tmp $@
 
807
 
 
808
help.c: ${ASRC} makelist
 
809
        sh ./makelist -bc ${ASRC} > $@.tmp && \
 
810
        mv $@.tmp $@
 
811
 
 
812
help.h: ${ASRC} makelist
 
813
        sh ./makelist -bh ${ASRC} > $@.tmp && \
 
814
        mv $@.tmp $@
 
815
 
 
816
fcns.h: ${AHDR} makelist
 
817
        sh ./makelist -fh ${AHDR} > $@.tmp && \
 
818
        mv $@.tmp $@
 
819
 
 
820
fcns.c: ${AHDR} fcns.h makelist
 
821
        sh ./makelist -fc ${AHDR} > $@.tmp && \
 
822
        mv $@.tmp $@
 
823
 
 
824
#%.o: vi.h emacs.h common.h help.h fcns.h
 
825
#objects := $(patsubst %.c,%.o,$(wildcard *.c))
 
826
#$(objects):  vi.h emacs.h
 
827
 
 
828
chared.o: vi.h emacs.h common.h help.h fcns.h
 
829
el.o: vi.h emacs.h common.h help.h fcns.h
 
830
history.o: vi.h emacs.h common.h help.h fcns.h 
 
831
map.o: vi.h emacs.h common.h help.h fcns.h
 
832
prompt.o: vi.h emacs.h common.h help.h fcns.h
 
833
readline.o: vi.h emacs.h common.h help.h fcns.h
 
834
search.o: vi.h emacs.h common.h help.h fcns.h
 
835
tokenizer.o: vi.h emacs.h common.h help.h fcns.h
 
836
vi.o: vi.h emacs.h common.h help.h fcns.h
 
837
common.o: vi.h emacs.h common.h help.h fcns.h
 
838
emacs.o: vi.h emacs.h common.h help.h fcns.h 
 
839
hist.o: vi.h emacs.h common.h help.h fcns.h 
 
840
key.o: vi.h emacs.h common.h help.h fcns.h 
 
841
parse.o: vi.h emacs.h common.h help.h fcns.h
 
842
read.o: vi.h emacs.h common.h help.h fcns.h
 
843
refresh.o: vi.h emacs.h common.h help.h fcns.h
 
844
sig.o: vi.h emacs.h common.h help.h fcns.h
 
845
term.o: vi.h emacs.h common.h help.h fcns.h
 
846
tty.o: vi.h emacs.h common.h help.h fcns.h 
 
847
help.o: vi.h emacs.h common.h help.h fcns.h
 
848
fcns.o: vi.h emacs.h common.h help.h fcns.h
 
849
filecomplete.o: vi.h emacs.h common.h help.h fcns.h
 
850
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
851
# Otherwise a system limit (for SysV at least) may be exceeded.
 
852
.NOEXPORT: