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

« back to all changes in this revision

Viewing changes to ypbind-mt-1.19/lib/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
 
 
17
 
#
18
 
# Copyright (c) 1998, 1999, 2003 Thorsten Kukuk, Germany
19
 
#
20
 
# Author: Thorsten Kukuk <kukuk@suse.de>
21
 
#
22
 
# Process this file with automake to produce Makefile.in.
23
 
 
24
 
SOURCES = $(libcompat_a_SOURCES)
25
 
 
26
 
srcdir = @srcdir@
27
 
top_srcdir = @top_srcdir@
28
 
VPATH = @srcdir@
29
 
pkgdatadir = $(datadir)/@PACKAGE@
30
 
pkglibdir = $(libdir)/@PACKAGE@
31
 
pkgincludedir = $(includedir)/@PACKAGE@
32
 
top_builddir = ..
33
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34
 
INSTALL = @INSTALL@
35
 
install_sh_DATA = $(install_sh) -c -m 644
36
 
install_sh_PROGRAM = $(install_sh) -c
37
 
install_sh_SCRIPT = $(install_sh) -c
38
 
INSTALL_HEADER = $(INSTALL_DATA)
39
 
transform = $(program_transform_name)
40
 
NORMAL_INSTALL = :
41
 
PRE_INSTALL = :
42
 
POST_INSTALL = :
43
 
NORMAL_UNINSTALL = :
44
 
PRE_UNINSTALL = :
45
 
POST_UNINSTALL = :
46
 
build_triplet = @build@
47
 
host_triplet = @host@
48
 
subdir = lib
49
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in clnt_udp.c
50
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
52
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
53
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
54
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
55
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
56
 
        $(top_srcdir)/configure.in
57
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
 
        $(ACLOCAL_M4)
59
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60
 
CONFIG_HEADER = $(top_builddir)/config.h
61
 
CONFIG_CLEAN_FILES =
62
 
LIBRARIES = $(noinst_LIBRARIES)
63
 
AR = ar
64
 
ARFLAGS = cru
65
 
libcompat_a_AR = $(AR) $(ARFLAGS)
66
 
libcompat_a_DEPENDENCIES = @LIBOBJS@
67
 
am_libcompat_a_OBJECTS = dns_hosts.$(OBJEXT)
68
 
libcompat_a_OBJECTS = $(am_libcompat_a_OBJECTS)
69
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
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
 
CCLD = $(CC)
75
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
76
 
SOURCES = $(libcompat_a_SOURCES)
77
 
DIST_SOURCES = $(libcompat_a_SOURCES)
78
 
ETAGS = etags
79
 
CTAGS = ctags
80
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81
 
ACLOCAL = @ACLOCAL@
82
 
AMDEP_FALSE = @AMDEP_FALSE@
83
 
AMDEP_TRUE = @AMDEP_TRUE@
84
 
AMTAR = @AMTAR@
85
 
AUTOCONF = @AUTOCONF@
86
 
AUTOHEADER = @AUTOHEADER@
87
 
AUTOMAKE = @AUTOMAKE@
88
 
AWK = @AWK@
89
 
CC = @CC@
90
 
CCDEPMODE = @CCDEPMODE@
91
 
CFLAGS = @CFLAGS@
92
 
CPP = @CPP@
93
 
CPPFLAGS = @CPPFLAGS@
94
 
CYGPATH_W = @CYGPATH_W@
95
 
DEFS = @DEFS@
96
 
DEPDIR = @DEPDIR@
97
 
ECHO_C = @ECHO_C@
98
 
ECHO_N = @ECHO_N@
99
 
ECHO_T = @ECHO_T@
100
 
EGREP = @EGREP@
101
 
EXEEXT = @EXEEXT@
102
 
GMSGFMT = @GMSGFMT@
103
 
INSTALL_DATA = @INSTALL_DATA@
104
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
105
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
106
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107
 
INTLLIBS = @INTLLIBS@
108
 
LDFLAGS = @LDFLAGS@
109
 
LIBICONV = @LIBICONV@
110
 
LIBINTL = @LIBINTL@
111
 
LIBOBJS = @LIBOBJS@
112
 
LIBS = @LIBS@
113
 
LTLIBICONV = @LTLIBICONV@
114
 
LTLIBINTL = @LTLIBINTL@
115
 
LTLIBOBJS = @LTLIBOBJS@
116
 
MAKEINFO = @MAKEINFO@
117
 
MKINSTALLDIRS = @MKINSTALLDIRS@
118
 
MSGFMT = @MSGFMT@
119
 
MSGMERGE = @MSGMERGE@
120
 
OBJEXT = @OBJEXT@
121
 
PACKAGE = @PACKAGE@
122
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123
 
PACKAGE_NAME = @PACKAGE_NAME@
124
 
