From 575329b520740a70b10ef60dca9104c2ef10c6b3 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 5 Feb 2001 20:52:02 +0000 Subject: [PATCH] * fixed target.rsts --- rtl/freebsd/Makefile | 5 +++++ rtl/freebsd/Makefile.fpc | 2 +- rtl/go32v2/Makefile | 5 +++++ rtl/go32v2/Makefile.fpc | 2 +- rtl/linux/Makefile | 5 +++++ rtl/linux/Makefile.fpc | 2 +- rtl/win32/Makefile | 5 +++++ rtl/win32/Makefile.fpc | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index 6462d474bd..de8e581c3c 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -145,6 +145,7 @@ USELIBGGI=NO endif override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings unix initc dos crt objects printer sysutils typinfo math varutils cpu mmx getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial override TARGET_LOADERS+=prt0 cprt0 +override TARGET_RSTS+=math varutils override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) override COMPILER_TARGETDIR+=. @@ -563,6 +564,10 @@ override INSTALLPPUFILES+=$(UNITPPUFILES) override CLEANPPUFILES+=$(UNITPPUFILES) endif fpc_units: $(UNITPPUFILES) +ifdef TARGET_RSTS +override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS)) +override CLEANRSTFILES+=$(RSTFILES) +endif .PHONY: fpc_packages fpc_all fpc_smart fpc_debug $(FPCMADE): $(ALLTARGET) @$(ECHO) Compiled > $(FPCMADE) diff --git a/rtl/freebsd/Makefile.fpc b/rtl/freebsd/Makefile.fpc index 390adf1147..1b337aed5e 100644 --- a/rtl/freebsd/Makefile.fpc +++ b/rtl/freebsd/Makefile.fpc @@ -14,7 +14,7 @@ units=$(SYSTEMUNIT) objpas strings \ cpu mmx getopts heaptrc lineinfo \ errors sockets gpm ipc terminfo \ video mouse keyboard console serial -rst=math varutils +rsts=math varutils [require] nortl=y diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index 9271b1034c..52847a6fde 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -139,6 +139,7 @@ override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM endif override TARGET_UNITS+=system objpas strings go32 dpmiexcp initc ports profile dxeload emu387 dos crt objects printer graph sysutils math typinfo cpu mmx getopts heaptrc lineinfo msmouse charset varutils video mouse keyboard vesamode override TARGET_LOADERS+=prt0 exceptn fpu +override TARGET_RSTS+=math varutils override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) override COMPILER_TARGETDIR+=. @@ -557,6 +558,10 @@ override INSTALLPPUFILES+=$(UNITPPUFILES) override CLEANPPUFILES+=$(UNITPPUFILES) endif fpc_units: $(UNITPPUFILES) +ifdef TARGET_RSTS +override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS)) +override CLEANRSTFILES+=$(RSTFILES) +endif .PHONY: fpc_packages fpc_all fpc_smart fpc_debug $(FPCMADE): $(ALLTARGET) @$(ECHO) Compiled > $(FPCMADE) diff --git a/rtl/go32v2/Makefile.fpc b/rtl/go32v2/Makefile.fpc index a66cef9f42..73b8cacc71 100644 --- a/rtl/go32v2/Makefile.fpc +++ b/rtl/go32v2/Makefile.fpc @@ -14,7 +14,7 @@ units=system objpas strings \ cpu mmx getopts heaptrc lineinfo \ msmouse charset varutils \ video mouse keyboard vesamode -rst=math varutils +rsts=math varutils [require] nortl=y diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index a7a236c039..11095b9355 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -145,6 +145,7 @@ USELIBGGI=NO endif override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings unix ports initc dos crt objects printer graph ggigraph sysutils typinfo math varutils cpu mmx getopts heaptrc lineinfo errors sockets gpm ipc serial terminfo dl dynlibs video mouse keyboard override TARGET_LOADERS+=prt0 cprt0 gprt0 cprt21 gprt21 +override TARGET_RSTS+=math varutils override CLEAN_UNITS+=syslinux override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) @@ -564,6 +565,10 @@ override INSTALLPPUFILES+=$(UNITPPUFILES) override CLEANPPUFILES+=$(UNITPPUFILES) endif fpc_units: $(UNITPPUFILES) +ifdef TARGET_RSTS +override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS)) +override CLEANRSTFILES+=$(RSTFILES) +endif .PHONY: fpc_packages fpc_all fpc_smart fpc_debug $(FPCMADE): $(ALLTARGET) @$(ECHO) Compiled > $(FPCMADE) diff --git a/rtl/linux/Makefile.fpc b/rtl/linux/Makefile.fpc index 4e0ee8c4f3..aadd80b5db 100644 --- a/rtl/linux/Makefile.fpc +++ b/rtl/linux/Makefile.fpc @@ -14,7 +14,7 @@ units=$(SYSTEMUNIT) objpas strings \ cpu mmx getopts heaptrc lineinfo \ errors sockets gpm ipc serial terminfo dl dynlibs \ video mouse keyboard -rst=math varutils +rsts=math varutils [require] nortl=y diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index 29db865569..c7df126652 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -143,6 +143,7 @@ include $(WININC)/makefile.inc WINDOWS_SOURCE_FILES=$(addprefix $(WININC)/,$(addsuffix .inc,$(WINDOWS_FILES))) override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings windows ole2 opengl32 os_types winsock initc dos crt objects graph sysutils typinfo math varutils cpu mmx getopts heaptrc lineinfo wincrt winmouse winevent sockets printer dynlibs video mouse keyboard override TARGET_LOADERS+=wprt0 wdllprt0 +override TARGET_RSTS+=math varutils override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) override COMPILER_TARGETDIR+=. @@ -561,6 +562,10 @@ override INSTALLPPUFILES+=$(UNITPPUFILES) override CLEANPPUFILES+=$(UNITPPUFILES) endif fpc_units: $(UNITPPUFILES) +ifdef TARGET_RSTS +override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS)) +override CLEANRSTFILES+=$(RSTFILES) +endif .PHONY: fpc_packages fpc_all fpc_smart fpc_debug $(FPCMADE): $(ALLTARGET) @$(ECHO) Compiled > $(FPCMADE) diff --git a/rtl/win32/Makefile.fpc b/rtl/win32/Makefile.fpc index 4ed2a957be..3c47849795 100644 --- a/rtl/win32/Makefile.fpc +++ b/rtl/win32/Makefile.fpc @@ -14,7 +14,7 @@ units=$(SYSTEMUNIT) objpas strings \ cpu mmx getopts heaptrc lineinfo \ wincrt winmouse winevent sockets printer dynlibs \ video mouse keyboard -rst=math varutils +rsts=math varutils [require] nortl=y