File: iphone.mk

package info (click to toggle)
fbreader 0.12.10dfsg2-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 12,804 kB
  • sloc: cpp: 78,849; xml: 15,557; makefile: 844; sh: 305
file content (21 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include $(ROOTDIR)/makefiles/arch/unix.mk

ifeq "$(INSTALLDIR)" ""
  INSTALLDIR=/usr
endif
IMAGEDIR = $(INSTALLDIR)/share/pixmaps
APPIMAGEDIR = $(INSTALLDIR)/share/pixmaps/%APPLICATION_NAME%

ZLSHARED = no

CC = /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-g++-4.2.1
AR = /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ar rsu
LD = /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-g++-4.2.1

CFLAGS = -pipe -fno-exceptions -Wall -Wno-ctor-dtor-privacy -W -DLIBICONV_PLUG -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/usr/include/ -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/usr/include/c++/4.2.1/
LDFLAGS =
EXTERNAL_INCLUDE =
EXTERNAL_LIBS =

RM = rm -rvf
RM_QUIET = rm -rf