PACKAGE_STRING = @PACKAGE_STRING@
125
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
126
 
PACKAGE_VERSION = @PACKAGE_VERSION@
127
 
PATH_SEPARATOR = @PATH_SEPARATOR@
128
 
POSUB = @POSUB@
129
 
RANLIB = @RANLIB@
130
 
SET_MAKE = @SET_MAKE@
131
 
SHELL = @SHELL@
132
 
SLP_LIBS = @SLP_LIBS@
133
 
STRIP = @STRIP@
134
 
USE_BROADCAST = @USE_BROADCAST@
135
 
USE_NLS = @USE_NLS@
136
 
VERSION = @VERSION@
137
 
WARNFLAGS = @WARNFLAGS@
138
 
XGETTEXT = @XGETTEXT@
139
 
ac_ct_CC = @ac_ct_CC@
140
 
ac_ct_RANLIB = @ac_ct_RANLIB@
141
 
ac_ct_STRIP = @ac_ct_STRIP@
142
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
143
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
144
 
am__include = @am__include@
145
 
am__leading_dot = @am__leading_dot@
146
 
am__quote = @am__quote@
147
 
am__tar = @am__tar@
148
 
am__untar = @am__untar@
149
 
bindir = @bindir@
150
 
build = @build@
151
 
build_alias = @build_alias@
152
 
build_cpu = @build_cpu@
153
 
build_os = @build_os@
154
 
build_vendor = @build_vendor@
155
 
datadir = @datadir@
156
 
exec_prefix = @exec_prefix@
157
 
host = @host@
158
 
host_alias = @host_alias@
159
 
host_cpu = @host_cpu@
160
 
host_os = @host_os@
161
 
host_vendor = @host_vendor@
162
 
includedir = @includedir@
163
 
infodir = @infodir@
164
 
install_sh = @install_sh@
165
 
libdir = @libdir@
166
 
libexecdir = @libexecdir@
167
 
localstatedir = @localstatedir@
168
 
mandir = @mandir@
169
 
mkdir_p = @mkdir_p@
170
 
oldincludedir = @oldincludedir@
171
 
prefix = @prefix@
172
 
program_transform_name = @program_transform_name@
173
 
sbindir = @sbindir@
174
 
sharedstatedir = @sharedstatedir@
175
 
sysconfdir = @sysconfdir@
176
 
target_alias = @target_alias@
177
 
AUTOMAKE_OPTIONS = 1.4 gnits
178
 
noinst_LIBRARIES = libcompat.a
179
 
EXTRA_DIST = clnt_udp.c
180
 
AM_CFLAGS = -D_REENTRANT=1 @WARNFLAGS@
181
 
libcompat_a_SOURCES = dns_hosts.c res_options.h
182
 
libcompat_a_LIBADD = @LIBOBJS@
183
 
localedir = $(datadir)/locale
184
 
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
185
 
CLEANFILES = *~
186
 
all: all-am
187
 
 
188
 
.SUFFIXES:
189
 
.SUFFIXES: .c .o .obj
190
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
191
 
        @for dep in $?; do \
192
 
          case '$(am__configure_deps)' in \
193
 
            *$$dep*) \
194
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
195
 
                && exit 0; \
196
 
              exit 1;; \
197
 
          esac; \
198
 
        done; \
199
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits  lib/Makefile'; \
200
 
        cd $(top_srcdir) && \
201
 
          $(AUTOMAKE) --gnits  lib/Makefile
202
 
.PRECIOUS: Makefile
203
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204
 
        @case '$?' in \
205
 
          *config.status*) \
206
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
207
 
          *) \
208
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
209
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
210
 
        esac;
211
 
 
212
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
213
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
 
 
215
 
$(top_srcdir)/configure:  $(am__configure_deps)
216
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
218
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
219
 
 
220
 
clean-noinstLIBRARIES:
221
 
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
222
 
libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES) 
223
 
        -rm -f libcompat.a
224
 
        $(libcompat_a_AR) libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
225
 
        $(RANLIB) libcompat.a
226
 
 
227
 
mostlyclean-compile:
228
 
        -rm -f *.$(OBJEXT)
229
 
 
230
 
distclean-compile:
231
 
        -rm -f *.tab.c
232
 
 
233
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/clnt_udp.Po@am__quote@
234
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns_hosts.Po@am__quote@
235
 
 
236
 
.c.o:
237
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
238
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
239
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
240
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
241
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
242
 
 
243
 
.c.obj:
244
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
245
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
246
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
247
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
248
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
249
 
uninstall-info-am:
250
 
 
251
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
252
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
253
 
        unique=`for i in $$list; do \
254
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
255
 
          done | \
256
 
          $(AWK) '    { files[$$0] = 1; } \
257
 
               END { for (i in files) print i; }'`; \
258
 
        mkid -fID $$unique
