~ubuntu-branches/debian/sid/ntp/sid

« back to all changes in this revision

Viewing changes to ntpsnmpd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2012-02-27 13:55:56 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120227135556-dkx4mkod5trl5bgt
Tags: 1:4.2.6.p5+dfsg-1
* New upstream release (closes: #644673)
* Updated instructions on generating autotools.patch
* Updated standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
107
107
am__base_list = \
108
108
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
109
109
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
110
am__uninstall_files_from_dir = { \
 
111
  test -z "$$files" \
 
112
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
113
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
114
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
115
  }
110
116
man1dir = $(mandir)/man1
111
117
NROFF = nroff
112
118
MANS = $(man_MANS)
202
208
PATH_SEPARATOR = @PATH_SEPARATOR@
203
209
PATH_SH = @PATH_SH@
204
210
PATH_TEST = @PATH_TEST@
 
211
POSIX_SHELL = @POSIX_SHELL@
205
212
PROPDELAY = @PROPDELAY@
206
213
RANLIB = @RANLIB@
207
214
SED = @SED@
328
335
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329
336
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330
337
        esac;
 
338
$(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf:
331
339
 
332
340
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333
341
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423
431
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
424
432
        echo " rm -f" $$list; \
425
433
        rm -f $$list
426
 
ntpsnmpd$(EXEEXT): $(ntpsnmpd_OBJECTS) $(ntpsnmpd_DEPENDENCIES) 
 
434
ntpsnmpd$(EXEEXT): $(ntpsnmpd_OBJECTS) $(ntpsnmpd_DEPENDENCIES) $(EXTRA_ntpsnmpd_DEPENDENCIES) 
427
435
        @rm -f ntpsnmpd$(EXEEXT)
428
436
        $(LINK) $(ntpsnmpd_OBJECTS) $(ntpsnmpd_LDADD) $(LIBS)
429
437
 
499
507
          sed -n '/\.1[a-z]*$$/p'; \
500
508
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
501
509
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
502
 
        test -z "$$files" || { \
503
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
504
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
510
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
505
511
 
506
512
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
507
513
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
617
623
 
618
624
installcheck: installcheck-am
619
625
install-strip:
620
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
621
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
622
 
          `test -z '$(STRIP)' || \
623
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
626
        if test -z '$(STRIP)'; then \
 
627
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
628
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
629
              install; \
 
630
        else \
 
631
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
632
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
633
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
634
        fi
624
635
mostlyclean-generic:
625
636
 
626
637
clean-generic: