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

« back to all changes in this revision

Viewing changes to ntptrace/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-10-11 16:10:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041011161027-icyjbji8ujym633o
Tags: 1:4.2.0a-10ubuntu2
Use ntp.ubuntulinux.org instead of pool.ntp.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
2
 
AUTOMAKE_OPTIONS = ../util/ansi2knr
3
 
bin_PROGRAMS = ntptrace
4
 
INCLUDES = -I$(top_srcdir)/include
5
 
# LDADD might need RESLIB and ADJLIB
6
 
LDADD = version.o ../libntp/libntp.a
7
 
DISTCLEANFILES = .version version.c
8
 
noinst_HEADERS = ntptrace.h
9
 
#EXTRA_DIST = ntptrace.mak README TAGS save
10
 
ETAGS_ARGS = Makefile.am
11
 
 
12
 
$(PROGRAMS): $(LDADD)
13
 
 
14
 
../libntp/libntp.a:
15
 
        cd ../libntp && $(MAKE)
16
 
 
17
 
version.o: $(ntptrace_OBJECTS) ../libntp/libntp.a Makefile
18
 
        $(top_builddir)/scripts/mkver ntptrace
19
 
        $(COMPILE) -c version.c