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

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-01-05 21:10:03 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105211003-mh6zc3um4k1uhsj7
Tags: 1:4.2.4p4+dfsg-8
It did not properly check the return value of EVP_VerifyFinal
which results in an malformed DSA signature being treated as
a good signature rather than as an error.  (CVE-2009-0021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
2
 
AUTOMAKE_OPTIONS = util/ansi2knr foreign 1.5
3
 
 
4
 
SUBDIRS = \
5
 
        scripts \
6
 
        include \
7
 
        ElectricFence   \
8
 
        @ARLIB_DIR@ \
9
 
        libntp  \
10
 
        libparse        \
11
 
        ntpd    \
12
 
        ntpdate \
13
 
        ntpdc   \
14
 
        ntpq    \
15
 
        parseutil       \
16
 
        adjtimed        \
17
 
        clockstuff      \
18
 
        kernel  \
19
 
        @MAKE_SNTP@     \
20
 
        util
21
 
 
22
 
DIST_SUBDIRS= \
23
 
        scripts \
24
 
        include \
25
 
        ElectricFence   \
26
 
        arlib \
27
 
        libntp  \
28
 
        libparse        \
29
 
        ntpd    \
30
 
        ntpdate \
31
 
        ntpdc   \
32
 
        ntpq    \
33
 
        parseutil       \
34
 
        adjtimed        \
35
 
        clockstuff      \
36
 
        kernel  \
37
 
        sntp    \
38
 
        util
39
 
DISTCHECK_CONFIGURE_FLAGS=      --with-arlib --with-sntp
40
 
 
41
 
EXTRA_DIST = \
42
 
        COPYRIGHT \
43
 
        ChangeLog \
44
 
        ChangeLog-4.1.0 \
45
 
        NEWS \
46
 
        NOTES.y2kfixes \
47
 
        README.bk \
48
 
        README.hackers \
49
 
        README.patches \
 
2
AUTOMAKE_OPTIONS = util/ansi2knr foreign 1.8
 
3
ACLOCAL_AMFLAGS= -I m4 -I libopts/m4
 
4
 
 
5
NULL=
 
6
 
 
7
SUBDIRS=
 
8
if NEED_LIBOPTS
 
9
SUBDIRS+= libopts
 
10
endif
 
11
SUBDIRS+=               \
 
12
        scripts         \
 
13
        include         \
 
14
        ElectricFence   \
 
15
        @ARLIB_DIR@     \
 
16
        libntp          \
 
17
        libparse        \
 
18
        ntpd            \
 
19
        ntpdate         \
 
20
        ntpdc           \
 
21
        ntpq            \
 
22
        parseutil       \
 
23
        adjtimed        \
 
24
        clockstuff      \
 
25
        kernel          \
 
26
        sntp            \
 
27
        util            \
 
28
        $(NULL)
 
29
 
 
30
DIST_SUBDIRS=           \
 
31
        scripts         \
 
32
        include         \
 
33
        ElectricFence   \
 
34
        arlib           \
 
35
        libntp          \
 
36
        libopts         \
 
37
        libparse        \
 
38
        ntpd            \
 
39
        ntpdate         \
 
40
        ntpdc           \
 
41
        ntpq            \
 
42
        parseutil       \
 
43
        adjtimed        \
 
44
        clockstuff      \
 
45
        kernel          \
 
46
        sntp            \
 
47
        util            \
 
48
        $(NULL)
 
49
 
 
50
DISTCHECK_CONFIGURE_FLAGS=      --with-arlib --enable-local-libopts
 
51
 
 
52
EXTRA_DIST =            \
 
53
        COPYRIGHT       \
 
54
        ChangeLog       \
 
55
        CommitLog       \
 
56
        CommitLog-4.1.0 \
 
57
        NEWS            \
 
58
        NOTES.y2kfixes  \
 
59
        README.bk       \
 
60
        README.hackers  \
 
61
        README.patches  \
50
62
        README.refclocks \
51
 
        README.versions \
52
 
        TODO \
53
 
        WHERE-TO-START \
54
 
        build \
55
 
        config.guess \
56
 
        config.h.in \
57
 
        config.sub \
58
 
        dot.emacs \
59
 
        excludes \
60
 
        flock-build \
61
 
        install-sh \
62
 
        readme.y2kfixes \
63
 
        results.y2kfixes \
64
 
        conf \
65
 
        html \
66
 
        libisc \
67
 
        ports \
68
 
        version
69
 
 
70
 
DISTCLEANFILES = .warning
71
 
 
72
 
#ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
73
 
ETAGS_ARGS = Makefile.am configure.in
 
63
        README.versions \
 
64
        TODO            \
 
65
        WHERE-TO-START  \
 
66
        bootstrap       \
 
67
        build           \
 
68
        config.guess    \
 
69
        config.h.in     \
 
70
        config.sub      \
 
71
        dot.emacs       \
 
72
        excludes        \
 
73
        flock-build     \
 
74
        install-sh      \
 
75
        packageinfo.sh  \
 
76
        readme.y2kfixes \
 
77
        results.y2kfixes        \
 
78
        \
 
79
        conf            \
 
80
        html            \
 
81
        libisc          \
 
82
        ports           \
 
83
        \
 
84
        bincheck.mf     \
 
85
        version         \
 
86
        version.m4      \
 
87
        \
 
88
        $(NULL)
 
89
 
 
90
DISTCLEANFILES = .gcc-warning
 
91
 
 
92
#ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.ac
 
93
ETAGS_ARGS = Makefile.am configure.ac
74
94
 
75
95
# HMS: make ports be the last directory...
76
96
# DIST_HOOK_DIRS = conf html scripts ports
77
97
 
78
 
# HMS: Keep .warning first, as that way it gets printed first.
79
 
BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/version
 
98
# HMS: Keep .gcc-warning first, as that way it gets printed first.
 
99
BUILT_SOURCES = .gcc-warning $(srcdir)/COPYRIGHT $(srcdir)/version $(srcdir)/version.m4 $(srcdir)/include/version.def
80
100
 
81
101
$(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html
82
102
        ( echo "This file is automatically generated from html/copyright.html" ; lynx -dump $(srcdir)/html/copyright.html ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT
93
113
            y=`cat version 2>/dev/null` || true && \
94
114
            case "$$x" in ''|$$y) ;; *) echo $$x > version ;; esac
95
115
 
 
116
$(srcdir)/version.m4: $(srcdir)/packageinfo.sh
 
117
        cd $(srcdir) && \
 
118
        ./scripts/genver version.m4
 
119
 
 
120
$(srcdir)/include/version.def: $(srcdir)/packageinfo.sh
 
121
        cd $(srcdir) && \
 
122
        ./scripts/genver include/version.def
 
123
 
96
124
dist-hook:
97
125
        @find $(distdir) -type d -name CVS -print | xargs rm -rf
98
126
        @find $(distdir) -type d -name SCCS -print | xargs rm -rf
100
128
        @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \
101
129
           do chmod u+w $$i ; unix2dos $$i $$i; done
102
130
 
103
 
.warning:
 
131
.gcc-warning:
104
132
        @echo "Compiling with GCC now generates lots of new warnings."
105
133
        @echo " "
106
134
        @echo "Don't be concerned. They're just warnings."
110
138
        @echo "Feel free to send patches that fix these warnings, though."
111
139
        @echo " "
112
140
        @sleep 1
113
 
        @touch .warning
 
141
        @touch $@
 
142
 
 
143
CommitLog: FRC.CommitLog
 
144
        cd $(srcdir)                                    \
 
145
        && /bin/test -e CommitLog                       \
 
146
                -a SCCS/s.ChangeSet -ot CommitLog       \
 
147
        || scripts/genCommitLog
114
148
 
115
149
# HMS: The following seems to be a work-in-progress...
116
150
 
137
171
                echo " "; \
138
172
        fi
139
173
 
140
 
FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
 
174
FRC.CommitLog FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
141
175
 
142
176
# HMS: what was I trying to do with this?
143
177
#dot.emacs: FRC.distwarn