Browse Source

+ build embedded rtl

git-svn-id: trunk@12646 -
florian 16 years ago
parent
commit
17e62ae5e4
2 changed files with 101 additions and 1 deletions
  1. 100 1
      rtl/Makefile
  2. 1 0
      rtl/Makefile.fpc

+ 100 - 1
rtl/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/10/22]
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2009/02/01]
 #
 default: all
 MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku 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-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded
@@ -306,6 +306,9 @@ endif
 ifeq ($(FULL_TARGET),i386-wince)
 override TARGET_DIRS+=wince
 endif
+ifeq ($(FULL_TARGET),i386-embedded)
+override TARGET_DIRS+=embedded
+endif
 ifeq ($(FULL_TARGET),i386-symbian)
 override TARGET_DIRS+=symbian
 endif
@@ -324,6 +327,9 @@ endif
 ifeq ($(FULL_TARGET),m68k-palmos)
 override TARGET_DIRS+=palmos
 endif
+ifeq ($(FULL_TARGET),m68k-embedded)
+override TARGET_DIRS+=embedded
+endif
 ifeq ($(FULL_TARGET),powerpc-linux)
 override TARGET_DIRS+=linux
 endif
@@ -342,6 +348,9 @@ endif
 ifeq ($(FULL_TARGET),powerpc-morphos)
 override TARGET_DIRS+=morphos
 endif
+ifeq ($(FULL_TARGET),powerpc-embedded)
+override TARGET_DIRS+=embedded
+endif
 ifeq ($(FULL_TARGET),sparc-linux)
 override TARGET_DIRS+=linux
 endif
@@ -351,6 +360,9 @@ endif
 ifeq ($(FULL_TARGET),sparc-solaris)
 override TARGET_DIRS+=solaris
 endif
+ifeq ($(FULL_TARGET),sparc-embedded)
+override TARGET_DIRS+=embedded
+endif
 ifeq ($(FULL_TARGET),x86_64-linux)
 override TARGET_DIRS+=linux
 endif
@@ -363,6 +375,9 @@ endif
 ifeq ($(FULL_TARGET),x86_64-win64)
 override TARGET_DIRS+=win64
 endif
+ifeq ($(FULL_TARGET),x86_64-embedded)
+override TARGET_DIRS+=embedded
+endif
 ifeq ($(FULL_TARGET),arm-linux)
 override TARGET_DIRS+=linux
 endif
@@ -381,6 +396,9 @@ endif
 ifeq ($(FULL_TARGET),arm-nds)
 override TARGET_DIRS+=nds
 endif
+ifeq ($(FULL_TARGET),arm-embedded)
+override TARGET_DIRS+=embedded
+endif
 ifeq ($(FULL_TARGET),arm-symbian)
 override TARGET_DIRS+=symbian
 endif
@@ -390,9 +408,18 @@ endif
 ifeq ($(FULL_TARGET),powerpc64-darwin)
 override TARGET_DIRS+=darwin
 endif
+ifeq ($(FULL_TARGET),powerpc64-embedded)
+override TARGET_DIRS+=embedded
+endif
+ifeq ($(FULL_TARGET),avr-embedded)
+override TARGET_DIRS+=embedded
+endif
 ifeq ($(FULL_TARGET),armeb-linux)
 override TARGET_DIRS+=linux
 endif
+ifeq ($(FULL_TARGET),armeb-embedded)
+override TARGET_DIRS+=embedded
+endif
 override INSTALL_FPCPACKAGE=y
 override INSTALL_CREATEPACKAGEFPC=y
 ifdef REQUIRE_UNITSDIR
@@ -1675,6 +1702,9 @@ endif
 ifeq ($(FULL_TARGET),i386-wince)
 TARGET_DIRS_WINCE=1
 endif
