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.1.1 by root, Fri Feb 3 07:14:17 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Mar 15 14:05:32 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
32cfanim_la_LIBADD = 33cfanim_la_LIBADD =
33cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic 34cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
34AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include 35AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include
35 36
36proto: 37proto:
37 cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 38 cproto -D__CEXTRACT__ -o include/cfanim_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
38 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 39 `echo $(SOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`
39 chmod 644 include/cfanim_proto.h 40 chmod 644 include/cfanim_proto.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines