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

« back to all changes in this revision

Viewing changes to util/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:
6
6
EXTRA_PROGRAMS= audio-pcm byteorder hist jitter kern longsize \
7
7
        ntptime pps-api precision sht testrs6000 tg tickadj timetrim
8
8
 
9
 
INCLUDES=       -I$(top_srcdir)/include
 
9
AM_CPPFLAGS=    -I$(top_srcdir)/include $(LIBOPTS_CFLAGS)
10
10
# LDADD might need RESLIB and ADJLIB
11
11
LDADD=          ../libntp/libntp.a
12
 
ntp_keygen_LDADD=       @LCRYPTO@ ../libntp/libntp.a
 
12
ntp_keygen_SOURCES = ntp-keygen.c ntp-keygen-opts.c ntp-keygen-opts.h
 
13
ntp_keygen_LDADD=       @LCRYPTO@ $(LIBOPTS_LDADD) ../libntp/libntp.a
 
14
 
 
15
ETAGS_ARGS=     Makefile.am
13
16
#EXTRA_DIST=    README TAGS
14
 
EXTRA_DIST=
15
 
ETAGS_ARGS=     Makefile.am
 
17
EXTRA_DIST=     ntp-keygen-opts.def ntp-keygen.1 ntp-keygen-opts.texi ntp-keygen-opts.menu
 
18
BUILT_SOURCES=  ntp-keygen-opts.c ntp-keygen-opts.h ntp-keygen.1        \
 
19
                ntp-keygen-opts.texi ntp-keygen-opts.menu
 
20
man_MANS=       ntp-keygen.1
 
21
run_ag=         cd $(srcdir) && autogen -L ../include
 
22
std_def_list=   $(top_srcdir)/include/debug-opt.def             \
 
23
                $(top_srcdir)/include/autogen-version.def       \
 
24
                $(top_srcdir)/include/copyright.def             \
 
25
                $(top_srcdir)/include/version.def
 
26
 
 
27
$(srcdir)/ntp-keygen-opts.h: $(srcdir)/ntp-keygen-opts.c
 
28
$(srcdir)/ntp-keygen-opts.c: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
 
29
        $(run_ag) ntp-keygen-opts.def
 
30
 
 
31
$(srcdir)/ntp-keygen.1: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
 
32
        $(run_ag) -Tagman1.tpl -bntp-keygen ntp-keygen-opts.def
 
33
 
 
34
$(srcdir)/ntp-keygen-opts.texi $(srcdir)/ntp-keygen-opts.menu: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
 
35
        $(run_ag) -Taginfo.tpl -DLEVEL=section ntp-keygen-opts.def
 
36
 
16
37
 
17
38
jitter_SOURCES= jitter.c jitter.h
18
39
jitter_LDADD=