summaryrefslogtreecommitdiff
path: root/libxfsm
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-11-06 16:24:31 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-11-06 16:24:31 +0000
commit8207cb6de2ac7bf596d4be15c122363522800a01 (patch)
treeca91f3fec445cc5c515e424b06c38a1f57b0f461 /libxfsm
parentc02d1d37d4f73eeae487c68af7b1f22e8f8da053 (diff)
downloadxfce4-session-8207cb6de2ac7bf596d4be15c122363522800a01.tar.gz
Update automake/autoconf/libtool/gettext versions to generate the configure scripts and Makefiles,
Update versions of all packages to 4.1.99.1 (ie 4.2 RC1), Update ChangeLogs. (Old svn revision: 4718)
Diffstat (limited to 'libxfsm')
-rw-r--r--libxfsm/Makefile.in107
1 files changed, 39 insertions, 68 deletions
diff --git a/libxfsm/Makefile.in b/libxfsm/Makefile.in
index 728cccf3..c184a218 100644
--- a/libxfsm/Makefile.in
+++ b/libxfsm/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.3 from Makefile.am.
+# Makefile.in generated by automake 1.9.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -38,6 +38,7 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+build_triplet = @build@
host_triplet = @host@
@HAVE_OS_CYGWIN_TRUE@am__append_1 = \
@HAVE_OS_CYGWIN_TRUE@ -no-undefined \
@@ -56,7 +57,14 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = xfce4-session-1.0.pc
-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libxfsmincludedir)"
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
+ "$(DESTDIR)$(libxfsmincludedir)"
libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
libxfsm_4_2_la_DEPENDENCIES =
@@ -66,15 +74,13 @@ libxfsm_4_2_la_OBJECTS = $(am_libxfsm_4_2_la_OBJECTS)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Plo \
-@AMDEP_TRUE@ ./$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Plo
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(libxfsm_4_2_la_SOURCES)
DIST_SOURCES = $(libxfsm_4_2_la_SOURCES)
@@ -201,6 +207,8 @@ am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
@@ -246,10 +254,8 @@ libxfsm_4_2_la_CFLAGS = \
@LIBX11_CFLAGS@ \
@LIBXFCEGUI4_CFLAGS@
-libxfsm_4_2_la_LDFLAGS = \
- -export-dynamic \
- -version-info 0:1:0\
-$(am__append_1)
+libxfsm_4_2_la_LDFLAGS = -export-dynamic -version-info 0:1:0 \
+ $(am__append_1)
@HAVE_OS_CYGWIN_TRUE@libxfsm_4_2_la_LIBADD = \
@HAVE_OS_CYGWIN_TRUE@ @LIBX11_LIBS@ \
@HAVE_OS_CYGWIN_TRUE@ @LIBXFCEGUI4_LIBS@
@@ -303,7 +309,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
else :; fi; \
@@ -311,8 +317,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
- p="`echo $$p | sed -e 's|^.*/||'`"; \
+ @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
done
@@ -321,7 +327,7 @@ clean-libLTLIBRARIES:
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
- test "$$dir" = "$$p" && dir=.; \
+ test "$$dir" != "$$p" || dir=.; \
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
@@ -341,73 +347,36 @@ distclean-compile:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
-libxfsm_4_2_la-xfsm-splash-rc.o: xfsm-splash-rc.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-splash-rc.o -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo" -c -o libxfsm_4_2_la-xfsm-splash-rc.o `test -f 'xfsm-splash-rc.c' || echo '$(srcdir)/'`xfsm-splash-rc.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo" "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Po"; else rm -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xfsm-splash-rc.c' object='libxfsm_4_2_la-xfsm-splash-rc.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Po' tmpdepfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-splash-rc.o `test -f 'xfsm-splash-rc.c' || echo '$(srcdir)/'`xfsm-splash-rc.c
-
-libxfsm_4_2_la-xfsm-splash-rc.obj: xfsm-splash-rc.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-splash-rc.obj -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo" -c -o libxfsm_4_2_la-xfsm-splash-rc.obj `if test -f 'xfsm-splash-rc.c'; then $(CYGPATH_W) 'xfsm-splash-rc.c'; else $(CYGPATH_W) '$(srcdir)/xfsm-splash-rc.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo" "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Po"; else rm -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xfsm-splash-rc.c' object='libxfsm_4_2_la-xfsm-splash-rc.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Po' tmpdepfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-splash-rc.obj `if test -f 'xfsm-splash-rc.c'; then $(CYGPATH_W) 'xfsm-splash-rc.c'; else $(CYGPATH_W) '$(srcdir)/xfsm-splash-rc.c'; fi`
-
libxfsm_4_2_la-xfsm-splash-rc.lo: xfsm-splash-rc.c
-@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-splash-rc.lo -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo" -c -o libxfsm_4_2_la-xfsm-splash-rc.lo `test -f 'xfsm-splash-rc.c' || echo '$(srcdir)/'`xfsm-splash-rc.c; \
+@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-splash-rc.lo -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo" -c -o libxfsm_4_2_la-xfsm-splash-rc.lo `test -f 'xfsm-splash-rc.c' || echo '$(srcdir)/'`xfsm-splash-rc.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo" "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Plo"; else rm -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xfsm-splash-rc.c' object='libxfsm_4_2_la-xfsm-splash-rc.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.Plo' tmpdepfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-splash-rc.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-splash-rc.lo `test -f 'xfsm-splash-rc.c' || echo '$(srcdir)/'`xfsm-splash-rc.c
-
-libxfsm_4_2_la-xfsm-util.o: xfsm-util.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-util.o -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo" -c -o libxfsm_4_2_la-xfsm-util.o `test -f 'xfsm-util.c' || echo '$(srcdir)/'`xfsm-util.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo" "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Po"; else rm -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xfsm-util.c' object='libxfsm_4_2_la-xfsm-util.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Po' tmpdepfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-util.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-util.o `test -f 'xfsm-util.c' || echo '$(srcdir)/'`xfsm-util.c
-
-libxfsm_4_2_la-xfsm-util.obj: xfsm-util.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-util.obj -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo" -c -o libxfsm_4_2_la-xfsm-util.obj `if test -f 'xfsm-util.c'; then $(CYGPATH_W) 'xfsm-util.c'; else $(CYGPATH_W) '$(srcdir)/xfsm-util.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo" "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Po"; else rm -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xfsm-util.c' object='libxfsm_4_2_la-xfsm-util.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Po' tmpdepfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-util.TPo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-util.obj `if test -f 'xfsm-util.c'; then $(CYGPATH_W) 'xfsm-util.c'; else $(CYGPATH_W) '$(srcdir)/xfsm-util.c'; fi`
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-splash-rc.lo `test -f 'xfsm-splash-rc.c' || echo '$(srcdir)/'`xfsm-splash-rc.c
libxfsm_4_2_la-xfsm-util.lo: xfsm-util.c
-@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-util.lo -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo" -c -o libxfsm_4_2_la-xfsm-util.lo `test -f 'xfsm-util.c' || echo '$(srcdir)/'`xfsm-util.c; \
+@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -MT libxfsm_4_2_la-xfsm-util.lo -MD -MP -MF "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo" -c -o libxfsm_4_2_la-xfsm-util.lo `test -f 'xfsm-util.c' || echo '$(srcdir)/'`xfsm-util.c; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo" "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Plo"; else rm -f "$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xfsm-util.c' object='libxfsm_4_2_la-xfsm-util.lo' libtool=yes @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-util.Plo' tmpdepfile='$(DEPDIR)/libxfsm_4_2_la-xfsm-util.TPlo' @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-util.lo `test -f 'xfsm-util.c' || echo '$(srcdir)/'`xfsm-util.c
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfsm_4_2_la_CFLAGS) $(CFLAGS) -c -o libxfsm_4_2_la-xfsm-util.lo `test -f 'xfsm-util.c' || echo '$(srcdir)/'`xfsm-util.c
mostlyclean-libtool:
-rm -f *.lo
@@ -423,7 +392,7 @@ install-pkgconfigDATA: $(pkgconfig_DATA)
test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
@list='$(pkgconfig_DATA)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
$(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
done
@@ -431,7 +400,7 @@ install-pkgconfigDATA: $(pkgconfig_DATA)
uninstall-pkgconfigDATA:
@$(NORMAL_UNINSTALL)
@list='$(pkgconfig_DATA)'; for p in $$list; do \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
done
@@ -440,7 +409,7 @@ install-libxfsmincludeHEADERS: $(libxfsminclude_HEADERS)
test -z "$(libxfsmincludedir)" || $(mkdir_p) "$(DESTDIR)$(libxfsmincludedir)"
@list='$(libxfsminclude_HEADERS)'; for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " $(libxfsmincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libxfsmincludedir)/$$f'"; \
$(libxfsmincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libxfsmincludedir)/$$f"; \
done
@@ -448,7 +417,7 @@ install-libxfsmincludeHEADERS: $(libxfsminclude_HEADERS)
uninstall-libxfsmincludeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(libxfsminclude_HEADERS)'; for p in $$list; do \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
+ f=$(am__strip_dir) \
echo " rm -f '$(DESTDIR)$(libxfsmincludedir)/$$f'"; \
rm -f "$(DESTDIR)$(libxfsmincludedir)/$$f"; \
done
@@ -473,9 +442,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
- test -z "$(ETAGS_ARGS)$$tags$$unique" \
- || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ test -n "$$unique" || unique=$$empty_fix; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
+ fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
@@ -552,7 +523,7 @@ mostlyclean-generic:
clean-generic:
distclean-generic:
- -rm -f $(CONFIG_CLEAN_FILES)
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"