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

« back to all changes in this revision

Viewing changes to ntpdate/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
 
AUTOMAKE_OPTIONS=       ../util/ansi2knr
 
1
#AUTOMAKE_OPTIONS=      ../util/ansi2knr
2
2
 
3
3
bindir=         ${exec_prefix}/${BINSUBDIR}
4
4
#bin_PROGRAMS=  ntpdate ntptimeset
18
18
../libntp/libntp.a:
19
19
        cd ../libntp && $(MAKE)
20
20
 
 
21
$(top_srcdir)/version :
 
22
        cd $(top_srcdir) && $(MAKE) version
 
23
 
21
24
version.o: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/version
22
25
        env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpdate
23
26
        $(COMPILE) -c version.c