~ubuntu-branches/ubuntu/trusty/ntp/trusty-proposed

« back to all changes in this revision

Viewing changes to ntpd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-03 07:21:01 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20130403072101-v3vt8xcs18b6uhjf
Tags: 1:4.2.6.p5+dfsg-2ubuntu1
* New upstream version, fixing build failure in raring.
* Merge with Debian; remaining changes:
  + debian/ntp.conf, debian/ntpdate.default: Change default server to
    ntp.ubuntu.com.
  + debian/ntpdate.ifup: Stop ntp before running ntpdate when an interface
    comes up, then start again afterwards.
  + debian/ntp.init, debian/rules: Only stop when entering single user mode.
  + Add enforcing AppArmor profile:
    - debian/control: Add Conflicts/Replaces on apparmor-profiles.
    - debian/control: Add Suggests on apparmor.
    - debian/ntp.dirs: Add apparmor directories.
    - debian/ntp.preinst: Force complain on certain upgrades.
    - debian/ntp.postinst: Reload apparmor profile.
    - debian/ntp.postrm: Remove the force-complain file.
    - add debian/apparmor-profile*.
    - debian/rules: install apparmor-profile and apparmor-profile.tunable.
    - debian/README.Debian: Add note on AppArmor.
  + debian/{control,rules}: Add and enable hardened build for PIE.
  + debian/apparmor-profile: Adjust location of drift files.
  + debian/rules, debian/ntp.dirs, debian/source_ntp.py: Add apport hook.
  + debian/ntpdate-debian: Disregard empty ntp.conf files.
  + debian/ntp.preinst: Remove empty /etc/ntp.conf on fresh intallation.
  + debian/ntpdate.ifup: Fix interaction with openntpd.
  + debian/source_ntp.py: Add filter on AppArmor profile names to prevent
    false positives from denials originating in other packages.
  + debian/apparmor-profile: Add samba4 ntp signing socket to ntpd apparmor
    profile.
  + debian/apparmor-profile: adjust for IPv6.

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.
144
144
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
145
145
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
146
146
        $(LDFLAGS) -o $@
147
 
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
 
147
YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
148
148
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
149
 
        --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
 
149
        --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
150
150
YLWRAP = $(top_srcdir)/ylwrap
151
151
SOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \
152
152
        $(ntpd_SOURCES) $(ntpdsim_SOURCES)
173
173
am__base_list = \
174
174
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
175
175
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
176
am__uninstall_files_from_dir = { \
 
177
  test -z "$$files" \
 
178
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
179
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
180
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
181
  }
176
182
man1dir = $(mandir)/man1
177
183
NROFF = nroff
178
184
MANS = $(man_MANS)
268
274
PATH_SEPARATOR = @PATH_SEPARATOR@
269
275
PATH_SH = @PATH_SH@
270
276
PATH_TEST = @PATH_TEST@
 
277
POSIX_SHELL = @POSIX_SHELL@
271
278
PROPDELAY = @PROPDELAY@
272
279
RANLIB = @RANLIB@
273
280
SED = @SED@
526
533
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
527
534
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
528
535
        esac;
 
536
$(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf:
529
537
 
530
538
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
531
539
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
538
546
 
539
547
clean-noinstLIBRARIES:
540
548
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
541
 
libntpd.a: $(libntpd_a_OBJECTS) $(libntpd_a_DEPENDENCIES) 
 
549
libntpd.a: $(libntpd_a_OBJECTS) $(libntpd_a_DEPENDENCIES) $(EXTRA_libntpd_a_DEPENDENCIES) 
542
550
        -rm -f libntpd.a
543
551
        $(libntpd_a_AR) libntpd.a $(libntpd_a_OBJECTS) $(libntpd_a_LIBADD)
544
552
        $(RANLIB) libntpd.a
637
645
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
638
646
        echo " rm -f" $$list; \
639
647
        rm -f $$list
640
 
check_y2k$(EXEEXT): $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) 
 
648
check_y2k$(EXEEXT): $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) $(EXTRA_check_y2k_DEPENDENCIES) 
641
649
        @rm -f check_y2k$(EXEEXT)
642
650
        $(LINK) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS)
643
 
keyword-gen$(EXEEXT): $(keyword_gen_OBJECTS) $(keyword_gen_DEPENDENCIES) 
 
651
keyword-gen$(EXEEXT): $(keyword_gen_OBJECTS) $(keyword_gen_DEPENDENCIES) $(EXTRA_keyword_gen_DEPENDENCIES) 
644
652
        @rm -f keyword-gen$(EXEEXT)
645
653
        $(LINK) $(keyword_gen_OBJECTS) $(keyword_gen_LDADD) $(LIBS)
646
654
ntp_parser.h: ntp_parser.c
647
 
        @if test ! -f $@; then \
648
 
          rm -f ntp_parser.c; \
649
 
          $(MAKE) $(AM_MAKEFLAGS) ntp_parser.c; \
650
 
        else :; fi
651
 
ntpd$(EXEEXT): $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) 
 
655
        @if test ! -f $@; then rm -f ntp_parser.c; else :; fi
 
656
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ntp_parser.c; else :; fi
 
657
ntpd$(EXEEXT): $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) $(EXTRA_ntpd_DEPENDENCIES) 
652
658
        @rm -f ntpd$(EXEEXT)
653
659
        $(LINK) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS)
654
 
ntpdsim$(EXEEXT): $(ntpdsim_OBJECTS) $(ntpdsim_DEPENDENCIES) 
 
660
ntpdsim$(EXEEXT): $(ntpdsim_OBJECTS) $(ntpdsim_DEPENDENCIES) $(EXTRA_ntpdsim_DEPENDENCIES) 
655
661
        @rm -f ntpdsim$(EXEEXT)
656
662
        $(ntpdsim_LINK) $(ntpdsim_OBJECTS) $(ntpdsim_LDADD) $(LIBS)
657
663
 
924
930
          sed -n '/\.1[a-z]*$$/p'; \
925
931
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
926
932
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
927
 
        test -z "$$files" || { \
928
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
929
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
933
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
930
934
 
931
935
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
932
936
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1044
1048
 
1045
1049
installcheck: installcheck-am
1046
1050
install-strip:
1047
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1048
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1049
 
          `test -z '$(STRIP)' || \
1050
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
1051
        if test -z '$(STRIP)'; then \
 
1052
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1053
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1054
              install; \
 
1055
        else \
 
1056
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1057
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1058
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1059
        fi
1051
1060
mostlyclean-generic:
1052
1061
 
1053
1062
clean-generic: