From 5af5c553e3717214b5478a93dc5dcd38be21bc39 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 23 Jul 2015 08:39:31 -0400 Subject: [PATCH] Added default for strip program. Added additional fodder to distclean recipe --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 88876325..b2046669 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,6 +5,7 @@ CXXFLAGS ?= -DNDEBUG -g2 -O3 # LDFLAGS += -Wl,--gc-sections ARFLAGS = -cr # ar needs the dash on OpenBSD RANLIB ?= ranlib +STRIP ?= strip CP = cp MKDIR = mkdir EGREP = egrep @@ -231,7 +232,8 @@ clean: .PHONY: distclean distclean: - -$(RM) -r GNUmakefile.deps *.o *.obj *.a *.so *.exe a.out \ + -$(RM) -r GNUmakefile.deps *.o *.obj *.a *.so *.exe \ + a.out *~ \.*~ *\.h\. *\.cpp\. *.bu *.bak \ adhoc.cpp adhoc.cpp.copied *.diff *.patch cryptopp.zip \ *.dSYM .DS_Store TestVectors/.DS_Store TestData/.DS_Store