Changeset 337
- Timestamp:
- 07/06/07 23:21:27 (1 year ago)
- Files:
-
- wifidog/wifidog-client/Makefile.am (modified) (4 diffs)
- wifidog/wifidog-client/Makefile.in (modified) (27 diffs)
- wifidog/wifidog-client/configure.in (modified) (1 diff)
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 $ 2 2 3 3 SUBDIRS = libhttpd src . doc … … 19 19 config \ 20 20 scripts \ 21 debian/rules \ 22 debian/control \ 23 debian/changelog \ 24 ipkg/rules \ 21 contrib \ 25 22 wifidog.conf 26 23 … … 29 26 $(MAKE) -C doc doc 30 27 31 .PHONY: ipkg 32 ipkg: all 33 ./ipkg/rules BUILDROOT=$(BUILDROOT) 34 28 .PHONY: ipk 29 ipk: 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/ 35 35 .PHONY: rpm 36 36 rpm: dist … … 38 38 cp ${builddir}wifidog-@VERSION@.tar.gz /usr/src/RPM/SOURCES 39 39 rpmbuild -ta ${builddir}wifidog-@VERSION@.tar.gz 40 40 41 41 #clean-local: 42 42 # echo "clean-local: " && pwd wifidog/wifidog-client/Makefile.in
r218 r337 1 # Makefile.in generated by automake 1. 9.6from Makefile.am.1 # Makefile.in generated by automake 1.10 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # 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. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 15 15 @SET_MAKE@ 16 16 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 21 19 VPATH = @srcdir@ 22 20 pkgdatadir = $(datadir)/@PACKAGE@ 23 21 pkglibdir = $(libdir)/@PACKAGE@ 24 22 pkgincludedir = $(includedir)/@PACKAGE@ 25 top_builddir = .26 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 27 INSTALL = @INSTALL@28 24 install_sh_DATA = $(install_sh) -c -m 644 29 25 install_sh_PROGRAM = $(install_sh) -c … … 39 35 build_triplet = @build@ 40 36 host_triplet = @host@ 37 subdir = . 41 38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 42 39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ … … 45 42 config/config.sub config/depcomp config/install-sh \ 46 43 config/ltmain.sh config/missing 47 subdir = .48 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 49 45 am__aclocal_m4_deps = $(top_srcdir)/configure.in … … 51 47 $(ACLOCAL_M4) 52 48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 53 configure.lineno config ure.status.lineno49 configure.lineno config.status.lineno 54 50 mkinstalldirs = $(install_sh) -d 55 51 CONFIG_HEADER = config.h … … 59 55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 60 56 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 65 62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 66 63 am__vpath_adj = case $$p in \ … … 72 69 docDATA_INSTALL = $(INSTALL_DATA) 73 70 DATA = $(doc_DATA) 71 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 72 distclean-recursive maintainer-clean-recursive 74 73 ETAGS = etags 75 74 CTAGS = ctags … … 87 86 distcleancheck_listfiles = find . -type f -print 88 87 ACLOCAL = @ACLOCAL@ 89 AMDEP_FALSE = @AMDEP_FALSE@90 AMDEP_TRUE = @AMDEP_TRUE@91 88 AMTAR = @AMTAR@ 92 89 AR = @AR@ … … 108 105 DEFS = @DEFS@ 109 106 DEPDIR = @DEPDIR@ 110 DOC_FALSE = @DOC_FALSE@111 DOC_TRUE = @DOC_TRUE@112 107 DOT = @DOT@ 113 108 DOXYGEN = @DOXYGEN@ … … 117 112 ECHO_T = @ECHO_T@ 118 113 EGREP = @EGREP@ 119 ENABLE_DOXYGEN_FALSE = @ENABLE_DOXYGEN_FALSE@120 ENABLE_DOXYGEN_TRUE = @ENABLE_DOXYGEN_TRUE@121 114 EXEEXT = @EXEEXT@ 122 115 F77 = @F77@ 123 116 FFLAGS = @FFLAGS@ 124 117 GREP = @GREP@ 118 INSTALL = @INSTALL@ 125 119 INSTALL_DATA = @INSTALL_DATA@ 126 120 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 134 128 LTLIBOBJS = @LTLIBOBJS@ 135 129 MAINT = @MAINT@ 136 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@137 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@138 130 MAKEINFO = @MAKEINFO@ 131 MKDIR_P = @MKDIR_P@ 139 132 OBJEXT = @OBJEXT@ 140 133 PACKAGE = @PACKAGE@ … … 154 147 WIFIDOG_MINOR_VERSION = @WIFIDOG_MINOR_VERSION@ 155 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@ 156 153 ac_ct_CC = @ac_ct_CC@ 157 154 ac_ct_CXX = @ac_ct_CXX@ 158 155 ac_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@163 156 am__include = @am__include@ 164 157 am__leading_dot = @am__leading_dot@ … … 172 165 build_os = @build_os@ 173 166 build_vendor = @build_vendor@ 167 builddir = @builddir@ 174 168 datadir = @datadir@ 175 169 datarootdir = @datarootdir@ … … 202 196 sbindir = @sbindir@ 203 197 sharedstatedir = @sharedstatedir@ 198 srcdir = @srcdir@ 204 199 sysconfdir = @sysconfdir@ 205 200 target_alias = @target_alias@ 201 top_builddir = @top_builddir@ 202 top_srcdir = @top_srcdir@ 206 203 SUBDIRS = libhttpd src . doc 207 204 doc_DATA = \ … … 219 216 config \ 220 217 scripts \ 221 debian/rules \ 222 debian/control \ 223 debian/changelog \ 224 ipkg/rules \ 218 contrib \ 225 219 wifidog.conf 226 220 … … 266 260 @if test ! -f $@; then \ 267 261 rm -f stamp-h1; \ 268 $(MAKE) stamp-h1; \262 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 269 263 else :; fi 270 264 … … 290 284 distclean-libtool: 291 285 -rm -f libtool 292 uninstall-info-am:293 286 install-docDATA: $(doc_DATA) 294 287 @$(NORMAL_INSTALL) 295 test -z "$(docdir)" || $( mkdir_p) "$(DESTDIR)$(docdir)"288 test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" 296 289 @list='$(doc_DATA)'; for p in $$list; do \ 297 290 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ … … 340 333 fi; test -z "$$fail" 341 334 342 mostlyclean-recursive clean-recursive distclean-recursive \ 343 maintainer-clean-recursive: 335 $(RECURSIVE_CLEAN_TARGETS): 344 336 @failcom='exit 1'; \ 345 337 for f in x $$MAKEFLAGS; do \ … … 443 435 distdir: $(DISTFILES) 444 436 $(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 \ 454 450 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; \462 451 if test -d $$d/$$file; then \ 452 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 463 453 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 464 454 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ … … 474 464 if test "$$subdir" = .; then :; else \ 475 465 test -d "$(distdir)/$$subdir" \ 476 || $( mkdir_p) "$(distdir)/$$subdir" \466 || $(MKDIR_P) "$(distdir)/$$subdir" \ 477 467 || exit 1; \ 478 468 distdir=`$(am__cd) $(distdir) && pwd`; \ … … 482 472 top_distdir="$$top_distdir" \ 483 473 distdir="$$distdir/$$subdir" \ 474 am__remove_distdir=: \ 475 am__skip_length_check=: \ 484 476 distdir) \ 485 477 || exit 1; \ … … 489 481 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 490 482 ! -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 {} {} \; \ 492 484 || chmod -R a+r $(distdir) 493 485 dist-gzip: distdir … … 564 556 @(echo "$(distdir) archives ready for distribution: "; \ 565 557 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' 567 559 distuninstallcheck: 568 560 @cd $(distuninstallcheck_dir) \ … … 589 581 installdirs-am: 590 582 for dir in "$(DESTDIR)$(docdir)"; do \ 591 test -z "$$dir" || $( mkdir_p) "$$dir"; \583 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 592 584 done 593 585 install: install-recursive … … 637 629 install-data-am: install-docDATA 638 630 631 install-dvi: install-dvi-recursive 632 639 633 install-exec-am: 640 634 635 install-html: install-html-recursive 636 641 637 install-info: install-info-recursive 642 638 643 639 install-man: 640 641 install-pdf: install-pdf-recursive 642 643 install-ps: install-ps-recursive 644 644 645 645 installcheck-am: … … 663 663 ps-am: 664 664 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 \ 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 \ 673 674 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 684 686 685 687 … … 688 690 $(MAKE) -C doc doc 689 691 690 .PHONY: ipkg 691 ipkg: all 692 ./ipkg/rules BUILDROOT=$(BUILDROOT) 693 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/ 694 699 .PHONY: rpm 695 700 rpm: dist wifidog/wifidog-client/configure.in
r329 r337 1 1 ## -*-m4-*- 2 # $Id: configure.in 1 162 2007-01-06 23:51:02Z benoitg $2 # $Id: configure.in 1241 2007-06-24 04:13:13Z benoitg $ 3 3 4 4 dnl Process this file with autoconf to produce a configure script.
