mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:29:17 +02:00
* classes unit moved temporarily to i386 dependend section
This commit is contained in:
parent
f5951d174c
commit
cfe8a014e0
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/09]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/15]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
||||||
@ -10,6 +10,7 @@ SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
|
|||||||
else
|
else
|
||||||
SEARCHPATH:=$(subst ;, ,$(PATH))
|
SEARCHPATH:=$(subst ;, ,$(PATH))
|
||||||
endif
|
endif
|
||||||
|
SEARCHPATH+=$(patsubst %/,%,$(dir $(MAKE)))
|
||||||
PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
|
PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
|
||||||
ifeq ($(PWD),)
|
ifeq ($(PWD),)
|
||||||
PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
|
PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
|
||||||
@ -210,7 +211,7 @@ INC=$(RTL)/inc
|
|||||||
PROCINC=$(RTL)/$(CPU_TARGET)
|
PROCINC=$(RTL)/$(CPU_TARGET)
|
||||||
UNIXINC=$(RTL)/unix
|
UNIXINC=$(RTL)/unix
|
||||||
ifeq ($(CPU_TARGET),i386)
|
ifeq ($(CPU_TARGET),i386)
|
||||||
CPU_UNITS=x86 ports cpu mmx graph
|
CPU_UNITS=x86 ports cpu mmx graph classes
|
||||||
else
|
else
|
||||||
CPU_UNITS=
|
CPU_UNITS=
|
||||||
endif
|
endif
|
||||||
@ -235,7 +236,7 @@ GRAPHDIR=$(INC)/graph
|
|||||||
ifndef USELIBGGI
|
ifndef USELIBGGI
|
||||||
USELIBGGI=NO
|
USELIBGGI=NO
|
||||||
endif
|
endif
|
||||||
override TARGET_UNITS+=$(SYSTEMUNIT) baseunix strings systhrds objpas syscall unixutil heaptrc lineinfo $(LINUXUNIT1) unix $(LINUXUNIT2) initc $(CPU_UNITS) dos crt objects printer ggigraph sysutils typinfo classes math varutils charset ucomplex getopts errors sockets gpm ipc serial terminfo dl dynlibs video mouse keyboard variants types
|
override TARGET_UNITS+=$(SYSTEMUNIT) baseunix strings systhrds objpas syscall unixutil heaptrc lineinfo $(LINUXUNIT1) unix $(LINUXUNIT2) initc $(CPU_UNITS) dos crt objects printer ggigraph sysutils typinfo math varutils charset ucomplex getopts errors sockets gpm ipc serial terminfo dl dynlibs video mouse keyboard variants types
|
||||||
override TARGET_LOADERS+=prt0 dllprt0 cprt0 gprt0 cprt21 gprt21
|
override TARGET_LOADERS+=prt0 dllprt0 cprt0 gprt0 cprt21 gprt21
|
||||||
override TARGET_RSTS+=math varutils typinfo variants classes
|
override TARGET_RSTS+=math varutils typinfo variants classes
|
||||||
override CLEAN_UNITS+=syslinux linux
|
override CLEAN_UNITS+=syslinux linux
|
||||||
|
@ -11,7 +11,7 @@ units=$(SYSTEMUNIT) baseunix strings systhrds objpas syscall unixutil \
|
|||||||
heaptrc lineinfo \
|
heaptrc lineinfo \
|
||||||
$(LINUXUNIT1) unix $(LINUXUNIT2) initc $(CPU_UNITS) \
|
$(LINUXUNIT1) unix $(LINUXUNIT2) initc $(CPU_UNITS) \
|
||||||
dos crt objects printer ggigraph \
|
dos crt objects printer ggigraph \
|
||||||
sysutils typinfo classes math varutils \
|
sysutils typinfo math varutils \
|
||||||
charset ucomplex getopts \
|
charset ucomplex getopts \
|
||||||
errors sockets gpm ipc serial terminfo dl dynlibs \
|
errors sockets gpm ipc serial terminfo dl dynlibs \
|
||||||
video mouse keyboard variants types
|
video mouse keyboard variants types
|
||||||
@ -52,7 +52,7 @@ PROCINC=$(RTL)/$(CPU_TARGET)
|
|||||||
UNIXINC=$(RTL)/unix
|
UNIXINC=$(RTL)/unix
|
||||||
|
|
||||||
ifeq ($(CPU_TARGET),i386)
|
ifeq ($(CPU_TARGET),i386)
|
||||||
CPU_UNITS=x86 ports cpu mmx graph
|
CPU_UNITS=x86 ports cpu mmx graph classes
|
||||||
else
|
else
|
||||||
CPU_UNITS=
|
CPU_UNITS=
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user