version 1.2 | | version 1.3 |
---|
| | |
# | | # |
# The author can be reached via e-mail to mwedel@sonic.net | | # The author can be reached via e-mail to mwedel@sonic.net |
| | |
| | |
SOURCES = $(cfanim_la_SOURCES) | | SOURCES = $(cfanim_la_SOURCES) |
| | |
srcdir = @srcdir@ | | srcdir = @srcdir@ |
| | |
build_triplet = @build@ | | build_triplet = @build@ |
host_triplet = @host@ | | host_triplet = @host@ |
subdir = plugins/cfanim | | subdir = plugins/cfanim |
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ | | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
$(srcdir)/Makefile.in | | |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ | | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
$(top_srcdir)/configure.ac | | $(top_srcdir)/configure.ac |
| | |
$(AM_LDFLAGS) $(LDFLAGS) -o $@ | | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
SOURCES = $(cfanim_la_SOURCES) | | SOURCES = $(cfanim_la_SOURCES) |
DIST_SOURCES = $(cfanim_la_SOURCES) | | DIST_SOURCES = $(cfanim_la_SOURCES) |
HEADERS = $(noinst_HEADERS) | | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
| | html-recursive info-recursive install-data-recursive \ |
| | install-exec-recursive install-info-recursive \ |
| | install-recursive installcheck-recursive installdirs-recursive \ |
| | pdf-recursive ps-recursive uninstall-info-recursive \ |
| | uninstall-recursive |
ETAGS = etags | | ETAGS = etags |
CTAGS = ctags | | CTAGS = ctags |
| | DIST_SUBDIRS = $(SUBDIRS) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
ACLOCAL = @ACLOCAL@ | | ACLOCAL = @ACLOCAL@ |
AMDEP_FALSE = @AMDEP_FALSE@ | | AMDEP_FALSE = @AMDEP_FALSE@ |
| | |
x_includes = @x_includes@ | | x_includes = @x_includes@ |
x_libraries = @x_libraries@ | | x_libraries = @x_libraries@ |
plugindir = $(pkglibdir)/plugins | | plugindir = $(pkglibdir)/plugins |
noinst_HEADERS = include/cfanim.h ../common/include/plugin_common.h | | |
plugin_LTLIBRARIES = cfanim.la | | plugin_LTLIBRARIES = cfanim.la |
cfanim_la_SOURCES = cfanim.c\ | | cfanim_la_SOURCES = cfanim.c\ |
../common/plugin_common.c | | ../common/plugin_common.c |
| | |
| | SUBDIRS = include |
cfanim_la_LIBADD = | | cfanim_la_LIBADD = |
cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic | | cfanim_la_LDFLAGS = -module -avoid-version -Xlinker -export-dynamic -rdynamic -Xlinker -Bsymbolic |
AM_CPPFLAGS = -I$(srcdir)/include -I../common/include -I$(top_srcdir)/include | | AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../common/include -I$(top_srcdir)/include |
all: all-am | | all: all-recursive |
| | |
.SUFFIXES: | | .SUFFIXES: |
.SUFFIXES: .c .lo .o .obj | | .SUFFIXES: .c .lo .o .obj |
| | |
-rm -f libtool | | -rm -f libtool |
uninstall-info-am: | | uninstall-info-am: |
| | |
| | # This directory's subdirectories are mostly independent; you can cd |
| | # into them and run `make' without going through this Makefile. |
| | # To change the values of `make' variables: instead of editing Makefiles, |
| | # (1) if the variable is set in `config.status', edit `config.status' |
| | # (which will cause the Makefiles to be regenerated when you run `make'); |
| | # (2) otherwise, pass the desired values on the `make' command line. |
| | $(RECURSIVE_TARGETS): |
| | @failcom='exit 1'; \ |
| | for f in x $$MAKEFLAGS; do \ |
| | case $$f in \ |
| | *=* | --[!k]*);; \ |
| | *k*) failcom='fail=yes';; \ |
| | esac; \ |
| | done; \ |
| | dot_seen=no; \ |
| | target=`echo $@ | sed s/-recursive//`; \ |
| | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| | echo "Making $$target in $$subdir"; \ |
| | if test "$$subdir" = "."; then \ |
| | dot_seen=yes; \ |
| | local_target="$$target-am"; \ |
| | else \ |
| | local_target="$$target"; \ |
| | fi; \ |
| | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| | || eval $$failcom; \ |
| | done; \ |
| | if test "$$dot_seen" = "no"; then \ |
| | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| | fi; test -z "$$fail" |
| | |
| | mostlyclean-recursive clean-recursive distclean-recursive \ |
| | maintainer-clean-recursive: |
| | @failcom='exit 1'; \ |
| | for f in x $$MAKEFLAGS; do \ |
| | case $$f in \ |
| | *=* | --[!k]*);; \ |
| | *k*) failcom='fail=yes';; \ |
| | esac; \ |
| | done; \ |
| | dot_seen=no; \ |
| | case "$@" in \ |
| | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| | *) list='$(SUBDIRS)' ;; \ |
| | esac; \ |
| | rev=''; for subdir in $$list; do \ |
| | if test "$$subdir" = "."; then :; else \ |
| | rev="$$subdir $$rev"; \ |
| | fi; \ |
| | done; \ |
| | rev="$$rev ."; \ |
| | target=`echo $@ | sed s/-recursive//`; \ |
| | for subdir in $$rev; do \ |
| | echo "Making $$target in $$subdir"; \ |
| | if test "$$subdir" = "."; then \ |
| | local_target="$$target-am"; \ |
| | else \ |
| | local_target="$$target"; \ |
| | fi; \ |
| | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| | || eval $$failcom; \ |
| | done && test -z "$$fail" |
| | tags-recursive: |
| | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| | done |
| | ctags-recursive: |
| | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
| | done |
| | |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
unique=`for i in $$list; do \ | | unique=`for i in $$list; do \ |
| | |
mkid -fID $$unique | | mkid -fID $$unique |
tags: TAGS | | tags: TAGS |
| | |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
$(TAGS_FILES) $(LISP) | | $(TAGS_FILES) $(LISP) |
tags=; \ | | tags=; \ |
here=`pwd`; \ | | here=`pwd`; \ |
| | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| | include_option=--etags-include; \ |
| | empty_fix=.; \ |
| | else \ |
| | include_option=--include; \ |
| | empty_fix=; \ |
| | fi; \ |
| | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| | if test "$$subdir" = .; then :; else \ |
| | test ! -f $$subdir/TAGS || \ |
| | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
| | fi; \ |
| | done; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
unique=`for i in $$list; do \ | | unique=`for i in $$list; do \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| | |
$$tags $$unique; \ | | $$tags $$unique; \ |
fi | | fi |
ctags: CTAGS | | ctags: CTAGS |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
$(TAGS_FILES) $(LISP) | | $(TAGS_FILES) $(LISP) |
tags=; \ | | tags=; \ |
here=`pwd`; \ | | here=`pwd`; \ |
| | |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| | |
distdir: $(DISTFILES) | | distdir: $(DISTFILES) |
$(mkdir_p) $(distdir)/../common/include $(distdir)/include | | |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
list='$(DISTFILES)'; for file in $$list; do \ | | list='$(DISTFILES)'; for file in $$list; do \ |
| | |
|| exit 1; \ | | || exit 1; \ |
fi; \ | | fi; \ |
done | | done |
| | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| | if test "$$subdir" = .; then :; else \ |
| | test -d "$(distdir)/$$subdir" \ |
| | || $(mkdir_p) "$(distdir)/$$subdir" \ |
| | || exit 1; \ |
| | distdir=`$(am__cd) $(distdir) && pwd`; \ |
| | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
| | (cd $$subdir && \ |
| | $(MAKE) $(AM_MAKEFLAGS) \ |
| | top_distdir="$$top_distdir" \ |
| | distdir="$$distdir/$$subdir" \ |
| | distdir) \ |
| | || exit 1; \ |
| | fi; \ |
| | done |
check-am: all-am | | check-am: all-am |
check: check-am | | check: check-recursive |
all-am: Makefile $(LTLIBRARIES) $(HEADERS) | | all-am: Makefile $(LTLIBRARIES) |
installdirs: | | installdirs: installdirs-recursive |
| | installdirs-am: |
for dir in "$(DESTDIR)$(plugindir)"; do \ | | for dir in "$(DESTDIR)$(plugindir)"; do \ |
test -z "$$dir" || $(mkdir_p) "$$dir"; \ | | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
done | | done |
install: install-am | | install: install-recursive |
install-exec: install-exec-am | | install-exec: install-exec-recursive |
install-data: install-data-am | | install-data: install-data-recursive |
uninstall: uninstall-am | | uninstall: uninstall-recursive |
| | |
install-am: all-am | | install-am: all-am |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| | |
installcheck: installcheck-am | | installcheck: installcheck-recursive |
install-strip: | | install-strip: |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| | |
maintainer-clean-generic: | | maintainer-clean-generic: |
@echo "This command is intended for maintainers to use" | | @echo "This command is intended for maintainers to use" |
@echo "it deletes files that may require special tools to rebuild." | | @echo "it deletes files that may require special tools to rebuild." |
clean: clean-am | | clean: clean-recursive |
| | |
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \ | | clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \ |
mostlyclean-am | | mostlyclean-am |
| | |
distclean: distclean-am | | distclean: distclean-recursive |
-rm -rf ./$(DEPDIR) | | -rm -rf ./$(DEPDIR) |
-rm -f Makefile | | -rm -f Makefile |
distclean-am: clean-am distclean-compile distclean-generic \ | | distclean-am: clean-am distclean-compile distclean-generic \ |
distclean-libtool distclean-tags | | distclean-libtool distclean-tags |
| | |
dvi: dvi-am | | dvi: dvi-recursive |
| | |
dvi-am: | | dvi-am: |
| | |
html: html-am | | html: html-recursive |
| | |
info: info-am | | info: info-recursive |
| | |
info-am: | | info-am: |
| | |
| | |
| | |
install-exec-am: | | install-exec-am: |
| | |
install-info: install-info-am | | install-info: install-info-recursive |
| | |
install-man: | | install-man: |
| | |
installcheck-am: | | installcheck-am: |
| | |
maintainer-clean: maintainer-clean-am | | maintainer-clean: maintainer-clean-recursive |
-rm -rf ./$(DEPDIR) | | -rm -rf ./$(DEPDIR) |
-rm -f Makefile | | -rm -f Makefile |
maintainer-clean-am: distclean-am maintainer-clean-generic | | maintainer-clean-am: distclean-am maintainer-clean-generic |
| | |
mostlyclean: mostlyclean-am | | mostlyclean: mostlyclean-recursive |
| | |
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
mostlyclean-libtool | | mostlyclean-libtool |
| | |
pdf: pdf-am | | pdf: pdf-recursive |
| | |
pdf-am: | | pdf-am: |
| | |
ps: ps-am | | ps: ps-recursive |
| | |
ps-am: | | ps-am: |
| | |
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES | | uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES |
| | |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | | uninstall-info: uninstall-info-recursive |
clean-libtool clean-pluginLTLIBRARIES ctags distclean \ | | |
| | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
| | clean clean-generic clean-libtool clean-pluginLTLIBRARIES \ |
| | clean-recursive ctags ctags-recursive distclean \ |
distclean-compile distclean-generic distclean-libtool \ | | distclean-compile distclean-generic distclean-libtool \ |
distclean-tags distdir dvi dvi-am html html-am info info-am \ | | distclean-recursive distclean-tags distdir dvi dvi-am html \ |
install install-am install-data install-data-am install-exec \ | | html-am info info-am install install-am install-data \ |
install-exec-am install-info install-info-am install-man \ | | install-data-am install-exec install-exec-am install-info \ |
install-pluginLTLIBRARIES install-strip installcheck \ | | install-info-am install-man install-pluginLTLIBRARIES \ |
installcheck-am installdirs maintainer-clean \ | | install-strip installcheck installcheck-am installdirs \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ | | installdirs-am maintainer-clean maintainer-clean-generic \ |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | | maintainer-clean-recursive mostlyclean mostlyclean-compile \ |
tags uninstall uninstall-am uninstall-info-am \ | | mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \ |
uninstall-pluginLTLIBRARIES | | pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ |
| | uninstall-info-am uninstall-pluginLTLIBRARIES |
| | |
| | |
proto: | | proto: |