mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 10:40:13 +02:00
Replace all macpas by $(MACPASUNIT) in Makefile.fpc files
This commit is contained in:
parent
7fd97011df
commit
774140bb84
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes strings objpas iso7185 extpas macpas \
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes strings objpas iso7185 extpas $(MACPASUNIT) \
|
||||
heaptrc \
|
||||
baseunix unixutil \
|
||||
termio unix initc cmem \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) $(RESUNIT) heaptrc uuchar objpas macpas iso7185 extpas buildrtl $(CPALLUNIT)
|
||||
units=$(SYSTEMUNIT) $(RESUNIT) heaptrc uuchar objpas $(MACPASUNIT) iso7185 extpas buildrtl $(CPALLUNIT)
|
||||
implicitunits=$(SYSINITUNITS) $(EXEUNITS) athreads $(DOSUNIT) $(SYSUTILSUNIT) $(SYSCONSTUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) $(RTLCONSTSUNIT) $(MATHUNIT) $(TYPESUNIT) \
|
||||
$(TYPINFOUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(CHARACTERUNIT) $(GETOPTSUNIT) $(FPWIDESTRINGUNIT) \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) $(CPU_UNITS) \
|
||||
uuchar unixtype ctypes baseunix strings objpas macpas iso7185 extpas syscall unixutil \
|
||||
uuchar unixtype ctypes baseunix strings objpas $(MACPASUNIT) iso7185 extpas syscall unixutil \
|
||||
$(FPINTRESUNIT) heaptrc lineinfo lnfodwrf termio unix linux initc cmem \
|
||||
linuxvcs sysutils typinfo math charset cpall character \
|
||||
getopts errors dl dynlibs \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) fpextres uuchar objpas macpas iso7185 buildrtl $(CPALLUNIT)
|
||||
units=$(SYSTEMUNIT) fpextres uuchar objpas $(MACPASUNIT) iso7185 buildrtl $(CPALLUNIT)
|
||||
implicitunits=si_prc $(DOSUNIT) $(SYSUTILSUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) $(RTLCONSTSUNIT) $(MATHUNIT) $(TYPESUNIT) \
|
||||
$(TYPINFOUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(CHARSETUNIT) $(CHARACTERUNIT) $(GETOPTSUNIT) $(FPWIDESTRINGUNIT) \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=prt0 cprt0 func dllprt
|
||||
units=system uuchar $(BASEUNIXUNIT) $(UNIXTYPEUNIT) $(CTYPESUNIT) objpas macpas iso7185 extpas $(STRINGSUNIT) \
|
||||
units=system uuchar $(BASEUNIXUNIT) $(UNIXTYPEUNIT) $(CTYPESUNIT) objpas $(MACPASUNIT) iso7185 extpas $(STRINGSUNIT) \
|
||||
$(ERRORSUNIT) $(DOSUNIT) $(DLUNIT) $(CTHREADSUNIIT) \
|
||||
$(SYSCONSTUNIT) $(SYSUTILSUNIT) \
|
||||
$(TYPESUNIT) $(CHARSETUNIT) $(CPALLUNIT) $(TYPINFOUNIT) $(SORTBASEUNIT) $(CLASSESUNIT) $(FGLUNIT) $(MATHUNIT) \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
# disabled units: serial
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) sysinit uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) objpas macpas $(ISO7185UNIT) extpas \
|
||||
units=$(SYSTEMUNIT) sysinit uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) objpas $(MACPASUNIT) $(ISO7185UNIT) extpas \
|
||||
$(STRINGSUNIT) $(SYSCTLUNIT) $(BASEUNIXUNIT) $(UNIXUTILUNIT) \
|
||||
$(UNIXUNIT) $(INITCUNIT) $(CMEMUNIT) $(DYNLIBSUNIT) $(CPU_UNITS) \
|
||||
$(DOSUNIT) $(DLUNIT) $(BLOCKRTLUNIT) \
|
||||
|
@ -10,7 +10,7 @@ fpcpackage=y
|
||||
|
||||
[target]
|
||||
loaders=prt0 cprt0 gprt0 dllprt0
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas macpas iso7185 extpas \
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas $(MACPASUNIT) iso7185 extpas \
|
||||
strings syscall sysctl baseunix unixutil character \
|
||||
unix rtlconsts initc cmem \
|
||||
dl termio \
|
||||
|
@ -13,7 +13,7 @@ loaders=$(LOADERS)
|
||||
# the common units which are not compiled for all CPUs are stored in
|
||||
# CPU_SPECIFIC_COMMON_UNITS
|
||||
units=$(SYSTEMUNIT) $(CPU_UNITS) uuchar objpas iso7185 extpas $(HEAPMGRUNIT) $(CONSOLEIOUNIT) $(CPU_SPECIFIC_COMMON_UNITS) \
|
||||
# macpas iso7185 strings
|
||||
# $(MACPASUNIT) iso7185 strings
|
||||
$(STRINGSUNIT) \
|
||||
$(SORTBASEUNIT) \
|
||||
$(DOSUNIT) \
|
||||
@ -223,7 +223,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),riscv32)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
ifeq ($(SUBARCH),rv32ec)
|
||||
override FPCOPT+=-Cprv32ec
|
||||
CPU_UNITS=CH32VxBootstrap
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=prt0 prt1
|
||||
units=$(SYSTEMUNIT) uuchar ctypes objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar ctypes objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(PORTSUNIT) $(OS2DEFUNIT) $(DOSCALLSUNIT) $(DOSCALL2UNIT) $(KBDCALLSUNIT) \
|
||||
$(MOUCALLSUNIT) $(VIOCALLSUNIT) $(SO32DLLUNIT) \
|
||||
$(PMBITMAPUNIT) $(PMWINUNIT) $(PMGPIUNIT) $(PMSTDDLGUNIT) \
|
||||
|
@ -10,7 +10,7 @@ fpcpackage=y
|
||||
|
||||
[target]
|
||||
loaders=prt0 cprt0 gprt0 dllprt0
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas macpas iso7185 extpas \
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas $(MACPASUNIT) iso7185 extpas \
|
||||
strings syscall sysctl baseunix unixutil character \
|
||||
unix rtlconsts initc cmem \
|
||||
dl termio \
|
||||
|
@ -13,7 +13,7 @@ loaders=$(LOADERS)
|
||||
# the common units which are not compiled for all CPUs are stored in
|
||||
# CPU_SPECIFIC_COMMON_UNITS
|
||||
units=$(SYSTEMUNIT) $(CPU_UNITS) uuchar objpas iso7185 extpas heapmgr consoleio $(CPU_SPECIFIC_COMMON_UNITS) \
|
||||
# macpas iso7185 strings
|
||||
# $(MACPASUNIT) iso7185 strings
|
||||
$(STRINGSUNIT) \
|
||||
$(SORTBASEUNIT) \
|
||||
$(DOSUNIT) \
|
||||
@ -77,7 +77,7 @@ DOSDIR=.
|
||||
DOS_DEPS_OS=objpas$(PPUEXT)
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
ifeq ($(SUBARCH),armv7m)
|
||||
CPU_UNITS=stm32f103xe cortexm3 cortexm4 # thumb2_bare
|
||||
CPU_UNITS_DEFINED=1
|
||||
@ -179,7 +179,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),i386)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
CPU_UNITS=multiboot
|
||||
CPU_UNITS_DEFINED=1
|
||||
ifeq ($(CPU_UNITS_DEFINED),)
|
||||
@ -188,7 +188,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
# CPU_UNITS=multiboot
|
||||
endif
|
||||
|
||||
@ -198,7 +198,7 @@ CPU_SPECIFIC_COMMON_UNITS=sysutils math
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mipsel)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
ifeq ($(SUBARCH),pic32mx)
|
||||
CPU_UNITS=pic32mx1xxfxxxb pic32mx2xxfxxxb pic32mx1xxfxxxc pic32mx2xxfxxxc pic32mx1xxfxxxd pic32mx2xxfxxxd pic32mx7x5fxxxl pic32mx7x5fxxxh
|
||||
CPU_UNITS_DEFINED=1
|
||||
@ -209,7 +209,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),riscv32)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
ifeq ($(SUBARCH),rv32imc)
|
||||
override FPCOPT+=-Cprv32imc
|
||||
CPU_UNITS=esp32c3 esp32c3idf_50000
|
||||
@ -221,7 +221,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),riscv64)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
CPU_UNITS=
|
||||
CPU_UNITS_DEFINED=1
|
||||
ifeq ($(CPU_UNITS_DEFINED),)
|
||||
@ -230,7 +230,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),xtensa)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl $(MACPASUNIT) typinfo types rtlconsts getopts lineinfo
|
||||
ifeq ($(SUBARCH),lx6)
|
||||
CPU_UNITS=esp32 espidf_40100 espidf_40200 espidf_40400
|
||||
CPU_UNITS_DEFINED=1
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) uuchar objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(SORTBASEUNIT) $(SYSUTILSUNIT) \
|
||||
$(CLASSESUNIT) $(MATHUNIT) $(TYPINFOUNIT) $(CTYPESUNIT) \
|
||||
$(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) \
|
||||
|
@ -5,7 +5,7 @@
|
||||
main=rtl
|
||||
[target]
|
||||
loaders=prt0 exceptn fpu
|
||||
units=system uuchar objpas macpas iso7185 extpas strings \
|
||||
units=system uuchar objpas $(MACPASUNIT) iso7185 extpas strings \
|
||||
go32 dpmiexcp initc ports profile dxetype dxeload emu387 \
|
||||
dos cmem sortbase \
|
||||
sysutils classes math typinfo \
|
||||
|
@ -9,7 +9,7 @@ main=rtl
|
||||
loaders=$(LOADERS)
|
||||
rsts=$(MATHUNIT) $(TYPINFOUNIT) $(SYSCONSTUNIT) $(RTLCONSTSUNIT)
|
||||
units=$(SYSTEMUNIT) $(FPINTRESUNIT) $(SYSINIT_UNITS) \
|
||||
uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) $(BASEUNIXUNIT) $(STRINGSUNIT) objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(UNIXUTILUNIT) \
|
||||
uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) $(BASEUNIXUNIT) $(STRINGSUNIT) objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(UNIXUTILUNIT) \
|
||||
heaptrc $(LINEINFOUNIT) $(LNFODWRFUNIT) \
|
||||
$(TERMIOUNIT) $(UNIXUNIT) $(INITCUNIT) $(CMEMUNIT) $(CPU_UNITS) \
|
||||
$(SYSUTILSUNIT) $(TYPINFOUNIT) $(MATHUNIT) \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) $(FPINTRESUNIT) $(SYSINIT_UNITS) \
|
||||
uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) $(BASEUNIXUNIT) $(STRINGSUNIT) objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(SYSCALLUNIT) $(UNIXUTILUNIT) \
|
||||
uuchar $(UNIXTYPEUNIT) $(CTYPESUNIT) $(BASEUNIXUNIT) $(STRINGSUNIT) objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(SYSCALLUNIT) $(UNIXUTILUNIT) \
|
||||
heaptrc $(LINEINFOUNIT) $(LNFODWRFUNIT) \
|
||||
$(TERMIOUNIT) $(UNIXUNIT) $(LINUXUNIT) $(INITCUNIT) $(CMEMUNIT) $(CPU_UNITS) \
|
||||
$(LINUXVCSUNIT) \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) uuchar $(STRINGSUNIT) macpas objpas iso7185 $(MACOSTPUNIT) $(MACUTILSUNIT) extpas \
|
||||
units=$(SYSTEMUNIT) uuchar $(STRINGSUNIT) $(MACPASUNIT) objpas iso7185 $(MACOSTPUNIT) $(MACUTILSUNIT) extpas \
|
||||
$(HEAPTRCUNIT) $(GETOPTSUNIT) \
|
||||
$(UNIXUTILUNIT) $(DOSUNIT) $(CMEMUNIT) $(CHARSETUNIT) $(CPALLUNIT) $(CTYPESUNIT) $(SYSCONSTUNIT) \
|
||||
$(SORTBASEUNIT) $(SYSUTILSUNIT) $(CLASSESUNIT) $(TYPINFOUNIT) $(FGLUNIT) $(TYPESUNIT) \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
#loaders=prt0
|
||||
units=$(SYSTEMUNIT) heaptrc uuchar objpas macpas iso7185 extpas buildrtl cpall
|
||||
units=$(SYSTEMUNIT) heaptrc uuchar objpas $(MACPASUNIT) iso7185 extpas buildrtl cpall
|
||||
implicitunits=$(SYSINITUNITS) athreads $(FPINTRESUNIT) $(DOSUNIT) $(SYSUTILSUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) $(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(MATHUNIT) $(TYPESUNIT) \
|
||||
$(TYPINFOUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(CHARSETUNIT) $(CHARACTERUNIT) $(GETOPTSUNIT) \
|
||||
|
@ -6,7 +6,7 @@ main=rtl
|
||||
[target]
|
||||
loaders=prt0s prt0t prt0m prt0c prt0l prt0h # exceptn fpu
|
||||
units=$(SYSTEMUNIT) \
|
||||
uuchar $(CTYPESUNIT) $(STRINGSUNIT) objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) \
|
||||
uuchar $(CTYPESUNIT) $(STRINGSUNIT) objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) \
|
||||
heaptrc $(LNFODWRFUNIT) \
|
||||
$(CPUUNIT) \
|
||||
$(SYSUTILSUNIT) $(TYPINFOUNIT) $(MATHUNIT) \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
units=system si_prc uuchar objpas iso7185 strings charset cpall \
|
||||
getopts exeinfo heaptrc
|
||||
#uuchar objpas strings dos heaptrc lnfodwrf sysconst sysutils \
|
||||
# math macpas iso7185 extpas rtlconsts typinfo cpu types \
|
||||
# math $(MACPASUNIT) iso7185 extpas rtlconsts typinfo cpu types \
|
||||
# getopts sortbase fgl classes \
|
||||
# msmouse ports \
|
||||
# charset cpall ctypes \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=
|
||||
#units=system objpas macpas iso7185 extpas buildrtl lineinfo lnfodwrf
|
||||
#units=system objpas $(MACPASUNIT) iso7185 extpas buildrtl lineinfo lnfodwrf
|
||||
units=system uuchar objpas iso7185 extpas cpall buildrtl
|
||||
implicitunits=ndk ndkutils ddk \
|
||||
ctypes strings \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) uuchar objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(SORTBASEUNIT) $(SYSUTILSUNIT) \
|
||||
$(CLASSESUNIT) $(MATHUNIT) $(TYPINFOUNIT) $(CTYPESUNIT) \
|
||||
$(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) \
|
||||
|
@ -10,7 +10,7 @@ fpcpackage=y
|
||||
|
||||
[target]
|
||||
loaders=prt0 cprt0 dllprt0
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas macpas iso7185 extpas \
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes objpas $(MACPASUNIT) iso7185 extpas \
|
||||
strings syscall sysctl baseunix unixutil character \
|
||||
unix rtlconsts initc cmem \
|
||||
dl termio \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=nwpre prelude
|
||||
units=$(SYSTEMUNIT) uuchar objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(DOSUNIT) $(SYSCONSTUNIT) \
|
||||
$(INITCUNIT) $(SYSUTILSUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(MATHUNIT) $(TYPINFOUNIT) \
|
||||
$(CHARSETUNIT) $(CPALLUNIT) $(MMXUNIT) $(GETOPTSUNIT) \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=nwplibc nwl_main nwl_dlle
|
||||
units=$(SYSTEMUNIT) uuchar objpas macpas iso7185 extpas strings \
|
||||
units=$(SYSTEMUNIT) uuchar objpas $(MACPASUNIT) iso7185 extpas strings \
|
||||
lineinfo lnfodwrf heaptrc \
|
||||
nwsnut libc dos sysconst \
|
||||
initc sysutils types typinfo sortbase fgl classes \
|
||||
|
@ -10,7 +10,7 @@ fpcpackage=y
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) initc uuchar objpas macpas iso7185 extpas strings syscall baseunix \
|
||||
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) initc uuchar objpas $(MACPASUNIT) iso7185 extpas strings syscall baseunix \
|
||||
$(LINUXUNIT) unixtype unixutil unix ctypes bsd \
|
||||
$(CPU_UNITS) dos rtlconsts \
|
||||
sysutils sortbase fgl classes typinfo math \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=prt0
|
||||
units=$(SYSTEMUNIT) uuchar ctypes objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar ctypes objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(PORTSUNIT) $(OS2DEFUNIT) $(DOSCALLSUNIT) $(DOSCALL2UNIT) $(KBDCALLSUNIT) \
|
||||
$(MOUCALLSUNIT) $(VIOCALLSUNIT) $(SO32DLLUNIT) \
|
||||
$(PMBITMAPUNIT) $(PMWINUNIT) $(PMGPIUNIT) $(PMSTDDLGUNIT) \
|
||||
|
@ -12,7 +12,7 @@ units=$(SYSTEMUNIT) si_prc uuchar objpas iso7185 strings \
|
||||
charset cpall \
|
||||
sysconst \
|
||||
systraps pilot
|
||||
#units=$(SYSTEMUNIT) uuchar ctypes objpas macpas iso7185 extpas strings \
|
||||
#units=$(SYSTEMUNIT) uuchar ctypes objpas $(MACPASUNIT) iso7185 extpas strings \
|
||||
# lnfodwrf lineinfo heaptrc \
|
||||
# windows messages dynlibs \
|
||||
# dos objects \
|
||||
|
@ -8,7 +8,7 @@ main=rtl
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=$(SYSTEMUNIT) uuchar objpas iso7185 buildrtl cpall
|
||||
# extpas macpas
|
||||
# extpas $(MACPASUNIT)
|
||||
implicitunits=si_prc \
|
||||
ctypes rtlconsts strings \
|
||||
sortbase charset fpwidestring \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes strings objpas iso7185 extpas macpas \
|
||||
units=$(SYSTEMUNIT) uuchar unixtype ctypes strings objpas iso7185 extpas $(MACPASUNIT) \
|
||||
heaptrc lineinfo lnfodwrf \
|
||||
baseunix unixutil unixcp \
|
||||
termio unix initc cmem \
|
||||
|
@ -6,9 +6,9 @@
|
||||
main=rtl
|
||||
|
||||
[target]
|
||||
# macpas and iso7185 units rely on sysutils unit, not yet handled here
|
||||
# $(MACPASUNIT) and iso7185 units rely on sysutils unit, not yet handled here
|
||||
# extpas unit relies on dos unit, not yet handled
|
||||
units=$(SYSTEMUNIT) iso7185 extpas uuchar objpas macpas \
|
||||
units=$(SYSTEMUNIT) iso7185 extpas uuchar objpas $(MACPASUNIT) \
|
||||
$(SYSCONSTUNIT) $(SYSUTILSUNIT) $(MATHUNIT) $(RTLCONSTSUNIT) \
|
||||
$(CHARACTERUNIT) $(FPWIDESTRINGUNIT) $(FGLUNIT) $(CPU_UNITS) \
|
||||
$(DOSUNIT) $(TYPEINFOUNIT) $(TYPESUNIT) $(SORTBASEUNIT) $(CLASSESUNIT) buildrtl
|
||||
@ -82,6 +82,6 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS)
|
||||
# System Units (System, Objpas, Strings)
|
||||
#
|
||||
|
||||
buildrtl$(PPUEXT): buildrtl.pp system$(PPUEXT) objpas$(PPUEXT) # macpas$(PPUEXT)
|
||||
buildrtl$(PPUEXT): buildrtl.pp system$(PPUEXT) objpas$(PPUEXT) # $(MACPASUNIT)$(PPUEXT)
|
||||
$(COMPILER) -Fi$(OBJPASDIR)/sysutils -Fi$(OBJPASDIR)/classes -Fu$(PROCINC) -I$(OBJPASDIR) -I$(INC) -I$(SYMBIANINC) -I$(UIQINC) -Fu$(INC) -Fu$(OBJPASDIR) buildrtl
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
main=rtl
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) objpas extpas macpas iso7185 uuchar \
|
||||
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) objpas extpas $(MACPASUNIT) iso7185 uuchar \
|
||||
$(WASIAPIUNIT) $(CTYPESUNIT) $(STRINGSUNIT) $(SYSCONSTUNIT) $(SYSUTILSUNIT) \
|
||||
$(SORTBASEUNIT) $(MATHUNIT) $(RTLCONSTSUNIT) $(TYPESUNIT) $(TYPINFOUNIT) $(FGLUNIT) $(GETOPTSUNIT) \
|
||||
$(CHARSETUNIT) $(CPALLUNIT) $(CHARACTERUNIT) $(FPWIDESTRINGUNIT) \
|
||||
|
@ -9,7 +9,7 @@ main=rtl
|
||||
loaders=prt0
|
||||
#exceptn fpu
|
||||
|
||||
units=$(SYSTEMUNIT) uuchar $(CTYPESUNIT) objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar $(CTYPESUNIT) objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
watcom $(DOSUNIT) \
|
||||
$(SYSUTILSUNIT) $(SORTBASEUNIT) $(FGLUNIT) $(CLASSESUNIT) $(MATHUNIT) $(TYPINFOUNIT) \
|
||||
$(CHARSETUNIT) $(CPALLUNIT) $(CPUUNIT) $(MMXUNIT) $(GETOPTSUNIT) \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=
|
||||
units=$(SYSTEMUNIT) uuchar objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(SORTBASEUNIT) $(SYSUTILSUNIT) $(DOSUNIT) \
|
||||
$(CLASSESUNIT) $(MATHUNIT) $(TYPINFOUNIT) $(CTYPESUNIT) \
|
||||
$(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=system uuchar objpas macpas $(ISO7185UNIT) $(WINDOWSUNIT) $(SYSUTILSUNIT) buildrtl $(CHARSETUNIT) $(CPALLUNIT) $(LINEINFOUNIT) $(LNFODWRFUNIT)
|
||||
units=system uuchar objpas $(MACPASUNIT) $(ISO7185UNIT) $(WINDOWSUNIT) $(SYSUTILSUNIT) buildrtl $(CHARSETUNIT) $(CPALLUNIT) $(LINEINFOUNIT) $(LNFODWRFUNIT)
|
||||
implicitunits=sysinitpas sysinitcyg sysinitgprof initc extpas heaptrc \
|
||||
$(WINSYSUTUNIT) $(CTYPESUNIT) $(STRINGSUNIT) \
|
||||
$(DOSUNIT) $(MESSAGESUNIT) \
|
||||
|
@ -7,7 +7,7 @@ main=rtl
|
||||
|
||||
[target]
|
||||
loaders=$(LOADERS)
|
||||
units=system uuchar objpas macpas $(ISO7185UNIT) $(WINDOWSUNIT) $(SYSUTILSUNIT) buildrtl $(CHARSETUNIT) $(CPALLUNIT) $(LINEINFOUNIT) $(LNFODWRFUNIT)
|
||||
units=system uuchar objpas $(MACPASUNIT) $(ISO7185UNIT) $(WINDOWSUNIT) $(SYSUTILSUNIT) buildrtl $(CHARSETUNIT) $(CPALLUNIT) $(LINEINFOUNIT) $(LNFODWRFUNIT)
|
||||
implicitunits=sysinit extpas heaptrc $(FPINTRESUNIT) \
|
||||
$(CTYPESUNIT) $(STRINGSUNIT) \
|
||||
$(DOSUNIT) $(MESSAGESUNIT) \
|
||||
|
@ -6,7 +6,7 @@
|
||||
main=rtl
|
||||
|
||||
[target]
|
||||
units=$(SYSTEMUNIT) uuchar $(FPINTRESUNIT) ctypes objpas macpas $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
units=$(SYSTEMUNIT) uuchar $(FPINTRESUNIT) ctypes objpas $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) $(STRINGSUNIT) \
|
||||
$(CPU_UNITS) heaptrc $(LINEINFOUNIT) \
|
||||
$(WINDOWSUNIT) $(MESSAGESUNIT) $(DYNLIBSUNIT) \
|
||||
$(DOSUNIT) \
|
||||
|
Loading…
Reference in New Issue
Block a user