259
 
tags: TAGS
260
 
 
261
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
262
 
                $(TAGS_FILES) $(LISP)
263
 
        tags=; \
264
 
        here=`pwd`; \
265
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
266
 
        unique=`for i in $$list; do \
267
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
268
 
          done | \
269
 
          $(AWK) '    { files[$$0] = 1; } \
270
 
               END { for (i in files) print i; }'`; \
271
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
272
 
          test -n "$$unique" || unique=$$empty_fix; \
273
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
274
 
            $$tags $$unique; \
275
 
        fi
276
 
ctags: CTAGS
277
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
278
 
                $(TAGS_FILES) $(LISP)
279
 
        tags=; \
280
 
        here=`pwd`; \
281
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
282
 
        unique=`for i in $$list; do \
283
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284
 
          done | \
285
 
          $(AWK) '    { files[$$0] = 1; } \
286
 
               END { for (i in files) print i; }'`; \
287
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
288
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
289
 
             $$tags $$unique
290
 
 
291
 
GTAGS:
292
 
        here=`$(am__cd) $(top_builddir) && pwd` \
293
 
          && cd $(top_srcdir) \
294
 
          && gtags -i $(GTAGS_ARGS) $$here
295
 
 
296
 
distclean-tags:
297
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
298
 
 
299
 
distdir: $(DISTFILES)
300
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
301
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
302
 
        list='$(DISTFILES)'; for file in $$list; do \
303
 
          case $$file in \
304
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
305
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
306
 
          esac; \
307
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
308
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
309
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
310
 
            dir="/$$dir"; \
311
 
            $(mkdir_p) "$(distdir)$$dir"; \
312
 
          else \
313
 
            dir=''; \
314
 
          fi; \
315
 
          if test -d $$d/$$file; then \
316
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
317
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
318
 
            fi; \
319
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
320
 
          else \
321
 
            test -f $(distdir)/$$file \
322
 
            || cp -p $$d/$$file $(distdir)/$$file \
323
 
            || exit 1; \
324
 
          fi; \
325
 
        done
326
 
check-am: all-am
327
 
check: check-am
328
 
all-am: Makefile $(LIBRARIES)
329
 
installdirs:
330
 
install: install-am
331
 
install-exec: install-exec-am
332
 
install-data: install-data-am
333
 
uninstall: uninstall-am
334
 
 
335
 
install-am: all-am
336
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
337
 
 
338
 
installcheck: installcheck-am
339
 
install-strip:
340
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
341
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
342
 
          `test -z '$(STRIP)' || \
343
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
344
 
mostlyclean-generic:
345
 
 
346
 
clean-generic:
347
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
348
 
 
349
 
distclean-generic:
350
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
351
 
 
352
 
maintainer-clean-generic:
353
 
        @echo "This command is intended for maintainers to use"
354
 
        @echo "it deletes files that may require special tools to rebuild."
355
 
clean: clean-am
356
 
 
357
 
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
358
 
 
359
 
distclean: distclean-am
360
 
        -rm -rf $(DEPDIR) ./$(DEPDIR)
361
 
        -rm -f Makefile
362
 
distclean-am: clean-am distclean-compile distclean-generic \
363
 
        distclean-tags
364
 
 
365
 
dvi: dvi-am
366
 
 
367
 
dvi-am:
368
 
 
369
 
html: html-am
370
 
 
371
 
info: info-am
372
 
 
373
 
info-am:
374
 
 
375
 
install-data-am:
376
 
 
377
 
install-exec-am:
378
 
 
379
 
install-info: install-info-am
380
 
 
381
 
install-man:
382
 
 
383
 
installcheck-am:
384
 
 
385
 
maintainer-clean: maintainer-clean-am
386
 
        -rm -rf $(DEPDIR) ./$(DEPDIR)
387
 
        -rm -f Makefile
388
 
maintainer-clean-am: distclean-am maintainer-clean-generic
389
 
 
390
 
mostlyclean: mostlyclean-am
391
 
 
392
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
393
 
 
394
 
pdf: pdf-am
395
 
 
396
 
pdf-am:
397
 
 
398
 
ps: ps-am
399
 
 
400
 
ps-am:
401
 
 
402
 
uninstall-am: uninstall-info-am
403
 
 
404
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
405
 
        clean-noinstLIBRARIES ctags distclean distclean-compile \
406
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
407
 
        html-am info info-am install install-am install-data \
408
 
        install-data-am install-exec install-exec-am install-info \
409
 
        install-info-am install-man install-strip installcheck \
410
 
        installcheck-am installdirs maintainer-clean \
411
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
412
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
413
 
        uninstall-am uninstall-info-am
414
 
 
415
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
416
 
# Otherwise a system limit (for SysV at least) may be exceeded.
417
 
.NOEXPORT: