~ubuntu-branches/debian/squeeze/ntp/squeeze

« back to all changes in this revision

Viewing changes to adjtimed/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-05-24 11:09:51 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100524110951-1o7gh469ygochf4n
Tags: 1:4.2.6.p1+dfsg-1
* New upstream version
  - They no longer ship arlib, adjust dfsg.patch.
  - Drop kfreebsd.patch, applied upstream
  - Update patches for upstream changes.
* Remove the obsolete config files:

  for ntp:
  - /etc/logcheck/ignore.d.server/ntp, removed in 1:4.2.6+dfsg-1
  - /etc/dhcp3/dhclient-enter-hooks.d/ntp, replaced by exit hooks in
    1:4.2.4p4+dfsg-3
  - /etc/network/if-up.d/ntp, removed in 1:4.2.4p0+dfsg-1

  for ntpdate:
  - /etc/dhcp3/dhclient-enter-hooks.d/ntpdate, replaced by exit hooks in
    1:4.2.4p4+dfsg-3

  Use dpkg 1.15.7.2's dpkg-maintscript-helper.  This needs
  a Pre-Depends to work, else it's never going to be removed.
  (Closes: #569530)
* Add "Depends: ${misc:Depends}" to ntp-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
59
59
CONFIG_HEADER = $(top_builddir)/config.h
60
60
CONFIG_CLEAN_FILES =
61
61
CONFIG_CLEAN_VPATH_FILES =
62
 
am__installdirs = "$(DESTDIR)$(bindir)"
63
 
PROGRAMS = $(bin_PROGRAMS)
 
62
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
 
63
PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
64
64
adjtimed_SOURCES = adjtimed.c
65
65
adjtimed_OBJECTS = adjtimed.$(OBJEXT)
66
66
adjtimed_LDADD = $(LDADD)
86
86
ACLOCAL = @ACLOCAL@
87
87
AMTAR = @AMTAR@
88
88
AR = @AR@
89
 
ARLIB_DIR = @ARLIB_DIR@
90
89
AUTOCONF = @AUTOCONF@
91
90
AUTOHEADER = @AUTOHEADER@
92
91
AUTOMAKE = @AUTOMAKE@
193
192
am__quote = @am__quote@
194
193
am__tar = @am__tar@
195
194
am__untar = @am__untar@
196
 
bindir = ${exec_prefix}/${BINSUBDIR}
 
195
bindir = @bindir@
197
196
build = @build@
198
197
build_alias = @build_alias@
199
198
build_cpu = @build_cpu@
236
235
top_builddir = @top_builddir@
237
236
top_srcdir = @top_srcdir@
238
237
AUTOMAKE_OPTIONS = 
239
 
bin_PROGRAMS = @MAKE_ADJTIMED@
 
238
@NTP_BINSUBDIR_IS_BIN_TRUE@bin_PROGRAMS = @MAKE_ADJTIMED@
 
239
@NTP_BINSUBDIR_IS_BIN_FALSE@sbin_PROGRAMS = @MAKE_ADJTIMED@
240
240
BUILT_SOURCES = .deps-ver
241
241
CLEANFILES = .deps-ver
242
242
AM_CPPFLAGS = -I$(top_srcdir)/include
320
320
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
321
321
        echo " rm -f" $$list; \
322
322
        rm -f $$list
 
323
install-sbinPROGRAMS: $(sbin_PROGRAMS)
 
324
        @$(NORMAL_INSTALL)
 
325
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
 
326
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
327
        for p in $$list; do echo "$$p $$p"; done | \
 
328
        sed 's/$(EXEEXT)$$//' | \
 
329
        while read p p1; do if test -f $$p || test -f $$p1; \
 
330
          then echo "$$p"; echo "$$p"; else :; fi; \
 
331
        done | \
 
332
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
333
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
334
        sed 'N;N;N;s,\n, ,g' | \
 
335
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
336
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
337
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
338
            else { print "f", $$3 "/" $$4, $$1; } } \
 
339
          END { for (d in files) print "f", d, files[d] }' | \
 
340
        while read type dir files; do \
 
341
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
342
            test -z "$$files" || { \
 
343
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
344
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
345
            } \
 
