Subversion Repositories freemyipod

Rev

Rev 462 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 462 Rev 525
Line 5... Line 5...
5
 
5
 
6
bindir = @bindir@
6
bindir = @bindir@
7
libdir = @libdir@
7
libdir = @libdir@
8
includedir = @includedir@
8
includedir = @includedir@
9
 
9
 
10
ifeq ($(shell uname),WindowsNT)
10
ifeq ($(shell uname),WindowsNT)
11
CCACHE :=
11
CCACHE :=
12
else
12
else
13
CCACHE := $(shell which ccache)
13
CCACHE := $(shell which ccache)
14
endif
14
endif
15
 
15
 
16
CC = $(CCACHE) @CC@
16
CC = $(CCACHE) @CC@
17
CPU = @target_cpu@
17
CPU = @target_cpu@
18
TARGET = @target_alias@
18
TARGET = @target_alias@
19
SYMBOL_PREFIX = @SYMBOL_PREFIX@
19
SYMBOL_PREFIX = @SYMBOL_PREFIX@
20
CFLAGS = @CFLAGS@
20
CFLAGS = @CFLAGS@