(PRE_CPPFLAGS): Use this variable, not INCLUDES. Removed
-I$(srcdir).
Rev: src/nettle/ChangeLog:1.290
Rev: src/nettle/Makefile.in:1.8
2004-10-26 Niels Möller <nisse@lysator.liu.se>
+ * Released nettle-1.11.
+
+ * Makefile.in (clean-here): Delete *.s files.
+ (PRE_CPPFLAGS): Use this variable, not INCLUDES. Removed
+ -I$(srcdir).
+
* x86/arcfour-crypt.asm: Use movzbl when extending %cl to 32 bits.
2004-10-24 Niels Möller <nisse@lysator.liu.se>
include config.make
-# FIXME: Really need -I$(srcdir) ???
-INCLUDES = -I. -I$(srcdir)
+PRE_CPPFLAGS = -I.
TARGETS = aesdata$(EXEEXT) desdata$(EXEEXT) shadata$(EXEEXT) \
libnettle.a $(SHLIBTARGET) \
$(rm_distcheck)
clean-here:
- -rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.d
+ -rm -f $(TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.d *.s
distclean-here: clean-here
-rm -f config.h stamp-h config.log config.status \