346
        ; done
 
347
 
 
348
uninstall-sbinPROGRAMS:
 
349
        @$(NORMAL_UNINSTALL)
 
350
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
351
        files=`for p in $$list; do echo "$$p"; done | \
 
352
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
353
              -e 's/$$/$(EXEEXT)/' `; \
 
354
        test -n "$$list" || exit 0; \
 
355
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
356
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
 
357
 
 
358
clean-sbinPROGRAMS:
 
359
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
360
        echo " rm -f" $$list; \
 
361
        rm -f $$list || exit $$?; \
 
362
        test -n "$(EXEEXT)" || exit 0; \
 
363
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
364
        echo " rm -f" $$list; \
 
365
        rm -f $$list
323
366
adjtimed$(EXEEXT): $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES) 
324
367
        @rm -f adjtimed$(EXEEXT)
325
368
        $(LINK) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS)
446
489
        $(MAKE) $(AM_MAKEFLAGS) check-am
447
490
all-am: Makefile $(PROGRAMS)
448
491
installdirs:
449
 
        for dir in "$(DESTDIR)$(bindir)"; do \
 
492
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
450
493
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
451
494
        done
452
495
install: $(BUILT_SOURCES)
479
522
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
480
523
clean: clean-am
481
524
 
482
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
525
clean-am: clean-binPROGRAMS clean-generic clean-libtool \
 
526
        clean-sbinPROGRAMS mostlyclean-am
483
527
 
484
528
distclean: distclean-am
485
529
        -rm -rf ./$(DEPDIR)
505
549
 
506
550
install-dvi-am:
507
551
 
508
 
install-exec-am: install-binPROGRAMS
 
552
install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
509
553
        @$(NORMAL_INSTALL)
510
554
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
511
555
install-html: install-html-am
546
590
 
547
591
ps-am:
548
592
 
549
 
uninstall-am: uninstall-binPROGRAMS
 
593
uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
550
594
 
551
595
.MAKE: all check install install-am install-exec-am install-strip
552
596
 
553
597
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
554
 
        clean-generic clean-libtool ctags distclean distclean-compile \
555
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
556
 
        dvi-am html html-am info info-am install install-am \
557
 
        install-binPROGRAMS install-data install-data-am install-dvi \
558
 
        install-dvi-am install-exec install-exec-am install-exec-hook \
559
 
        install-html install-html-am install-info install-info-am \
560
 
        install-man install-pdf install-pdf-am install-ps \
561
 
        install-ps-am install-strip installcheck installcheck-am \
562
 
        installdirs maintainer-clean maintainer-clean-generic \
563
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
564
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
565
 
        uninstall-am uninstall-binPROGRAMS
 
598
        clean-generic clean-libtool clean-sbinPROGRAMS ctags distclean \
 
599
        distclean-compile distclean-generic distclean-libtool \
 
600
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
601
        install install-am install-binPROGRAMS install-data \
 
602
        install-data-am install-dvi install-dvi-am install-exec \
 
603
        install-exec-am install-exec-hook install-html install-html-am \
 
604
        install-info install-info-am install-man install-pdf \
 
605
        install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
 
606
        install-strip installcheck installcheck-am installdirs \
 
607
        maintainer-clean maintainer-clean-generic mostlyclean \
 
608
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
609
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
610
        uninstall-binPROGRAMS uninstall-sbinPROGRAMS
566
611
 
567
612
 
568
613
install-exec-hook:
569
 
        @case ${BINSUBDIR} in                                   \
570
 
         bin) ODIR=${exec_prefix}/sbin ;;                       \
571
 
         sbin) ODIR=${exec_prefix}/bin ;;                       \
572
 
        esac;                                                   \
573
 
        test -z "${bin_PROGRAMS}${bin_SCRIPTS}"                 \
 
614
        @case ${BINSUBDIR} in                                           \
 
615
         bin) ODIR=${sbindir} ;;                                        \
 
616
         sbin) ODIR=${bindir} ;;                                        \
 
617
        esac;                                                           \
 
618
        test -z "${bin_PROGRAMS}${bin_SCRIPTS}"                         \
574
619
        || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do              \
575
620
           test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";   \
576
621
        done