~ubuntu-branches/ubuntu/hardy/minicom/hardy

« back to all changes in this revision

Viewing changes to extras/tables/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2006-10-27 05:41:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061027054123-9cyfsdx649zetdrv
Tags: 2.2-3
* Added upstream NEWS file, closes: #394827.
* Fixed spelling errors, closes: #395449.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
15
 
 
 
15
@SET_MAKE@
16
16
srcdir = @srcdir@
17
17
top_srcdir = @top_srcdir@
18
18
VPATH = @srcdir@
19
 
prefix = @prefix@
20
 
exec_prefix = @exec_prefix@
21
 
 
22
 
bindir = @bindir@
23
 
sbindir = @sbindir@
24
 
libexecdir = @libexecdir@
25
 
datadir = @datadir@
26
 
sysconfdir = @sysconfdir@
27
 
sharedstatedir = @sharedstatedir@
28
 
localstatedir = @localstatedir@
29
 
libdir = @libdir@
30
 
infodir = @infodir@
31
 
mandir = @mandir@
32
 
includedir = @includedir@
33
 
oldincludedir = /usr/include
34
 
 
35
 
DESTDIR =
36
 
 
37
19
pkgdatadir = $(datadir)/@PACKAGE@
38
20
pkglibdir = $(libdir)/@PACKAGE@
39
21
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
22
top_builddir = ../..
42
 
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
24
INSTALL = @INSTALL@
49
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
 
INSTALL_DATA = @INSTALL_DATA@
51
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
 
transform = @program_transform_name@
53
 
 
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
54
30
NORMAL_INSTALL = :
55
31
PRE_INSTALL = :
56
32
POST_INSTALL = :
57
33
NORMAL_UNINSTALL = :
58
34
PRE_UNINSTALL = :
59
35
POST_UNINSTALL = :
60
 
host_alias = @host_alias@
 
36
build_triplet = @build@
61
37
host_triplet = @host@
62
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
63
 
CATALOGS = @CATALOGS@
64
 
CATOBJEXT = @CATOBJEXT@
 
38
subdir = extras/tables
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
SOURCES =
 
48
DIST_SOURCES =
 
49
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
50
ACLOCAL = @ACLOCAL@
 
51
AMDEP_FALSE = @AMDEP_FALSE@
 
52
AMDEP_TRUE = @AMDEP_TRUE@
 
53
AMTAR = @AMTAR@
 
54
AUTOCONF = @AUTOCONF@
 
55
AUTOHEADER = @AUTOHEADER@
 
56
AUTOMAKE = @AUTOMAKE@
 
57
AWK = @AWK@
65
58
CC = @CC@
 
59
CCDEPMODE = @CCDEPMODE@
 
60
CFLAGS = @CFLAGS@
66
61
CPP = @CPP@
67
 
DATADIRNAME = @DATADIRNAME@
68
 
GENCAT = @GENCAT@
69
 
GLIBC21 = @GLIBC21@
70
 
GMOFILES = @GMOFILES@
 
62
CPPFLAGS = @CPPFLAGS@
 
63
CYGPATH_W = @CYGPATH_W@
 
64
DEFS = @DEFS@
 
65
DEPDIR = @DEPDIR@
 
66
ECHO_C = @ECHO_C@
 
67
ECHO_N = @ECHO_N@
 
68
ECHO_T = @ECHO_T@
 
69
EGREP = @EGREP@
 
70
EXEEXT = @EXEEXT@
71
71
GMSGFMT = @GMSGFMT@
72
 
INSTOBJEXT = @INSTOBJEXT@
73
 
INTLBISON = @INTLBISON@
 
72
INSTALL_DATA = @INSTALL_DATA@
 
73
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
74
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
75
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74
76
INTLLIBS = @INTLLIBS@
75
 
INTLOBJS = @INTLOBJS@
76
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
77
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
77
78
KEYSERV = @KEYSERV@
 
79
LDFLAGS = @LDFLAGS@
78
80
LIBICONV = @LIBICONV@
 
81
LIBINTL = @LIBINTL@
79
82
LIBOBJS = @LIBOBJS@
80
83
LIBPORT_GETOPT_LONG_DEP = @LIBPORT_GETOPT_LONG_DEP@
 
84
LIBS = @LIBS@
 
85
LTLIBICONV = @LTLIBICONV@
 
86
LTLIBINTL = @LTLIBINTL@
 
87
LTLIBOBJS = @LTLIBOBJS@
81
88
MAKEINFO = @MAKEINFO@
 
89
MINICOM_CONFDIR = @MINICOM_CONFDIR@
82
90
MKINSTALLDIRS = @MKINSTALLDIRS@
83
91
MSGFMT = @MSGFMT@
 
