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

Comparing deliantra/server/plugins/cfpython/Makefile.in (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:18 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Mar 15 14:05:33 2006 UTC

37# along with this program; if not, write to the Free Software 37# along with this program; if not, write to the Free Software
38# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 38# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
39# 39#
40# The author can be reached via e-mail to mwedel@sonic.net 40# The author can be reached via e-mail to mwedel@sonic.net
41 41
42
43SOURCES = $(cfpython_la_SOURCES) 42SOURCES = $(cfpython_la_SOURCES)
44 43
45srcdir = @srcdir@ 44srcdir = @srcdir@
46top_srcdir = @top_srcdir@ 45top_srcdir = @top_srcdir@
47VPATH = @srcdir@ 46VPATH = @srcdir@
63PRE_UNINSTALL = : 62PRE_UNINSTALL = :
64POST_UNINSTALL = : 63POST_UNINSTALL = :
65build_triplet = @build@ 64build_triplet = @build@
66host_triplet = @host@ 65host_triplet = @host@
67subdir = plugins/cfpython 66subdir = plugins/cfpython
68DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 67DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
69 $(srcdir)/Makefile.in
70ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 69am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
72 $(top_srcdir)/configure.ac 70 $(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4) 72 $(ACLOCAL_M4)
101CCLD = $(CC) 99CCLD = $(CC)
102LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 100LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 101 $(AM_LDFLAGS) $(LDFLAGS) -o $@
104SOURCES = $(cfpython_la_SOURCES) 102SOURCES = $(cfpython_la_SOURCES)
105DIST_SOURCES = $(cfpython_la_SOURCES) 103DIST_SOURCES = $(cfpython_la_SOURCES)
106HEADERS = $(noinst_HEADERS) 104RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
105 html-recursive info-recursive install-data-recursive \
106 install-exec-recursive install-info-recursive \
107 install-recursive installcheck-recursive installdirs-recursive \
108 pdf-recursive ps-recursive uninstall-info-recursive \
109 uninstall-recursive
107ETAGS = etags 110ETAGS = etags
108CTAGS = ctags 111CTAGS = ctags
112DIST_SUBDIRS = $(SUBDIRS)
109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 113DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110ACLOCAL = @ACLOCAL@ 114ACLOCAL = @ACLOCAL@
111AMDEP_FALSE = @AMDEP_FALSE@ 115AMDEP_FALSE = @AMDEP_FALSE@
112AMDEP_TRUE = @AMDEP_TRUE@ 116AMDEP_TRUE = @AMDEP_TRUE@
113AMTAR = @AMTAR@ 117AMTAR = @AMTAR@
238sysconfdir = @sysconfdir@ 242sysconfdir = @sysconfdir@
239target_alias = @target_alias@ 243target_alias = @target_alias@
240x_includes = @x_includes@ 244x_includes = @x_includes@
241x_libraries = @x_libraries@ 245x_libraries = @x_libraries@
242plugindir = $(pkglibdir)/plugins 246plugindir = $(pkglibdir)/plugins
243noinst_HEADERS = include/cfpython.h ../common/include/plugin_common.h 247SUBDIRS = include
244@PYTHON_PLUGIN_FALSE@plugin_LTLIBRARIES = 248@PYTHON_PLUGIN_FALSE@plugin_LTLIBRARIES =
245@PYTHON_PLUGIN_TRUE@plugin_LTLIBRARIES = cfpython.la 249@PYTHON_PLUGIN_TRUE@plugin_LTLIBRARIES = cfpython.la
246cfpython_la_SOURCES = cfpython.c\ 250cfpython_la_SOURCES = cfpython.c\
247 cfpython_archetype.c\ 251 cfpython_archetype.c\
248 cfpython_object.c\ 252 cfpython_object.c\
258 cfpython_region.c\ 262 cfpython_region.c\
259 cfpython_map.c 263 cfpython_map.c
260 264
261cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@ 265cfpython_la_LIBADD = @PYTHON_LIB@ @PY_LIBS@
262cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic 266cfpython_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic
263AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include @PY_INCLUDES@ 267AM_CPPFLAGS = -I$(srcdir)/include -I$(top_srcdir)/plugins/common/include -I$(top_srcdir)/include @PY_INCLUDES@
264all: all-am 268all: all-recursive
265 269
266.SUFFIXES: 270.SUFFIXES:
267.SUFFIXES: .c .lo .o .obj 271.SUFFIXES: .c .lo .o .obj
268$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 272$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
269 @for dep in $?; do \ 273 @for dep in $?; do \
374 378
375distclean-libtool: 379distclean-libtool:
376 -rm -f libtool 380 -rm -f libtool
377uninstall-info-am: 381uninstall-info-am:
378 382
383# This directory's subdirectories are mostly independent; you can cd
384# into them and run `make' without going through this Makefile.
385# To change the values of `make' variables: instead of editing Makefiles,
386# (1) if the variable is set in `config.status', edit `config.status'
387# (which will cause the Makefiles to be regenerated when you run `make');
388# (2) otherwise, pass the desired values on the `make' command line.
389$(RECURSIVE_TARGETS):
390 @failcom='exit 1'; \
391 for f in x $$MAKEFLAGS; do \
392 case $$f in \
393 *=* | --[!k]*);; \
394 *k*) failcom='fail=yes';; \
395 esac; \
396 done; \
397 dot_seen=no; \
398 target=`echo $@ | sed s/-recursive//`; \
399 list='$(SUBDIRS)'; for subdir in $$list; do \
400 echo "Making $$target in $$subdir"; \
401 if test "$$subdir" = "."; then \
402 dot_seen=yes; \
403 local_target="$$target-am"; \
404 else \
405 local_target="$$target"; \
406 fi; \
407 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408 || eval $$failcom; \
409 done; \
410 if test "$$dot_seen" = "no"; then \
411 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
412 fi; test -z "$$fail"
413
414mostlyclean-recursive clean-recursive distclean-recursive \
415maintainer-clean-recursive:
416 @failcom='exit 1'; \
417 for f in x $$MAKEFLAGS; do \
418 case $$f in \
419 *=* | --[!k]*);; \
420 *k*) failcom='fail=yes';; \
421 esac; \
422 done; \
423 dot_seen=no; \
424 case "$@" in \
425 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
426 *) list='$(SUBDIRS)' ;; \
427 esac; \
428 rev=''; for subdir in $$list; do \
429 if test "$$subdir" = "."; then :; else \
430 rev="$$subdir $$rev"; \
431 fi; \
432 done; \
433 rev="$$rev ."; \
434 target=`echo $@ | sed s/-recursive//`; \
435 for subdir in $$rev; do \
436 echo "Making $$target in $$subdir"; \
437 if test "$$subdir" = "."; then \
438 local_target="$$target-am"; \
439 else \
440 local_target="$$target"; \
441 fi; \
442 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
443 || eval $$failcom; \
444 done && test -z "$$fail"
445tags-recursive:
446 list='$(SUBDIRS)'; for subdir in $$list; do \
447 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
448 done
449ctags-recursive:
450 list='$(SUBDIRS)'; for subdir in $$list; do \
451 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
452 done
453
379ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 454ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 455 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381 unique=`for i in $$list; do \ 456 unique=`for i in $$list; do \
382 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 457 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383 done | \ 458 done | \
384 $(AWK) ' { files[$$0] = 1; } \ 459 $(AWK) ' { files[$$0] = 1; } \
385 END { for (i in files) print i; }'`; \ 460 END { for (i in files) print i; }'`; \
386 mkid -fID $$unique 461 mkid -fID $$unique
387tags: TAGS 462tags: TAGS
388 463
389TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 464TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
390 $(TAGS_FILES) $(LISP) 465 $(TAGS_FILES) $(LISP)
391 tags=; \ 466 tags=; \
392 here=`pwd`; \ 467 here=`pwd`; \
468 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
469 include_option=--etags-include; \
470 empty_fix=.; \
471 else \
472 include_option=--include; \
473 empty_fix=; \
474 fi; \
475 list='$(SUBDIRS)'; for subdir in $$list; do \
476 if test "$$subdir" = .; then :; else \
477 test ! -f $$subdir/TAGS || \
478 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
479 fi; \
480 done; \
393 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 481 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
394 unique=`for i in $$list; do \ 482 unique=`for i in $$list; do \
395 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 483 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
396 done | \ 484 done | \
397 $(AWK) ' { files[$$0] = 1; } \ 485 $(AWK) ' { files[$$0] = 1; } \
400 test -n "$$unique" || unique=$$empty_fix; \ 488 test -n "$$unique" || unique=$$empty_fix; \
401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 489 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402 $$tags $$unique; \ 490 $$tags $$unique; \
403 fi 491 fi
404ctags: CTAGS 492ctags: CTAGS
405CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 493CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
406 $(TAGS_FILES) $(LISP) 494 $(TAGS_FILES) $(LISP)
407 tags=; \ 495 tags=; \
408 here=`pwd`; \ 496 here=`pwd`; \
409 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 497 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
410 unique=`for i in $$list; do \ 498 unique=`for i in $$list; do \
423 511
424distclean-tags: 512distclean-tags:
425 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 513 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426 514
427distdir: $(DISTFILES) 515distdir: $(DISTFILES)
428 $(mkdir_p) $(distdir)/../common/include $(distdir)/include
429 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 516 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
430 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 517 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
431 list='$(DISTFILES)'; for file in $$list; do \ 518 list='$(DISTFILES)'; for file in $$list; do \
432 case $$file in \ 519 case $$file in \
433 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 520 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
450 test -f $(distdir)/$$file \ 537 test -f $(distdir)/$$file \
451 || cp -p $$d/$$file $(distdir)/$$file \ 538 || cp -p $$d/$$file $(distdir)/$$file \
452 || exit 1; \ 539 || exit 1; \
453 fi; \ 540 fi; \
454 done 541 done
542 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543 if test "$$subdir" = .; then :; else \
544 test -d "$(distdir)/$$subdir" \
545 || $(mkdir_p) "$(distdir)/$$subdir" \
546 || exit 1; \
547 distdir=`$(am__cd) $(distdir) && pwd`; \
548 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
549 (cd $$subdir && \
550 $(MAKE) $(AM_MAKEFLAGS) \
551 top_distdir="$$top_distdir" \
552 distdir="$$distdir/$$subdir" \
553 distdir) \
554 || exit 1; \
555 fi; \
556 done
455check-am: all-am 557check-am: all-am
456check: check-am 558check: check-recursive
457all-am: Makefile $(LTLIBRARIES) $(HEADERS) 559all-am: Makefile $(LTLIBRARIES)
560installdirs: installdirs-recursive
458installdirs: 561installdirs-am:
459 for dir in "$(DESTDIR)$(plugindir)"; do \ 562 for dir in "$(DESTDIR)$(plugindir)"; do \
460 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 563 test -z "$$dir" || $(mkdir_p) "$$dir"; \
461 done 564 done
462install: install-am 565install: install-recursive
463install-exec: install-exec-am 566install-exec: install-exec-recursive
464install-data: install-data-am 567install-data: install-data-recursive
465uninstall: uninstall-am 568uninstall: uninstall-recursive
466 569
467install-am: all-am 570install-am: all-am
468 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 571 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
469 572
470installcheck: installcheck-am 573installcheck: installcheck-recursive
471install-strip: 574install-strip:
472 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 575 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 576 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474 `test -z '$(STRIP)' || \ 577 `test -z '$(STRIP)' || \
475 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 578 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
481 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 584 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482 585
483maintainer-clean-generic: 586maintainer-clean-generic:
484 @echo "This command is intended for maintainers to use" 587 @echo "This command is intended for maintainers to use"
485 @echo "it deletes files that may require special tools to rebuild." 588 @echo "it deletes files that may require special tools to rebuild."
486clean: clean-am 589clean: clean-recursive
487 590
488clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \ 591clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
489 mostlyclean-am 592 mostlyclean-am
490 593
491distclean: distclean-am 594distclean: distclean-recursive
492 -rm -rf ./$(DEPDIR) 595 -rm -rf ./$(DEPDIR)
493 -rm -f Makefile 596 -rm -f Makefile
494distclean-am: clean-am distclean-compile distclean-generic \ 597distclean-am: clean-am distclean-compile distclean-generic \
495 distclean-libtool distclean-tags 598 distclean-libtool distclean-tags
496 599
497dvi: dvi-am 600dvi: dvi-recursive
498 601
499dvi-am: 602dvi-am:
500 603
501html: html-am 604html: html-recursive
502 605
503info: info-am 606info: info-recursive
504 607
505info-am: 608info-am:
506 609
507install-data-am: install-pluginLTLIBRARIES 610install-data-am: install-pluginLTLIBRARIES
508 611
509install-exec-am: 612install-exec-am:
510 613
511install-info: install-info-am 614install-info: install-info-recursive
512 615
513install-man: 616install-man:
514 617
515installcheck-am: 618installcheck-am:
516 619
517maintainer-clean: maintainer-clean-am 620maintainer-clean: maintainer-clean-recursive
518 -rm -rf ./$(DEPDIR) 621 -rm -rf ./$(DEPDIR)
519 -rm -f Makefile 622 -rm -f Makefile
520maintainer-clean-am: distclean-am maintainer-clean-generic 623maintainer-clean-am: distclean-am maintainer-clean-generic
521 624
522mostlyclean: mostlyclean-am 625mostlyclean: mostlyclean-recursive
523 626
524mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 627mostlyclean-am: mostlyclean-compile mostlyclean-generic \
525 mostlyclean-libtool 628 mostlyclean-libtool
526 629
527pdf: pdf-am 630pdf: pdf-recursive
528 631
529pdf-am: 632pdf-am:
530 633
531ps: ps-am 634ps: ps-recursive
532 635
533ps-am: 636ps-am:
534 637
535uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES 638uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
536 639
537.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 640uninstall-info: uninstall-info-recursive
538 clean-libtool clean-pluginLTLIBRARIES ctags distclean \ 641
642.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
643 clean clean-generic clean-libtool clean-pluginLTLIBRARIES \
644 clean-recursive ctags ctags-recursive distclean \
539 distclean-compile distclean-generic distclean-libtool \ 645 distclean-compile distclean-generic distclean-libtool \
540 distclean-tags distdir dvi dvi-am html html-am info info-am \ 646 distclean-recursive distclean-tags distdir dvi dvi-am html \
541 install install-am install-data install-data-am install-exec \ 647 html-am info info-am install install-am install-data \
542 install-exec-am install-info install-info-am install-man \ 648 install-data-am install-exec install-exec-am install-info \
543 install-pluginLTLIBRARIES install-strip installcheck \ 649 install-info-am install-man install-pluginLTLIBRARIES \
544 installcheck-am installdirs maintainer-clean \ 650 install-strip installcheck installcheck-am installdirs \
651 installdirs-am maintainer-clean maintainer-clean-generic \
545 maintainer-clean-generic mostlyclean mostlyclean-compile \ 652 maintainer-clean-recursive mostlyclean mostlyclean-compile \
546 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 653 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
547 tags uninstall uninstall-am uninstall-info-am \ 654 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
548 uninstall-pluginLTLIBRARIES 655 uninstall-info-am uninstall-pluginLTLIBRARIES
549 656
550 657
551proto: 658proto:
552 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \ 659 cproto -D__CEXTRACT__ -o include/cfpython_proto.h $(CPPFLAGS) $(AM_CPPFLAGS) \
553 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'` 660 `echo $(cfpython_la_CPSOURCES) " " | $(AWK) -v RS=" " '/.c$$/ { print }'`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines