2000-02-21 Harlan Stenn <stenn@whimsy.udel.edu>
+ * Makefile.am (SUBDIRS): Make librsaref right after includes so we
+ can copy any needed header files over.
+
+ * libntp/Makefile.am (INCLUDES): Also look in librsaref for des.h
+ * ntpd/Makefile.am (INCLUDES): Ditto
+ * util/Makefile.am (INCLUDES): Ditto
+
+ * librsaref/Makefile.am (librsaref_a_SOURCES): Use the des.h from
+ the rsaref2 distribution.
+
* include/Makefile.am (noinst_HEADERS): No, we don't want des.h
2000-02-20 Harlan Stenn <stenn@whimsy.udel.edu>
SUBDIRS = \
scripts \
include \
+ librsaref \
libntp \
libparse \
- librsaref \
ntpd \
ntpdate \
ntpdc \
SUBDIRS = \
scripts \
include \
+ librsaref \
libntp \
libparse \
- librsaref \
ntpd \
ntpdate \
ntpdc \
icom.c audio.c
libntp_a_LIBADD = @LIBOBJS@
libntp_a_DEPENDENCIES = @LIBOBJS@
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
ETAGS_ARGS = Makefile.am
noinst_HEADERS = lib_strbuf.h log.h
libntp_a_LIBADD = @LIBOBJS@
libntp_a_DEPENDENCIES = @LIBOBJS@
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
ETAGS_ARGS = Makefile.am
noinst_HEADERS = lib_strbuf.h log.h
# NOTES:
# don't use RSAREF's global.h - we use ours.
-# We already have a copy of des.h
librsaref_a_SOURCES = \
+ des.h \
desc.c \
digit.c \
digit.h \
# NOTES:
# don't use RSAREF's global.h - we use ours.
-# We already have a copy of des.h
librsaref_a_SOURCES = \
+ des.h \
desc.c \
digit.c \
digit.h \
#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
AUTOMAKE_OPTIONS = ../util/ansi2knr
bin_PROGRAMS = ntpd
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
# LDADD might need RESLIB and ADJLIB
LDADD = version.o @LIBPARSE@ ../libntp/libntp.a @LIBRSAREF@
ntpd_LDADD = $(LDADD) -lm
AUTOMAKE_OPTIONS = ../util/ansi2knr
bin_PROGRAMS = ntpd
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
# LDADD might need RESLIB and ADJLIB
LDADD = version.o @LIBPARSE@ ../libntp/libntp.a @LIBRSAREF@
ntpd_LDADD = $(LDADD) -lm
EXTRA_PROGRAMS = byteorder hist jitter kern longsize ntptime \
precision tickadj testrs6000 timetrim sht
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
# LDADD might need RESLIB and ADJLIB
LDADD = ../libntp/libntp.a
#EXTRA_DIST = README TAGS
precision tickadj testrs6000 timetrim sht
-INCLUDES = -I$(top_srcdir)/include
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref
# LDADD might need RESLIB and ADJLIB
LDADD = ../libntp/libntp.a
#EXTRA_DIST = README TAGS