From 8f25b1ad3a4261ae9a0e4470633c5a0ea644a07a Mon Sep 17 00:00:00 2001 From: olle Date: Wed, 25 Aug 2004 17:10:03 +0000 Subject: [PATCH] * redid prev commit, but with up to date fpcmake --- rtl/amiga/Makefile | 9 +++++++-- rtl/beos/Makefile | 9 +++++++-- rtl/emx/Makefile | 9 +++++++-- rtl/freebsd/Makefile | 9 +++++++-- rtl/go32v2/Makefile | 9 +++++++-- rtl/linux/Makefile | 9 +++++++-- rtl/morphos/Makefile | 4 ++-- rtl/netbsd/Makefile | 9 +++++++-- rtl/os2/Makefile | 9 +++++++-- rtl/win32/Makefile | 9 +++++++-- 10 files changed, 65 insertions(+), 20 deletions(-) diff --git a/rtl/amiga/Makefile b/rtl/amiga/Makefile index 550fefbb2d..bf43792a13 100644 --- a/rtl/amiga/Makefile +++ b/rtl/amiga/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -518,6 +518,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 diff --git a/rtl/beos/Makefile b/rtl/beos/Makefile index 8b1908bf02..6416d04ba8 100644 --- a/rtl/beos/Makefile +++ b/rtl/beos/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -508,6 +508,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 diff --git a/rtl/emx/Makefile b/rtl/emx/Makefile index 871982d692..510083cef4 100644 --- a/rtl/emx/Makefile +++ b/rtl/emx/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -513,6 +513,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 diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index bffa8efb5b..c73240ad89 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -521,6 +521,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 diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index 4bae2ac01f..ccb1e1008a 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -513,6 +513,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 diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index 4277fc3795..dccb0b2fb7 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -530,6 +530,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 diff --git a/rtl/morphos/Makefile b/rtl/morphos/Makefile index 6e4e2ac10d..3b42e6fc01 100644 --- a/rtl/morphos/Makefile +++ b/rtl/morphos/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/16] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # default: all MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos @@ -226,7 +226,7 @@ override FPCOPT+=-Ur endif OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph -override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings dos sysutils classes math typinfo varutils charset ucomplex getopts matrix variants types rtlconst sysconst dateutil exec timer doslib utility +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos sysutils classes math typinfo varutils charset ucomplex getopts matrix variants types rtlconst sysconst dateutil exec timer doslib utility override TARGET_LOADERS+=prt0 override TARGET_RSTS+=math rtlconst varutils typinfo variants classes sysconst dateutil override INSTALL_FPCPACKAGE=y diff --git a/rtl/netbsd/Makefile b/rtl/netbsd/Makefile index e953351c66..d05c17d5aa 100644 --- a/rtl/netbsd/Makefile +++ b/rtl/netbsd/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -528,6 +528,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 diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index af51a8f629..8d1884547f 100644 --- a/rtl/os2/Makefile +++ b/rtl/os2/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -512,6 +512,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 diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index e41dae556e..ad264f33e3 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/06/02] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/08/25] # 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: @@ -517,6 +517,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