From 879425c7e3a337de533cbf0919d0499eeea5cfb2 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 23 Jan 2012 15:29:53 +0400 Subject: [PATCH] Makefile removed --- Makefile | 12 ------------ help.smk | 6 +++--- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 490c10e..0000000 --- a/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# This file is generated with smake.sh. -# You can use this make file with instruction make to -# use one of build mode: debug, profile, develop, release. -# No need to call make clean if You make with other mode, -# because the Makefile containes rules for automatically clean. -# Some usage examples: -# make # default mode is debug -# CFLAGS="-O2 -march=core2 -mtune=core2 --msse4.1 mfpmath=sse -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1 -Wl,-ass-needed" make mode=develop -# CFLAGS="-O2 -march=amdfam10 -mtune=amdfam10 -msse4a --mfpmath=sse -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1 -Wl,--as-needed" make mode=profile -# CFLAGS="-O2 -march=k6-2 -mtune=k6-2 -m3dnow --mfpmath=387 -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1 -Wl,--as-needed" make mode=release -# Report bugs to - diff --git a/help.smk b/help.smk index a42837d..a4d8e55 100644 --- a/help.smk +++ b/help.smk @@ -5,7 +5,7 @@ # because the Makefile containes rules for automatically clean. # Some usage examples: # make # default mode is debug -# CFLAGS="-O2 -march=core2 -mtune=core2 --msse4.1 mfpmath=sse -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1 -Wl,-ass-needed" make mode=develop -# CFLAGS="-O2 -march=amdfam10 -mtune=amdfam10 -msse4a --mfpmath=sse -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1 -Wl,--as-needed" make mode=profile -# CFLAGS="-O2 -march=k6-2 -mtune=k6-2 -m3dnow --mfpmath=387 -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1 -Wl,--as-needed" make mode=release +# CFLAGS="-O2 -march=core2 -mtune=core2 -msse4.1 -mfpmath=sse -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1" make mode=develop +# CFLAGS="-O2 -march=amdfam10 -mtune=amdfam10 -msse4a --mfpmath=sse -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1" make mode=profile +# CFLAGS="-O2 -march=k6-2 -mtune=k6-2 -m3dnow --mfpmath=387 -fomit-frame-pointer -pipe" LDFLAGS="-Wl,-O1" make mode=release # Report bugs to