Diff for /embedaddon/dhcp/Makefile.in between versions 1.1 and 1.1.1.1

version 1.1, 2012/02/21 22:30:18 version 1.1.1.1, 2012/10/09 09:06:54
Line 33  POST_UNINSTALL = : Line 33  POST_UNINSTALL = :
 subdir = .  subdir = .
 DIST_COMMON = README $(am__configure_deps) $(nobase_include_HEADERS) \  DIST_COMMON = README $(am__configure_deps) $(nobase_include_HEADERS) \
         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \          $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        $(top_srcdir)/configure depcomp install-sh missing        $(top_srcdir)/configure $(top_srcdir)/doc/devel/doxyfile.in \
         depcomp install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac  am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Line 42  am__CONFIG_DISTCLEAN_FILES = config.status config.cach Line 43  am__CONFIG_DISTCLEAN_FILES = config.status config.cach
  configure.lineno config.status.lineno   configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d  mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/includes/config.h  CONFIG_HEADER = $(top_builddir)/includes/config.h
CONFIG_CLEAN_FILES =CONFIG_CLEAN_FILES = doc/devel/doxyfile
 SOURCES =  SOURCES =
 DIST_SOURCES =  DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \  RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
Line 79  distuninstallcheck_listfiles = find . -type f -print Line 80  distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print  distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
   ATF_CFLAGS = @ATF_CFLAGS@
   ATF_LDFLAGS = @ATF_LDFLAGS@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
Line 212  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__ Line 215  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__
         cd $(srcdir) && $(AUTOCONF)          cd $(srcdir) && $(AUTOCONF)
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)          cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   doc/devel/doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/devel/doxyfile.in
           cd $(top_builddir) && $(SHELL) ./config.status $@
 install-nobase_includeHEADERS: $(nobase_include_HEADERS)  install-nobase_includeHEADERS: $(nobase_include_HEADERS)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"          test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"

Removed from v.1.1  
changed lines
  Added in v.1.1.1.1


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