~ubuntu-branches/ubuntu/intrepid/recoll/intrepid

« back to all changes in this revision

Viewing changes to mk/localdefs.in

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2008-05-29 23:25:40 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080529232540-9kuyznin2g8zmjn9
Tags: 1.10.2-1
* New upstream release
  + Updated patch debian/patches/02_gcc-snapshot-missing-headers-fix.dpatch
    Some portions are now merged with upstream
* debian/copyright:
  + Fixed indentation to 80 characters
  + Updated Debian package copyright year

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# @(#$Id: localdefs.in,v 1.12 2007/02/01 15:01:08 dockes Exp $  (C) 2006 J.F.Dockes
 
1
# @(#$Id: localdefs.in,v 1.13 2008/04/18 11:41:51 dockes Exp $  (C) 2006 J.F.Dockes
2
2
 
3
3
# 'Make' definitions which depend on local configuration.
4
4
 
22
22
 
23
23
RECOLL_DATADIR = ${datadir}/recoll
24
24
 
25
 
LOCALCXXFLAGS = $(INCICONV) $(XAPIANCXXFLAGS) $(X_CFLAGS) \
 
25
LOCALCXXFLAGS = -g -O2 -Wall -Wno-unused \
 
26
              $(INCICONV) $(XAPIANCXXFLAGS) $(X_CFLAGS) \
26
27
              -DRECOLL_DATADIR=\"$(RECOLL_DATADIR)\" \
27
28
              -DLIBDIR=\"$(libdir)\" \
28
29
              @DEFS@
29
30
 
30
 
CXXFLAGS = -g -O2 -Wall -Wno-unused 
 
31
CXXFLAGS = @CXXFLAGS@