aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2015-12-25Don't remove entire '' directory on 'build clean'.Gabriel Dos Reis1-3/+1
2014-11-16Remove src/syntax Makefiles; make part of libOpenAxiomdos-reis1-2/+1
2014-11-16Remove src/io Makefiles; make part of libOpenAxiomdos-reis1-1/+0
2014-08-17Enabling all-rt from toplevel Makefiledos-reis1-0/+1
2014-02-21Set derived src and target directory variablesdos-reis1-4/+3
2013-05-21Refactor src/algebra/Makefile.amdos-reis1-3/+7
2013-04-06Add token representation filesdos-reis1-1/+2
2013-04-04Add initial io library filesdos-reis1-1/+2
2012-06-03 * interp/lexing.boot (%Line): Now a record structure.dos-reis1-1/+1
* boot/parser.boot (bpTypeName): Split out of bpTypeAliasDefinition. (bpStruct): Use it. Support parameterized structures. * boot/ast.boot (ctorName): New. (bfEnum): Use it for parameterized enums. (bfRecord): Use it for parameterized records.
2012-02-15tidy src/algebra/Makefile.indos-reis1-1/+1
2011-08-24 * algebra/Makefile.in: Support construction initial DB profile.dos-reis1-4/+1
* interp/database.boot (printInitdbInfo): New. (printAllInitdbInfo): Likewise. * interp/sys-driver.boot (initializeDatabases): Exit early if constructing initial DB profile. (buildInitdbHandler): New. Handle --build-initdb. * utils/command.cc (driver_table): Add map for --build-initdb.
2011-08-23 * interp/sys-driver.boot (initializeDatabases): New.dos-reis1-2/+3
(initializeGlobalState): Use it. * interp/spad-parser.boot (parseSpadFile): Tidy. * interp/g-cndata.boot (installConstructor): Exit early it global table not initialized. * interp/database.boot (makeInitialDB): New. (populateDBFromFile): Likewise. * interp/daase.lisp: Introduce more DB accessors. * interp/br-util.boot (dbSourceFile): Remove. * interp/br-con.boot (kdPageInfo): Use getConstructorSourceFileFromDB instead of dbSourceFile. (kPage): Likewise. * algebra/Makefile.in (SPADFILES): Include domain.spad
2011-05-01more cleanupsdos-reis1-1/+2
2010-11-29Add support for translator and linker in the driverdos-reis1-0/+7
2010-11-27(no commit message)dos-reis1-0/+1
2010-11-27 * Makefile.am: Automake Makefile.in.dos-reis1-2/+2
* Makefile.in: Regenerate.
2010-11-27Fix 'make install'dos-reis1-7/+6
2010-11-26Fix from previous commitdos-reis1-14/+10
2010-11-26 * Makefile.am: New. Automake existing top-level Makefile.in.dos-reis1-0/+119
* Makefile.in: Generate from Makefile.am. * config/aclocal.m4: Regenerate.