~ubuntu-branches/ubuntu/trusty/judy/trusty

« back to all changes in this revision

Viewing changes to make_includes/flavor.debug.mk

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

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)