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

Comparing deliantra/server/include/Makefile.am (file contents):
Revision 1.3 by root, Thu Aug 24 13:13:49 2006 UTC vs.
Revision 1.26 by root, Thu Apr 19 16:23:47 2007 UTC

1 1
2noinst_HEADERS = \ 2noinst_HEADERS = \
3commands.h libproto.h sounds.h attack.h \ 3commands.h libproto.h sounds.h attack.h \
4Makefile.in config.h living.h player.h \ 4Makefile.in config.h living.h player.h \
5define.h loader.h race.h material.h spells.h \ 5define.h loader.h race.h material.h spells.h \
6arch.h face.h logger.h re-cmp.h sproto.h \ 6face.h logger.h sproto.h region.h \
7artifact.h funcpoint.h map.h recipe.h treasure.h \ 7artifact.h funcpoint.h map.h recipe.h treasure.h \
8global.h newclient.h path.h shstr.h tod.h\ 8global.h client.h path.h shstr.h tod.h \
9god.h newserver.h quest.h xdir.h \ 9god.h network.h crc.h \
10book.h includes.h object.h skills.h sockproto.h \ 10book.h includes.h object.h skills.h sockproto.h \
11plugin.h timers.h cfperl.h 11plugin.h cfperl.h eventinc.h attackinc.h \
12kw_hash.h keyword.h traits.h dynbuf.h util.h \
13skillinc.h callback.h plugin_common.h
12 14
13MAINTAINERCLEANFILES = Makefile.in 15EXTRA_DIST = event2inc preprocess callback.pl
14 16
17MAINTAINERCLEANFILES = Makefile.in stamp.preprocess
18
19eventinc.h: ../pod/events.pod event2inc
20 $(PERL) $(srcdir)/event2inc $< >$@
21
22keyword.h: stamp.preprocess
23
24kw_hash.h: stamp.preprocess
25
26stamp.preprocess: preprocess
27 $(PERL) $(srcdir)/preprocess GPERF '$(GPERF)' && : > stamp.preprocess
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines