OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / ez-ipupdate / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AWK = @AWK@
70 CC = @CC@
71 CPP = @CPP@
72 DEPDIR = @DEPDIR@
73 EXTRAOBJ = @EXTRAOBJ@
74 EXTRASRC = @EXTRASRC@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 PACKAGE = @PACKAGE@
77 STRIP = @STRIP@
78 VERSION = @VERSION@
79 am__include = @am__include@
80 am__quote = @am__quote@
81 install_sh = @install_sh@
82
83 bin_PROGRAMS = ez-ipupdate
84 ez_ipupdate_SOURCES = ez-ipupdate.c conf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h error.h pid_file.c pid_file.h dprintf.h @EXTRASRC@
85 ez_ipupdate_LDADD = @EXTRAOBJ@
86
87 EXTRA_DIST = getpass.c ez-ipupdate.lsm example.conf example-pgpow.conf example-dhs.conf example-dyndns.conf example-ods.conf example-tzo.conf example-gnudip.conf example-easydns.conf example-justlinux.conf example-dyns.conf CHANGELOG mkbinary example-heipv6tb.conf
88
89 AUTOMAKE_OPTIONS = foreign
90 subdir = .
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
93 CONFIG_HEADER = config.h
94 CONFIG_CLEAN_FILES =
95 bin_PROGRAMS = ez-ipupdate$(EXEEXT)
96 PROGRAMS = $(bin_PROGRAMS)
97
98 am_ez_ipupdate_OBJECTS = ez-ipupdate.$(OBJEXT) conf_file.$(OBJEXT) \
99         md5.$(OBJEXT) cache_file.$(OBJEXT) pid_file.$(OBJEXT)
100 ez_ipupdate_OBJECTS = $(am_ez_ipupdate_OBJECTS)
101 ez_ipupdate_DEPENDENCIES =
102 ez_ipupdate_LDFLAGS =
103
104 DEFS = @DEFS@
105 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
106 CPPFLAGS = @CPPFLAGS@
107 LDFLAGS = @LDFLAGS@
108 LIBS = @LIBS@
109 depcomp =
110 am__depfiles_maybe =
111 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
112         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 CCLD = $(CC)
114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
115 CFLAGS = @CFLAGS@
116 DIST_SOURCES = $(ez_ipupdate_SOURCES)
117 DIST_COMMON = README COPYING INSTALL Makefile.am Makefile.in acconfig.h \
118         aclocal.m4 config.guess config.h.in config.sub configure \
119         configure.in install-sh missing mkinstalldirs
120 SOURCES = $(ez_ipupdate_SOURCES)
121
122 all: config.h
123         $(MAKE) $(AM_MAKEFLAGS) all-am
124
125 .SUFFIXES:
126 .SUFFIXES: .c .o .obj
127
128 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129  configure.lineno
130 ifeq (0,1)
131 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
132         cd $(top_srcdir) && \
133           $(AUTOMAKE) --foreign  --ignore-deps Makefile
134 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
135         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
136
137 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
138         $(SHELL) ./config.status --recheck
139 $(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
140         cd $(srcdir) && $(AUTOCONF)
141
142 $(ACLOCAL_M4):  configure.in 
143         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
144
145 config.h: stamp-h1
146         @if test ! -f $@; then \
147           rm -f stamp-h1; \
148           $(MAKE) stamp-h1; \
149         else :; fi
150
151 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
152         @rm -f stamp-h1
153         cd $(top_builddir) && $(SHELL) ./config.status config.h
154
155 $(srcdir)/config.h.in:  $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
156         cd $(top_srcdir) && $(AUTOHEADER)
157         touch $(srcdir)/config.h.in
158 endif
159
160 distclean-hdr:
161         -rm -f config.h stamp-h1
162 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
163 install-binPROGRAMS: $(bin_PROGRAMS)
164         @$(NORMAL_INSTALL)
165         $(mkinstalldirs) $(DESTDIR)$(bindir)
166         @list='$(bin_PROGRAMS)'; for p in $$list; do \
167           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
168           if test -f $$p \
169           ; then \
170             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
171            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
172            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f; \
173           else :; fi; \
174         done
175
176 uninstall-binPROGRAMS:
177         @$(NORMAL_UNINSTALL)
178         @list='$(bin_PROGRAMS)'; for p in $$list; do \
179           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
180           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
181           rm -f $(DESTDIR)$(bindir)/$$f; \
182         done
183
184 clean-binPROGRAMS:
185         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
186 ez-ipupdate$(EXEEXT): $(ez_ipupdate_OBJECTS) $(ez_ipupdate_DEPENDENCIES) 
187         @rm -f ez-ipupdate$(EXEEXT)
188         $(LINK) $(ez_ipupdate_LDFLAGS) $(ez_ipupdate_OBJECTS) $(ez_ipupdate_LDADD) $(LIBS)
189
190 mostlyclean-compile:
191         -rm -f *.$(OBJEXT) core *.core
192
193 distclean-compile:
194         -rm -f *.tab.c
195
196 .c.o:
197         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
198
199 .c.obj:
200         $(COMPILE) -c `cygpath -w $<`
201 uninstall-info-am:
202
203 ETAGS = etags
204 ETAGSFLAGS =
205
206 tags: TAGS
207
208 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
209         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
210         unique=`for i in $$list; do \
211             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
212           done | \
213           $(AWK) '    { files[$$0] = 1; } \
214                END { for (i in files) print i; }'`; \
215         mkid -fID $$unique
216
217 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
218                 $(TAGS_FILES) $(LISP)
219         tags=; \
220         here=`pwd`; \
221         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
222         unique=`for i in $$list; do \
223             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224           done | \
225           $(AWK) '    { files[$$0] = 1; } \
226                END { for (i in files) print i; }'`; \
227         test -z "$(ETAGS_ARGS)$$tags$$unique" \
228           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
229              $$tags $$unique
230
231 GTAGS:
232         here=`$(am__cd) $(top_builddir) && pwd` \
233           && cd $(top_srcdir) \
234           && gtags -i $(GTAGS_ARGS) $$here
235
236 distclean-tags:
237         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
238 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
239
240 top_distdir = .
241 distdir = $(PACKAGE)-$(VERSION)
242
243 am__remove_distdir = \
244   { test ! -d $(distdir) \
245     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
246          && rm -fr $(distdir); }; }
247
248 GZIP_ENV = --best
249 distcleancheck_listfiles = find . -type f -print
250
251 distdir: $(DISTFILES)
252         $(am__remove_distdir)
253         mkdir $(distdir)
254         @list='$(DISTFILES)'; for file in $$list; do \
255           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
256           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
257           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
258             dir="/$$dir"; \
259             $(mkinstalldirs) "$(distdir)$$dir"; \
260           else \
261             dir=''; \
262           fi; \
263           if test -d $$d/$$file; then \
264             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
265               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
266             fi; \
267             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
268           else \
269             test -f $(distdir)/$$file \
270             || cp -p $$d/$$file $(distdir)/$$file \
271             || exit 1; \
272           fi; \
273         done
274         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
275           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
276           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
277           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
278         || chmod -R a+r $(distdir)
279 dist-gzip: distdir
280         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
281         $(am__remove_distdir)
282
283 dist dist-all: distdir
284         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
285         $(am__remove_distdir)
286
287 # This target untars the dist file and tries a VPATH configuration.  Then
288 # it guarantees that the distribution is self-contained by making another
289 # tarfile.
290 distcheck: dist
291         $(am__remove_distdir)
292         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
293         chmod -R a-w $(distdir); chmod a+w $(distdir)
294         mkdir $(distdir)/=build
295         mkdir $(distdir)/=inst
296         chmod a-w $(distdir)
297         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
298           && cd $(distdir)/=build \
299           && ../configure --srcdir=.. --prefix=$$dc_install_base \
300             $(DISTCHECK_CONFIGURE_FLAGS) \
301           && $(MAKE) $(AM_MAKEFLAGS) \
302           && $(MAKE) $(AM_MAKEFLAGS) dvi \
303           && $(MAKE) $(AM_MAKEFLAGS) check \
304           && $(MAKE) $(AM_MAKEFLAGS) install \
305           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
306           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
307           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
308               || { echo "ERROR: files left after uninstall:" ; \
309                    find $$dc_install_base -type f -print ; \
310                    exit 1; } >&2 ) \
311           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
312           && rm -f $(distdir).tar.gz \
313           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
314         $(am__remove_distdir)
315         @echo "$(distdir).tar.gz is ready for distribution" | \
316           sed 'h;s/./=/g;p;x;p;x'
317 distcleancheck: distclean
318         if test '$(srcdir)' = . ; then \
319           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
320           exit 1 ; \
321         fi
322         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
323           || { echo "ERROR: files left after distclean:" ; \
324                $(distcleancheck_listfiles) ; \
325                exit 1; } >&2
326 check-am: all-am
327 check: check-am
328 all-am: Makefile $(PROGRAMS) config.h
329
330 installdirs:
331         $(mkinstalldirs) $(DESTDIR)$(bindir)
332
333 install: install-am
334 install-exec: install-exec-am
335 install-data: install-data-am
336 uninstall: uninstall-am
337
338 install-am: all-am
339         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340
341 installcheck: installcheck-am
342 install-strip:
343         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
344           INSTALL_STRIP_FLAG=-s \
345           `test -z '$(STRIP)' || \
346             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
347 mostlyclean-generic:
348
349 clean-generic:
350
351 distclean-generic:
352         -rm -f Makefile $(CONFIG_CLEAN_FILES)
353
354 maintainer-clean-generic:
355         @echo "This command is intended for maintainers to use"
356         @echo "it deletes files that may require special tools to rebuild."
357 clean: clean-am
358
359 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
360
361 distclean: distclean-am
362         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
363 distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
364         distclean-tags
365
366 dvi: dvi-am
367
368 dvi-am:
369
370 info: info-am
371
372 info-am:
373
374 install-data-am:
375
376 install-exec-am: install-binPROGRAMS
377
378 install-info: install-info-am
379
380 install-man:
381
382 installcheck-am:
383
384 maintainer-clean: maintainer-clean-am
385         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
386         -rm -rf autom4te.cache
387 maintainer-clean-am: distclean-am maintainer-clean-generic
388
389 mostlyclean: mostlyclean-am
390
391 mostlyclean-am: mostlyclean-compile mostlyclean-generic
392
393 uninstall-am: uninstall-binPROGRAMS uninstall-info-am
394
395 .PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \
396         clean-generic dist dist-all dist-gzip distcheck distclean \
397         distclean-compile distclean-generic distclean-hdr \
398         distclean-tags distcleancheck distdir dvi dvi-am info info-am \
399         install install-am install-binPROGRAMS install-data \
400         install-data-am install-exec install-exec-am install-info \
401         install-info-am install-man install-strip installcheck \
402         installcheck-am installdirs maintainer-clean \
403         maintainer-clean-generic mostlyclean mostlyclean-compile \
404         mostlyclean-generic tags uninstall uninstall-am \
405         uninstall-binPROGRAMS uninstall-info-am
406
407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
408 # Otherwise a system limit (for SysV at least) may be exceeded.
409 .NOEXPORT: