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 crossfire-devel@real-time.com |
| | |
SHELL = @BOURNE_SHELL@ | | SHELL = @BOURNE_SHELL@ |
| | |
| | |
srcdir = @srcdir@ | | srcdir = @srcdir@ |
| | |
SRCS = \ | | SRCS = \ |
| | image.c \ |
info.c \ | | info.c \ |
init.c \ | | init.c \ |
item.c\ | | item.c\ |