mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 04:19:31 +02:00
* fixed RTLDIR
This commit is contained in:
parent
1c1ec9afc9
commit
5b9eb70e97
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Makefile generated by fpcmake v0.99.13 on 1999-11-23 09:33
|
# Makefile generated by fpcmake v0.99.13 on 1999-11-23 12:24
|
||||||
#
|
#
|
||||||
|
|
||||||
defaultrule: all
|
defaultrule: all
|
||||||
@ -133,11 +133,11 @@ CPU_TARGET=i386
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# RTL
|
# RTL
|
||||||
RTL=../rtl
|
RTLDIR=../rtl/$(OS_TARGET)
|
||||||
UTILS=../utils
|
UTILSDIR=../utils
|
||||||
|
|
||||||
# Utils used by compiler development/installation
|
# Utils used by compiler development/installation
|
||||||
COMPILERUTILS=utils
|
COMPILERUTILSDIR=utils
|
||||||
|
|
||||||
# Default language for the compiler
|
# Default language for the compiler
|
||||||
ifndef FPCLANG
|
ifndef FPCLANG
|
||||||
@ -1094,9 +1094,9 @@ distclean: clean
|
|||||||
# Include depencies
|
# Include depencies
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
$(MAKEDEP): $(UTILS)/ppdep.pp
|
$(MAKEDEP): $(UTILSDIR)/ppdep.pp
|
||||||
$(COMPILER) $(UTILS)/ppdep.pp
|
$(COMPILER) $(UTILSDIR)/ppdep.pp
|
||||||
$(COPY) $(UTILS)/$(MAKEDEP) $(MAKEDEP)
|
$(COPY) $(UTILSDIR)/$(MAKEDEP) $(MAKEDEP)
|
||||||
|
|
||||||
dependencies : $(MAKEDEP)
|
dependencies : $(MAKEDEP)
|
||||||
$(MAKEDEP) pp.pas $(FPCOPTDEF) $(LOCALDEF) '-F$$(COMPILER) $$(LOCALOPT)' > depend
|
$(MAKEDEP) pp.pas $(FPCOPTDEF) $(LOCALDEF) '-F$$(COMPILER) $$(LOCALOPT)' > depend
|
||||||
@ -1112,8 +1112,8 @@ endif
|
|||||||
# Make targets
|
# Make targets
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
$(MSG2INC): $(COMPILERUTILS)/msg2inc.pp
|
$(MSG2INC): $(COMPILERUTILSDIR)/msg2inc.pp
|
||||||
$(COMPILER) -FE. $(COMPILERUTILS)/msg2inc.pp
|
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
||||||
|
|
||||||
# The msgtxt.inc only depends on the error?.msg file, not on msg2inc,
|
# The msgtxt.inc only depends on the error?.msg file, not on msg2inc,
|
||||||
# because that one will be new almost everytime
|
# because that one will be new almost everytime
|
||||||
@ -1205,7 +1205,7 @@ endif
|
|||||||
|
|
||||||
installlib: quickinstall
|
installlib: quickinstall
|
||||||
ifdef inlinux
|
ifdef inlinux
|
||||||
$(INSTALLEXE) $(COMPILERUTILS)/samplecfg $(BASEINSTALLDIR)/samplecfg
|
$(INSTALLEXE) $(COMPILERUTILSDIR)/samplecfg $(BASEINSTALLDIR)/samplecfg
|
||||||
endif
|
endif
|
||||||
$(MKDIR) $(MSGINSTALLDIR)
|
$(MKDIR) $(MSGINSTALLDIR)
|
||||||
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
|
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
|
||||||
|
@ -30,11 +30,11 @@ CPU_TARGET=i386
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# RTL
|
# RTL
|
||||||
RTL=../rtl
|
RTLDIR=../rtl/$(OS_TARGET)
|
||||||
UTILS=../utils
|
UTILSDIR=../utils
|
||||||
|
|
||||||
# Utils used by compiler development/installation
|
# Utils used by compiler development/installation
|
||||||
COMPILERUTILS=utils
|
COMPILERUTILSDIR=utils
|
||||||
|
|
||||||
# Default language for the compiler
|
# Default language for the compiler
|
||||||
ifndef FPCLANG
|
ifndef FPCLANG
|
||||||
@ -174,9 +174,9 @@ distclean: clean
|
|||||||
# Include depencies
|
# Include depencies
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
$(MAKEDEP): $(UTILS)/ppdep.pp
|
$(MAKEDEP): $(UTILSDIR)/ppdep.pp
|
||||||
$(COMPILER) $(UTILS)/ppdep.pp
|
$(COMPILER) $(UTILSDIR)/ppdep.pp
|
||||||
$(COPY) $(UTILS)/$(MAKEDEP) $(MAKEDEP)
|
$(COPY) $(UTILSDIR)/$(MAKEDEP) $(MAKEDEP)
|
||||||
|
|
||||||
dependencies : $(MAKEDEP)
|
dependencies : $(MAKEDEP)
|
||||||
$(MAKEDEP) pp.pas $(FPCOPTDEF) $(LOCALDEF) '-F$$(COMPILER) $$(LOCALOPT)' > depend
|
$(MAKEDEP) pp.pas $(FPCOPTDEF) $(LOCALDEF) '-F$$(COMPILER) $$(LOCALOPT)' > depend
|
||||||
@ -192,8 +192,8 @@ endif
|
|||||||
# Make targets
|
# Make targets
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
$(MSG2INC): $(COMPILERUTILS)/msg2inc.pp
|
$(MSG2INC): $(COMPILERUTILSDIR)/msg2inc.pp
|
||||||
$(COMPILER) -FE. $(COMPILERUTILS)/msg2inc.pp
|
$(COMPILER) -FE. $(COMPILERUTILSDIR)/msg2inc.pp
|
||||||
|
|
||||||
# The msgtxt.inc only depends on the error?.msg file, not on msg2inc,
|
# The msgtxt.inc only depends on the error?.msg file, not on msg2inc,
|
||||||
# because that one will be new almost everytime
|
# because that one will be new almost everytime
|
||||||
@ -285,7 +285,7 @@ endif
|
|||||||
|
|
||||||
installlib: quickinstall
|
installlib: quickinstall
|
||||||
ifdef inlinux
|
ifdef inlinux
|
||||||
$(INSTALLEXE) $(COMPILERUTILS)/samplecfg $(BASEINSTALLDIR)/samplecfg
|
$(INSTALLEXE) $(COMPILERUTILSDIR)/samplecfg $(BASEINSTALLDIR)/samplecfg
|
||||||
endif
|
endif
|
||||||
$(MKDIR) $(MSGINSTALLDIR)
|
$(MKDIR) $(MSGINSTALLDIR)
|
||||||
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
|
$(INSTALL) $(MSGFILES) $(MSGINSTALLDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user