92
MSGMERGE = @MSGMERGE@
 
93
OBJEXT = @OBJEXT@
84
94
PACKAGE = @PACKAGE@
 
95
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
96
PACKAGE_NAME = @PACKAGE_NAME@
 
97
PACKAGE_STRING = @PACKAGE_STRING@
 
98
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
99
PACKAGE_VERSION = @PACKAGE_VERSION@
85
100
PATH_KERMIT = @PATH_KERMIT@
86
 
POFILES = @POFILES@
 
101
PATH_SEPARATOR = @PATH_SEPARATOR@
87
102
POSUB = @POSUB@
88
103
RANLIB = @RANLIB@
 
104
SET_MAKE = @SET_MAKE@
 
105
SHELL = @SHELL@
 
106
STRIP = @STRIP@
89
107
U = @U@
90
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
91
108
USE_NLS = @USE_NLS@
92
109
VERSION = @VERSION@
93
 
 
 
110
XGETTEXT = @XGETTEXT@
 
111
ac_ct_CC = @ac_ct_CC@
 
112
ac_ct_RANLIB = @ac_ct_RANLIB@
 
113
ac_ct_STRIP = @ac_ct_STRIP@
 
114
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
115
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
116
am__include = @am__include@
 
117
am__leading_dot = @am__leading_dot@
 
118
am__quote = @am__quote@
 
119
am__tar = @am__tar@
 
120
am__untar = @am__untar@
 
121
bindir = @bindir@
 
122
build = @build@
 
123
build_alias = @build_alias@
 
124
build_cpu = @build_cpu@
 
125
build_os = @build_os@
 
126
build_vendor = @build_vendor@
 
127
datadir = @datadir@
 
128
exec_prefix = @exec_prefix@
 
129
host = @host@
 
130
host_alias = @host_alias@
 
131
host_cpu = @host_cpu@
 
132
host_os = @host_os@
 
133
host_vendor = @host_vendor@
 
134
includedir = @includedir@
 
135
infodir = @infodir@
 
136
install_sh = @install_sh@
 
137
libdir = @libdir@
 
138
libexecdir = @libexecdir@
 
139
localstatedir = @localstatedir@
 
140
mandir = @mandir@
 
141
mkdir_p = @mkdir_p@
 
142
oldincludedir = @oldincludedir@
 
143
prefix = @prefix@
 
144
program_transform_name = @program_transform_name@
 
145
sbindir = @sbindir@
 
146
sharedstatedir = @sharedstatedir@
 
147
sysconfdir = @sysconfdir@
 
148
target_alias = @target_alias@
94
149
EXTRA_DIST = mc.iso mc.noconv mc.pc8 mc.sf7
95
 
 
96
 
AUTOMAKE_OPTIONS = dist-tarZ no-dependencies 1.0
97
 
mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
98
 
CONFIG_HEADER = ../../config.h
99
 
CONFIG_CLEAN_FILES = 
100
 
DIST_COMMON =  Makefile.am Makefile.in
101
 
 
102
 
 
103
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
 
 
105
 
TAR = tar
106
 
GZIP_ENV = --best
107
 
all: all-redirect
 
150
all: all-am
 
151
 
108
152
.SUFFIXES:
109
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
110
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu extras/tables/Makefile
111
 
 
112
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
113
 
        cd $(top_builddir) \
114
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
 
 
 
153
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
154
        @for dep in $?; do \
 
155
          case '$(am__configure_deps)' in \
 
156
            *$$dep*) \
 
157
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
158
                && exit 0; \
 
159
              exit 1;; \
 
160
          esac; \
 
161
        done; \
 
162
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  extras/tables/Makefile'; \
 
163
        cd $(top_srcdir) && \
 
164
          $(AUTOMAKE) --gnu  extras/tables/Makefile
 
165
.PRECIOUS: Makefile
 
166
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
167
        @case '$?' in \
 
168
          *config.status*) \
 
169
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
170
          *) \
 
171
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
172
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
173
        esac;
 
174
 
 
175
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
176
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
177
 
 
178
$(top_srcdir)/configure:  $(am__configure_deps)
 
179
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
180
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
181
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
182
uninstall-info-am:
116
183
tags: TAGS
117
184
TAGS:
118
185
 
119
 
 
120
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
121
 
 
122
 
subdir = extras/tables
 
186
ctags: CTAGS
 
187
CTAGS:
 
188
 
123
189
 
124
190
distdir: $(DISTFILES)
125
 
        @for file in $(DISTFILES); do \
126
 
          d=$(srcdir); \
 
