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.1 by root, Fri Feb 3 07:14:20 2006 UTC vs.
Revision 1.5 by root, Sat Dec 30 18:45:28 2006 UTC

22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23# 23#
24# The author can be reached via e-mail to mark@pyramid.com 24# The author can be reached via e-mail to mark@pyramid.com
25 25
26 26
27pkglib_PROGRAMS = random_map 27#pkglib_PROGRAMS = random_map
28 28
29random_map_SOURCES = standalone.c 29#random_map_SOURCES = standalone.C
30 30
31noinst_LIBRARIES = librandom_map.a 31noinst_LIBRARIES = librandom_map.a
32 32
33librandom_map_a_SOURCES = random_map.c \ 33librandom_map_a_SOURCES = random_map.C \
34 room_gen_onion.c \ 34 room_gen_onion.C \
35 room_gen_spiral.c \ 35 room_gen_spiral.C \
36 maze_gen.c \ 36 maze_gen.C \
37 reader.l \
38 floor.c \ 37 floor.C \
39 wall.c \ 38 wall.C \
40 monster.c \ 39 monster.C \
41 door.c \ 40 door.C \
42 decor.c \ 41 decor.C \
43 exit.c \ 42 exit.C \
44 treasure.c \ 43 treasure.C \
45 special.c \ 44 special.C \
46 style.c \ 45 style.C \
47 rogue_layout.c \ 46 rogue_layout.C \
48 snake.c \ 47 snake.C \
49 square_spiral.c \ 48 square_spiral.C \
50 expand2x.c \ 49 expand2x.C \
51 maze_gen.h random_map.h room_gen.h 50 maze_gen.h random_map.h room_gen.h
52 51
53EXTRA_DIST = maze_gen.h random_map.h room_gen.h\ 52EXTRA_DIST = maze_gen.h random_map.h room_gen.h\
54 standalone.c rproto.h expand2x.h Notes 53 standalone.c rproto.h expand2x.h Notes
54
55MAINTAINERCLEANFILES = Makefile.in
55 56
56AM_CPPFLAGS = -I$(top_srcdir)/include 57AM_CPPFLAGS = -I$(top_srcdir)/include
57 58
58LEX_OUTPUT_ROOT = lex.rmap 59LEX_OUTPUT_ROOT = lex.rmap
59AM_LFLAGS = -Prmap -i 60AM_LFLAGS = -Prmap -i
60 61
61random_map_LDADD = ../common/libcross.a librandom_map.a 62#random_map_LDADD = ../common/libcross.a librandom_map.a
62 63
63proto: 64proto:
64 cproto -e -o rproto.h.bak $(CPPFLAGS) -I. $(AM_CPPFLAGS) \ 65 cproto -e -o rproto.h.bak $(CPPFLAGS) -I. $(AM_CPPFLAGS) \
65 `echo $(librandom_map_a_SOURCES) | $(AWK) -v RS=" " '/.c$$/ { print }'` 66 `echo $(librandom_map_a_SOURCES) | $(AWK) -v RS=" " '/.C$$/ { print }'`
66 sed -e "s/#if __STDC__/#ifdef __STDC__/" -e "s/__signed/signed/g" -e "/__inline/d" -e "/YY_BUFFER/d" < rproto.h.bak >rproto.h 67 sed -e "s/#if __STDC__/#ifdef __STDC__/" -e "s/__signed/signed/g" -e "/__inline/d" -e "/YY_BUFFER/d" < rproto.h.bak >rproto.h
67 chmod 644 rproto.h 68 chmod 644 rproto.h
68 rm -f rproto.h.bak 69 rm -f rproto.h.bak
69 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines