From: Florian G. <re...@us...> - 2007-12-18 15:10:34
|
Update of /cvsroot/perfparse/_perfparse/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27278/modules Modified Files: Makefile.in Log Message: ... after autoreconf Index: Makefile.in =================================================================== RCS file: /cvsroot/perfparse/_perfparse/modules/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 2 Aug 2007 22:20:22 -0000 1.20 --- Makefile.in 18 Dec 2007 15:10:34 -0000 1.21 *************** *** 1,7 **** ! # Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, --- 1,7 ---- ! # Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ! # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, *************** *** 15,27 **** @SET_MAKE@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd - INSTALL = @INSTALL@ install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c --- 15,23 ---- *************** *** 78,81 **** --- 74,81 ---- libpp_storage_file_output_la_OBJECTS = \ $(am_libpp_storage_file_output_la_OBJECTS) + libpp_storage_file_output_la_LINK = $(LIBTOOL) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(libpp_storage_file_output_la_LDFLAGS) \ + $(LDFLAGS) -o $@ libpp_storage_gnuplot_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_libpp_storage_gnuplot_la_OBJECTS = \ *************** *** 84,87 **** --- 84,90 ---- libpp_storage_gnuplot_la_OBJECTS = \ $(am_libpp_storage_gnuplot_la_OBJECTS) + libpp_storage_gnuplot_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libpp_storage_gnuplot_la_LDFLAGS) $(LDFLAGS) -o $@ libpp_storage_mysql_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) *************** *** 90,93 **** --- 93,99 ---- libpp_storage_mysql_la-libstorage.lo libpp_storage_mysql_la_OBJECTS = $(am_libpp_storage_mysql_la_OBJECTS) + libpp_storage_mysql_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libpp_storage_mysql_la_LDFLAGS) $(LDFLAGS) -o $@ @USE_DB_MYSQL_TRUE@am_libpp_storage_mysql_la_rpath = -rpath $(libdir) libpp_storage_postgresql_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ *************** *** 98,101 **** --- 104,111 ---- libpp_storage_postgresql_la_OBJECTS = \ $(am_libpp_storage_postgresql_la_OBJECTS) + libpp_storage_postgresql_la_LINK = $(LIBTOOL) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) $(libpp_storage_postgresql_la_LDFLAGS) \ + $(LDFLAGS) -o $@ @USE_DB_POSTGRESQL_TRUE@am_libpp_storage_postgresql_la_rpath = -rpath \ @USE_DB_POSTGRESQL_TRUE@ $(libdir) *************** *** 105,108 **** --- 115,121 ---- libpp_storage_print_la-libstorage.lo libpp_storage_print_la_OBJECTS = $(am_libpp_storage_print_la_OBJECTS) + libpp_storage_print_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(libpp_storage_print_la_LDFLAGS) $(LDFLAGS) -o $@ libpp_storage_socket_output_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_libpp_storage_socket_output_la_OBJECTS = \ *************** *** 111,114 **** --- 124,131 ---- libpp_storage_socket_output_la_OBJECTS = \ $(am_libpp_storage_socket_output_la_OBJECTS) + libpp_storage_socket_output_la_LINK = $(LIBTOOL) --tag=CC \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(AM_CFLAGS) $(CFLAGS) \ + $(libpp_storage_socket_output_la_LDFLAGS) $(LDFLAGS) -o $@ libpp_storage_stdout_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_libpp_storage_stdout_la_OBJECTS = \ *************** *** 117,131 **** libpp_storage_stdout_la_OBJECTS = \ $(am_libpp_storage_stdout_la_OBJECTS) ! DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ ! $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ ! $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) ! LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ! $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libpp_storage_file_output_la_SOURCES) \ $(libpp_storage_gnuplot_la_SOURCES) \ --- 134,152 ---- libpp_storage_stdout_la_OBJECTS = \ $(am_libpp_storage_stdout_la_OBJECTS) ! libpp_storage_stdout_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ ! $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ! $(libpp_storage_stdout_la_LDFLAGS) $(LDFLAGS) -o $@ ! DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ! LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ! $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) ! LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ! --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ ! $(LDFLAGS) -o $@ SOURCES = $(libpp_storage_file_output_la_SOURCES) \ $(libpp_storage_gnuplot_la_SOURCES) \ *************** *** 147,152 **** ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ - AMDEP_FALSE = @AMDEP_FALSE@ - AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ AR = @AR@ --- 168,171 ---- *************** *** 160,171 **** CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ - COND_CGIS_FALSE = @COND_CGIS_FALSE@ - COND_CGIS_TRUE = @COND_CGIS_TRUE@ - COND_PERFPARSEDBTOOLS_FALSE = @COND_PERFPARSEDBTOOLS_FALSE@ - COND_PERFPARSEDBTOOLS_TRUE = @COND_PERFPARSEDBTOOLS_TRUE@ - COND_PERFPARSE_FALSE = @COND_PERFPARSE_FALSE@ - COND_PERFPARSE_TRUE = @COND_PERFPARSE_TRUE@ - COND_PHPUI_FALSE = @COND_PHPUI_FALSE@ - COND_PHPUI_TRUE = @COND_PHPUI_TRUE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ --- 179,182 ---- *************** *** 204,207 **** --- 215,219 ---- HAVE_WPRINTF = @HAVE_WPRINTF@ HTTP_IMAGE_PATH = @HTTP_IMAGE_PATH@ + INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ *************** *** 228,231 **** --- 240,244 ---- LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ + MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ *************** *** 249,259 **** POW_LIB = @POW_LIB@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ - USE_DB_MYSQL_FALSE = @USE_DB_MYSQL_FALSE@ - USE_DB_MYSQL_TRUE = @USE_DB_MYSQL_TRUE@ - USE_DB_POSTGRESQL_FALSE = @USE_DB_POSTGRESQL_FALSE@ - USE_DB_POSTGRESQL_TRUE = @USE_DB_POSTGRESQL_TRUE@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ --- 262,269 ---- POW_LIB = @POW_LIB@ RANLIB = @RANLIB@ + SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ *************** *** 264,274 **** ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ - am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ - am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ - am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ - am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ --- 274,284 ---- ZLIB_CFLAGS = @ZLIB_CFLAGS@ ZLIB_LIBS = @ZLIB_LIBS@ + abs_builddir = @abs_builddir@ + abs_srcdir = @abs_srcdir@ + abs_top_builddir = @abs_top_builddir@ + abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ *************** *** 283,286 **** --- 293,297 ---- build_os = @build_os@ build_vendor = @build_vendor@ + builddir = @builddir@ cgidir = @cgidir@ datadir = @datadir@ *************** *** 312,315 **** --- 323,327 ---- sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ + srcdir = @srcdir@ sysconfdir = @sysconfdir@ target = @target@ *************** *** 318,321 **** --- 330,335 ---- target_os = @target_os@ target_vendor = @target_vendor@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ STORAGE_INCLUDES = ${GLIB_CFLAGS} -I${top_srcdir} -I${top_srcdir}/libpp_common -I${top_srcdir}/libnagios_perfdata_parser '-DLOCALEDIR="$(datadir)/locale"' STORAGE_LIBS = *************** *** 394,398 **** install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) ! test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ --- 408,412 ---- install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) ! test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ *************** *** 405,409 **** uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) ! @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ --- 419,423 ---- uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) ! @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ *************** *** 420,436 **** done libpp_storage_file_output.la: $(libpp_storage_file_output_la_OBJECTS) $(libpp_storage_file_output_la_DEPENDENCIES) ! $(LINK) -rpath $(libdir) $(libpp_storage_file_output_la_LDFLAGS) $(libpp_storage_file_output_la_OBJECTS) $(libpp_storage_file_output_la_LIBADD) $(LIBS) libpp_storage_gnuplot.la: $(libpp_storage_gnuplot_la_OBJECTS) $(libpp_storage_gnuplot_la_DEPENDENCIES) ! $(LINK) -rpath $(libdir) $(libpp_storage_gnuplot_la_LDFLAGS) $(libpp_storage_gnuplot_la_OBJECTS) $(libpp_storage_gnuplot_la_LIBADD) $(LIBS) libpp_storage_mysql.la: $(libpp_storage_mysql_la_OBJECTS) $(libpp_storage_mysql_la_DEPENDENCIES) ! $(LINK) $(am_libpp_storage_mysql_la_rpath) $(libpp_storage_mysql_la_LDFLAGS) $(libpp_storage_mysql_la_OBJECTS) $(libpp_storage_mysql_la_LIBADD) $(LIBS) libpp_storage_postgresql.la: $(libpp_storage_postgresql_la_OBJECTS) $(libpp_storage_postgresql_la_DEPENDENCIES) ! $(LINK) $(am_libpp_storage_postgresql_la_rpath) $(libpp_storage_postgresql_la_LDFLAGS) $(libpp_storage_postgresql_la_OBJECTS) $(libpp_storage_postgresql_la_LIBADD) $(LIBS) libpp_storage_print.la: $(libpp_storage_print_la_OBJECTS) $(libpp_storage_print_la_DEPENDENCIES) ! $(LINK) -rpath $(libdir) $(libpp_storage_print_la_LDFLAGS) $(libpp_storage_print_la_OBJECTS) $(libpp_storage_print_la_LIBADD) $(LIBS) libpp_storage_socket_output.la: $(libpp_storage_socket_output_la_OBJECTS) $(libpp_storage_socket_output_la_DEPENDENCIES) ! $(LINK) -rpath $(libdir) $(libpp_storage_socket_output_la_LDFLAGS) $(libpp_storage_socket_output_la_OBJECTS) $(libpp_storage_socket_output_la_LIBADD) $(LIBS) libpp_storage_stdout.la: $(libpp_storage_stdout_la_OBJECTS) $(libpp_storage_stdout_la_DEPENDENCIES) ! $(LINK) -rpath $(libdir) $(libpp_storage_stdout_la_LDFLAGS) $(libpp_storage_stdout_la_OBJECTS) $(libpp_storage_stdout_la_LIBADD) $(LIBS) mostlyclean-compile: --- 434,450 ---- done libpp_storage_file_output.la: $(libpp_storage_file_output_la_OBJECTS) $(libpp_storage_file_output_la_DEPENDENCIES) ! $(libpp_storage_file_output_la_LINK) -rpath $(libdir) $(libpp_storage_file_output_la_OBJECTS) $(libpp_storage_file_output_la_LIBADD) $(LIBS) libpp_storage_gnuplot.la: $(libpp_storage_gnuplot_la_OBJECTS) $(libpp_storage_gnuplot_la_DEPENDENCIES) ! $(libpp_storage_gnuplot_la_LINK) -rpath $(libdir) $(libpp_storage_gnuplot_la_OBJECTS) $(libpp_storage_gnuplot_la_LIBADD) $(LIBS) libpp_storage_mysql.la: $(libpp_storage_mysql_la_OBJECTS) $(libpp_storage_mysql_la_DEPENDENCIES) ! $(libpp_storage_mysql_la_LINK) $(am_libpp_storage_mysql_la_rpath) $(libpp_storage_mysql_la_OBJECTS) $(libpp_storage_mysql_la_LIBADD) $(LIBS) libpp_storage_postgresql.la: $(libpp_storage_postgresql_la_OBJECTS) $(libpp_storage_postgresql_la_DEPENDENCIES) ! $(libpp_storage_postgresql_la_LINK) $(am_libpp_storage_postgresql_la_rpath) $(libpp_storage_postgresql_la_OBJECTS) $(libpp_storage_postgresql_la_LIBADD) $(LIBS) libpp_storage_print.la: $(libpp_storage_print_la_OBJECTS) $(libpp_storage_print_la_DEPENDENCIES) ! $(libpp_storage_print_la_LINK) -rpath $(libdir) $(libpp_storage_print_la_OBJECTS) $(libpp_storage_print_la_LIBADD) $(LIBS) libpp_storage_socket_output.la: $(libpp_storage_socket_output_la_OBJECTS) $(libpp_storage_socket_output_la_DEPENDENCIES) ! $(libpp_storage_socket_output_la_LINK) -rpath $(libdir) $(libpp_storage_socket_output_la_OBJECTS) $(libpp_storage_socket_output_la_LIBADD) $(LIBS) libpp_storage_stdout.la: $(libpp_storage_stdout_la_OBJECTS) $(libpp_storage_stdout_la_DEPENDENCIES) ! $(libpp_storage_stdout_la_LINK) -rpath $(libdir) $(libpp_storage_stdout_la_OBJECTS) $(libpp_storage_stdout_la_LIBADD) $(LIBS) mostlyclean-compile: *************** *** 456,461 **** .c.o: ! @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@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ --- 470,475 ---- .c.o: ! @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ *************** *** 463,468 **** .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@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ --- 477,482 ---- .c.obj: ! @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ *************** *** 470,475 **** .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@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ --- 484,489 ---- .c.lo: ! @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ *************** *** 477,576 **** libpp_storage_file_output_la-storage_file_output.lo: storage_file_output.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_file_output_la-storage_file_output.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_file_output_la-storage_file_output.Tpo" -c -o libpp_storage_file_output_la-storage_file_output.lo `test -f 'storage_file_output.c' || echo '$(srcdir)/'`storage_file_output.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_file_output_la-storage_file_output.Tpo" "$(DEPDIR)/libpp_storage_file_output_la-storage_file_output.Plo"; else rm -f "$(DEPDIR)/libpp_storage_file_output_la-storage_file_output.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_file_output.c' object='libpp_storage_file_output_la-storage_file_output.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_file_output_la-storage_file_output.lo `test -f 'storage_file_output.c' || echo '$(srcdir)/'`storage_file_output.c libpp_storage_file_output_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_file_output_la-libstorage.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_file_output_la-libstorage.Tpo" -c -o libpp_storage_file_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_file_output_la-libstorage.Tpo" "$(DEPDIR)/libpp_storage_file_output_la-libstorage.Plo"; else rm -f "$(DEPDIR)/libpp_storage_file_output_la-libstorage.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_file_output_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_file_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_gnuplot_la-storage_gnuplot.lo: storage_gnuplot.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_gnuplot_la-storage_gnuplot.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_gnuplot_la-storage_gnuplot.Tpo" -c -o libpp_storage_gnuplot_la-storage_gnuplot.lo `test -f 'storage_gnuplot.c' || echo '$(srcdir)/'`storage_gnuplot.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_gnuplot_la-storage_gnuplot.Tpo" "$(DEPDIR)/libpp_storage_gnuplot_la-storage_gnuplot.Plo"; else rm -f "$(DEPDIR)/libpp_storage_gnuplot_la-storage_gnuplot.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_gnuplot.c' object='libpp_storage_gnuplot_la-storage_gnuplot.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_gnuplot_la-storage_gnuplot.lo `test -f 'storage_gnuplot.c' || echo '$(srcdir)/'`storage_gnuplot.c libpp_storage_gnuplot_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_gnuplot_la-libstorage.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_gnuplot_la-libstorage.Tpo" -c -o libpp_storage_gnuplot_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_gnuplot_la-libstorage.Tpo" "$(DEPDIR)/libpp_storage_gnuplot_la-libstorage.Plo"; else rm -f "$(DEPDIR)/libpp_storage_gnuplot_la-libstorage.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_gnuplot_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_gnuplot_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_mysql_la-storage_mysql.lo: storage_mysql.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_mysql_la-storage_mysql.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_mysql_la-storage_mysql.Tpo" -c -o libpp_storage_mysql_la-storage_mysql.lo `test -f 'storage_mysql.c' || echo '$(srcdir)/'`storage_mysql.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_mysql_la-storage_mysql.Tpo" "$(DEPDIR)/libpp_storage_mysql_la-storage_mysql.Plo"; else rm -f "$(DEPDIR)/libpp_storage_mysql_la-storage_mysql.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_mysql.c' object='libpp_storage_mysql_la-storage_mysql.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_mysql_la-storage_mysql.lo `test -f 'storage_mysql.c' || echo '$(srcdir)/'`storage_mysql.c libpp_storage_mysql_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_mysql_la-libstorage.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_mysql_la-libstorage.Tpo" -c -o libpp_storage_mysql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_mysql_la-libstorage.Tpo" "$(DEPDIR)/libpp_storage_mysql_la-libstorage.Plo"; else rm -f "$(DEPDIR)/libpp_storage_mysql_la-libstorage.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_mysql_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_mysql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_postgresql_la-storage_postgresql.lo: storage_postgresql.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_postgresql_la-storage_postgresql.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_postgresql_la-storage_postgresql.Tpo" -c -o libpp_storage_postgresql_la-storage_postgresql.lo `test -f 'storage_postgresql.c' || echo '$(srcdir)/'`storage_postgresql.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_postgresql_la-storage_postgresql.Tpo" "$(DEPDIR)/libpp_storage_postgresql_la-storage_postgresql.Plo"; else rm -f "$(DEPDIR)/libpp_storage_postgresql_la-storage_postgresql.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_postgresql.c' object='libpp_storage_postgresql_la-storage_postgresql.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_postgresql_la-storage_postgresql.lo `test -f 'storage_postgresql.c' || echo '$(srcdir)/'`storage_postgresql.c libpp_storage_postgresql_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_postgresql_la-libstorage.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_postgresql_la-libstorage.Tpo" -c -o libpp_storage_postgresql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_postgresql_la-libstorage.Tpo" "$(DEPDIR)/libpp_storage_postgresql_la-libstorage.Plo"; else rm -f "$(DEPDIR)/libpp_storage_postgresql_la-libstorage.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_postgresql_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_postgresql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_print_la-storage_print.lo: storage_print.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_print_la-storage_print.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_print_la-storage_print.Tpo" -c -o libpp_storage_print_la-storage_print.lo `test -f 'storage_print.c' || echo '$(srcdir)/'`storage_print.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_print_la-storage_print.Tpo" "$(DEPDIR)/libpp_storage_print_la-storage_print.Plo"; else rm -f "$(DEPDIR)/libpp_storage_print_la-storage_print.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_print.c' object='libpp_storage_print_la-storage_print.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_print_la-storage_print.lo `test -f 'storage_print.c' || echo '$(srcdir)/'`storage_print.c libpp_storage_print_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_print_la-libstorage.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_print_la-libstorage.Tpo" -c -o libpp_storage_print_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_print_la-libstorage.Tpo" "$(DEPDIR)/libpp_storage_print_la-libstorage.Plo"; else rm -f "$(DEPDIR)/libpp_storage_print_la-libstorage.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_print_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_print_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_socket_output_la-storage_socket_output.lo: storage_socket_output.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_socket_output_la-storage_socket_output.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_socket_output_la-storage_socket_output.Tpo" -c -o libpp_storage_socket_output_la-storage_socket_output.lo `test -f 'storage_socket_output.c' || echo '$(srcdir)/'`storage_socket_output.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_socket_output_la-storage_socket_output.Tpo" "$(DEPDIR)/libpp_storage_socket_output_la-storage_socket_output.Plo"; else rm -f "$(DEPDIR)/libpp_storage_socket_output_la-storage_socket_output.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_socket_output.c' object='libpp_storage_socket_output_la-storage_socket_output.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_socket_output_la-storage_socket_output.lo `test -f 'storage_socket_output.c' || echo '$(srcdir)/'`storage_socket_output.c libpp_storage_socket_output_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_socket_output_la-libstorage.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_socket_output_la-libstorage.Tpo" -c -o libpp_storage_socket_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_socket_output_la-libstorage.Tpo" "$(DEPDIR)/libpp_storage_socket_output_la-libstorage.Plo"; else rm -f "$(DEPDIR)/libpp_storage_socket_output_la-libstorage.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_socket_output_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_socket_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_stdout_la-storage_stdout.lo: storage_stdout.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_stdout_la-storage_stdout.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_stdout_la-storage_stdout.Tpo" -c -o libpp_storage_stdout_la-storage_stdout.lo `test -f 'storage_stdout.c' || echo '$(srcdir)/'`storage_stdout.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_stdout_la-storage_stdout.Tpo" "$(DEPDIR)/libpp_storage_stdout_la-storage_stdout.Plo"; else rm -f "$(DEPDIR)/libpp_storage_stdout_la-storage_stdout.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_stdout.c' object='libpp_storage_stdout_la-storage_stdout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_stdout_la-storage_stdout.lo `test -f 'storage_stdout.c' || echo '$(srcdir)/'`storage_stdout.c libpp_storage_stdout_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_stdout_la-libstorage.lo -MD -MP -MF "$(DEPDIR)/libpp_storage_stdout_la-libstorage.Tpo" -c -o libpp_storage_stdout_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c; \ ! @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libpp_storage_stdout_la-libstorage.Tpo" "$(DEPDIR)/libpp_storage_stdout_la-libstorage.Plo"; else rm -f "$(DEPDIR)/libpp_storage_stdout_la-libstorage.Tpo"; exit 1; fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_stdout_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_stdout_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c mostlyclean-libtool: --- 491,590 ---- libpp_storage_file_output_la-storage_file_output.lo: storage_file_output.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_file_output_la-storage_file_output.lo -MD -MP -MF $(DEPDIR)/libpp_storage_file_output_la-storage_file_output.Tpo -c -o libpp_storage_file_output_la-storage_file_output.lo `test -f 'storage_file_output.c' || echo '$(srcdir)/'`storage_file_output.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_file_output_la-storage_file_output.Tpo $(DEPDIR)/libpp_storage_file_output_la-storage_file_output.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_file_output.c' object='libpp_storage_file_output_la-storage_file_output.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_file_output_la-storage_file_output.lo `test -f 'storage_file_output.c' || echo '$(srcdir)/'`storage_file_output.c libpp_storage_file_output_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_file_output_la-libstorage.lo -MD -MP -MF $(DEPDIR)/libpp_storage_file_output_la-libstorage.Tpo -c -o libpp_storage_file_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_file_output_la-libstorage.Tpo $(DEPDIR)/libpp_storage_file_output_la-libstorage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_file_output_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_file_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_file_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_gnuplot_la-storage_gnuplot.lo: storage_gnuplot.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_gnuplot_la-storage_gnuplot.lo -MD -MP -MF $(DEPDIR)/libpp_storage_gnuplot_la-storage_gnuplot.Tpo -c -o libpp_storage_gnuplot_la-storage_gnuplot.lo `test -f 'storage_gnuplot.c' || echo '$(srcdir)/'`storage_gnuplot.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_gnuplot_la-storage_gnuplot.Tpo $(DEPDIR)/libpp_storage_gnuplot_la-storage_gnuplot.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_gnuplot.c' object='libpp_storage_gnuplot_la-storage_gnuplot.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_gnuplot_la-storage_gnuplot.lo `test -f 'storage_gnuplot.c' || echo '$(srcdir)/'`storage_gnuplot.c libpp_storage_gnuplot_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_gnuplot_la-libstorage.lo -MD -MP -MF $(DEPDIR)/libpp_storage_gnuplot_la-libstorage.Tpo -c -o libpp_storage_gnuplot_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_gnuplot_la-libstorage.Tpo $(DEPDIR)/libpp_storage_gnuplot_la-libstorage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_gnuplot_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_gnuplot_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_gnuplot_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_mysql_la-storage_mysql.lo: storage_mysql.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_mysql_la-storage_mysql.lo -MD -MP -MF $(DEPDIR)/libpp_storage_mysql_la-storage_mysql.Tpo -c -o libpp_storage_mysql_la-storage_mysql.lo `test -f 'storage_mysql.c' || echo '$(srcdir)/'`storage_mysql.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_mysql_la-storage_mysql.Tpo $(DEPDIR)/libpp_storage_mysql_la-storage_mysql.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_mysql.c' object='libpp_storage_mysql_la-storage_mysql.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_mysql_la-storage_mysql.lo `test -f 'storage_mysql.c' || echo '$(srcdir)/'`storage_mysql.c libpp_storage_mysql_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_mysql_la-libstorage.lo -MD -MP -MF $(DEPDIR)/libpp_storage_mysql_la-libstorage.Tpo -c -o libpp_storage_mysql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_mysql_la-libstorage.Tpo $(DEPDIR)/libpp_storage_mysql_la-libstorage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_mysql_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_mysql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_postgresql_la-storage_postgresql.lo: storage_postgresql.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_postgresql_la-storage_postgresql.lo -MD -MP -MF $(DEPDIR)/libpp_storage_postgresql_la-storage_postgresql.Tpo -c -o libpp_storage_postgresql_la-storage_postgresql.lo `test -f 'storage_postgresql.c' || echo '$(srcdir)/'`storage_postgresql.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_postgresql_la-storage_postgresql.Tpo $(DEPDIR)/libpp_storage_postgresql_la-storage_postgresql.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_postgresql.c' object='libpp_storage_postgresql_la-storage_postgresql.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_postgresql_la-storage_postgresql.lo `test -f 'storage_postgresql.c' || echo '$(srcdir)/'`storage_postgresql.c libpp_storage_postgresql_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_postgresql_la-libstorage.lo -MD -MP -MF $(DEPDIR)/libpp_storage_postgresql_la-libstorage.Tpo -c -o libpp_storage_postgresql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_postgresql_la-libstorage.Tpo $(DEPDIR)/libpp_storage_postgresql_la-libstorage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_postgresql_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_postgresql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_postgresql_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_print_la-storage_print.lo: storage_print.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_print_la-storage_print.lo -MD -MP -MF $(DEPDIR)/libpp_storage_print_la-storage_print.Tpo -c -o libpp_storage_print_la-storage_print.lo `test -f 'storage_print.c' || echo '$(srcdir)/'`storage_print.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_print_la-storage_print.Tpo $(DEPDIR)/libpp_storage_print_la-storage_print.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_print.c' object='libpp_storage_print_la-storage_print.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_print_la-storage_print.lo `test -f 'storage_print.c' || echo '$(srcdir)/'`storage_print.c libpp_storage_print_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_print_la-libstorage.lo -MD -MP -MF $(DEPDIR)/libpp_storage_print_la-libstorage.Tpo -c -o libpp_storage_print_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_print_la-libstorage.Tpo $(DEPDIR)/libpp_storage_print_la-libstorage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_print_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_print_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_print_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_socket_output_la-storage_socket_output.lo: storage_socket_output.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_socket_output_la-storage_socket_output.lo -MD -MP -MF $(DEPDIR)/libpp_storage_socket_output_la-storage_socket_output.Tpo -c -o libpp_storage_socket_output_la-storage_socket_output.lo `test -f 'storage_socket_output.c' || echo '$(srcdir)/'`storage_socket_output.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_socket_output_la-storage_socket_output.Tpo $(DEPDIR)/libpp_storage_socket_output_la-storage_socket_output.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_socket_output.c' object='libpp_storage_socket_output_la-storage_socket_output.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_socket_output_la-storage_socket_output.lo `test -f 'storage_socket_output.c' || echo '$(srcdir)/'`storage_socket_output.c libpp_storage_socket_output_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_socket_output_la-libstorage.lo -MD -MP -MF $(DEPDIR)/libpp_storage_socket_output_la-libstorage.Tpo -c -o libpp_storage_socket_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_socket_output_la-libstorage.Tpo $(DEPDIR)/libpp_storage_socket_output_la-libstorage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_socket_output_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_socket_output_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_socket_output_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c libpp_storage_stdout_la-storage_stdout.lo: storage_stdout.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_stdout_la-storage_stdout.lo -MD -MP -MF $(DEPDIR)/libpp_storage_stdout_la-storage_stdout.Tpo -c -o libpp_storage_stdout_la-storage_stdout.lo `test -f 'storage_stdout.c' || echo '$(srcdir)/'`storage_stdout.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_stdout_la-storage_stdout.Tpo $(DEPDIR)/libpp_storage_stdout_la-storage_stdout.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='storage_stdout.c' object='libpp_storage_stdout_la-storage_stdout.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_stdout_la-storage_stdout.lo `test -f 'storage_stdout.c' || echo '$(srcdir)/'`storage_stdout.c libpp_storage_stdout_la-libstorage.lo: libstorage.c ! @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpp_storage_stdout_la-libstorage.lo -MD -MP -MF $(DEPDIR)/libpp_storage_stdout_la-libstorage.Tpo -c -o libpp_storage_stdout_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c ! @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libpp_storage_stdout_la-libstorage.Tpo $(DEPDIR)/libpp_storage_stdout_la-libstorage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libstorage.c' object='libpp_storage_stdout_la-libstorage.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ! @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpp_storage_stdout_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpp_storage_stdout_la-libstorage.lo `test -f 'libstorage.c' || echo '$(srcdir)/'`libstorage.c mostlyclean-libtool: *************** *** 580,587 **** -rm -rf .libs _libs - distclean-libtool: - -rm -f libtool - uninstall-info-am: - ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ --- 594,597 ---- *************** *** 633,652 **** distdir: $(DISTFILES) ! @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ ! topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ ! list='$(DISTFILES)'; for file in $$list; do \ ! case $$file in \ ! $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ ! $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ ! esac; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ --- 643,661 ---- distdir: $(DISTFILES) ! @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ! list='$(DISTFILES)'; \ ! dist_files=`for file in $$list; do echo $$file; done | \ ! sed -e "s|^$$srcdirstrip/||;t" \ ! -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ! case $$dist_files in \ ! */*) $(MKDIR_P) `echo "$$dist_files" | \ ! sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ! sort -u` ;; \ ! esac; \ ! for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ *************** *** 664,668 **** installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ ! test -z "$$dir" || $(mkdir_p) "$$dir"; \ done install: install-am --- 673,677 ---- installdirs: for dir in "$(DESTDIR)$(libdir)"; do \ ! test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am *************** *** 699,703 **** -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ ! distclean-libtool distclean-tags dvi: dvi-am --- 708,712 ---- -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ ! distclean-tags dvi: dvi-am *************** *** 713,722 **** --- 722,739 ---- install-data-am: + install-dvi: install-dvi-am + install-exec-am: install-libLTLIBRARIES + install-html: install-html-am + install-info: install-info-am install-man: + install-pdf: install-pdf-am + + install-ps: install-ps-am + installcheck-am: *************** *** 739,743 **** ps-am: ! uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ --- 756,762 ---- ps-am: ! uninstall-am: uninstall-libLTLIBRARIES ! ! .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ *************** *** 745,756 **** distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ ! install install-am install-data install-data-am install-exec \ ! install-exec-am install-info install-info-am \ ! install-libLTLIBRARIES install-man install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ! tags uninstall uninstall-am uninstall-info-am \ ! uninstall-libLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. --- 764,776 ---- distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ ! install install-am install-data install-data-am install-dvi \ ! install-dvi-am install-exec install-exec-am install-html \ ! install-html-am install-info install-info-am \ ! install-libLTLIBRARIES install-man install-pdf install-pdf-am \ ! install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ ! tags uninstall uninstall-am uninstall-libLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. |