[Pkg-wmaker-commits] [wmbubble] 36/207: Finish neutering the insanity in the makefile.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:17:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit 42c36d85bacf65c3f9120d485e21cfd76e534459
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Thu Jul 28 20:18:19 2011 -0700

    Finish neutering the insanity in the makefile.
---
 Makefile | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index 3e91170..dda4409 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,12 @@
-# bubblemon configuration
-EXTRA =
-
 # where to install this program
 PREFIX = /usr/local
 
-# no user serviceable parts below
-EXTRA += $(WMAN)
 # optimization cflags
-USER_CFLAGS = -O3 -ansi -Wall
+CFLAGS = -O3 -ansi -Wall
 # profiling cflags
-# USER_CFLAGS = -ansi -Wall -pg -O3 -DPRO
+# CFLAGS = -ansi -Wall -pg -O3 -DPRO
 # test coverage cflags
-# USER_CFLAGS = -fprofile-arcs -ftest-coverage -Wall -ansi -g -DPRO
-BUILD_CFLAGS = 
-CFLAGS = $(USER_CFLAGS) $(BUILD_CFLAGS) ${EXTRA}
+# CFLAGS = -fprofile-arcs -ftest-coverage -Wall -ansi -g -DPRO
 
 BINARY=bubblemon
 SHELL=sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list