Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / clockstuff / Makefile.am
blob7521678619ecfc6f48bdb5877064fb3dffaee54f
1 #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
2 AUTOMAKE_OPTIONS = 
3 noinst_PROGRAMS = @PROPDELAY@ @CHUTEST@ @CLKTEST@
4 EXTRA_PROGRAMS = propdelay chutest clktest
6 INCLUDES = -I$(top_srcdir)/include
7 # We need -lm (and perhaps $(COMPAT) for propdelay, -lntp for {chu,clk}test
8 propdelay_LDADD = -lm ../libntp/libntp.a
9 chutest_LDADD = ../libntp/libntp.a
10 clktest_LDADD = ../libntp/libntp.a
11 ETAGS_ARGS = Makefile.am
12 #EXTRA_DIST = TAGS
13 BUILT_SOURCES =
14 CLEANFILES =
16 # clktest-opts.def wants ../include/copyright.def ../include/homerc.def
18 chutest$(EXEEXT): ../libntp/libntp.a
20 clktest$(EXEEXT): ../libntp/libntp.a
22 include $(top_srcdir)/depsver.mf