Darryl L. Miles
1f5e6e6b4d
lisp: Makefile should always install *.scm
...
make liblisp.o
make liblisp.a
make install
All seem to work ok now.
2026-07-23 16:10:09 -04:00
Darryl L. Miles
be83d2954d
lisp: Clean up compiler warnings
...
Mainly a 64bit port to support sizeof(int) != sizeof(void*)
2026-07-23 16:10:09 -04:00
Darryl L. Miles
a7fed2b744
listInt.h: correct prototype names
...
My best guess:
LispDispatch => TxLispDispatch
LispModifyFrame => LispModifyBinding
2026-07-23 16:10:09 -04:00
Darryl L. Miles
9c33f1d460
lisp: Add needed system #include directives
2026-07-23 16:10:09 -04:00
R. Timothy Edwards
516c9d7635
First cut of pulling the TT_SIDE bit out of the tile database
...
and forcing it to be passed as an argument to all the callback
functions for the search routines that require it. Magic now
compiles and runs with the new code, but there are a number of
known issues that need to be fixed up. Committing now so that
I can rebase on the last update to the master branch.
2026-01-09 12:05:03 -05:00
Darryl L. Miles
3aebbbd038
Makefile: various consistency matters
...
Using defined variables ${RM} for common tools
error handling
ensuring default target (is not install)
2025-07-29 10:50:32 -04:00
Darryl L. Miles
8b7e0aaec6
Makefile: whitespace only change
2025-07-29 10:50:32 -04:00
Tim Edwards
2af38a4191
Updates from running the fix-ending-whitespace script.
2020-05-23 17:13:14 -04:00
Tim 'mithro' Ansell
b28d10f80d
Convert $Id$ placeholders to $Header$ placeholders.
2020-05-23 17:00:38 -04:00
Tim 'mithro' Ansell
a5f050ce21
Convert expanded $Id:XXXXX$ values back to placeholder $Id$
2020-05-23 17:00:38 -04:00
Tim Edwards
80fa495103
Removed the Depend files, which were being tracked with .gitignore
...
pointing to Depend instead of */Depend.
2020-03-13 15:39:08 -04:00
Tim Edwards
bc00b5578b
Implemented a new configuration variable "dist_prefix" for
...
distributed installations, where the immediate installation location
is different from the final installation location, but in the case
where it is not desirable to put the entire install hierarchy as a
subdirectory of DESTDIR.
2020-01-28 10:40:01 -05:00
Tim Edwards
c31b305848
Corrected the dependency list in the Makefile for "modules", which
...
should depend on database/database.h; otherwise running distributed
make can start compiling modules before the database.h file is
created.
2019-07-14 12:07:38 -04:00
Tim Edwards
231a299b16
Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky
2017-04-25 08:41:48 -04:00