Line 1... |
Line 1... |
# Makefile.in generated by automake 1.6 from Makefile.am.
|
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
# @configure_input@
|
# @configure_input@
|
|
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
Line 67... |
Line 67... |
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
INSTALL_DATA = @INSTALL_DATA@
|
INSTALL_DATA = @INSTALL_DATA@
|
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
transform = @program_transform_name@
|
transform = @program_transform_name@
|
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
PRE_INSTALL = :
|
PRE_INSTALL = :
|
Line 99... |
Line 100... |
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
INCLUDES = @INCLUDES@
|
INCLUDES = @INCLUDES@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
LOCAL_CFLAGS = @LOCAL_CFLAGS@
|
LOCAL_DEFS = @LOCAL_DEFS@
|
LOCAL_DEFS = @LOCAL_DEFS@
|
LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
|
|
MAKE_SHELL = @MAKE_SHELL@
|
MAKE_SHELL = @MAKE_SHELL@
|
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
STRIP = @STRIP@
|
STRIP = @STRIP@
|
SUMVERSION = @SUMVERSION@
|
SUMVERSION = @SUMVERSION@
|
Line 218... |
Line 218... |
|
|
.c.o:
|
.c.o:
|
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
|
$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
|
|
|
.c.obj:
|
.c.obj:
|
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
Line 235... |
Line 235... |
# To change the values of `make' variables: instead of editing Makefiles,
|
# To change the values of `make' variables: instead of editing Makefiles,
|
# (1) if the variable is set in `config.status', edit `config.status'
|
# (1) if the variable is set in `config.status', edit `config.status'
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
# (2) otherwise, pass the desired values on the `make' command line.
|
# (2) otherwise, pass the desired values on the `make' command line.
|
$(RECURSIVE_TARGETS):
|
$(RECURSIVE_TARGETS):
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
@set fnord $$MAKEFLAGS; amf=$$2; \
|
dot_seen=no; \
|
dot_seen=no; \
|
target=`echo $@ | sed s/-recursive//`; \
|
target=`echo $@ | sed s/-recursive//`; \
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
echo "Making $$target in $$subdir"; \
|
echo "Making $$target in $$subdir"; \
|
if test "$$subdir" = "."; then \
|
if test "$$subdir" = "."; then \
|
Line 255... |
Line 255... |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
fi; test -z "$$fail"
|
fi; test -z "$$fail"
|
|
|
mostlyclean-recursive clean-recursive distclean-recursive \
|
mostlyclean-recursive clean-recursive distclean-recursive \
|
maintainer-clean-recursive:
|
maintainer-clean-recursive:
|
@set fnord $(MAKEFLAGS); amf=$$2; \
|
@set fnord $$MAKEFLAGS; amf=$$2; \
|
dot_seen=no; \
|
dot_seen=no; \
|
case "$@" in \
|
case "$@" in \
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
*) list='$(SUBDIRS)' ;; \
|
*) list='$(SUBDIRS)' ;; \
|
esac; \
|
esac; \
|
Line 329... |
Line 329... |
|
|
top_distdir = ..
|
top_distdir = ..
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
|
|
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
@for file in $(DISTFILES); do \
|
@list='$(DISTFILES)'; for file in $$list; do \
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
dir="/$$dir"; \
|
dir="/$$dir"; \
|
$(mkinstalldirs) "$(distdir)$$dir"; \
|
$(mkinstalldirs) "$(distdir)$$dir"; \
|
else \
|
else \
|
dir=''; \
|
dir=''; \
|
fi; \
|
fi; \
|
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
cp -pR $$d/$$file $(distdir)$$dir \
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|| exit 1; \
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
fi; \
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
else \
|
else \
|
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|| exit 1; \
|
|| exit 1; \
|
fi; \
|
fi; \
|
Line 385... |
Line 387... |
mostlyclean-generic:
|
mostlyclean-generic:
|
|
|
clean-generic:
|
clean-generic:
|
|
|
distclean-generic:
|
distclean-generic:
|
-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
|
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-recursive
|
clean: clean-recursive
|