Changeset 337

Show
Ignore:
Timestamp:
07/06/07 23:21:27 (1 year ago)
Author:
florida
Message:

version initiale wifidog-1.1.3-rc1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wifidog/wifidog-client/Makefile.am

    r218 r337  
    1 # $Id: Makefile.am 935 2006-02-01 03:22:04Z benoitg $ 
     1# $Id: Makefile.am 1241 2007-06-24 04:13:13Z benoitg $ 
    22 
    33SUBDIRS = libhttpd src . doc  
     
    1919  config \ 
    2020  scripts \ 
    21   debian/rules \ 
    22   debian/control \ 
    23   debian/changelog \ 
    24   ipkg/rules \ 
     21  contrib \ 
    2522  wifidog.conf 
    2623 
     
    2926        $(MAKE) -C doc doc 
    3027         
    31 .PHONY: ipkg 
    32 ipkg: all 
    33         ./ipkg/rules BUILDROOT=$(BUILDROOT) 
    34  
     28.PHONY: ipk 
     29ipk: dist 
     30        make -C $(OPENWRTSDK) distclean 
     31        mkdir -p  $(OPENWRTSDK)/dl 
     32        cp -f  ${builddir}/wifidog-@VERSION@.tar.gz $(OPENWRTSDK)/dl/ 
     33        make -C ${builddir}/contrib/build-openwrt-ipk/wifidog TOPDIR=$(OPENWRTSDK) PKG_MD5SUM= V=99 
     34        @echo DONE.  If there were no errors, your package should be in: $(OPENWRTSDK)/bin/packages/ 
    3535.PHONY: rpm 
    3636rpm: dist 
     
    3838        cp ${builddir}wifidog-@VERSION@.tar.gz /usr/src/RPM/SOURCES 
    3939        rpmbuild -ta ${builddir}wifidog-@VERSION@.tar.gz 
    40          
     40 
    4141#clean-local: 
    4242#       echo "clean-local: " && pwd 
  • wifidog/wifidog-client/Makefile.in

    r218 r337  
    1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 
     1# Makefile.in generated by automake 1.10 from Makefile.am. 
    22# @configure_input@ 
    33 
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
    5 # 2003, 2004, 2005  Free Software Foundation, Inc. 
     5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc. 
    66# This Makefile.in is free software; the Free Software Foundation 
    77# gives unlimited permission to copy and/or distribute it, 
     
    1515@SET_MAKE@ 
    1616 
    17 # $Id: Makefile.am 935 2006-02-01 03:22:04Z benoitg $ 
    18  
    19 srcdir = @srcdir@ 
    20 top_srcdir = @top_srcdir@ 
     17# $Id: Makefile.am 1241 2007-06-24 04:13:13Z benoitg $ 
     18 
    2119VPATH = @srcdir@ 
    2220pkgdatadir = $(datadir)/@PACKAGE@ 
    2321pkglibdir = $(libdir)/@PACKAGE@ 
    2422pkgincludedir = $(includedir)/@PACKAGE@ 
    25 top_builddir = . 
    2623am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 
    27 INSTALL = @INSTALL@ 
    2824install_sh_DATA = $(install_sh) -c -m 644 
    2925install_sh_PROGRAM = $(install_sh) -c 
     
    3935build_triplet = @build@ 
    4036host_triplet = @host@ 
     37subdir = . 
    4138DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 
    4239        $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 
     
    4542        config/config.sub config/depcomp config/install-sh \ 
    4643        config/ltmain.sh config/missing 
    47 subdir = . 
    4844ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 
    4945am__aclocal_m4_deps = $(top_srcdir)/configure.in 
     
    5147        $(ACLOCAL_M4) 
    5248am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 
    53  configure.lineno configure.status.lineno 
     49 configure.lineno config.status.lineno 
    5450mkinstalldirs = $(install_sh) -d 
    5551CONFIG_HEADER = config.h 
     
    5955RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 
    6056        html-recursive info-recursive install-data-recursive \ 
    61         install-exec-recursive install-info-recursive \ 
    62         install-recursive installcheck-recursive installdirs-recursive \ 
    63         pdf-recursive ps-recursive uninstall-info-recursive \ 
    64         uninstall-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 
    6562am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
    6663am__vpath_adj = case $$p in \ 
     
    7269docDATA_INSTALL = $(INSTALL_DATA) 
    7370DATA = $(doc_DATA) 
     71RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 
     72  distclean-recursive maintainer-clean-recursive 
    7473ETAGS = etags 
    7574CTAGS = ctags 
     
    8786distcleancheck_listfiles = find . -type f -print 
    8887ACLOCAL = @ACLOCAL@ 
    89 AMDEP_FALSE = @AMDEP_FALSE@ 
    90 AMDEP_TRUE = @AMDEP_TRUE@ 
    9188AMTAR = @AMTAR@ 
    9289AR = @AR@ 
     
    108105DEFS = @DEFS@ 
    109106DEPDIR = @DEPDIR@ 
    110 DOC_FALSE = @DOC_FALSE@ 
    111 DOC_TRUE = @DOC_TRUE@ 
    112107DOT = @DOT@ 
    113108DOXYGEN = @DOXYGEN@ 
     
    117112ECHO_T = @ECHO_T@ 
    118113EGREP = @EGREP@ 
    119 ENABLE_DOXYGEN_FALSE = @ENABLE_DOXYGEN_FALSE@ 
    120 ENABLE_DOXYGEN_TRUE = @ENABLE_DOXYGEN_TRUE@ 
    121114EXEEXT = @EXEEXT@ 
    122115F77 = @F77@ 
    123116FFLAGS = @FFLAGS@ 
    124117GREP = @GREP@ 
     118INSTALL = @INSTALL@ 
    125119INSTALL_DATA = @INSTALL_DATA@ 
    126120INSTALL_PROGRAM = @INSTALL_PROGRAM@ 
     
    134128LTLIBOBJS = @LTLIBOBJS@ 
    135129MAINT = @MAINT@ 
    136 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 
    137 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 
    138130MAKEINFO = @MAKEINFO@ 
     131MKDIR_P = @MKDIR_P@ 
    139132OBJEXT = @OBJEXT@ 
    140133PACKAGE = @PACKAGE@ 
     
    154147WIFIDOG_MINOR_VERSION = @WIFIDOG_MINOR_VERSION@ 
    155148WIFIDOG_VERSION = @WIFIDOG_VERSION@ 
     149abs_builddir = @abs_builddir@ 
     150abs_srcdir = @abs_srcdir@ 
     151abs_top_builddir = @abs_top_builddir@ 
     152abs_top_srcdir = @abs_top_srcdir@ 
    156153ac_ct_CC = @ac_ct_CC@ 
    157154ac_ct_CXX = @ac_ct_CXX@ 
    158155ac_ct_F77 = @ac_ct_F77@ 
    159 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 
    160 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 
    161 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 
    162 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 
    163156am__include = @am__include@ 
    164157am__leading_dot = @am__leading_dot@ 
     
    172165build_os = @build_os@ 
    173166build_vendor = @build_vendor@ 
     167builddir = @builddir@ 
    174168datadir = @datadir@ 
    175169datarootdir = @datarootdir@ 
     
    202196sbindir = @sbindir@ 
    203197sharedstatedir = @sharedstatedir@ 
     198srcdir = @srcdir@ 
    204199sysconfdir = @sysconfdir@ 
    205200target_alias = @target_alias@ 
     201top_builddir = @top_builddir@ 
     202top_srcdir = @top_srcdir@ 
    206203SUBDIRS = libhttpd src . doc  
    207204doc_DATA = \ 
     
    219216  config \ 
    220217  scripts \ 
    221   debian/rules \ 
    222   debian/control \ 
    223   debian/changelog \ 
    224   ipkg/rules \ 
     218  contrib \ 
    225219  wifidog.conf 
    226220 
     
    266260        @if test ! -f $@; then \ 
    267261          rm -f stamp-h1; \ 
    268           $(MAKE) stamp-h1; \ 
     262          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 
    269263        else :; fi 
    270264 
     
    290284distclean-libtool: 
    291285        -rm -f libtool 
    292 uninstall-info-am: 
    293286install-docDATA: $(doc_DATA) 
    294287        @$(NORMAL_INSTALL) 
    295         test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)" 
     288        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 
    296289        @list='$(doc_DATA)'; for p in $$list; do \ 
    297290          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 
     
    340333        fi; test -z "$$fail" 
    341334 
    342 mostlyclean-recursive clean-recursive distclean-recursive \ 
    343 maintainer-clean-recursive: 
     335$(RECURSIVE_CLEAN_TARGETS): 
    344336        @failcom='exit 1'; \ 
    345337        for f in x $$MAKEFLAGS; do \ 
     
    443435distdir: $(DISTFILES) 
    444436        $(am__remove_distdir) 
    445         mkdir $(distdir) 
    446         $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/debian $(distdir)/ipkg 
    447         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 
    448         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 
    449         list='$(DISTFILES)'; for file in $$list; do \ 
    450           case $$file in \ 
    451             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 
    452             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 
    453           esac; \ 
     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 \ 
    454450          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 
    455           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 
    456           if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 
    457             dir="/$$dir"; \ 
    458             $(mkdir_p) "$(distdir)$$dir"; \ 
    459           else \ 
    460             dir=''; \ 
    461           fi; \ 
    462451          if test -d $$d/$$file; then \ 
     452            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 
    463453            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 
    464454              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 
     
    474464          if test "$$subdir" = .; then :; else \ 
    475465            test -d "$(distdir)/$$subdir" \ 
    476             || $(mkdir_p) "$(distdir)/$$subdir" \ 
     466            || $(MKDIR_P) "$(distdir)/$$subdir" \ 
    477467            || exit 1; \ 
    478468            distdir=`$(am__cd) $(distdir) && pwd`; \ 
     
    482472                top_distdir="$$top_distdir" \ 
    483473                distdir="$$distdir/$$subdir" \ 
     474                am__remove_distdir=: \ 
     475                am__skip_length_check=: \ 
    484476                distdir) \ 
    485477              || exit 1; \ 
     
    489481          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 
    490482          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 
    491           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 
     483          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 
    492484        || chmod -R a+r $(distdir) 
    493485dist-gzip: distdir 
     
    564556        @(echo "$(distdir) archives ready for distribution: "; \ 
    565557          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 
    566           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}
     558          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x
    567559distuninstallcheck: 
    568560        @cd $(distuninstallcheck_dir) \ 
     
    589581installdirs-am: 
    590582        for dir in "$(DESTDIR)$(docdir)"; do \ 
    591           test -z "$$dir" || $(mkdir_p) "$$dir"; \ 
     583          test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 
    592584        done 
    593585install: install-recursive 
     
    637629install-data-am: install-docDATA 
    638630 
     631install-dvi: install-dvi-recursive 
     632 
    639633install-exec-am: 
    640634 
     635install-html: install-html-recursive 
     636 
    641637install-info: install-info-recursive 
    642638 
    643639install-man: 
     640 
     641install-pdf: install-pdf-recursive 
     642 
     643install-ps: install-ps-recursive 
    644644 
    645645installcheck-am: 
     
    663663ps-am: 
    664664 
    665 uninstall-am: uninstall-docDATA uninstall-info-am 
    666  
    667 uninstall-info: uninstall-info-recursive 
    668  
    669 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 
    670         check-am clean clean-generic clean-libtool clean-recursive \ 
    671         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 
    672         dist-shar dist-tarZ dist-zip distcheck distclean \ 
     665uninstall-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 \ 
    673674        distclean-generic distclean-hdr distclean-libtool \ 
    674         distclean-recursive distclean-tags distcleancheck distdir \ 
    675         distuninstallcheck dvi dvi-am html html-am info info-am \ 
    676         install install-am install-data install-data-am \ 
    677         install-docDATA install-exec install-exec-am install-info \ 
    678         install-info-am install-man install-strip installcheck \ 
    679         installcheck-am installdirs installdirs-am maintainer-clean \ 
    680         maintainer-clean-generic maintainer-clean-recursive \ 
    681         mostlyclean mostlyclean-generic mostlyclean-libtool \ 
    682         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ 
    683         uninstall uninstall-am uninstall-docDATA uninstall-info-am 
     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 
    684686 
    685687 
     
    688690        $(MAKE) -C doc doc 
    689691 
    690 .PHONY: ipkg 
    691 ipkg: all 
    692         ./ipkg/rules BUILDROOT=$(BUILDROOT) 
    693  
     692.PHONY: ipk 
     693ipk: 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/ 
    694699.PHONY: rpm 
    695700rpm: dist 
  • wifidog/wifidog-client/configure.in

    r329 r337  
    11## -*-m4-*- 
    2 # $Id: configure.in 1162 2007-01-06 23:51:02Z benoitg $ 
     2# $Id: configure.in 1241 2007-06-24 04:13:13Z benoitg $ 
    33 
    44dnl Process this file with autoconf to produce a configure script.