version 1.5 | | version 1.6 |
---|
| | |
# now, this simple makefile should do the job. | | # now, this simple makefile should do the job. |
# | | # |
# Copyright (C) 1992 Frank Tore Johansen | | # Copyright (C) 1992 Frank Tore Johansen |
# Copyright (C) 1998 Mark Wedel | | # Copyright (C) 2001 Mark Wedel |
# | | # |
# This program is free software; you can redistribute it and/or modify | | # This program is free software; you can redistribute it and/or modify |
# it under the terms of the GNU General Public License as published by | | # it under the terms of the GNU General Public License as published by |
| | |
# along with this program; if not, write to the Free Software | | # along with this program; if not, write to the Free Software |
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
# | | # |
# The author can be reached via e-mail to mark@pyramid.com | | # The author can be reached via e-mail to mwedel@scruz.net |
| | |
SHELL = @BOURNE_SHELL@ | | SHELL = @BOURNE_SHELL@ |
| | |
| | |
loader.c\ | | loader.c\ |
logger.c\ | | logger.c\ |
los.c\ | | los.c\ |
ltostr.c\ | | |
map.c\ | | map.c\ |
object.c\ | | object.c\ |
porting.c\ | | porting.c\ |
| | |
readable.c\ | | readable.c\ |
recipe.c\ | | recipe.c\ |
shstr.c\ | | shstr.c\ |
sqrt.c\ | | |
time.c\ | | time.c\ |
treasure.c | | treasure.c |
| | |