191
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
192
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
193
        list='$(DISTFILES)'; for file in $$list; do \
 
194
          case $$file in \
 
195
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
196
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
197
          esac; \
 
198
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
199
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
200
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
201
            dir="/$$dir"; \
 
202
            $(mkdir_p) "$(distdir)$$dir"; \
 
203
          else \
 
204
            dir=''; \
 
205
          fi; \
127
206
          if test -d $$d/$$file; then \
128
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
207
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
208
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
209
            fi; \
 
210
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
129
211
          else \
130
212
            test -f $(distdir)/$$file \
131
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
132
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
213
            || cp -p $$d/$$file $(distdir)/$$file \
 
214
            || exit 1; \
133
215
          fi; \
134
216
        done
135
 
info-am:
136
 
info: info-am
137
 
dvi-am:
138
 
dvi: dvi-am
139
217
check-am: all-am
140
218
check: check-am
141
 
installcheck-am:
142
 
installcheck: installcheck-am
143
 
install-exec-am:
 
219
all-am: Makefile
 
220
installdirs:
 
221
install: install-am
144
222
install-exec: install-exec-am
145
 
 
146
 
install-data-am:
147
223
install-data: install-data-am
 
224
uninstall: uninstall-am
148
225
 
149
226
install-am: all-am
150
227
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
151
 
install: install-am
152
 
uninstall-am:
153
 
uninstall: uninstall-am
154
 
all-am: Makefile
155
 
all-redirect: all-am
 
228
 
 
229
installcheck: installcheck-am
156
230
install-strip:
157
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
158
 
installdirs:
159
 
 
160
 
 
 
231
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
232
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
233
          `test -z '$(STRIP)' || \
 
234
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
161
235
mostlyclean-generic:
162
236
 
163
237
clean-generic:
164
238
 
165
239
distclean-generic:
166
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
167
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
240
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
168
241
 
169
242
maintainer-clean-generic:
170
 
mostlyclean-am:  mostlyclean-generic
171
 
 
172
 
mostlyclean: mostlyclean-am
173
 
 
174
 
clean-am:  clean-generic mostlyclean-am
175
 
 
 
243
        @echo "This command is intended for maintainers to use"
 
244
        @echo "it deletes files that may require special tools to rebuild."
176
245
clean: clean-am
177
246
 
178
 
distclean-am:  distclean-generic clean-am
 
247
clean-am: clean-generic mostlyclean-am
179
248
 
180
249
distclean: distclean-am
181
 
 
182
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
183
 
        @echo "This command is intended for maintainers to use;"
184
 
        @echo "it deletes files that may require special tools to rebuild."
 
250
        -rm -f Makefile
 
251
distclean-am: clean-am distclean-generic
 
252
 
 
253
dvi: dvi-am
 
254
 
 
255
dvi-am:
 
256
 
 
257
html: html-am
 
258
 
 
259
info: info-am
 
260
 
 
261
info-am:
 
262
 
 
263
install-data-am:
 
264
 
 
265
install-exec-am:
 
266
 
 
267
install-info: install-info-am
 
268
 
 
269
install-man:
 
270
 
 
271
installcheck-am:
185
272
 
186
273
maintainer-clean: maintainer-clean-am
187
 
 
188
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
189
 
installcheck-am installcheck install-exec-am install-exec \
190
 
install-data-am install-data install-am install uninstall-am uninstall \
191
 
all-redirect all-am all installdirs mostlyclean-generic \
192
 
distclean-generic clean-generic maintainer-clean-generic clean \
193
 
mostlyclean distclean maintainer-clean
194
 
 
 
274
        -rm -f Makefile
 
275
maintainer-clean-am: distclean-am maintainer-clean-generic
 
276
 
 
277
mostlyclean: mostlyclean-am
 
278
 
 
279
mostlyclean-am: mostlyclean-generic
 
280
 
 
281
pdf: pdf-am
 
282
 
 
283
pdf-am:
 
284
 
 
285
ps: ps-am
 
286
 
 
287
ps-am:
 
288
 
 
289
uninstall-am: uninstall-info-am
 
290
 
 
291
.PHONY: all all-am check check-am clean clean-generic distclean \
 
292
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
293
        install install-am install-data install-data-am install-exec \
 
294
        install-exec-am install-info install-info-am install-man \
 
295
        install-strip installcheck installcheck-am installdirs \
 
296
        maintainer-clean maintainer-clean-generic mostlyclean \
 
297
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
298
        uninstall-info-am
195
299
 
196
300
# Tell versions [3.59,3.63) of GNU make to not export all variables.
197
301
# Otherwise a system limit (for SysV at least) may be exceeded.