~ubuntu-branches/ubuntu/oneiric/nis/oneiric-proposed

« back to all changes in this revision

Viewing changes to ypbind-mt-1.19/m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2005-11-16 23:42:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116234206-p00omaw5ji5q0qhr
Tags: 3.15-3ubuntu1
Resynchronise with Debian.  (me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  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
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
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)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
subdir = m4
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
43
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
44
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
45
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
46
 
        $(top_srcdir)/configure.in
47
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
 
        $(ACLOCAL_M4)
49
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
 
CONFIG_HEADER = $(top_builddir)/config.h
51
 
CONFIG_CLEAN_FILES =
52
 
SOURCES =
53
 
DIST_SOURCES =
54
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
55
 
ACLOCAL = @ACLOCAL@
56
 
AMDEP_FALSE = @AMDEP_FALSE@
57
 
AMDEP_TRUE = @AMDEP_TRUE@
58
 
AMTAR = @AMTAR@
59
 
AUTOCONF = @AUTOCONF@
60
 
AUTOHEADER = @AUTOHEADER@
61
 
AUTOMAKE = @AUTOMAKE@
62
 
AWK = @AWK@
63
 
CC = @CC@
64
 
CCDEPMODE = @CCDEPMODE@
65
 
CFLAGS = @CFLAGS@
66
 
CPP = @CPP@
67
 
CPPFLAGS = @CPPFLAGS@
68
 
CYGPATH_W = @CYGPATH_W@
69
 
DEFS = @DEFS@
70
 
DEPDIR = @DEPDIR@
71
 
ECHO_C = @ECHO_C@
72
 
ECHO_N = @ECHO_N@
73
 
ECHO_T = @ECHO_T@
74
 
EGREP = @EGREP@
75
 
EXEEXT = @EXEEXT@
76
 
GMSGFMT = @GMSGFMT@
77
 
INSTALL_DATA = @INSTALL_DATA@
78
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
79
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
80
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81
 
INTLLIBS = @INTLLIBS@
82
 
LDFLAGS = @LDFLAGS@
83
 
LIBICONV = @LIBICONV@
84
 
LIBINTL = @LIBINTL@
85
 
LIBOBJS = @LIBOBJS@
86
 
LIBS = @LIBS@
87
 
LTLIBICONV = @LTLIBICONV@
88
 
LTLIBINTL = @LTLIBINTL@
89
 
LTLIBOBJS = @LTLIBOBJS@
90
 
MAKEINFO = @MAKEINFO@
91
 
MKINSTALLDIRS = @MKINSTALLDIRS@
92
 
MSGFMT = @MSGFMT@
93
 
MSGMERGE = @MSGMERGE@
94
 
OBJEXT = @OBJEXT@
95
 
PACKAGE = @PACKAGE@
96
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97
 
PACKAGE_NAME = @PACKAGE_NAME@
98
 
PACKAGE_STRING = @PACKAGE_STRING@
99
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
100
 
PACKAGE_VERSION = @PACKAGE_VERSION@
101
 
PATH_SEPARATOR = @PATH_SEPARATOR@
102
 
POSUB = @POSUB@
103
 
RANLIB = @RANLIB@
104
 
SET_MAKE = @SET_MAKE@
105
 
SHELL = @SHELL@
106
 
SLP_LIBS = @SLP_LIBS@
107
 
STRIP = @STRIP@
108
 
USE_BROADCAST = @USE_BROADCAST@
109
 
USE_NLS = @USE_NLS@
110
 
VERSION = @VERSION@
111
 
WARNFLAGS = @WARNFLAGS@
112
 
XGETTEXT = @XGETTEXT@
113
 
ac_ct_CC = @ac_ct_CC@
114
 
ac_ct_RANLIB = @ac_ct_RANLIB@
115
 
ac_ct_STRIP = @ac_ct_STRIP@
116
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
117
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
118
 
am__include = @am__include@
119
 
am__leading_dot = @am__leading_dot@
120
 
am__quote = @am__quote@
121
 
am__tar = @am__tar@
122
 
am__untar = @am__untar@
123
 
bindir = @bindir@
124
 
build = @build@
125
 
build_alias = @build_alias@
126
 
build_cpu = @build_cpu@
127
 
build_os = @build_os@
128
 
build_vendor = @build_vendor@
129
 
datadir = @datadir@
130
 
exec_prefix = @exec_prefix@
131
 
host = @host@
132
 
host_alias = @host_alias@
133
 
host_cpu = @host_cpu@
134
 
host_os = @host_os@
135
 
host_vendor = @host_vendor@
136
 
includedir = @includedir@
137
 
infodir = @infodir@
138
 
install_sh = @install_sh@
139
 
libdir = @libdir@
140
 
libexecdir = @libexecdir@
141
 
localstatedir = @localstatedir@
142
 
mandir = @mandir@
143
 
