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 |
---|
2 | bin_PROGRAMS = @MAKE_TICKADJ@ @MAKE_NTPTIME@ |
---|
3 | EXTRA_PROGRAMS = byteorder hist jitter kern longsize ntptime \ |
---|
4 | precision tickadj testrs6000 timetrim sht |
---|
5 | |
---|
6 | INCLUDES = -I$(top_srcdir)/include |
---|
7 | # LDADD might need RESLIB and ADJLIB |
---|
8 | LDADD = ../libntp/libntp.a |
---|
9 | #EXTRA_DIST = README TAGS |
---|
10 | EXTRA_DIST = |
---|
11 | ETAGS_ARGS = Makefile.am |
---|
12 | |
---|
13 | ../libntp/libntp.a: |
---|
14 | cd ../libntp && $(MAKE) |
---|
15 | |
---|
16 | kern.o: kern.c |
---|
17 | $(COMPILE) -DHAVE_TIMEX_H -c kern.c |
---|
Note: See
TracBrowser
for help on using the repository browser.