Home | History | Annotate | Download | only in monop
History log of /src/games/monop/Makefile
RevisionDateAuthorComments
 1.30  24-Feb-2008  dholland Abolish the initdeck program and the weird little binary file it generates.
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.)
 1.29  24-Feb-2008  dholland Remove last traces of old save/load code. We no longer need a private
copy of malloc.
 1.28  17-Nov-2007  dogcow branches: 1.28.4;
A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologies
to the legions of sun2 monop fans who will probably be unable to save/restore
games.
 1.27  16-Nov-2003  lukem branches: 1.27.22;
Improve how various "simple" host tools are built and invoked.
 1.26  21-Oct-2003  lukem Rework how MAKEVERBOSE operates:

* 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.
 1.25  19-Oct-2003  lukem rework to use the newer _MKMSGCREATE (et al) macros
 1.24  19-Oct-2003  lukem Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)
 1.23  21-Apr-2003  christos use an sbrk() only malloc() because save and restore depends on saving
the data segment only. Maybe we should make libbsdmalloc?
 1.22  05-Mar-2002  thorpej No need to reference .OBJDIR here.
 1.21  06-Jun-2001  lukem fix building of cards.pck
 1.20  13-Feb-1999  lukem convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.19  29-Sep-1998  lukem don't install in /usr/share if NOSHARE is defined
 1.18  12-Sep-1998  wrstuden Make the helper programs compile right in a cross-compiling environment.
 1.17  12-Oct-1997  christos WARNSify
 1.16  12-Oct-1997  lukem enable WARNS?=1 by default, & temporarily disable for the few unclean programs
 1.15  19-Apr-1997  thorpej Allow this to be cross-compiled.
 1.14  24-Mar-1997  christos - Makefile cleanups
 1.13  18-Oct-1996  thorpej Use ${INSTALL}.
 1.12  23-Mar-1995  cgd merge with Lite, new RCS id conventions, etc.
 1.11  22-Dec-1994  cgd specify man pages the new way.
 1.10  04-Jan-1994  pk Use .OBJDIR for auxiliary programs.
 1.9  08-Nov-1993  cgd use LDSTATIC
 1.8  10-Aug-1993  mycroft Nuke `all' dependency. bsd.prog.mk does it, and correctly.
 1.7  10-Aug-1993  mycroft Tweak for cross-compilation.
 1.6  07-Aug-1993  mycroft New version from uunet.
 1.5  01-Aug-1993  mycroft Add RCS identifiers.
 1.4  18-Jul-1993  mycroft Use ${COPY}, not -c for install.
 1.3  09-Apr-1993  cgd copy deck of cards, rather than moving it, on install
 1.2  23-Mar-1993  cgd got rid of unnecessary -lcompat and associated dependency
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  21-Mar-1995  cgd from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.27.22.2  23-Mar-2008  matt sync with HEAD
 1.27.22.1  09-Jan-2008  matt sync with HEAD
 1.28.4.1  24-Mar-2008  keiichi sync with head.

RSS XML Feed