mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-10 21:19:32 +01:00
+ Added compiling of cmem.pp and charset.pp
This commit is contained in:
parent
e0d35adc51
commit
1d54db870a
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/04]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/12]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||||
@ -230,7 +230,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
OBJPASDIR=$(RTL)/objpas
|
OBJPASDIR=$(RTL)/objpas
|
||||||
GRAPHDIR=$(INC)/graph
|
GRAPHDIR=$(INC)/graph
|
||||||
override TARGET_UNITS+=system strings objpas macpas heaptrc getopts macostp macutils unixutil dos objects matrix
|
override TARGET_UNITS+=system strings objpas macpas heaptrc getopts macostp macutils unixutil dos objects matrix cmem charset
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
||||||
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC)
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC)
|
||||||
@ -805,7 +805,7 @@ ifndef COPY
|
|||||||
COPY:=$(CPPROG) -fp
|
COPY:=$(CPPROG) -fp
|
||||||
endif
|
endif
|
||||||
ifndef COPYTREE
|
ifndef COPYTREE
|
||||||
COPYTREE:=$(CPPROG) -rfp
|
COPYTREE:=$(CPPROG) -Rfp
|
||||||
endif
|
endif
|
||||||
ifndef MOVE
|
ifndef MOVE
|
||||||
MOVE:=$(MVPROG) -f
|
MOVE:=$(MVPROG) -f
|
||||||
@ -1405,3 +1405,5 @@ heaptrc$(PPUEXT) : $(INC)/heaptrc.pp system$(PPUEXT)
|
|||||||
$(COMPILER) $(INC)/heaptrc.pp $(REDIR)
|
$(COMPILER) $(INC)/heaptrc.pp $(REDIR)
|
||||||
unixutil$(PPUEXT) : ../unix/unixutil.pp
|
unixutil$(PPUEXT) : ../unix/unixutil.pp
|
||||||
$(COMPILER) ../unix/unixutil.pp $(REDIR)
|
$(COMPILER) ../unix/unixutil.pp $(REDIR)
|
||||||
|
charset$(PPUEXT) : $(INC)/charset.pp system$(PPUEXT)
|
||||||
|
cmem$(PPUEXT) : $(INC)/cmem.pp system$(PPUEXT)
|
||||||
|
|||||||
@ -7,7 +7,8 @@ main=rtl
|
|||||||
|
|
||||||
[target]
|
[target]
|
||||||
loaders=
|
loaders=
|
||||||
units=system strings objpas macpas heaptrc getopts macostp macutils unixutil dos objects matrix
|
units=system strings objpas macpas heaptrc getopts macostp macutils \
|
||||||
|
unixutil dos objects matrix cmem charset
|
||||||
# exec \
|
# exec \
|
||||||
# crt printer \
|
# crt printer \
|
||||||
# lineinfo graph \
|
# lineinfo graph \
|
||||||
@ -136,7 +137,7 @@ objects$(PPUEXT) : $(INC)/objects.pp system$(PPUEXT)
|
|||||||
$(COMPILER) $(INC)/objects.pp $(REDIR)
|
$(COMPILER) $(INC)/objects.pp $(REDIR)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Other RTL Units
|
# Other system-independent RTL Units
|
||||||
#
|
#
|
||||||
|
|
||||||
getopts$(PPUEXT) : $(INC)/getopts.pp strings$(PPUEXT) system$(PPUEXT)
|
getopts$(PPUEXT) : $(INC)/getopts.pp strings$(PPUEXT) system$(PPUEXT)
|
||||||
@ -146,4 +147,9 @@ heaptrc$(PPUEXT) : $(INC)/heaptrc.pp system$(PPUEXT)
|
|||||||
$(COMPILER) $(INC)/heaptrc.pp $(REDIR)
|
$(COMPILER) $(INC)/heaptrc.pp $(REDIR)
|
||||||
|
|
||||||
unixutil$(PPUEXT) : ../unix/unixutil.pp
|
unixutil$(PPUEXT) : ../unix/unixutil.pp
|
||||||
$(COMPILER) ../unix/unixutil.pp $(REDIR)
|
$(COMPILER) ../unix/unixutil.pp $(REDIR)
|
||||||
|
|
||||||
|
charset$(PPUEXT) : $(INC)/charset.pp system$(PPUEXT)
|
||||||
|
|
||||||
|
cmem$(PPUEXT) : $(INC)/cmem.pp system$(PPUEXT)
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user