source: trunk/third/xntp/util/Makefile.am @ 10832

Revision 10832, 450 bytes checked in by brlewis, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10831, which included commits to RCS files with non-trunk default branches.
Line 
1#AUTOMAKE_OPTIONS = no-dependencies
2bin_PROGRAMS = @MAKE_TICKADJ@ @MAKE_NTPTIME@
3EXTRA_PROGRAMS = byteorder hist jitter kern longsize ntptime \
4precision tickadj testrs6000 timetrim sht
5
6INCLUDES = -I$(top_srcdir)/include
7# LDADD might need RESLIB and ADJLIB
8LDADD = ../libntp/libntp.a
9#EXTRA_DIST = README TAGS
10EXTRA_DIST =
11ETAGS_ARGS = Makefile.am
12
13../libntp/libntp.a:
14        cd ../libntp && $(MAKE)
15
16kern.o: kern.c
17        $(COMPILE) -DHAVE_TIMEX_H -c kern.c
Note: See TracBrowser for help on using the repository browser.