1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62CC = @CC@
63CPP = @CPP@
64EXTRAOBJ = @EXTRAOBJ@
65EXTRASRC = @EXTRASRC@
66MAKEINFO = @MAKEINFO@
67PACKAGE = @PACKAGE@
68VERSION = @VERSION@
69
70bin_PROGRAMS = ez-ipupdate
71ez_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@
72ez_ipupdate_LDADD = @EXTRAOBJ@
73
74EXTRA_DIST = getpass.c ez-ipupdate.lsm example.conf example-pgpow.conf example-dhs.conf example-dnsomatic.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
75
76AUTOMAKE_OPTIONS = foreign
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79CONFIG_HEADER = config.h
80CONFIG_CLEAN_FILES = 
81PROGRAMS =  $(bin_PROGRAMS)
82
83
84DEFS = @DEFS@ -I. -I$(srcdir) -I.
85CPPFLAGS = @CPPFLAGS@
86LDFLAGS = @LDFLAGS@
87LIBS = @LIBS@
88ez_ipupdate_OBJECTS =  ez-ipupdate.o conf_file.o md5.o cache_file.o \
89pid_file.o
90ez_ipupdate_DEPENDENCIES = 
91ez_ipupdate_LDFLAGS = 
92CFLAGS = @CFLAGS@
93COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94CCLD = $(CC)
95LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
96DIST_COMMON =  README ./stamp-h.in COPYING INSTALL Makefile.am \
97Makefile.in acconfig.h aclocal.m4 config.guess config.h.in config.sub \
98configure configure.in install-sh missing mkinstalldirs
99
100
101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103TAR = gtar
104GZIP_ENV = --best
105SOURCES = $(ez_ipupdate_SOURCES)
106OBJECTS = $(ez_ipupdate_OBJECTS)
107
108all: all-redirect
109.SUFFIXES:
110.SUFFIXES: .S .c .o .s
111$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
113
114Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
115	cd $(top_builddir) \
116	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118$(ACLOCAL_M4):  configure.in 
119	cd $(srcdir) && $(ACLOCAL)
120
121config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
122	$(SHELL) ./config.status --recheck
123$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
124	cd $(srcdir) && $(AUTOCONF)
125
126config.h: stamp-h
127	@if test ! -f $@; then \
128		rm -f stamp-h; \
129		$(MAKE) stamp-h; \
130	else :; fi
131stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
132	cd $(top_builddir) \
133	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
134	     $(SHELL) ./config.status
135	@echo timestamp > stamp-h 2> /dev/null
136$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
137	@if test ! -f $@; then \
138		rm -f $(srcdir)/stamp-h.in; \
139		$(MAKE) $(srcdir)/stamp-h.in; \
140	else :; fi
141$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
142	cd $(top_srcdir) && $(AUTOHEADER)
143	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
144
145mostlyclean-hdr:
146
147clean-hdr:
148
149distclean-hdr:
150	-rm -f config.h
151
152maintainer-clean-hdr:
153
154mostlyclean-binPROGRAMS:
155
156clean-binPROGRAMS:
157	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
158
159distclean-binPROGRAMS:
160
161maintainer-clean-binPROGRAMS:
162
163install-binPROGRAMS: $(bin_PROGRAMS)
164	@$(NORMAL_INSTALL)
165	$(mkinstalldirs) $(DESTDIR)$(bindir)
166	@list='$(bin_PROGRAMS)'; for p in $$list; do \
167	  if test -f $$p; then \
168	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
169	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
170	  else :; fi; \
171	done
172
173uninstall-binPROGRAMS:
174	@$(NORMAL_UNINSTALL)
175	list='$(bin_PROGRAMS)'; for p in $$list; do \
176	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
177	done
178
179.c.o:
180	$(COMPILE) -c $<
181
182.s.o:
183	$(COMPILE) -c $<
184
185.S.o:
186	$(COMPILE) -c $<
187
188mostlyclean-compile:
189	-rm -f *.o core *.core
190
191clean-compile:
192
193distclean-compile:
194	-rm -f *.tab.c
195
196maintainer-clean-compile:
197
198ez-ipupdate: $(ez_ipupdate_OBJECTS) $(ez_ipupdate_DEPENDENCIES)
199	@rm -f ez-ipupdate
200	$(LINK) $(ez_ipupdate_LDFLAGS) $(ez_ipupdate_OBJECTS) $(ez_ipupdate_LDADD) $(LIBS)
201
202tags: TAGS
203
204ID: $(HEADERS) $(SOURCES) $(LISP)
205	list='$(SOURCES) $(HEADERS)'; \
206	unique=`for i in $$list; do echo $$i; done | \
207	  awk '    { files[$$0] = 1; } \
208	       END { for (i in files) print i; }'`; \
209	here=`pwd` && cd $(srcdir) \
210	  && mkid -f$$here/ID $$unique $(LISP)
211
212TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
213	tags=; \
214	here=`pwd`; \
215	list='$(SOURCES) $(HEADERS)'; \
216	unique=`for i in $$list; do echo $$i; done | \
217	  awk '    { files[$$0] = 1; } \
218	       END { for (i in files) print i; }'`; \
219	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
220	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
221
222mostlyclean-tags:
223
224clean-tags:
225
226distclean-tags:
227	-rm -f TAGS ID
228
229maintainer-clean-tags:
230
231distdir = $(PACKAGE)-$(VERSION)
232top_distdir = $(distdir)
233
234# This target untars the dist file and tries a VPATH configuration.  Then
235# it guarantees that the distribution is self-contained by making another
236# tarfile.
237distcheck: dist
238	-rm -rf $(distdir)
239	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
240	mkdir $(distdir)/=build
241	mkdir $(distdir)/=inst
242	dc_install_base=`cd $(distdir)/=inst && pwd`; \
243	cd $(distdir)/=build \
244	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
245	  && $(MAKE) $(AM_MAKEFLAGS) \
246	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
247	  && $(MAKE) $(AM_MAKEFLAGS) check \
248	  && $(MAKE) $(AM_MAKEFLAGS) install \
249	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
250	  && $(MAKE) $(AM_MAKEFLAGS) dist
251	-rm -rf $(distdir)
252	@banner="$(distdir).tar.gz is ready for distribution"; \
253	dashes=`echo "$$banner" | sed s/./=/g`; \
254	echo "$$dashes"; \
255	echo "$$banner"; \
256	echo "$$dashes"
257dist: distdir
258	-chmod -R a+r $(distdir)
259	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
260	-rm -rf $(distdir)
261dist-all: distdir
262	-chmod -R a+r $(distdir)
263	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
264	-rm -rf $(distdir)
265distdir: $(DISTFILES)
266	-rm -rf $(distdir)
267	mkdir $(distdir)
268	-chmod 777 $(distdir)
269	@for file in $(DISTFILES); do \
270	  d=$(srcdir); \
271	  if test -d $$d/$$file; then \
272	    cp -pr $$d/$$file $(distdir)/$$file; \
273	  else \
274	    test -f $(distdir)/$$file \
275	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
276	    || cp -p $$d/$$file $(distdir)/$$file || :; \
277	  fi; \
278	done
279cache_file.o: cache_file.c config.h cache_file.h
280conf_file.o: conf_file.c config.h conf_file.h
281ez-ipupdate.o: ez-ipupdate.c config.h error.h md5.h dprintf.h \
282	conf_file.h cache_file.h pid_file.h
283md5.o: md5.c config.h md5.h
284pid_file.o: pid_file.c config.h error.h dprintf.h
285
286info-am:
287info: info-am
288dvi-am:
289dvi: dvi-am
290check-am: all-am
291check: check-am
292installcheck-am:
293installcheck: installcheck-am
294all-recursive-am: config.h
295	$(MAKE) $(AM_MAKEFLAGS) all-recursive
296
297install-exec-am: install-binPROGRAMS
298install-exec: install-exec-am
299
300install-data-am:
301install-data: install-data-am
302
303install-am: all-am
304	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
305install: install-am
306uninstall-am: uninstall-binPROGRAMS
307uninstall: uninstall-am
308all-am: Makefile $(PROGRAMS) config.h
309all-redirect: all-am
310install-strip:
311	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
312installdirs:
313	$(mkinstalldirs)  $(DESTDIR)$(bindir)
314
315
316mostlyclean-generic:
317
318clean-generic:
319
320distclean-generic:
321	-rm -f Makefile $(CONFIG_CLEAN_FILES)
322	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
323
324maintainer-clean-generic:
325mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
326		mostlyclean-compile mostlyclean-tags \
327		mostlyclean-generic
328
329mostlyclean: mostlyclean-am
330
331clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
332		clean-generic mostlyclean-am
333
334clean: clean-am
335
336distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
337		distclean-tags distclean-generic clean-am
338
339distclean: distclean-am
340	-rm -f config.status
341
342maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
343		maintainer-clean-compile maintainer-clean-tags \
344		maintainer-clean-generic distclean-am
345	@echo "This command is intended for maintainers to use;"
346	@echo "it deletes files that may require special tools to rebuild."
347
348maintainer-clean: maintainer-clean-am
349	-rm -f config.status
350
351.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
352mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
353maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
354mostlyclean-compile distclean-compile clean-compile \
355maintainer-clean-compile tags mostlyclean-tags distclean-tags \
356clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
357check-am installcheck-am installcheck all-recursive-am install-exec-am \
358install-exec install-data-am install-data install-am install \
359uninstall-am uninstall all-redirect all-am all installdirs \
360mostlyclean-generic distclean-generic clean-generic \
361maintainer-clean-generic clean mostlyclean distclean maintainer-clean
362
363
364# Tell versions [3.59,3.63) of GNU make to not export all variables.
365# Otherwise a system limit (for SysV at least) may be exceeded.
366.NOEXPORT:
367