Annotation of embedaddon/coova-chilli/debian/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.9.6 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005  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: srcdir = @srcdir@
                     17: top_srcdir = @top_srcdir@
                     18: VPATH = @srcdir@
                     19: pkgdatadir = $(datadir)/@PACKAGE@
                     20: pkglibdir = $(libdir)/@PACKAGE@
                     21: pkgincludedir = $(includedir)/@PACKAGE@
                     22: top_builddir = ..
                     23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     24: INSTALL = @INSTALL@
                     25: install_sh_DATA = $(install_sh) -c -m 644
                     26: install_sh_PROGRAM = $(install_sh) -c
                     27: install_sh_SCRIPT = $(install_sh) -c
                     28: INSTALL_HEADER = $(INSTALL_DATA)
                     29: transform = $(program_transform_name)
                     30: NORMAL_INSTALL = :
                     31: PRE_INSTALL = :
                     32: POST_INSTALL = :
                     33: NORMAL_UNINSTALL = :
                     34: PRE_UNINSTALL = :
                     35: POST_UNINSTALL = :
                     36: build_triplet = @build@
                     37: host_triplet = @host@
                     38: subdir = debian
                     39: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     40: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     41: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     42: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     43:        $(ACLOCAL_M4)
                     44: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     45: CONFIG_HEADER = $(top_builddir)/config.h
                     46: CONFIG_CLEAN_FILES =
                     47: SOURCES =
                     48: DIST_SOURCES =
                     49: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     50: ACLOCAL = @ACLOCAL@
                     51: AMDEP_FALSE = @AMDEP_FALSE@
                     52: AMDEP_TRUE = @AMDEP_TRUE@
                     53: AMTAR = @AMTAR@
                     54: AR = @AR@
                     55: AUTOCONF = @AUTOCONF@
                     56: AUTOHEADER = @AUTOHEADER@
                     57: AUTOMAKE = @AUTOMAKE@
                     58: AWK = @AWK@
                     59: CC = @CC@
                     60: CCDEPMODE = @CCDEPMODE@
                     61: CFLAGS = @CFLAGS@
                     62: CPP = @CPP@
                     63: CPPFLAGS = @CPPFLAGS@
                     64: CXX = @CXX@
                     65: CXXCPP = @CXXCPP@
                     66: CXXDEPMODE = @CXXDEPMODE@
                     67: CXXFLAGS = @CXXFLAGS@
                     68: CYGPATH_W = @CYGPATH_W@
                     69: DEFS = @DEFS@
                     70: DEPDIR = @DEPDIR@
                     71: ECHO = @ECHO@
                     72: ECHO_C = @ECHO_C@
                     73: ECHO_N = @ECHO_N@
                     74: ECHO_T = @ECHO_T@
                     75: EGREP = @EGREP@
                     76: EXEEXT = @EXEEXT@
                     77: F77 = @F77@
                     78: FFLAGS = @FFLAGS@
                     79: INSTALL_DATA = @INSTALL_DATA@
                     80: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     81: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     82: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     83: LDFLAGS = @LDFLAGS@
                     84: LIBOBJS = @LIBOBJS@
                     85: LIBS = @LIBS@
                     86: LIBTOOL = @LIBTOOL@
                     87: LN_S = @LN_S@
                     88: LTLIBOBJS = @LTLIBOBJS@
                     89: MAKEINFO = @MAKEINFO@
                     90: OBJEXT = @OBJEXT@
                     91: PACKAGE = @PACKAGE@
                     92: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                     93: PACKAGE_NAME = @PACKAGE_NAME@
                     94: PACKAGE_STRING = @PACKAGE_STRING@
                     95: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                     96: PACKAGE_VERSION = @PACKAGE_VERSION@
                     97: PATH_SEPARATOR = @PATH_SEPARATOR@
                     98: RANLIB = @RANLIB@
                     99: SET_MAKE = @SET_MAKE@
                    100: SHELL = @SHELL@
                    101: STRIP = @STRIP@
                    102: VERSION = @VERSION@
                    103: ac_ct_AR = @ac_ct_AR@
                    104: ac_ct_CC = @ac_ct_CC@
                    105: ac_ct_CXX = @ac_ct_CXX@
                    106: ac_ct_F77 = @ac_ct_F77@
                    107: ac_ct_RANLIB = @ac_ct_RANLIB@
                    108: ac_ct_STRIP = @ac_ct_STRIP@
                    109: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    110: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    111: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    112: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    113: am__include = @am__include@
                    114: am__leading_dot = @am__leading_dot@
                    115: am__quote = @am__quote@
                    116: am__tar = @am__tar@
                    117: am__untar = @am__untar@
                    118: bindir = @bindir@
                    119: build = @build@
                    120: build_alias = @build_alias@
                    121: build_cpu = @build_cpu@
                    122: build_os = @build_os@
                    123: build_vendor = @build_vendor@
                    124: datadir = @datadir@
                    125: exec_prefix = @exec_prefix@
                    126: host = @host@
                    127: host_alias = @host_alias@
                    128: host_cpu = @host_cpu@
                    129: host_os = @host_os@
                    130: host_vendor = @host_vendor@
                    131: includedir = @includedir@
                    132: infodir = @infodir@
                    133: install_sh = @install_sh@
                    134: libdir = @libdir@
                    135: libexecdir = @libexecdir@
                    136: localstatedir = @localstatedir@
                    137: mandir = @mandir@
                    138: mkdir_p = @mkdir_p@
                    139: oldincludedir = @oldincludedir@
                    140: prefix = @prefix@
                    141: program_transform_name = @program_transform_name@
                    142: sbindir = @sbindir@
                    143: sharedstatedir = @sharedstatedir@
                    144: sysconfdir = @sysconfdir@
                    145: target_alias = @target_alias@
                    146: EXTRA_DIST = \
                    147: changelog control coova-chilli.chilli.init copyright \
                    148: conffiles coova-chilli.chilli.default coova-chilli.docs dirs rules
                    149: 
                    150: all: all-am
                    151: 
                    152: .SUFFIXES:
                    153: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    154:        @for dep in $?; do \
                    155:          case '$(am__configure_deps)' in \
                    156:            *$$dep*) \
                    157:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    158:                && exit 0; \
                    159:              exit 1;; \
                    160:          esac; \
                    161:        done; \
                    162:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  debian/Makefile'; \
                    163:        cd $(top_srcdir) && \
                    164:          $(AUTOMAKE) --gnu  debian/Makefile
                    165: .PRECIOUS: Makefile
                    166: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    167:        @case '$?' in \
                    168:          *config.status*) \
                    169:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    170:          *) \
                    171:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    172:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    173:        esac;
                    174: 
                    175: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    176:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    177: 
                    178: $(top_srcdir)/configure:  $(am__configure_deps)
                    179:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    180: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    181:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    182: 
                    183: mostlyclean-libtool:
                    184:        -rm -f *.lo
                    185: 
                    186: clean-libtool:
                    187:        -rm -rf .libs _libs
                    188: 
                    189: distclean-libtool:
                    190:        -rm -f libtool
                    191: uninstall-info-am:
                    192: tags: TAGS
                    193: TAGS:
                    194: 
                    195: ctags: CTAGS
                    196: CTAGS:
                    197: 
                    198: 
                    199: distdir: $(DISTFILES)
                    200:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    201:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    202:        list='$(DISTFILES)'; for file in $$list; do \
                    203:          case $$file in \
                    204:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    205:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    206:          esac; \
                    207:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    208:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    209:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    210:            dir="/$$dir"; \
                    211:            $(mkdir_p) "$(distdir)$$dir"; \
                    212:          else \
                    213:            dir=''; \
                    214:          fi; \
                    215:          if test -d $$d/$$file; then \
                    216:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    217:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    218:            fi; \
                    219:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    220:          else \
                    221:            test -f $(distdir)/$$file \
                    222:            || cp -p $$d/$$file $(distdir)/$$file \
                    223:            || exit 1; \
                    224:          fi; \
                    225:        done
                    226: check-am: all-am
                    227: check: check-am
                    228: all-am: Makefile
                    229: installdirs:
                    230: install: install-am
                    231: install-exec: install-exec-am
                    232: install-data: install-data-am
                    233: uninstall: uninstall-am
                    234: 
                    235: install-am: all-am
                    236:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    237: 
                    238: installcheck: installcheck-am
                    239: install-strip:
                    240:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    241:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    242:          `test -z '$(STRIP)' || \
                    243:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    244: mostlyclean-generic:
                    245: 
                    246: clean-generic:
                    247: 
                    248: distclean-generic:
                    249:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    250: 
                    251: maintainer-clean-generic:
                    252:        @echo "This command is intended for maintainers to use"
                    253:        @echo "it deletes files that may require special tools to rebuild."
                    254: clean: clean-am
                    255: 
                    256: clean-am: clean-generic clean-libtool mostlyclean-am
                    257: 
                    258: distclean: distclean-am
                    259:        -rm -f Makefile
                    260: distclean-am: clean-am distclean-generic distclean-libtool
                    261: 
                    262: dvi: dvi-am
                    263: 
                    264: dvi-am:
                    265: 
                    266: html: html-am
                    267: 
                    268: info: info-am
                    269: 
                    270: info-am:
                    271: 
                    272: install-data-am:
                    273: 
                    274: install-exec-am:
                    275: 
                    276: install-info: install-info-am
                    277: 
                    278: install-man:
                    279: 
                    280: installcheck-am:
                    281: 
                    282: maintainer-clean: maintainer-clean-am
                    283:        -rm -f Makefile
                    284: maintainer-clean-am: distclean-am maintainer-clean-generic
                    285: 
                    286: mostlyclean: mostlyclean-am
                    287: 
                    288: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    289: 
                    290: pdf: pdf-am
                    291: 
                    292: pdf-am:
                    293: 
                    294: ps: ps-am
                    295: 
                    296: ps-am:
                    297: 
                    298: uninstall-am: uninstall-info-am
                    299: 
                    300: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
                    301:        distclean distclean-generic distclean-libtool distdir dvi \
                    302:        dvi-am html html-am info info-am install install-am \
                    303:        install-data install-data-am install-exec install-exec-am \
                    304:        install-info install-info-am install-man install-strip \
                    305:        installcheck installcheck-am installdirs maintainer-clean \
                    306:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    307:        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
                    308:        uninstall-info-am
                    309: 
                    310: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    311: # Otherwise a system limit (for SysV at least) may be exceeded.
                    312: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>