ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/Makefile.am
(Generate patch)

Comparing deliantra/server/random_maps/Makefile.am (file contents):
Revision 1.6 by root, Sun Dec 31 10:40:01 2006 UTC vs.
Revision 1.7 by root, Mon Mar 5 19:54:49 2007 UTC

1#
2# Makefile for crossfire 0.95.0 and beyond
3#
4# This file will eventually be replaced by a configure script. But for
5# now, this simple makefile should do the job.
6# 1#
7# Copyright (C) 1992 Frank Tore Johansen 2# Copyright (C) 1992 Frank Tore Johansen
8# Copyright (C) 1998 Mark Wedel 3# Copyright (C) 1998 Mark Wedel
4# Copyright (C) 2007 Marc Alexander Lehmann
9# 5#
10# This program is free software; you can redistribute it and/or modify 6# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by 7# it under the terms of the GNU General Public License as published by
12# the Free Software Foundation; either version 2 of the License, or 8# the Free Software Foundation; either version 2 of the License, or
13# (at your option) any later version. 9# (at your option) any later version.
48 square_spiral.C \ 44 square_spiral.C \
49 expand2x.C \ 45 expand2x.C \
50 maze_gen.h random_map.h room_gen.h 46 maze_gen.h random_map.h room_gen.h
51 47
52EXTRA_DIST = maze_gen.h random_map.h room_gen.h\ 48EXTRA_DIST = maze_gen.h random_map.h room_gen.h\
53 standalone.c rproto.h expand2x.h Notes 49 rproto.h expand2x.h Notes
54 50
55MAINTAINERCLEANFILES = Makefile.in 51MAINTAINERCLEANFILES = Makefile.in
56 52
57AM_CPPFLAGS = -I$(top_srcdir)/include 53AM_CPPFLAGS = -I$(top_srcdir)/include
58 54

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines