~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.2.1/build/cc-gcc.mak

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
export CC = $(CROSS_COMPILE)gcc -c
 
2
export AR = $(CROSS_COMPILE)ar rv 
 
3
export LD = $(CROSS_COMPILE)gcc
 
4
export LDOUT = -o 
 
5
export RANLIB = $(CROSS_COMPILE)ranlib
 
6
 
 
7
export OBJEXT := .o
 
8
export LIBEXT := .a
 
9
export LIBEXT2 :=
 
10
 
 
11
export CC_OUT := -o 
 
12
export CC_INC := -I
 
13
export CC_DEF := -D
 
14
export CC_OPTIMIZE := -O2
 
15
export CC_LIB := -l
 
16
 
 
17
export CC_SOURCES :=
 
18
export CC_CFLAGS := -Wall 
 
19
#export CC_CFLAGS += -Wdeclaration-after-statement
 
20
#export CC_CXXFLAGS := -Wdeclaration-after-statement
 
21
export CC_LDFLAGS :=
 
22