* regenerated using latest fpcmake

This commit is contained in:
peter 2000-01-25 13:50:50 +00:00
parent b37ad7f1bf
commit 4593b33b56
2 changed files with 574 additions and 429 deletions

View File

@ -1,5 +1,5 @@
# #
# Makefile generated by fpcmake v0.99.13 [2000/01/18] # Makefile generated by fpcmake v0.99.13 [2000/01/25]
# #
defaultrule: all defaultrule: all
@ -657,7 +657,6 @@ endif
# Redirection # Redirection
##################################################################### #####################################################################
# Release ? Then force OPT and don't use extra opts via commandline
ifndef REDIRFILE ifndef REDIRFILE
REDIRFILE=log REDIRFILE=log
endif endif
@ -717,9 +716,14 @@ override FPCOPT+=-g -dDEBUG
endif endif
# Release mode (strip, optimize and don't load ppc386.cfg) # Release mode (strip, optimize and don't load ppc386.cfg)
# 0.99.12b has a bug in the optimizer so don't use it by default
ifdef RELEASE ifdef RELEASE
ifeq ($(FPC_VERSION),0.99.12)
override FPCOPT+=-Xs -OGp3 -n
else
override FPCOPT+=-Xs -OG2p3 -n override FPCOPT+=-Xs -OG2p3 -n
endif endif
endif
# Verbose settings (warning,note,info) # Verbose settings (warning,note,info)
ifdef VERBOSE ifdef VERBOSE
@ -841,19 +845,19 @@ fpc_debug:
%$(PPUEXT): %.pp %$(PPUEXT): %.pp
$(COMPILER) $< $(REDIR) $(COMPILER) $< $(REDIR)
$(EXECPASS) $(EXECPPAS)
%$(PPUEXT): %.pas %$(PPUEXT): %.pas
$(COMPILER) $< $(REDIR) $(COMPILER) $< $(REDIR)
$(EXECPASS) $(EXECPPAS)
%$(EXEEXT): %.pp %$(EXEEXT): %.pp
$(COMPILER) $< $(REDIR) $(COMPILER) $< $(REDIR)
$(EXECPASS) $(EXECPPAS)
%$(EXEEXT): %.pas %$(EXEEXT): %.pas
$(COMPILER) $< $(REDIR) $(COMPILER) $< $(REDIR)
$(EXECPASS) $(EXECPPAS)
##################################################################### #####################################################################
# Library # Library

File diff suppressed because it is too large Load Diff