+ifeq ($(FULL_TARGET),i386-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifeq ($(FULL_TARGET),i386-symbian)
 TARGET_DIRS_SYMBIAN=1
 endif
@@ -1693,6 +1723,9 @@ endif
 ifeq ($(FULL_TARGET),m68k-palmos)
 TARGET_DIRS_PALMOS=1
 endif
+ifeq ($(FULL_TARGET),m68k-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifeq ($(FULL_TARGET),powerpc-linux)
 TARGET_DIRS_LINUX=1
 endif
@@ -1711,6 +1744,9 @@ endif
 ifeq ($(FULL_TARGET),powerpc-morphos)
 TARGET_DIRS_MORPHOS=1
 endif
+ifeq ($(FULL_TARGET),powerpc-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifeq ($(FULL_TARGET),sparc-linux)
 TARGET_DIRS_LINUX=1
 endif
@@ -1720,6 +1756,9 @@ endif
 ifeq ($(FULL_TARGET),sparc-solaris)
 TARGET_DIRS_SOLARIS=1
 endif
+ifeq ($(FULL_TARGET),sparc-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifeq ($(FULL_TARGET),x86_64-linux)
 TARGET_DIRS_LINUX=1
 endif
@@ -1732,6 +1771,9 @@ endif
 ifeq ($(FULL_TARGET),x86_64-win64)
 TARGET_DIRS_WIN64=1
 endif
+ifeq ($(FULL_TARGET),x86_64-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifeq ($(FULL_TARGET),arm-linux)
 TARGET_DIRS_LINUX=1
 endif
@@ -1750,6 +1792,9 @@ endif
 ifeq ($(FULL_TARGET),arm-nds)
 TARGET_DIRS_NDS=1
 endif
+ifeq ($(FULL_TARGET),arm-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifeq ($(FULL_TARGET),arm-symbian)
 TARGET_DIRS_SYMBIAN=1
 endif
@@ -1759,9 +1804,18 @@ endif
 ifeq ($(FULL_TARGET),powerpc64-darwin)
 TARGET_DIRS_DARWIN=1
 endif
+ifeq ($(FULL_TARGET),powerpc64-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
+ifeq ($(FULL_TARGET),avr-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifeq ($(FULL_TARGET),armeb-linux)
 TARGET_DIRS_LINUX=1
 endif
+ifeq ($(FULL_TARGET),armeb-embedded)
+TARGET_DIRS_EMBEDDED=1
+endif
 ifdef TARGET_DIRS_LINUX
 linux_all:
 	$(MAKE) -C linux all
@@ -2392,6 +2446,51 @@ wince:
 	$(MAKE) -C wince all
 .PHONY: wince_all wince_debug wince_smart wince_release wince_units wince_examples wince_shared wince_install wince_sourceinstall wince_exampleinstall wince_distinstall wince_zipinstall wince_zipsourceinstall wince_zipexampleinstall wince_zipdistinstall wince_clean wince_distclean wince_cleanall wince_info wince_makefiles wince
 endif
+ifdef TARGET_DIRS_EMBEDDED
+embedded_all:
+	$(MAKE) -C embedded all
+embedded_debug:
+	$(MAKE) -C embedded debug
+embedded_smart:
+	$(MAKE) -C embedded smart
+embedded_release:
+	$(MAKE) -C embedded release
+embedded_units:
+	$(MAKE) -C embedded units
+embedded_examples:
+	$(MAKE) -C embedded examples
+embedded_shared:
+	$(MAKE) -C embedded shared
+embedded_install:
+	$(MAKE) -C embedded install
+embedded_sourceinstall:
+	$(MAKE) -C embedded sourceinstall
+embedded_exampleinstall:
+	$(MAKE) -C embedded exampleinstall
+embedded_distinstall:
+	$(MAKE) -C embedded distinstall
+embedded_zipinstall:
+	$(MAKE) -C embedded zipinstall
+embedded_zipsourceinstall:
+	$(MAKE) -C embedded zipsourceinstall
+embedded_zipexampleinstall:
+	$(MAKE) -C embedded zipexampleinstall
+embedded_zipdistinstall:
+	$(MAKE) -C embedded zipdistinstall
+embedded_clean:
+	$(MAKE) -C embedded clean
+embedded_distclean:
+	$(MAKE) -C embedded distclean
+embedded_cleanall:
+	$(MAKE) -C embedded cleanall
+embedded_info:
+	$(MAKE) -C embedded info
+embedded_makefiles:
+	$(MAKE) -C embedded makefiles
+embedded:
+	$(MAKE) -C embedded all
+.PHONY: embedded_all embedded_debug embedded_smart embedded_release embedded_units embedded_examples embedded_shared embedded_install embedded_sourceinstall embedded_exampleinstall embedded_distinstall embedded_zipinstall embedded_zipsourceinstall embedded_zipexampleinstall embedded_zipdistinstall embedded_clean embedded_distclean embedded_cleanall embedded_info embedded_makefiles embedded
+endif
 ifdef TARGET_DIRS_SYMBIAN
 symbian_all:
 	$(MAKE) -C symbian all

+ 1 - 0
rtl/Makefile.fpc

@@ -30,6 +30,7 @@ dirs_solaris=solaris
 dirs_gba=gba
 dirs_nds=nds
 dirs_symbian=symbian
+dirs_embedded=embedded
 
 [install]
 fpcpackage=y