2013-04-16 Niels Möller <nisse@lysator.liu.se>
+ * Makefile.in (TARGETS): Deleted eccdata, it should be build only
+ when public key support is enabled.
+ (clean-here): Exlicitly list it here.
+
* asm.m4 (m4_log2): New macro, similar to the one in gmp.
(ALIGN): Changed to take alignment in bytes. Updated all callers,
currently used only in x86 and x86_64 files.
internal_TARGETS = $(internal_SOURCES:.c=.$(OBJEXT))
TARGETS = aesdata$(EXEEXT) desdata$(EXEEXT) twofishdata$(EXEEXT) \
- shadata$(EXEEXT) gcmdata$(EXEEXT) eccdata$(EXEEXT) \
+ shadata$(EXEEXT) gcmdata$(EXEEXT) \
$(getopt_TARGETS) $(internal_TARGETS) \
$(LIBTARGETS) $(SHLIBTARGETS)
IMPLICIT_TARGETS = @IF_DLL@ $(LIBNETTLE_FILE) $(LIBHOGWEED_FILE)
clean-here:
-rm -f $(TARGETS) $(IMPLICIT_TARGETS) *.$(OBJEXT) *.p$(OBJEXT) *.s \
- ecc-192.h ecc-224.h ecc-256.h ecc-384.h ecc-521.h eccdata.stamp
+ ecc-192.h ecc-224.h ecc-256.h ecc-384.h ecc-521.h \
+ eccdata$(EXEEXT) eccdata.stamp
-rm -rf .lib
distclean-here: clean-here