~ubuntu-branches/ubuntu/gutsy/djvulibre/gutsy

« back to all changes in this revision

Viewing changes to macosx/DjVuLibre/debug.xcconfig

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-11-22 13:59:45 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061122135945-o30t0g6s8r1nvstg
Tags: 3.5.17-3ubuntu1
* Sync with Debian
* debian/rules:
  - call dh_iconcache

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include "VersionConfig"
 
3
#include "mdimporter/MDImporterVersion"
 
4
 
 
5
ARCHS = $(NATIVE_ARCH)
 
6
 
 
7
FRAMEWORK_VERSION = $(DYLIB_CURRENT_VERSION)
 
8
 
 
9
COPY_PHASE_STRIP = NO
 
10
 
 
11
PREBINDING = NO
 
12
ZERO_LINK = YES
 
13
 
 
14
DEBUG_INFORMATION_FORMAT = dwarf
 
15
 
 
16
OTHER_CFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DTHREADMODEL=POSIXTHREADS -I$(SOURCE_ROOT)/../..
 
17
OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS)
 
18
 
 
19
OTHER_LDFLAGS = $(VersionLDFLAGS)
 
20
 
 
21
GCC_ENABLE_PASCAL_STRINGS = NO
 
22
GCC_CW_ASM_SYNTAX = NO
 
23
GCC_NO_COMMON_BLOCKS = YES
 
24
GCC_OPTIMIZATION_LEVEL = 0
 
25
GCC_PREFIX_HEADER = 
 
26
GCC_PRECOMPILE_PREFIX_HEADER = NO