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

Comparing deliantra/server/plugins/cfanim/Makefile.am (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:17 2006 UTC vs.
Revision 1.2 by pippijn, Sun Jul 2 15:05:15 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 mwedel@sonic.net 24# The author can be reached via e-mail to mwedel@sonic.net
25 25
26plugindir=$(pkglibdir)/plugins 26plugindir=$(pkglibdir)/plugins
27noinst_HEADERS = include/cfanim.h ../common/include/plugin_common.h
28plugin_LTLIBRARIES = cfanim.la 27plugin_LTLIBRARIES = cfanim.la
29cfanim_la_SOURCES = cfanim.c\ 28cfanim_la_SOURCES = cfanim.c\
30 ../common/plugin_common.c 29 ../common/plugin_common.c
31 30
31SUBDIRS=include
32
33MAINTAINERCLEANFILES = Makefile.in
34
32cfanim_la_LIBADD = 35cfanim_la_LIBADD =
33cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic 36cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
34AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include 37AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include
35 38
36proto: 39proto:
37 cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 40 cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
38 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 41 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
39 chmod 644 include/cfanim_proto.h 42 chmod 644 include/cfanim_proto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines