~ubuntu-branches/ubuntu/lucid/skyeye/lucid-proposed

« back to all changes in this revision

Viewing changes to arch/coldfire/tracer/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-02-09 20:24:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070209202429-jknfb98t9ggaoz02
Tags: 1.2.1-2
Disable DBCT again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
# Generated automatically from Makefile.rules.in by configure.
10
10
CC      = gcc
 
11
 
11
12
CFLAGS  = -Wall -fomit-frame-pointer -g -O2 -I$(TOPSRCDIR)
 
13
 
 
14
# for GTK+ on Win32
 
15
ifeq ($(OSTYPE),msys)
 
16
CFLAGS := $(CFLAGS) -mthreads -mms-bitfields
 
17
else
 
18
ifeq ($(TERM),cygwin)
 
19
CFLAGS := $(CFLAGS) -mms-bitfields
 
20
endif
 
21
endif
 
22
 
12
23
LIBS    = -lreadline -lncurses 
13
24
LD_R    = ld -r
14
25
RM      = rm -f