mkdir_p = @mkdir_p@
144
 
oldincludedir = @oldincludedir@
145
 
prefix = @prefix@
146
 
program_transform_name = @program_transform_name@
147
 
sbindir = @sbindir@
148
 
sharedstatedir = @sharedstatedir@
149
 
sysconfdir = @sysconfdir@
150
 
target_alias = @target_alias@
151
 
EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4  intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 progtest.m4
152
 
CLEANFILES = *~
153
 
all: all-am
154
 
 
155
 
.SUFFIXES:
156
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
157
 
        @for dep in $?; do \
158
 
          case '$(am__configure_deps)' in \
159
 
            *$$dep*) \
160
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
161
 
                && exit 0; \
162
 
              exit 1;; \
163
 
          esac; \
164
 
        done; \
165
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  m4/Makefile'; \
166
 
        cd $(top_srcdir) && \
167
 
          $(AUTOMAKE) --gnits  m4/Makefile
168
 
.PRECIOUS: Makefile
169
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
170
 
        @case '$?' in \
171
 
          *config.status*) \
172
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
173
 
          *) \
174
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
175
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
176
 
        esac;
177
 
 
178
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
179
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
180
 
 
181
 
$(top_srcdir)/configure:  $(am__configure_deps)
182
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
183
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
184
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
185
 
uninstall-info-am:
186
 
tags: TAGS
187
 
TAGS:
188
 
 
189
 
ctags: CTAGS
190
 
CTAGS:
191
 
 
192
 
 
193
 
distdir: $(DISTFILES)
194
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
195
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
196
 
        list='$(DISTFILES)'; for file in $$list; do \
197
 
          case $$file in \
198
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
199
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
200
 
          esac; \
201
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
202
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
203
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
204
 
            dir="/$$dir"; \
205
 
            $(mkdir_p) "$(distdir)$$dir"; \
206
 
          else \
207
 
            dir=''; \
208
 
          fi; \
209
 
          if test -d $$d/$$file; then \
210
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
211
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
212
 
            fi; \
213
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
214
 
          else \
215
 
            test -f $(distdir)/$$file \
216
 
            || cp -p $$d/$$file $(distdir)/$$file \
217
 
            || exit 1; \
218
 
          fi; \
219
 
        done
220
 
check-am: all-am
221
 
check: check-am
222
 
all-am: Makefile
223
 
installdirs:
224
 
install: install-am
225
 
install-exec: install-exec-am
226
 
install-data: install-data-am
227
 
uninstall: uninstall-am
228
 
 
229
 
install-am: all-am
230
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
231
 
 
232
 
installcheck: installcheck-am
233
 
install-strip:
234
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
235
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
236
 
          `test -z '$(STRIP)' || \
237
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
238
 
mostlyclean-generic:
239
 
 
240
 
clean-generic:
241
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
242
 
 
243
 
distclean-generic:
244
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
245
 
 
246
 
maintainer-clean-generic:
247
 
        @echo "This command is intended for maintainers to use"
248
 
        @echo "it deletes files that may require special tools to rebuild."
249
 
clean: clean-am
250
 
 
251
 
clean-am: clean-generic mostlyclean-am
252
 
 
253
 
distclean: distclean-am
254
 
        -rm -f Makefile
255
 
distclean-am: clean-am distclean-generic
256
 
 
257
 
dvi: dvi-am
258
 
 
259
 
dvi-am:
260
 
 
261
 
html: html-am
262
 
 
263
 
info: info-am
264
 
 
265
 
info-am:
266
 
 
267
 
install-data-am:
268
 
 
269
 
install-exec-am:
270
 
 
271
 
install-info: install-info-am
272
 
 
273
 
install-man:
274
 
 
275
 
installcheck-am:
276
 
 
277
 
maintainer-clean: maintainer-clean-am
278
 
        -rm -f Makefile
279
 
maintainer-clean-am: distclean-am maintainer-clean-generic
280
 
 
281
 
mostlyclean: mostlyclean-am
282
 
 
283
 
mostlyclean-am: mostlyclean-generic
284
 
 
285
 
pdf: pdf-am
286
 
 
287
 
pdf-am:
288
 
 
289
 
ps: ps-am
290
 
 
291
 
ps-am:
292
 
 
293
 
uninstall-am: uninstall-info-am
294
 
 
295
 
.PHONY: all all-am check check-am clean clean-generic distclean \
296
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
297
 
        install install-am install-data install-data-am install-exec \
298
 
        install-exec-am install-info install-info-am install-man \
299
 
        install-strip installcheck installcheck-am installdirs \
300
 
        maintainer-clean maintainer-clean-generic mostlyclean \
301
 
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
302
 
        uninstall-info-am
303
 
 
304
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
305
 
# Otherwise a system limit (for SysV at least) may be exceeded.
306
 
.NOEXPORT: