mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 21:59:47 +02:00
Remove obsolete GRAPHDIR and USELIBGGI, because graph unit has been moved to packages long ago
This commit is contained in:
parent
2836bf406d
commit
60649204ad
@ -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:
|
||||
|
@ -74,7 +74,6 @@ override FPCOPT+= -dHASUNIX -n -dFPC_USE_LIBC -Si
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
||||
|
@ -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.
|
||||
|
@ -253,7 +253,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
[rules]
|
||||
# .NOTPARALLEL:
|
||||
|
@ -69,7 +69,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
SYSTEMUNITEXT=pas
|
||||
DOSUNITEXT=pas
|
||||
|
@ -241,7 +241,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
[rules]
|
||||
# .NOTPARALLEL:
|
||||
|
@ -54,7 +54,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
|
||||
|
||||
[rules]
|
||||
|
@ -86,7 +86,6 @@ override FPCOPT+=-dFPC_USE_LIBC
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
SYSTEMUNIT=system
|
||||
BASEUNIXDIR=.
|
||||
|
||||
|
@ -43,7 +43,6 @@ CPU_UNITS=lpc21x4 at91sam7x256 stellaris stm32f103
|
||||
endif
|
||||
|
||||
# Paths
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
FPC_SYSTEM_OPT=@rtl.cfg
|
||||
|
||||
|
@ -58,7 +58,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
DOS_DEPS_OS=$(UNIXUTILUNIT)$(PPUEXT) $(MACUTILSUNIT)$(PPUEXT)
|
||||
SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
|
||||
|
||||
|
@ -52,7 +52,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
SYSUTILS_DEPS_OS=$(DOSUNIT)$(PPUEXT)
|
||||
|
||||
[rules]
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -71,7 +71,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
||||
|
@ -70,9 +70,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
||||
|
@ -46,7 +46,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
[rules]
|
||||
# Get the system independent include file names.
|
||||
|
@ -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:
|
||||
|
@ -68,7 +68,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
# Insert exception handler in system unit
|
||||
ifdef EXCEPTIONS_IN_SYSTEM
|
||||
|
@ -51,7 +51,6 @@ endif
|
||||
|
||||
# Paths
|
||||
OBJPASDIR=$(RTL)/objpas
|
||||
GRAPHDIR=$(INC)/graph
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
||||
|
Loading…
Reference in New Issue
Block a user