index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
phpbb
/
avatar
/
driver
/
driver_interface.php
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Marc Alexander <admin@m-a-styles.de>
2016-04-07 21:59:36 +0200
committer
Marc Alexander <admin@m-a-styles.de>
2016-04-07 21:59:36 +0200
commit
4e8981ee372e16caa1ebf1b36c877e06ed75bf3a
(
patch
)
tree
cea81cf4280bdf67b10a42164ce51d5528710034
/
phpBB/phpbb/avatar/driver/driver_interface.php
parent
901f36e982645efc6a778805cc592d80523f88d7
(
diff
)
parent
9ad5c577f5f02c723e39d63963e04dbbbfabacf8
(
diff
)
download
forums-4e8981ee372e16caa1ebf1b36c877e06ed75bf3a.tar
forums-4e8981ee372e16caa1ebf1b36c877e06ed75bf3a.tar.gz
forums-4e8981ee372e16caa1ebf1b36c877e06ed75bf3a.tar.bz2
forums-4e8981ee372e16caa1ebf1b36c877e06ed75bf3a.tar.xz
forumROOTDEST
= /
export
MISC_DEST
/
main MEDIA_INFO_DEST
= $(
ROOTDEST
)/
media
/
media_info DISTRIB_NAME
=
Mandrakelinux DISTRIB_VERSION
=
10.2
DISTRIB_DESCR
=
"$(DISTRIB_NAME) release $(DISTRIB_VERSION) (Limited Edition 2005)"
# not config, but useful everywhere :)
ARCH
:= $(
patsubst
i
%
86
,
i386
,$(
shell
uname
-
m
))
ARCH
:= $(
patsubst
sparc
%,
sparc
,$(
ARCH
))
ifeq
(
x86_64
, $(
ARCH
))
LIB
=
lib64
else
LIB
=
lib
endif