~ubuntu-branches/ubuntu/breezy/judy/breezy

« back to all changes in this revision

Viewing changes to make_includes/flavor.debug.mk

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Y. Ts'o
  • Date: 2004-01-17 00:04:53 UTC
  • Revision ID: james.westby@ubuntu.com-20040117000453-d5sj6uoon2v1g4gf
Tags: upstream-0.0.4
ImportĀ upstreamĀ versionĀ 0.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# @(#) $Revision: 4.11 $ $Source: /judy/make_includes/flavor.debug.mk $
 
2
 
 
3
# Makefile fragment for Judy* for "debug" flavor object files.
 
4
# See flavor.product.mk for more comments.
 
5
 
 
6
FLAVOR = debug
 
7
 
 
8
CC_OPTS =       $(CC_OPTS_LIB) $(CC_OPTS_debug)   -DDEBUG $(EXTCCOPTS)
 
9
CC_OPTS_TOOL =                 $(CC_OPTS_product)         $(EXTCCOPTS)
 
10
 
 
11
CC =       $(CCPRE) $(CCPATH)      $(CC_OPTS)
 
12
CC_NOALL = $(CCPRE) $(CCPATH)      $(CC_OPTS)
 
13
CC_TOOL =           $(CCPATH_TOOL) $(CC_OPTS_TOOL)