summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-2/+2
|
* Get all the games compiling for iOSCameron Katri2021-02-221-4/+14
|
* Abolish the initdeck program and the weird little binary file it generates.dholland2008-02-241-16/+1
| | | | | | | | The card deck data is now compiled in. (And it always should have been, even back when memory usage counted. It's small.) This changes the save format slightly. (I am riding the previous breakage an hour ago and not providing compat. There should be no further breakage.)
* Remove last traces of old save/load code. We no longer need a privatedholland2008-02-241-5/+1
| | | copy of malloc.
* A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologiesdogcow2007-11-171-2/+6
| | | | to the legions of sun2 monop fans who will probably be unable to save/restore games.
* Improve how various "simple" host tools are built and invoked.lukem2003-11-161-4/+4
|
* Rework how MAKEVERBOSE operates:lukem2003-10-211-5/+3
| | | | | | | | | | * Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-191-3/+3
|
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-191-1/+5
|
* use an sbrk() only malloc() because save and restore depends on savingchristos2003-04-211-3/+3
| | | the data segment only. Maybe we should make libbsdmalloc?
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
|
* fix building of cards.pcklukem2001-06-061-2/+2
|
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+4
| | | include <bsd.own.mk> if testing a MKxxx variable.
* don't install in /usr/share if NOSHARE is definedlukem1998-09-291-1/+3
|
* Make the helper programs compile right in a cross-compiling environment.wrstuden1998-09-121-1/+4
|
* WARNSifychristos1997-10-121-7/+1
|
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* Allow this to be cross-compiled.thorpej1997-04-191-2/+2
|
* - Makefile cleanupschristos1997-03-241-5/+3
|
* Use ${INSTALL}.thorpej1996-10-181-2/+2
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-2/+2
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* Use .OBJDIR for auxiliary programs.pk1994-01-041-2/+2
|
* use LDSTATICcgd1993-11-081-2/+2
|
* Nuke `all' dependency. bsd.prog.mk does it, and correctly.mycroft1993-08-101-3/+1
|
* Tweak for cross-compilation.mycroft1993-08-101-4/+4
|
* New version from uunet.mycroft1993-08-071-4/+8
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Use ${COPY}, not -c for install.mycroft1993-07-181-1/+1
|
* copy deck of cards, rather than moving it, on installcgd1993-04-091-1/+1
|
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+0
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+24