+Thu Feb 2 02:59:58 1995 John Gilmore <gnu@cygnus.com>
+
+ * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I options.
+
Wed Jan 25 19:55:59 1995 John Gilmore (gnu at toad.com)
* Makefile.in (CFLAGS): Add -I options to pick up include files
-CFLAGS = $(CCOPTS) $(DEFS) -Icrc32 -Ides -Imd4 -Imd5
+CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/crc32 -I$(srcdir)/des -I$(srcdir)/md4 \
+ -I$(srcdir)/md5
LDFLAGS = -g
TST=if test -n "`cat DONE`" ; then
+Thu Feb 2 03:00:41 1995 John Gilmore <gnu@cygnus.com>
+
+ * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I options.
+
Wed Jan 25 20:08:47 1995 John Gilmore (gnu at toad.com)
* Makefile.in (CFLAGS): Add -I../des to pull in DES header file.
-CFLAGS = $(CCOPTS) $(DEFS) -I../des
+# -I$(srcdir) is needed to pull in $(srcdir)/rsa-md4.h for ./t_mddriver.c.
+CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des -I$(srcdir)
LDFLAGS = -g
all:: $(OBJS) t_mddriver
+Thu Feb 2 03:01:28 1995 John Gilmore <gnu@cygnus.com>
+
+ * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I options.
+
Wed Jan 25 20:11:30 1995 John Gilmore (gnu at toad.com)
* Makefile.in (CFLAGS): Use -I../des to pull in include file.
-CFLAGS = $(CCOPTS) $(DEFS) -I../des
+CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des
LDFLAGS = -g
all:: $(OBJS) t_mddriver