From 60649204add844e7e3f76382030ada4ffc6ccdfa Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Wed, 9 Aug 2023 22:49:48 +0200 Subject: [PATCH] Remove obsolete GRAPHDIR and USELIBGGI, because graph unit has been moved to packages long ago --- rtl/aix/Makefile.fpc | 11 ----------- rtl/beos/Makefile.fpc | 1 - rtl/darwin/Makefile.fpc | 11 ----------- rtl/embedded/Makefile.fpc | 1 - rtl/emx/Makefile.fpc | 1 - rtl/freertos/Makefile.fpc | 1 - rtl/gba/Makefile.fpc | 1 - rtl/haiku/Makefile.fpc | 1 - rtl/java/Makefile.fpc | 1 - rtl/macos/Makefile.fpc | 1 - rtl/nds/Makefile.fpc | 1 - rtl/netbsd/Makefile.fpc | 10 ---------- rtl/openbsd/Makefile.fpc | 11 ----------- rtl/os2/Makefile.fpc | 1 - rtl/palmos/Makefile.fpc | 3 --- rtl/qnx/Makefile.fpc | 1 - rtl/solaris/Makefile.fpc | 11 ----------- rtl/watcom/Makefile.fpc | 1 - rtl/wii/Makefile.fpc | 1 - 19 files changed, 70 deletions(-) diff --git a/rtl/aix/Makefile.fpc b/rtl/aix/Makefile.fpc index 5658367eea..3747701fb1 100644 --- a/rtl/aix/Makefile.fpc +++ b/rtl/aix/Makefile.fpc @@ -90,17 +90,6 @@ override FPCOPT+=-dFPC_USE_LIBC # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph - -# Use new graph unit ? -# NEWGRAPH=YES -# Use LibGGI ? -# Use -# -ifndef USELIBGGI -USELIBGGI=NO -endif - [rules] .NOTPARALLEL: diff --git a/rtl/beos/Makefile.fpc b/rtl/beos/Makefile.fpc index 27b41de161..cb67e4f2f7 100644 --- a/rtl/beos/Makefile.fpc +++ b/rtl/beos/Makefile.fpc @@ -74,7 +74,6 @@ override FPCOPT+= -dHASUNIX -n -dFPC_USE_LIBC -Si # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph [rules] .NOTPARALLEL: diff --git a/rtl/darwin/Makefile.fpc b/rtl/darwin/Makefile.fpc index cc360b3ecf..a1997e2698 100644 --- a/rtl/darwin/Makefile.fpc +++ b/rtl/darwin/Makefile.fpc @@ -94,17 +94,6 @@ override FPCOPT+=-dFPC_USE_LIBC # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph - -# Use new graph unit ? -# NEWGRAPH=YES -# Use LibGGI ? -# Use -# -ifndef USELIBGGI -USELIBGGI=NO -endif - [rules] # Get the system independent include file names. diff --git a/rtl/embedded/Makefile.fpc b/rtl/embedded/Makefile.fpc index aafcb3af6e..6f8db5e824 100644 --- a/rtl/embedded/Makefile.fpc +++ b/rtl/embedded/Makefile.fpc @@ -253,7 +253,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph [rules] # .NOTPARALLEL: diff --git a/rtl/emx/Makefile.fpc b/rtl/emx/Makefile.fpc index cc8351a5c5..2c5fb491fa 100644 --- a/rtl/emx/Makefile.fpc +++ b/rtl/emx/Makefile.fpc @@ -69,7 +69,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph SYSTEMUNITEXT=pas DOSUNITEXT=pas diff --git a/rtl/freertos/Makefile.fpc b/rtl/freertos/Makefile.fpc index f11286bc54..50996d75b0 100644 --- a/rtl/freertos/Makefile.fpc +++ b/rtl/freertos/Makefile.fpc @@ -241,7 +241,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph [rules] # .NOTPARALLEL: diff --git a/rtl/gba/Makefile.fpc b/rtl/gba/Makefile.fpc index a5d7d39138..86f02468df 100644 --- a/rtl/gba/Makefile.fpc +++ b/rtl/gba/Makefile.fpc @@ -54,7 +54,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT) [rules] diff --git a/rtl/haiku/Makefile.fpc b/rtl/haiku/Makefile.fpc index cf51a921a6..64b6309fe4 100644 --- a/rtl/haiku/Makefile.fpc +++ b/rtl/haiku/Makefile.fpc @@ -86,7 +86,6 @@ override FPCOPT+=-dFPC_USE_LIBC # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph SYSTEMUNIT=system BASEUNIXDIR=. diff --git a/rtl/java/Makefile.fpc b/rtl/java/Makefile.fpc index 2399e8daeb..3a87b82068 100644 --- a/rtl/java/Makefile.fpc +++ b/rtl/java/Makefile.fpc @@ -43,7 +43,6 @@ CPU_UNITS=lpc21x4 at91sam7x256 stellaris stm32f103 endif # Paths -GRAPHDIR=$(INC)/graph FPC_SYSTEM_OPT=@rtl.cfg diff --git a/rtl/macos/Makefile.fpc b/rtl/macos/Makefile.fpc index 79c28e1395..75d96783a7 100644 --- a/rtl/macos/Makefile.fpc +++ b/rtl/macos/Makefile.fpc @@ -58,7 +58,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph DOS_DEPS_OS=$(UNIXUTILUNIT)$(PPUEXT) $(MACUTILSUNIT)$(PPUEXT) SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT) diff --git a/rtl/nds/Makefile.fpc b/rtl/nds/Makefile.fpc index 61660e17dc..63687862da 100644 --- a/rtl/nds/Makefile.fpc +++ b/rtl/nds/Makefile.fpc @@ -52,7 +52,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT) [rules] diff --git a/rtl/netbsd/Makefile.fpc b/rtl/netbsd/Makefile.fpc index caaac8a4dd..2b3a6e0015 100644 --- a/rtl/netbsd/Makefile.fpc +++ b/rtl/netbsd/Makefile.fpc @@ -78,16 +78,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph - -# Use new graph unit ? -# NEWGRAPH=YES -# Use LibGGI ? -# Use -# -ifndef USELIBGGI -USELIBGGI=NO -endif ifeq ($(ARCH),x86_64) CPU_UNITS=x86 ports cpu diff --git a/rtl/openbsd/Makefile.fpc b/rtl/openbsd/Makefile.fpc index e74583aa92..c1aa24b81c 100644 --- a/rtl/openbsd/Makefile.fpc +++ b/rtl/openbsd/Makefile.fpc @@ -94,17 +94,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph - -# Use new graph unit ? -# NEWGRAPH=YES -# Use LibGGI ? -# Use -# -ifndef USELIBGGI -USELIBGGI=NO -endif - [rules] .NOTPARALLEL: diff --git a/rtl/os2/Makefile.fpc b/rtl/os2/Makefile.fpc index 48164b37e0..9a04491252 100644 --- a/rtl/os2/Makefile.fpc +++ b/rtl/os2/Makefile.fpc @@ -71,7 +71,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph [rules] .NOTPARALLEL: diff --git a/rtl/palmos/Makefile.fpc b/rtl/palmos/Makefile.fpc index 9fba5bc65d..f3ec953c88 100644 --- a/rtl/palmos/Makefile.fpc +++ b/rtl/palmos/Makefile.fpc @@ -70,9 +70,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph - - [rules] .NOTPARALLEL: diff --git a/rtl/qnx/Makefile.fpc b/rtl/qnx/Makefile.fpc index 468d856f34..0e833a9e7c 100644 --- a/rtl/qnx/Makefile.fpc +++ b/rtl/qnx/Makefile.fpc @@ -46,7 +46,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph [rules] # Get the system independent include file names. diff --git a/rtl/solaris/Makefile.fpc b/rtl/solaris/Makefile.fpc index 4c99cbe7d4..1ca6fbebfb 100644 --- a/rtl/solaris/Makefile.fpc +++ b/rtl/solaris/Makefile.fpc @@ -90,17 +90,6 @@ override FPCOPT+=-dFPC_USE_LIBC # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph - -# Use new graph unit ? -# NEWGRAPH=YES -# Use LibGGI ? -# Use -# -ifndef USELIBGGI -USELIBGGI=NO -endif - [rules] .NOTPARALLEL: diff --git a/rtl/watcom/Makefile.fpc b/rtl/watcom/Makefile.fpc index a677d2a3ec..43ada9e943 100644 --- a/rtl/watcom/Makefile.fpc +++ b/rtl/watcom/Makefile.fpc @@ -68,7 +68,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph # Insert exception handler in system unit ifdef EXCEPTIONS_IN_SYSTEM diff --git a/rtl/wii/Makefile.fpc b/rtl/wii/Makefile.fpc index 2e76ae88f8..04519173c1 100644 --- a/rtl/wii/Makefile.fpc +++ b/rtl/wii/Makefile.fpc @@ -51,7 +51,6 @@ endif # Paths OBJPASDIR=$(RTL)/objpas -GRAPHDIR=$(INC)/graph [rules] .NOTPARALLEL: