root/wifidog/wifidog-client/Makefile.in

Revision 337, 21.5 kB (checked in by florida, 1 year ago)

version initiale wifidog-1.1.3-rc1

Line 
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  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 # $Id: Makefile.am 1241 2007-06-24 04:13:13Z benoitg $
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40         $(srcdir)/wifidog.spec.in $(top_srcdir)/configure AUTHORS \
41         COPYING ChangeLog INSTALL NEWS config/config.guess \
42         config/config.sub config/depcomp config/install-sh \
43         config/ltmain.sh config/missing
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49  configure.lineno config.status.lineno
50 mkinstalldirs = $(install_sh) -d
51 CONFIG_HEADER = config.h
52 CONFIG_CLEAN_FILES = wifidog.spec
53 SOURCES =
54 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56         html-recursive info-recursive install-data-recursive \
57         install-dvi-recursive install-exec-recursive \
58         install-html-recursive install-info-recursive \
59         install-pdf-recursive install-ps-recursive install-recursive \
60         installcheck-recursive installdirs-recursive pdf-recursive \
61         ps-recursive uninstall-recursive
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65     *) f=$$p;; \
66   esac;
67 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
68 am__installdirs = "$(DESTDIR)$(docdir)"
69 docDATA_INSTALL = $(INSTALL_DATA)
70 DATA = $(doc_DATA)
71 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
72   distclean-recursive maintainer-clean-recursive
73 ETAGS = etags
74 CTAGS = ctags
75 DIST_SUBDIRS = $(SUBDIRS)
76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77 distdir = $(PACKAGE)-$(VERSION)
78 top_distdir = $(distdir)
79 am__remove_distdir = \
80   { test ! -d $(distdir) \
81     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
82          && rm -fr $(distdir); }; }
83 DIST_ARCHIVES = $(distdir).tar.gz
84 GZIP_ENV = --best
85 distuninstallcheck_listfiles = find . -type f -print
86 distcleancheck_listfiles = find . -type f -print
87 ACLOCAL = @ACLOCAL@
88 AMTAR = @AMTAR@
89 AR = @AR@
90 AUTOCONF = @AUTOCONF@
91 AUTOHEADER = @AUTOHEADER@
92 AUTOMAKE = @AUTOMAKE@
93 AWK = @AWK@
94 BUILDROOT = @BUILDROOT@
95 CC = @CC@
96 CCDEPMODE = @CCDEPMODE@
97 CFLAGS = @CFLAGS@
98 CPP = @CPP@
99 CPPFLAGS = @CPPFLAGS@
100 CXX = @CXX@
101 CXXCPP = @CXXCPP@
102 CXXDEPMODE = @CXXDEPMODE@
103 CXXFLAGS = @CXXFLAGS@
104 CYGPATH_W = @CYGPATH_W@
105 DEFS = @DEFS@
106 DEPDIR = @DEPDIR@
107 DOT = @DOT@
108 DOXYGEN = @DOXYGEN@
109 ECHO = @ECHO@
110 ECHO_C = @ECHO_C@
111 ECHO_N = @ECHO_N@
112 ECHO_T = @ECHO_T@
113 EGREP = @EGREP@
114 EXEEXT = @EXEEXT@
115 F77 = @F77@
116 FFLAGS = @FFLAGS@
117 GREP = @GREP@
118 INSTALL = @INSTALL@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123 LDFLAGS = @LDFLAGS@
124 LIBOBJS = @LIBOBJS@
125 LIBS = @LIBS@
126 LIBTOOL = @LIBTOOL@
127 LN_S = @LN_S@
128 LTLIBOBJS = @LTLIBOBJS@
129 MAINT = @MAINT@
130 MAKEINFO = @MAKEINFO@
131 MKDIR_P = @MKDIR_P@
132 OBJEXT = @OBJEXT@
133 PACKAGE = @PACKAGE@
134 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
135 PACKAGE_NAME = @PACKAGE_NAME@
136 PACKAGE_STRING = @PACKAGE_STRING@
137 PACKAGE_TARNAME = @PACKAGE_TARNAME@
138 PACKAGE_VERSION = @PACKAGE_VERSION@
139 PATH_SEPARATOR = @PATH_SEPARATOR@
140 RANLIB = @RANLIB@
141 SET_MAKE = @SET_MAKE@
142 SHELL = @SHELL@
143 STRIP = @STRIP@
144 VERSION = @VERSION@
145 WIFIDOG_MAJOR_VERSION = @WIFIDOG_MAJOR_VERSION@
146 WIFIDOG_MICRO_VERSION = @WIFIDOG_MICRO_VERSION@
147 WIFIDOG_MINOR_VERSION = @WIFIDOG_MINOR_VERSION@
148 WIFIDOG_VERSION = @WIFIDOG_VERSION@
149 abs_builddir = @abs_builddir@
150 abs_srcdir = @abs_srcdir@
151 abs_top_builddir = @abs_top_builddir@
152 abs_top_srcdir = @abs_top_srcdir@
153 ac_ct_CC = @ac_ct_CC@
154 ac_ct_CXX = @ac_ct_CXX@
155 ac_ct_F77 = @ac_ct_F77@
156 am__include = @am__include@
157 am__leading_dot = @am__leading_dot@
158 am__quote = @am__quote@
159 am__tar = @am__tar@
160 am__untar = @am__untar@
161 bindir = @bindir@
162 build = @build@
163 build_alias = @build_alias@
164 build_cpu = @build_cpu@
165 build_os = @build_os@
166 build_vendor = @build_vendor@
167 builddir = @builddir@
168 datadir = @datadir@
169 datarootdir = @datarootdir@
170 docdir = ${prefix}/share/doc/wifidog-@VERSION@
171 dvidir = @dvidir@
172 enable_dot = @enable_dot@
173 enable_html_docs = @enable_html_docs@
174 enable_latex_docs = @enable_latex_docs@
175 exec_prefix = @exec_prefix@
176 host = @host@
177 host_alias = @host_alias@
178 host_cpu = @host_cpu@
179 host_os = @host_os@
180 host_vendor = @host_vendor@
181 htmldir = @htmldir@
182 includedir = @includedir@
183 infodir = @infodir@
184 install_sh = @install_sh@
185 libdir = @libdir@
186 libexecdir = @libexecdir@
187 localedir = @localedir@
188 localstatedir = @localstatedir@
189 mandir = @mandir@
190 mkdir_p = @mkdir_p@
191 oldincludedir = @oldincludedir@
192 pdfdir = @pdfdir@
193 prefix = @prefix@
194 program_transform_name = @program_transform_name@
195 psdir = @psdir@
196 sbindir = @sbindir@
197 sharedstatedir = @sharedstatedir@
198 srcdir = @srcdir@
199 sysconfdir = @sysconfdir@
200 target_alias = @target_alias@
201 top_builddir = @top_builddir@
202 top_srcdir = @top_srcdir@
203 SUBDIRS = libhttpd src . doc
204 doc_DATA = \
205   AUTHORS \
206   COPYING \
207   INSTALL \
208   NEWS \
209   README \
210   ChangeLog
211
212 EXTRA_DIST = \
213   FAQ \
214   wifidog.spec.in \
215   wifidog.spec \
216   config \
217   scripts \
218   contrib \
219   wifidog.conf
220
221 all: config.h
222         $(MAKE) $(AM_MAKEFLAGS) all-recursive
223
224 .SUFFIXES:
225 am--refresh:
226         @:
227 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
228         @for dep in $?; do \
229           case '$(am__configure_deps)' in \
230             *$$dep*) \
231               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
232               cd $(srcdir) && $(AUTOMAKE) --gnu  \
233                 && exit 0; \
234               exit 1;; \
235           esac; \
236         done; \
237         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
238         cd $(top_srcdir) && \
239           $(AUTOMAKE) --gnu  Makefile
240 .PRECIOUS: Makefile
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242         @case '$?' in \
243           *config.status*) \
244             echo ' $(SHELL) ./config.status'; \
245             $(SHELL) ./config.status;; \
246           *) \
247             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
248             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
249         esac;
250
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252         $(SHELL) ./config.status --recheck
253
254 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255         cd $(srcdir) && $(AUTOCONF)
256 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
258
259 config.h: stamp-h1
260         @if test ! -f $@; then \
261           rm -f stamp-h1; \
262           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
263         else :; fi
264
265 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
266         @rm -f stamp-h1
267         cd $(top_builddir) && $(SHELL) ./config.status config.h
268 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
269         cd $(top_srcdir) && $(AUTOHEADER)
270         rm -f stamp-h1
271         touch $@
272
273 distclean-hdr:
274         -rm -f config.h stamp-h1
275 wifidog.spec: $(top_builddir)/config.status $(srcdir)/wifidog.spec.in
276         cd $(top_builddir) && $(SHELL) ./config.status $@
277
278 mostlyclean-libtool:
279         -rm -f *.lo
280
281 clean-libtool:
282         -rm -rf .libs _libs
283
284 distclean-libtool:
285         -rm -f libtool
286 install-docDATA: $(doc_DATA)
287         @$(NORMAL_INSTALL)
288         test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
289         @list='$(doc_DATA)'; for p in $$list; do \
290           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
291           f=$(am__strip_dir) \
292           echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
293           $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
294         done
295
296 uninstall-docDATA:
297         @$(NORMAL_UNINSTALL)
298         @list='$(doc_DATA)'; for p in $$list; do \
299           f=$(am__strip_dir) \
300           echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
301           rm -f "$(DESTDIR)$(docdir)/$$f"; \
302         done
303
304 # This directory's subdirectories are mostly independent; you can cd
305 # into them and run `make' without going through this Makefile.
306 # To change the values of `make' variables: instead of editing Makefiles,
307 # (1) if the variable is set in `config.status', edit `config.status'
308 #     (which will cause the Makefiles to be regenerated when you run `make');
309 # (2) otherwise, pass the desired values on the `make' command line.
310 $(RECURSIVE_TARGETS):
311         @failcom='exit 1'; \
312         for f in x $$MAKEFLAGS; do \
313           case $$f in \
314             *=* | --[!k]*);; \
315             *k*) failcom='fail=yes';; \
316           esac; \
317         done; \
318         dot_seen=no; \
319         target=`echo $@ | sed s/-recursive//`; \
320         list='$(SUBDIRS)'; for subdir in $$list; do \
321           echo "Making $$target in $$subdir"; \
322           if test "$$subdir" = "."; then \
323             dot_seen=yes; \
324             local_target="$$target-am"; \
325           else \
326             local_target="$$target"; \
327           fi; \
328           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
329           || eval $$failcom; \
330         done; \
331         if test "$$dot_seen" = "no"; then \
332           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
333         fi; test -z "$$fail"
334
335 $(RECURSIVE_CLEAN_TARGETS):
336         @failcom='exit 1'; \
337         for f in x $$MAKEFLAGS; do \
338           case $$f in \
339             *=* | --[!k]*);; \
340             *k*) failcom='fail=yes';; \
341           esac; \
342         done; \
343         dot_seen=no; \
344         case "$@" in \
345           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
346           *) list='$(SUBDIRS)' ;; \
347         esac; \
348         rev=''; for subdir in $$list; do \
349           if test "$$subdir" = "."; then :; else \
350             rev="$$subdir $$rev"; \
351           fi; \
352         done; \
353         rev="$$rev ."; \
354         target=`echo $@ | sed s/-recursive//`; \
355         for subdir in $$rev; do \
356           echo "Making $$target in $$subdir"; \
357           if test "$$subdir" = "."; then \
358             local_target="$$target-am"; \
359           else \
360             local_target="$$target"; \
361           fi; \
362           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363           || eval $$failcom; \
364         done && test -z "$$fail"
365 tags-recursive:
366         list='$(SUBDIRS)'; for subdir in $$list; do \
367           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
368         done
369 ctags-recursive:
370         list='$(SUBDIRS)'; for subdir in $$list; do \
371           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
372         done
373
374 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
375         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
376         unique=`for i in $$list; do \
377             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378           done | \
379           $(AWK) '    { files[$$0] = 1; } \
380                END { for (i in files) print i; }'`; \
381         mkid -fID $$unique
382 tags: TAGS
383
384 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
385                 $(TAGS_FILES) $(LISP)
386         tags=; \
387         here=`pwd`; \
388         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
389           include_option=--etags-include; \
390           empty_fix=.; \
391         else \
392           include_option=--include; \
393           empty_fix=; \
394         fi; \
395         list='$(SUBDIRS)'; for subdir in $$list; do \
396           if test "$$subdir" = .; then :; else \
397             test ! -f $$subdir/TAGS || \
398               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
399           fi; \
400         done; \
401         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
402         unique=`for i in $$list; do \
403             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404           done | \
405           $(AWK) '    { files[$$0] = 1; } \
406                END { for (i in files) print i; }'`; \
407         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
408           test -n "$$unique" || unique=$$empty_fix; \
409           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
410             $$tags $$unique; \
411         fi
412 ctags: CTAGS
413 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
414                 $(TAGS_FILES) $(LISP)
415         tags=; \
416         here=`pwd`; \
417         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
418         unique=`for i in $$list; do \
419             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420           done | \
421           $(AWK) '    { files[$$0] = 1; } \
422                END { for (i in files) print i; }'`; \
423         test -z "$(CTAGS_ARGS)$$tags$$unique" \
424           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
425              $$tags $$unique
426
427 GTAGS:
428         here=`$(am__cd) $(top_builddir) && pwd` \
429           && cd $(top_srcdir) \
430           && gtags -i $(GTAGS_ARGS) $$here
431
432 distclean-tags:
433         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
434
435 distdir: $(DISTFILES)
436         $(am__remove_distdir)
437         test -d $(distdir) || mkdir $(distdir)
438         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440         list='$(DISTFILES)'; \
441           dist_files=`for file in $$list; do echo $$file; done | \
442           sed -e "s|^$$srcdirstrip/||;t" \
443               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
444         case $$dist_files in \
445           */*) $(MKDIR_P) `echo "$$dist_files" | \
446                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
447                            sort -u` ;; \
448         esac; \
449         for file in $$dist_files; do \
450           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
451           if test -d $$d/$$file; then \
452             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
453             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
454               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
455             fi; \
456             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
457           else \
458             test -f $(distdir)/$$file \
459             || cp -p $$d/$$file $(distdir)/$$file \
460             || exit 1; \
461           fi; \
462         done
463         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
464           if test "$$subdir" = .; then :; else \
465             test -d "$(distdir)/$$subdir" \
466             || $(MKDIR_P) "$(distdir)/$$subdir" \
467             || exit 1; \
468             distdir=`$(am__cd) $(distdir) && pwd`; \
469             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
470             (cd $$subdir && \
471               $(MAKE) $(AM_MAKEFLAGS) \
472                 top_distdir="$$top_distdir" \
473                 distdir="$$distdir/$$subdir" \
474                 am__remove_distdir=: \
475                 am__skip_length_check=: \
476                 distdir) \
477               || exit 1; \
478           fi; \
479         done
480         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
481           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
482           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
483           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
484         || chmod -R a+r $(distdir)
485 dist-gzip: distdir
486         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
487         $(am__remove_distdir)
488
489 dist-bzip2: distdir
490         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
491         $(am__remove_distdir)
492
493 dist-tarZ: distdir
494         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
495         $(am__remove_distdir)
496
497 dist-shar: distdir
498         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
499         $(am__remove_distdir)
500
501 dist-zip: distdir
502         -rm -f $(distdir).zip
503         zip -rq $(distdir).zip $(distdir)
504         $(am__remove_distdir)
505
506 dist dist-all: distdir
507         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
508         $(am__remove_distdir)
509
510 # This target untars the dist file and tries a VPATH configuration.  Then
511 # it guarantees that the distribution is self-contained by making another
512 # tarfile.
513 distcheck: dist
514         case '$(DIST_ARCHIVES)' in \
515         *.tar.gz*) \
516           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
517         *.tar.bz2*) \
518           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
519         *.tar.Z*) \
520           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
521         *.shar.gz*) \
522           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
523         *.zip*) \
524           unzip $(distdir).zip ;;\
525         esac
526         chmod -R a-w $(distdir); chmod a+w $(distdir)
527         mkdir $(distdir)/_build
528         mkdir $(distdir)/_inst
529         chmod a-w $(distdir)
530         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
531           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
532           && cd $(distdir)/_build \
533           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
534             $(DISTCHECK_CONFIGURE_FLAGS) \
535           && $(MAKE) $(AM_MAKEFLAGS) \
536           && $(MAKE) $(AM_MAKEFLAGS) dvi \
537           && $(MAKE) $(AM_MAKEFLAGS) check \
538           && $(MAKE) $(AM_MAKEFLAGS) install \
539           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
540           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
541           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
542                 distuninstallcheck \
543           && chmod -R a-w "$$dc_install_base" \
544           && ({ \
545                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
546                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
547                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
548                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
549                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
550               } || { rm -rf "$$dc_destdir"; exit 1; }) \
551           && rm -rf "$$dc_destdir" \
552           && $(MAKE) $(AM_MAKEFLAGS) dist \
553           && rm -rf $(DIST_ARCHIVES) \
554           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
555         $(am__remove_distdir)
556         @(echo "$(distdir) archives ready for distribution: "; \
557           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
558           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
559 distuninstallcheck:
560         @cd $(distuninstallcheck_dir) \
561         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
562            || { echo "ERROR: files left after uninstall:" ; \
563                 if test -n "$(DESTDIR)"; then \
564                   echo "  (check DESTDIR support)"; \
565                 fi ; \
566                 $(distuninstallcheck_listfiles) ; \
567                 exit 1; } >&2
568 distcleancheck: distclean
569         @if test '$(srcdir)' = . ; then \
570           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
571           exit 1 ; \
572         fi
573         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
574           || { echo "ERROR: files left in build directory after distclean:" ; \
575                $(distcleancheck_listfiles) ; \
576                exit 1; } >&2
577 check-am: all-am
578 check: check-recursive
579 all-am: Makefile $(DATA) config.h
580 installdirs: installdirs-recursive
581 installdirs-am:
582         for dir in "$(DESTDIR)$(docdir)"; do \
583           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
584         done
585 install: install-recursive
586 install-exec: install-exec-recursive
587 install-data: install-data-recursive
588 uninstall: uninstall-recursive
589
590 install-am: all-am
591         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
592
593 installcheck: installcheck-recursive
594 install-strip:
595         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
596           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
597           `test -z '$(STRIP)' || \
598             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
599 mostlyclean-generic:
600
601 clean-generic:
602
603 distclean-generic:
604         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605
606 maintainer-clean-generic:
607         @echo "This command is intended for maintainers to use"
608         @echo "it deletes files that may require special tools to rebuild."
609 clean: clean-recursive
610
611 clean-am: clean-generic clean-libtool mostlyclean-am
612
613 distclean: distclean-recursive
614         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
615         -rm -f Makefile
616 distclean-am: clean-am distclean-generic distclean-hdr \
617         distclean-libtool distclean-tags
618
619 dvi: dvi-recursive
620
621 dvi-am:
622
623 html: html-recursive
624
625 info: info-recursive
626
627 info-am:
628
629 install-data-am: install-docDATA
630
631 install-dvi: install-dvi-recursive
632
633 install-exec-am:
634
635 install-html: install-html-recursive
636
637 install-info: install-info-recursive
638
639 install-man:
640
641 install-pdf: install-pdf-recursive
642
643 install-ps: install-ps-recursive
644
645 installcheck-am:
646
647 maintainer-clean: maintainer-clean-recursive
648         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
649         -rm -rf $(top_srcdir)/autom4te.cache
650         -rm -f Makefile
651 maintainer-clean-am: distclean-am maintainer-clean-generic
652
653 mostlyclean: mostlyclean-recursive
654
655 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
656
657 pdf: pdf-recursive
658
659 pdf-am:
660
661 ps: ps-recursive
662
663 ps-am:
664
665 uninstall-am: uninstall-docDATA
666
667 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
668         install-strip
669
670 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
671         all all-am am--refresh check check-am clean clean-generic \
672         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
673         dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
674         distclean-generic distclean-hdr distclean-libtool \
675         distclean-tags distcleancheck distdir distuninstallcheck dvi \
676         dvi-am html html-am info info-am install install-am \
677         install-data install-data-am install-docDATA install-dvi \
678         install-dvi-am install-exec install-exec-am install-html \
679         install-html-am install-info install-info-am install-man \
680         install-pdf install-pdf-am install-ps install-ps-am \
681         install-strip installcheck installcheck-am installdirs \
682         installdirs-am maintainer-clean maintainer-clean-generic \
683         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
684         ps ps-am tags tags-recursive uninstall uninstall-am \
685         uninstall-docDATA
686
687
688 .PHONY: doc
689 doc:
690         $(MAKE) -C doc doc
691
692 .PHONY: ipk
693 ipk: dist
694         make -C $(OPENWRTSDK) distclean
695         mkdir -p  $(OPENWRTSDK)/dl
696         cp -f  ${builddir}/wifidog-@VERSION@.tar.gz $(OPENWRTSDK)/dl/
697         make -C ${builddir}/contrib/build-openwrt-ipk/wifidog TOPDIR=$(OPENWRTSDK) PKG_MD5SUM= V=99
698         @echo DONE.  If there were no errors, your package should be in: $(OPENWRTSDK)/bin/packages/
699 .PHONY: rpm
700 rpm: dist
701         cp ${builddir}wifidog.spec /usr/src/RPM/SPECS
702         cp ${builddir}wifidog-@VERSION@.tar.gz /usr/src/RPM/SOURCES
703         rpmbuild -ta ${builddir}wifidog-@VERSION@.tar.gz
704
705 #clean-local:
706 #       echo "clean-local: " && pwd
707 #       rm -f /usr/src/RPM/SPECS/wifidog.spec
708 #       rm -f /usr/src/RPM/SOURCES/wifidog-@VERSION@.tar.gz
709 # Tell versions [3.59,3.63) of GNU make to not export all variables.
710 # Otherwise a system limit (for SysV at least) may be exceeded.
711 .NOEXPORT:
Note: See TracBrowser for help on using the browser.