From 7c37f51f79f6c5f88bcf1006c03eb050b140aa92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sun, 6 Jun 2004 15:28:43 +0000 Subject: [PATCH] * regenerated to support morphos target --- compiler/utils/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/compiler/utils/Makefile b/compiler/utils/Makefile index 7fb6db32fa..a6083c2009 100644 --- a/compiler/utils/Makefile +++ b/compiler/utils/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/05/23] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/06] # default: all -MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom +MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos BSDs = freebsd netbsd openbsd darwin UNIXs = linux $(BSDs) sunos qnx FORCE: @@ -494,6 +494,11 @@ EXEEXT= SHAREDLIBEXT=.library FPCMADE=fpcmade.amg endif +ifeq ($(OS_TARGET),morphos) +EXEEXT= +SHAREDLIBEXT=.library +FPCMADE=fpcmade.mos +endif ifeq ($(OS_TARGET),atari) EXEEXT=.ttp FPCMADE=fpcmade.ata @@ -1071,6 +1076,11 @@ ifeq ($(CPU_TARGET),i386) REQUIRE_PACKAGES_RTL=1 endif endif +ifeq ($(OS_TARGET),morphos) +ifeq ($(CPU_TARGET),powerpc) +REQUIRE_PACKAGES_RTL=1 +endif +endif ifdef REQUIRE_PACKAGES_RTL PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/$(OS_TARGET)/Makefile.fpc,$(PACKAGESDIR)))))) ifneq ($(PACKAGEDIR_RTL),)