File: Makefile.conf

package info (click to toggle)
mkelfimage 2.7-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 744 kB
  • ctags: 1,336
  • sloc: ansic: 5,334; sh: 2,496; asm: 682; makefile: 172
file content (46 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
prefix=/usr/local
exec_prefix=${prefix}

bindir=${exec_prefix}/bin
sbindir=${exec_prefix}/sbin
libexecdir=${exec_prefix}/libexec
datadir=${prefix}/share
sysconfdir=${prefix}/etc
sharedstatedir=${prefix}/com
localstatedir=${prefix}/var
libdir=${exec_prefix}/lib
infodir=${prefix}/info
mandir=${prefix}/man
includedir=${prefix}/include

DEFS=-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ZLIB_H=1 
LIBS= -lz
HOST_CC=gcc
HOST_CFLAGS=-O2 -Wall $(HOST_CPPFLAGS)  $(CFLAGS)  $(DEFS)

I386_CC     =gcc
I386_LD     =ld
I386_AS     =as
I386_CPP    =gcc -E
I386_OBJCOPY=objcopy
I386_CFLAGS =-Os -ffreestanding -Wall -W -Wno-format $(I386_CPPFLAGS)  $(CFLAGS)
I386_ASFLAGS=
I386_LDFLAGS=-static --warn-multiple-gp --warn-common

IA64_CC     =
IA64_LD     =
IA64_AS     =
IA64_CPP    =
IA64_OBJCOPY=
IA64_CFLAGS =-Os -ffreestanding -Wall -W -Wno-format -fpic -mconstant-gp -mauto-pic -fno-unwind-tables $(IA64_CPPFLAGS)  $(CFLAGS)
IA64_ASFLAGS=-mconstant-gp -mauto-pic
IA64_LDFLAGS=-static --warn-multiple-gp --warn-common

MKDIR=mkdir
RM=rm
CP=cp
LN=ln
TAR=tar
RPM=
SED=sed
FIND=find