+ Added compiling of cmem.pp and charset.pp

This commit is contained in:
olle 2004-09-12 20:28:54 +00:00
parent e0d35adc51
commit 1d54db870a
2 changed files with 14 additions and 6 deletions

View File

@ -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
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
OBJPASDIR=$(RTL)/objpas
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 COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC)
@ -805,7 +805,7 @@ ifndef COPY
COPY:=$(CPPROG) -fp
endif
ifndef COPYTREE
COPYTREE:=$(CPPROG) -rfp
COPYTREE:=$(CPPROG) -Rfp
endif
ifndef MOVE
MOVE:=$(MVPROG) -f
@ -1405,3 +1405,5 @@ heaptrc$(PPUEXT) : $(INC)/heaptrc.pp system$(PPUEXT)
$(COMPILER) $(INC)/heaptrc.pp $(REDIR)
unixutil$(PPUEXT) : ../unix/unixutil.pp
$(COMPILER) ../unix/unixutil.pp $(REDIR)
charset$(PPUEXT) : $(INC)/charset.pp system$(PPUEXT)
cmem$(PPUEXT) : $(INC)/cmem.pp system$(PPUEXT)

View File

@ -7,7 +7,8 @@ main=rtl
[target]
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 \
# crt printer \
# lineinfo graph \
@ -136,7 +137,7 @@ objects$(PPUEXT) : $(INC)/objects.pp system$(PPUEXT)
$(COMPILER) $(INC)/objects.pp $(REDIR)
#
# Other RTL Units
# Other system-independent RTL Units
#
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)
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)