mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:09:15 +02:00
* regenerated
This commit is contained in:
parent
933cfa51c1
commit
11772eaf1c
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/20]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/23]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
override PATH:=$(subst \,/,$(PATH))
|
override PATH:=$(subst \,/,$(PATH))
|
||||||
@ -67,33 +67,28 @@ endif
|
|||||||
ifndef FPC
|
ifndef FPC
|
||||||
ifdef PP
|
ifdef PP
|
||||||
FPC=$(PP)
|
FPC=$(PP)
|
||||||
else
|
|
||||||
ifdef inUnix
|
|
||||||
CPU_SOURCE=$(shell uname -m)
|
|
||||||
ifeq (m68k,$(CPU_SOURCE))
|
|
||||||
FPC=ppc68k
|
|
||||||
else
|
|
||||||
FPC=ppc386
|
|
||||||
endif
|
endif
|
||||||
else
|
|
||||||
FPC=ppc386
|
|
||||||
endif
|
endif
|
||||||
|
ifndef FPC
|
||||||
|
FPC:=$(shell fpc -P?)
|
||||||
|
ifneq ($(findstring Error,$(PPCBIN)),)
|
||||||
|
override FPC=ppc386
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
|
override FPC:=$(subst $(SRCEXEEXT),,$(FPC))
|
||||||
override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)
|
override FPC:=$(subst \,/,$(FPC))$(SRCEXEEXT)
|
||||||
ifndef OS_TARGET
|
|
||||||
OS_TARGET:=$(shell $(FPC) -iTO)
|
|
||||||
endif
|
|
||||||
ifndef OS_SOURCE
|
|
||||||
OS_SOURCE:=$(shell $(FPC) -iSO)
|
|
||||||
endif
|
|
||||||
ifndef CPU_TARGET
|
ifndef CPU_TARGET
|
||||||
CPU_TARGET:=$(shell $(FPC) -iTP)
|
CPU_TARGET:=$(shell $(FPC) -iTP)
|
||||||
endif
|
endif
|
||||||
ifndef CPU_SOURCE
|
ifndef CPU_SOURCE
|
||||||
CPU_SOURCE:=$(shell $(FPC) -iSP)
|
CPU_SOURCE:=$(shell $(FPC) -iSP)
|
||||||
endif
|
endif
|
||||||
|
ifndef OS_TARGET
|
||||||
|
OS_TARGET:=$(shell $(FPC) -iTO)
|
||||||
|
endif
|
||||||
|
ifndef OS_SOURCE
|
||||||
|
OS_SOURCE:=$(shell $(FPC) -iSO)
|
||||||
|
endif
|
||||||
ifndef FPC_VERSION
|
ifndef FPC_VERSION
|
||||||
FPC_VERSION:=$(shell $(FPC) -iV)
|
FPC_VERSION:=$(shell $(FPC) -iV)
|
||||||
endif
|
endif
|
||||||
@ -148,6 +143,9 @@ endif
|
|||||||
ifeq ($(OS_TARGET),freebsd)
|
ifeq ($(OS_TARGET),freebsd)
|
||||||
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),beos)
|
||||||
|
override TARGET_DIRS+=uncgi paszlib unzip regexpr
|
||||||
|
endif
|
||||||
ifeq ($(OS_TARGET),netbsd)
|
ifeq ($(OS_TARGET),netbsd)
|
||||||
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip
|
||||||
endif
|
endif
|
||||||
@ -554,7 +552,9 @@ endif
|
|||||||
ifndef INSTALL_DATADIR
|
ifndef INSTALL_DATADIR
|
||||||
INSTALL_DATADIR=$(INSTALL_BASEDIR)
|
INSTALL_DATADIR=$(INSTALL_BASEDIR)
|
||||||
endif
|
endif
|
||||||
|
ifndef NOCPUDEF
|
||||||
override FPCOPTDEF=$(CPU_TARGET)
|
override FPCOPTDEF=$(CPU_TARGET)
|
||||||
|
endif
|
||||||
ifneq ($(OS_TARGET),$(OS_SOURCE))
|
ifneq ($(OS_TARGET),$(OS_SOURCE))
|
||||||
override FPCOPT+=-T$(OS_TARGET)
|
override FPCOPT+=-T$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
@ -858,6 +858,12 @@ TARGET_DIRS_CMEM=1
|
|||||||
TARGET_DIRS_REGEXPR=1
|
TARGET_DIRS_REGEXPR=1
|
||||||
TARGET_DIRS_UNZIP=1
|
TARGET_DIRS_UNZIP=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),beos)
|
||||||
|
TARGET_DIRS_UNCGI=1
|
||||||
|
TARGET_DIRS_PASZLIB=1
|
||||||
|
TARGET_DIRS_UNZIP=1
|
||||||
|
TARGET_DIRS_REGEXPR=1
|
||||||
|
endif
|
||||||
ifeq ($(OS_TARGET),netbsd)
|
ifeq ($(OS_TARGET),netbsd)
|
||||||
TARGET_DIRS_ZLIB=1
|
TARGET_DIRS_ZLIB=1
|
||||||
TARGET_DIRS_NCURSES=1
|
TARGET_DIRS_NCURSES=1
|
||||||
|
Loading…
Reference in New Issue
Block a user