~ubuntu-branches/ubuntu/gutsy/ntp/gutsy

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-18 22:41:56 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518224156-563ruqxsxvqvoy8h
Tags: 1:4.2.4p0+dfsg-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Update version in conflicts/replaces to that which was shipped in edgy,
    which was later than that in Debian (due to the ubuntuX).
  - Change default server to ntp.ubuntu.com.
  - Remove stop links from rc0 and rc6
  - Call dh_installinit with --error-handler
  - Set Ubuntu maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
2
2
AUTOMAKE_OPTIONS = util/ansi2knr foreign 1.8
3
 
ACLOCAL_AMFLAGS= -I m4
4
 
 
5
 
SUBDIRS = \
6
 
        scripts \
7
 
        include \
8
 
        ElectricFence   \
9
 
        @ARLIB_DIR@ \
10
 
        libntp  \
11
 
        libparse        \
12
 
        ntpd    \
13
 
        ntpdate \
14
 
        ntpdc   \
15
 
        ntpq    \
16
 
        parseutil       \
17
 
        adjtimed        \
18
 
        clockstuff      \
19
 
        kernel  \
20
 
        @MAKE_SNTP@     \
21
 
        util
22
 
 
23
 
DIST_SUBDIRS= \
24
 
        scripts \
25
 
        include \
26
 
        ElectricFence   \
27
 
        arlib \
28
 
        libntp  \
29
 
        libparse        \
30
 
        ntpd    \
31
 
        ntpdate \
32
 
        ntpdc   \
33
 
        ntpq    \
34
 
        parseutil       \
35
 
        adjtimed        \
36
 
        clockstuff      \
37
 
        kernel  \
38
 
        sntp    \
39
 
        util
40
 
DISTCHECK_CONFIGURE_FLAGS=      --with-arlib --with-sntp
41
 
 
42
 
EXTRA_DIST = \
43
 
        COPYRIGHT \
44
 
        ChangeLog \
45
 
        ChangeLog-4.1.0 \
46
 
        NEWS \
47
 
        NOTES.y2kfixes \
48
 
        README.bk \
49
 
        README.hackers \
50
 
        README.patches \
 
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  \
51
62
        README.refclocks \
52
 
        README.versions \
53
 
        TODO \
54
 
        WHERE-TO-START \
55
 
        bootstrap \
56
 
        build \
57
 
        config.guess \
58
 
        config.h.in \
59
 
        config.sub \
60
 
        dot.emacs \
61
 
        excludes \
62
 
        flock-build \
63
 
        install-sh \
64
 
        packageinfo.sh \
65
 
        readme.y2kfixes \
66
 
        results.y2kfixes \
67
 
        \
68
 
        conf \
69
 
        html \
70
 
        libisc \
71
 
        ports \
72
 
        \
73
 
        bincheck.mf \
74
 
        version \
75
 
        version.m4
 
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)
76
89
 
77
90
DISTCLEANFILES = .gcc-warning
78
91
 
125
138
        @echo "Feel free to send patches that fix these warnings, though."
126
139
        @echo " "
127
140
        @sleep 1
128
 
        @touch .gcc-warning
 
141
        @touch $@
129
142
 
130
 
ChangeLog: FRC.ChangeLog
 
143
CommitLog: FRC.CommitLog
131
144
        cd $(srcdir)                                    \
132
 
        && /bin/test -e ChangeLog                       \
133
 
                -a SCCS/s.ChangeSet -ot ChangeLog       \
134
 
        || scripts/genChangeLog
 
145
        && /bin/test -e CommitLog                       \
 
146
                -a SCCS/s.ChangeSet -ot CommitLog       \
 
147
        || scripts/genCommitLog
135
148
 
136
149
# HMS: The following seems to be a work-in-progress...
137
150
 
158
171
                echo " "; \
159
172
        fi
160
173
 
161
 
FRC.ChangeLog FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
 
174
FRC.CommitLog FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
162
175
 
163
176
# HMS: what was I trying to do with this?
164
177
#dot.emacs: FRC.distwarn