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

Comparing deliantra/server/server/Makefile.am (file contents):
Revision 1.2 by pippijn, Sun Jul 2 15:05:17 2006 UTC vs.
Revision 1.3 by elmex, Sun Aug 13 17:16:03 2006 UTC

27bin_PROGRAMS = crossfire 27bin_PROGRAMS = crossfire
28 28
29MAINTAINERCLEANFILES = Makefile.in 29MAINTAINERCLEANFILES = Makefile.in
30 30
31crossfire_SOURCES = \ 31crossfire_SOURCES = \
32 alchemy.c\ 32 alchemy.C\
33 apply.c\ 33 apply.C\
34 attack.c\ 34 attack.C\
35 ban.c\ 35 ban.C\
36 build_map.c\ 36 build_map.C\
37 c_chat.c\ 37 c_chat.C\
38 c_misc.c\ 38 c_misc.C\
39 c_move.c\ 39 c_move.C\
40 c_new.c\ 40 c_new.C\
41 c_object.c\ 41 c_object.C\
42 c_party.c\ 42 c_party.C\
43 c_range.c\ 43 c_range.C\
44 c_wiz.c\ 44 c_wiz.C\
45 commands.c\ 45 commands.C\
46 daemon.c\ 46 daemon.C\
47 disease.c\ 47 disease.C\
48 egoitem.c \ 48 egoitem.C \
49 hiscore.c\ 49 hiscore.C\
50 gods.c\ 50 gods.C\
51 init.c\ 51 init.C\
52 login.c\ 52 login.C\
53 main.c\ 53 main.C\
54 monster.c\ 54 monster.C\
55 move.c\ 55 move.C\
56 pets.c\ 56 pets.C\
57 player.c\ 57 player.C\
58 plugins.c\ 58 plugins.C\
59 resurrection.c\ 59 resurrection.C\
60 rune.c\ 60 rune.C\
61 shop.c\ 61 shop.C\
62 skills.c\ 62 skills.C\
63 skill_util.c\ 63 skill_util.C\
64 spell_attack.c\ 64 spell_attack.C\
65 spell_effect.c\ 65 spell_effect.C\
66 spell_util.c\ 66 spell_util.C\
67 swamp.c\ 67 swamp.C\
68 swap.c\ 68 swap.C\
69 time.c\ 69 time.C\
70 timers.c\ 70 timers.C\
71 weather.c 71 weather.C
72 72
73AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \ 73AM_CPPFLAGS = -I$(top_srcdir)/include -DDATADIR=\"$(pkgdatadir)\" -DCONFDIR=\"$(pkgconfdir)\" \
74 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \ 74 -DLIBDIR=\"$(pkglibdir)\" -DLOCALDIR=\"$(pkgstatedir)\" \
75 -DPLUGIN_SUFFIX=\".so\" 75 -DPLUGIN_SUFFIX=\".so\"
76 76
97installcheck-local: 97installcheck-local:
98 $(bindir)/crossfire -o 98 $(bindir)/crossfire -o
99 99
100proto: 100proto:
101 cproto -D__CEXTRACT__ -o ../include/sproto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 101 cproto -D__CEXTRACT__ -o ../include/sproto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
102 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 102 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.C$$/ { print }'`
103 chmod 644 ../include/sproto.h 103 chmod 644 ../include/sproto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines