summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-01-18 20:24:44 +0000
committerpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-01-18 20:24:44 +0000
commitb24686fbc1b30c6c8edb68c15e38b17b8ce3ed67 (patch)
tree2a55360da1ce01907583430498f3ec98b2b84adf /installer
parent5d60743e256f797ef714a0a945f20f2a9374925d (diff)
downloadfpc-b24686fbc1b30c6c8edb68c15e38b17b8ce3ed67.tar.gz
* symbian support
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@6052 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'installer')
-rw-r--r--installer/Makefile30
1 files changed, 28 insertions, 2 deletions
diff --git a/installer/Makefile b/installer/Makefile
index 81367d752b..d8cc0fcfea 100644
--- a/installer/Makefile
+++ b/installer/Makefile
@@ -1,8 +1,8 @@
#
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/06]
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18]
#
default: all
-MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded powerpc64-linux powerpc64-embedded
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded
BSDs = freebsd netbsd openbsd darwin
UNIXs = linux $(BSDs) solaris qnx
LIMIT83fs = go32v2 os2 emx watcom
@@ -316,6 +316,9 @@ endif
ifeq ($(FULL_TARGET),i386-embedded)
override CLEAN_UNITS+=scroll
endif
+ifeq ($(FULL_TARGET),i386-symbian)
+override CLEAN_UNITS+=scroll
+endif
ifeq ($(FULL_TARGET),m68k-linux)
override CLEAN_UNITS+=scroll
endif
@@ -403,6 +406,9 @@ endif
ifeq ($(FULL_TARGET),arm-embedded)
override CLEAN_UNITS+=scroll
endif
+ifeq ($(FULL_TARGET),arm-symbian)
+override CLEAN_UNITS+=scroll
+endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override CLEAN_UNITS+=scroll
endif
@@ -485,6 +491,9 @@ endif
ifeq ($(FULL_TARGET),i386-embedded)
override COMPILER_UNITDIR+=../ide
endif
+ifeq ($(FULL_TARGET),i386-symbian)
+override COMPILER_UNITDIR+=../ide
+endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_UNITDIR+=../ide
endif
@@ -572,6 +581,9 @@ endif
ifeq ($(FULL_TARGET),arm-embedded)
override COMPILER_UNITDIR+=../ide
endif
+ifeq ($(FULL_TARGET),arm-symbian)
+override COMPILER_UNITDIR+=../ide
+endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override COMPILER_UNITDIR+=../ide
endif
@@ -904,6 +916,10 @@ EXEEXT=.gba
SHAREDLIBEXT=.so
SHORTSUFFIX=gba
endif
+ifeq ($(OS_TARGET),symbian)
+SHAREDLIBEXT=.dll
+SHORTSUFFIX=symbian
+endif
else
ifeq ($(OS_TARGET),go32v1)
PPUEXT=.pp1
@@ -1412,6 +1428,11 @@ REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_FV=1
REQUIRE_PACKAGES_UNZIP=1
endif
+ifeq ($(FULL_TARGET),i386-symbian)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_FV=1
+REQUIRE_PACKAGES_UNZIP=1
+endif
ifeq ($(FULL_TARGET),m68k-linux)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_FV=1
@@ -1557,6 +1578,11 @@ REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_FV=1
REQUIRE_PACKAGES_UNZIP=1
endif
+ifeq ($(FULL_TARGET),arm-symbian)
+REQUIRE_PACKAGES_RTL=1
+REQUIRE_PACKAGES_FV=1
+REQUIRE_PACKAGES_UNZIP=1
+endif
ifeq ($(FULL_TARGET),powerpc64-linux)
REQUIRE_PACKAGES_RTL=1
REQUIRE_PACKAGES_FV=1