aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-08-26 * Makefile.pamphlet (<<apply.o (AUTO from OUT)>>): Remove.dos-reis1-255/+4
(<<bootlex.o (AUTO from OUT)>>): Likewise. (<<def.o (AUTO from OUT)>>): Likewise. (<<fnewmeta.o (AUTO from OUT)>>): Likewise. (<<metalex.o (AUTO from OUT)>>): Likewise. (<<nspadaux.o (AUTO from OUT)>>): Likewise. (<<parsing.o (AUTO from OUT)>>): Likewise. (<<postprop.o (AUTO from OUT)>>): Likewise. (<<preparse.o (AUTO from OUT)>>): Likewise. (<<c-util.o (AUTO from OUT)>>): Likewise. (<<nag-c02.o (AUTO from OUT)>>): Likewise. (<<nag-c05.o (AUTO from OUT)>>): Likewise. (<<nag-d01.o (AUTO from OUT)>>): Likewise. (<<nag-d02.o (AUTO from OUT)>>): Likewise. (<<nag-d03.o (AUTO from OUT)>>): Likewise. (<<nag-e01.o (AUTO from OUT)>>): Likewise. (<<nag-e02.o (AUTO from OUT)>>): Likewise. (<<nag-e04.o (AUTO from OUT)>>): Likewise. (<<nag-f01.o (AUTO from OUT)>>): Likewise. (<<nag-f02.o (AUTO from OUT)>>): Likewise. (<<nag-f04.o (AUTO from OUT)>>): Likewise. (<<nag-f07.o (AUTO from OUT)>>): Likewise. (<<nag-s.o (AUTO from OUT)>>): Likewise. (<<category.o (AUTO from OUT)>>): Likewise. (<<c-doc.o (AUTO from OUT)>>): Likewise. (<<compiler.o (AUTO from OUT)>>): Likewise. (<<profile.o (AUTO from OUT)>>): Likewise. (<<define.o (AUTO from OUT)>>): Likewise. (<<functor.o (AUTO from OUT)>>): Likewise. (<<info.o (AUTO from OUT)>>): Likewise. (<<iterator.o (AUTO from OUT)>>): Likewise. (<<modemap.o (AUTO from OUT)>>): Likewise. (<<nruncomp.o (AUTO from OUT)>>): Likewise. (<<package.o (AUTO from OUT)>>): Likewise. (<<parse.o (AUTO from OUT)>>): Likewise. (<<postpar.o (AUTO from OUT)>>): Likewise. (<<bc-matrix.o (AUTO from OUT)>>): Likewise. (<<bc-misc.o (AUTO from OUT)>>): Likewise. (<<bc-solve.o (AUTO from OUT)>>): Likewise. (<<bc-util.o (AUTO from OUT)>>): Likewise. (<<ht-util.o (AUTO from OUT)>>): Likewise. (<<htsetvar.o (AUTO from OUT)>>): Likewise. (<<ht-root.o (AUTO from OUT)>>): Likewise. (<<htcheck.o (AUTO from OUT)>>): Likewise. (<<xruncomp.o (AUTO from OUT)>>): Likewise. (<<ax.o (AUTO from OUT)>>): Likewise. (<<br-con.o (AUTO from OUT)>>): Likewise. (<<br-search.o (AUTO from OUT)>>): Likewise. (<<br-op1.o (AUTO from OUT)>>): Likewise. (<<br-op2.o (AUTO from OUT)>>): Likewise. (<<br-data.o (AUTO from OUT)>>): Likewise. (<<br-util.o (AUTO from OUT)>>): Likewise. (<<br-saturn.o (AUTO from OUT)>>): Likewise. (<<topics.o (AUTO from OUT)>>): Likewise. (<<br-prof.o (AUTO from OUT)>>): Likewise. (<<showimp.o (AUTO from OUT)>>): Likewise. (<<wi1.o (AUTO from OUT)>>): Likewise. (<<wi2.o (AUTO from OUT)>>): Likewise. (<<pspad1.o (AUTO from OUT)>>): Likewise. (<<pspad2.o (AUTO from OUT)>>): Likewise. (<<mark.o (AUTO from OUT)>>): Likewise.
2007-08-22 * bootfuns.lisp.pamphlet ($bootStrapMode): Move to sys-globals.boot.dos-reis1-1/+2
($BreakMode): Likewise. ($cacheAlist): Likewise. ($cacheCount): Likewise. ($clamList): Likewise. ($compCount): Likewise. ($compUniquelyIfTrue): Likewise. ($ConstructorCache): Likewise. ($createUpdateFiles): Likewise. ($currentFunction): Likewise. ($currentLine): Likewise. * setq.lisp.pamphlet: Merge the definitions of the above mentioned variables into sys-globals.boot. * Makefile.pamphlet (sys-globals.$(FASLEXT)): Require hash.$(FASLEXT). * Makefile.in: Regenerate.
2007-08-21 * g-error.boot.pamphlet: Import "diagnostics.dos-reis1-1/+25
(errorSupervisor1): Call BUMPERRORCOUNT, not BUMPCOMPERRORCOUNT. The latter no longer exists. * msgdb.boot.pamphlet (throwKeyedErrorMsg): Likewise. * Makefile.pamphlet (${DEPSYS}): Depend also on sys-constant.$(FASLEXT), sys-globals.$(FASLEXT), and diagnostics.$(FASLEXT). (bootfuns.$(FASLEXT)): Likewise. (diagnostics.boot): New rule. (sys-globals.boot): Likewise. (sys-constants.boot): Likewise. * Makefile.in: Regenerate. * diagnostics.boot: New. (BUMPERRORCOUNT): Move from bootlex.lisp.pamphlet. Rewrite as Boot code. * sys-constants.boot: New. * sys-globals.boot: Likewise. * bootlex.lisp.pamphlet (BUMPERRORCOUNT): Move to diagnostics.boot. * varini.boot.pamphlet ($NoValueMode): Don't duplicate define. * spad.lisp.pamphlet (S-PROCESS): Don't bind $LocalFrame here. * patches.lisp.pamphlet: Tidy. * nag-f01.boot.pamphlet (f01mafSolve): Use $EmptyMode to refer to the wildcar type. (f01brfSolve): Likewise. * setq.lisp.pamphlet: Move variables already defined in bootfuns.lisp.pamphlet to sys-contants, and merge initial values. ($SPAD_ERRORS): Move to sys-globals.boot. * bootfuns.lisp.pamphlet: Now import both "sys-constants" and "sys-globals". (|$timerTicksPerSecond|): Move to sys-constants.boot. (|$quadSymbol|): Likewise. ($escapeString): Likewise. ($boxString): Likewise. ($boldString): Likewise. ($normalString): Likewise. ($reverseVideoString): Likewise. ($underlineString): Likewise. ($COMPILE): Likewise. ($BasicPredicates): Likewise. ($BFTag): Likewise. ($BigFloat): Likewise. ($Boolean): Likewise. ($Category): Likewise. ($CategoryNames): Likewise. ($Domain): Likewise. ($DomainNames): Likewise. ($DomainsInScope): Likewise. ($DoubleQuote): Likewise. ($DummyFunctorNames): Likewise. ($EmptyEnvironment): Likewise. ($EmptyList): Likewise. ($EmptyMode): Likewise. ($EmptyString): Likewise. ($EmptyVector): Likewise. ($Expression): Likewise. ($Exit): Likewise. ($failure): Likewise. ($Float): Likewise. ($FormalMapVariableList): Likewise. ($ConstructorNames): Likewise. ($InitialDomainsInScope): Likewise. ($InitialModemapFrame): Likewise. ($Integer): Likewise. ($LocalFrame): Likewise. ($NegativeInteger): Likewise. ($NonNegativeInteger): Likewise. ($NonPositiveInteger): Likewise. ($NonMentionableDomainNames): Likewise. ($noParseCommands): Likewise. ($NoValueMode): Likewise. ($NoValue): Likewise. ($Mode): Likewise. ($ModeVariableList): Likewise. ($One): Likewise. ($PatternVariableList): Likewise. ($PositiveInteger): Likewise. ($PrimitiveDomainNames): Likewise. ($RationalNumber): Likewise. ($SideEffectFreeFunctionList): Likewise. ($SmallInteger): Likewise. ($SpecialDomainNames): Likewise. ($StringCategory): Likewise. ($String): Likewise. ($Symbol): Likewise. ($systemCommands): Likewise. ($ThrowAwayMode): Likewise. ($tokenCommands): Likewise. ($true): Likeiwse. ($underDomainAlist): Likewise. ($Void): Likewise. ($Zero): Likewise. (|$DomainVariableList|): Likewise. (|$quadSym|): Remove. ($BigFloatOpt): Likewise. ($BooleanOpt): Likewise. ($EM): Likewise. ($ExpressionOpt): Likewise. ($FloatOpt): Likewise. ($FormalMapVariableList2): Likewise. ($IntegerOpt): Likewise. ($NegativeIntegerOpt): Likewise. ($NonNegativeIntegerOpt): Likewise. ($NonPositiveIntegerOpt): Likewise. ($PositiveIntegerOpt): Likewise. ($RationalNumberOpt): Likewise. ($SmallIntegerOpt): Likewise. ($StringOpt): Likewise. ($SymbolOpt): Likewise. * setq.lisp.pamphlet (|$timerTicksPerSecond|): Remove. (|$quadSymbol|): Likewise. ($escapeString): Likewise. ($boxString): Likewise. ($boldString): Likewise. ($normalString): Likewise. ($reverseVideoString): Likewise. ($underlineString): Likewise. ($COMPILE): Likewise. ($BasicPredicates): Likewise. ($BFTag): Likewise. ($BigFloat): Likewise. ($Boolean): Likewise. ($Category): Likewise. ($CategoryNames): Likewise. ($Domain): Likewise. ($DomainNames): Likewise. ($DomainsInScope): Likewise. ($DoubleQuote): Likewise. ($DummyFunctorNames): Likewise. ($EmptyEnvironment): Likewise. ($EmptyList): Likewise. ($EmptyMode): Likewise. ($EmptyString): Likewise. ($EmptyVector): Likewise. ($Expression): Likewise. ($Exit): Likewise. ($failure): Likewise. ($Float): Likewise. ($FormalMapVariableList): Likewise. ($ConstructorNames): Likewise. ($InitialDomainsInScope): Likewise. ($InitialModemapFrame): Likewise. ($Integer): Likewise. ($LocalFrame): Likewise. ($NegativeInteger): Likewise. ($NonNegativeInteger): Likewise. ($NonPositiveInteger): Likewise. ($NonMentionableDomainNames): Likewise. ($noParseCommands): Likewise. ($NoValueMode): Likewise. ($NoValue): Likewise. ($Mode): Likewise. ($ModeVariableList): Likewise. ($One): Likewise. ($PatternVariableList): Likewise. ($PositiveInteger): Likewise. ($PrimitiveDomainNames): Likewise. ($RationalNumber): Likewise. ($SideEffectFreeFunctionList): Likewise. ($SmallInteger): Likewise. ($SpecialDomainNames): Likewise. ($StringCategory): Likewise. ($String): Likewise. ($Symbol): Likewise. ($systemCommands): Likewise. ($ThrowAwayMode): Likewise. ($tokenCommands): Likewise. ($true): Likeiwse. ($underDomainAlist): Likewise. ($Void): Likewise. ($Zero): Likewise. (|$DomainVariableList|): Likewise.
2007-08-19 * boot-pkg.lisp: New.dos-reis1-4/+21
* Makefile.pamphlet (${DEPSYS}): Depend on it (parsing.$(FASLEXT)): Likewise. (bookvol5.$(FASLEXT)): Likewise. (nocompil.$(FASLEXT)): Likewise. (bootfuns.$(FASLEXT)): Likewise. (boot-pkg.$(FASLEXT)): New rule. (boot-pkg.lisp): New rule; work around GCL+VPATH voodoo. (VPATH): Clear. * Makefile.in: Regenerate. * bootfuns.lisp.pamphlet: Don't define package "BOOT" here. Import "boot-pkg". (|printLoadMessages|): Move to setvart.boot.pamphlet. Move special functions to boot-pkg.lisp. Move get-current-directory to daase.lisp.pamphlet. * setvart.boot.pamphlet (printLoadMessages): Move from bootfuns.lisp.pamphlet. Write as Boot code. * daase.lisp.pamphlet (get-current-directory): Move from bootfuns.lisp.pamphlet
2007-08-19 * bootlex.lisp.pamphlet (|boot-LEXPR|): Removedos-reis1-13/+5
* spad.lisp.pamphlet (BOOT-LEXPR): Remove. (NBOOT-LEXPR): Likewise. (New-LEXPR): Likewise. (New-LEXPR1): Likewise. (New-LEXPR-Interactive): Likewise. (|getTranslation|): Likewise. (|New-LEXPR|): Likewise. (|boot2Lisp|): Likewise. (|boot2LispError|): Likewise. (|New,ENTRY|): Likewise. (new): Likewise. (newpo): Likewise. (|New,ENTRY,SYS|): Likewise. (|New,ENTRY1|): Likewise. (/cx): Likewise. (/foobar): Likewise. (|/cxd|): Likewise. (|/rx|): Likewise. (|/ry|): Likewise. (|/tb|): Likewise. (|$lisp2lispRenameAssoc|): Likewise.. (|$spadOpList|): Likewise. (SPAD-MDTR-1): Likewise. (SPAD-MDTR-2): Likewise. (foobar): Likewise. * metalex.lisp.pamphlet (in-meta): Remove. (newrule): Likewise. (meta): Likrwise. * spad.lisp.pamphlet (/TRANSMETA): Remove. (/TRANSBOOT): Likewise. (/TRANSNBOOT): Likewise. * debug.lisp.pamphlet (META): Don't set property. * Makefile.pamphlet (depsys_lisp_compiled_sources): Don't include metameta.lisp (OPOBJS): Likewise. (depsys_lisp_sources): Likewise. (depsys_objects): Likewise. (${DEPSYS}): Don't depend on it. Don't load it. (${AUTO}/metameta.$(FASLEXT)): Remove. * metameta.lisp.pamphlet: Remove.
2007-08-17 * vmlisp.lisp.pamphlet (define-function): Define in all situations.dos-reis1-4/+6
* parsing.lisp.pamphlet: Import "bootfuns". * util.lisp.pamphlet: Import "vmlisp" and "parsing". * bootfuns.lisp.pamphlet: Add GCL-specific bug workaround. * Makefile.pamphlet (${DEPSYS}): Load "parsing" before "util". (util.$(FASLEXT)): Has parsing.$(FASLEXT) as prerequisite. (parsing.$(FASLEXT)): New rule. * Makefile.in: Regenerate.
2007-08-14Initial population.dos-reis1-0/+1113