version 1.1.1.4, 2013/07/22 08:25:55
|
version 1.1.1.5, 2014/06/15 19:46:03
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.13.2 from Makefile.am. | # Makefile.in generated by automake 1.14 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
Line 1344 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
Line 1344 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
$(am__aclocal_m4_deps): |
$(am__aclocal_m4_deps): |
|
|
config.h: stamp-h1 |
config.h: stamp-h1 |
@if test ! -f $@; then rm -f stamp-h1; else :; fi | @test -f $@ || rm -f stamp-h1 |
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
@rm -f stamp-h1 |
@rm -f stamp-h1 |
Line 1640 distclean-compile:
|
Line 1640 distclean-compile:
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
|
|
.c.obj: |
.c.obj: |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
|
.c.lo: |
.c.lo: |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
Line 2833 dist-xz: distdir
|
Line 2833 dist-xz: distdir
|
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-tarZ: distdir |
dist-tarZ: distdir |
|
@echo WARNING: "Support for shar distribution archives is" \ |
|
"deprecated." >&2 |
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
|
|
dist-shar: distdir |
dist-shar: distdir |
|
@echo WARNING: "Support for distribution archives compressed with" \ |
|
"legacy program 'compress' is deprecated." >&2 |
|
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
$(am__post_remove_distdir) |
$(am__post_remove_distdir) |
dist-zip: distdir |
dist-zip: distdir |