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.4 by root, Sat Aug 26 08:44:06 2006 UTC vs.
Revision 1.5 by root, Sat Dec 30 18:45:28 2006 UTC

28 28
29#random_map_SOURCES = standalone.C 29#random_map_SOURCES = standalone.C
30 30
31noinst_LIBRARIES = librandom_map.a 31noinst_LIBRARIES = librandom_map.a
32 32
33reader.C: reader.l
34 flex -Prmap -i reader.l
35 sed '/^#/ s|lex.rmap\.c|reader.c|' lex.rmap.c >reader.C
36 rm -f lex.rmap.c
37
38librandom_map_a_SOURCES = random_map.C \ 33librandom_map_a_SOURCES = random_map.C \
39 room_gen_onion.C \ 34 room_gen_onion.C \
40 room_gen_spiral.C \ 35 room_gen_spiral.C \
41 maze_gen.C \ 36 maze_gen.C \
42 reader.C \
43 floor.C \ 37 floor.C \
44 wall.C \ 38 wall.C \
45 monster.C \ 39 monster.C \
46 door.C \ 40 door.C \
47 decor.C \ 41 decor.C \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines