"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/lib/Makefile.in" between
dovecot-2.3.16.tar.gz and dovecot-2.3.17.tar.gz

About: Dovecot is an IMAP and POP3 server, written with security primarily in mind.

Makefile.in  (dovecot-2.3.16):Makefile.in  (dovecot-2.3.17)
skipping to change at line 260 skipping to change at line 260
test_lib-test-istream-seekable.$(OBJEXT) \ test_lib-test-istream-seekable.$(OBJEXT) \
test_lib-test-istream-sized.$(OBJEXT) \ test_lib-test-istream-sized.$(OBJEXT) \
test_lib-test-istream-tee.$(OBJEXT) \ test_lib-test-istream-tee.$(OBJEXT) \
test_lib-test-istream-try.$(OBJEXT) \ test_lib-test-istream-try.$(OBJEXT) \
test_lib-test-istream-unix.$(OBJEXT) \ test_lib-test-istream-unix.$(OBJEXT) \
test_lib-test-json-parser.$(OBJEXT) \ test_lib-test-json-parser.$(OBJEXT) \
test_lib-test-json-tree.$(OBJEXT) \ test_lib-test-json-tree.$(OBJEXT) \
test_lib-test-lib-signals.$(OBJEXT) \ test_lib-test-lib-signals.$(OBJEXT) \
test_lib-test-llist.$(OBJEXT) \ test_lib-test-llist.$(OBJEXT) \
test_lib-test-log-throttle.$(OBJEXT) \ test_lib-test-log-throttle.$(OBJEXT) \
test_lib-test-macros.$(OBJEXT) \
test_lib-test-malloc-overflow.$(OBJEXT) \ test_lib-test-malloc-overflow.$(OBJEXT) \
test_lib-test-memarea.$(OBJEXT) \ test_lib-test-memarea.$(OBJEXT) \
test_lib-test-mempool.$(OBJEXT) \ test_lib-test-mempool.$(OBJEXT) \
test_lib-test-mempool-allocfree.$(OBJEXT) \ test_lib-test-mempool-allocfree.$(OBJEXT) \
test_lib-test-mempool-alloconly.$(OBJEXT) \ test_lib-test-mempool-alloconly.$(OBJEXT) \
test_lib-test-pkcs5.$(OBJEXT) test_lib-test-net.$(OBJEXT) \ test_lib-test-pkcs5.$(OBJEXT) test_lib-test-net.$(OBJEXT) \
test_lib-test-numpack.$(OBJEXT) \ test_lib-test-numpack.$(OBJEXT) \
test_lib-test-ostream-buffer.$(OBJEXT) \ test_lib-test-ostream-buffer.$(OBJEXT) \
test_lib-test-ostream-failure-at.$(OBJEXT) \ test_lib-test-ostream-failure-at.$(OBJEXT) \
test_lib-test-ostream-file.$(OBJEXT) \ test_lib-test-ostream-file.$(OBJEXT) \
skipping to change at line 446 skipping to change at line 447
./$(DEPDIR)/test_lib-test-istream-tee.Po \ ./$(DEPDIR)/test_lib-test-istream-tee.Po \
./$(DEPDIR)/test_lib-test-istream-try.Po \ ./$(DEPDIR)/test_lib-test-istream-try.Po \
./$(DEPDIR)/test_lib-test-istream-unix.Po \ ./$(DEPDIR)/test_lib-test-istream-unix.Po \
./$(DEPDIR)/test_lib-test-istream.Po \ ./$(DEPDIR)/test_lib-test-istream.Po \
./$(DEPDIR)/test_lib-test-json-parser.Po \ ./$(DEPDIR)/test_lib-test-json-parser.Po \
./$(DEPDIR)/test_lib-test-json-tree.Po \ ./$(DEPDIR)/test_lib-test-json-tree.Po \
./$(DEPDIR)/test_lib-test-lib-signals.Po \ ./$(DEPDIR)/test_lib-test-lib-signals.Po \
./$(DEPDIR)/test_lib-test-lib.Po \ ./$(DEPDIR)/test_lib-test-lib.Po \
./$(DEPDIR)/test_lib-test-llist.Po \ ./$(DEPDIR)/test_lib-test-llist.Po \
./$(DEPDIR)/test_lib-test-log-throttle.Po \ ./$(DEPDIR)/test_lib-test-log-throttle.Po \
./$(DEPDIR)/test_lib-test-macros.Po \
./$(DEPDIR)/test_lib-test-malloc-overflow.Po \ ./$(DEPDIR)/test_lib-test-malloc-overflow.Po \
./$(DEPDIR)/test_lib-test-memarea.Po \ ./$(DEPDIR)/test_lib-test-memarea.Po \
./$(DEPDIR)/test_lib-test-mempool-allocfree.Po \ ./$(DEPDIR)/test_lib-test-mempool-allocfree.Po \
./$(DEPDIR)/test_lib-test-mempool-alloconly.Po \ ./$(DEPDIR)/test_lib-test-mempool-alloconly.Po \
./$(DEPDIR)/test_lib-test-mempool.Po \ ./$(DEPDIR)/test_lib-test-mempool.Po \
./$(DEPDIR)/test_lib-test-multiplex.Po \ ./$(DEPDIR)/test_lib-test-multiplex.Po \
./$(DEPDIR)/test_lib-test-net.Po \ ./$(DEPDIR)/test_lib-test-net.Po \
./$(DEPDIR)/test_lib-test-numpack.Po \ ./$(DEPDIR)/test_lib-test-numpack.Po \
./$(DEPDIR)/test_lib-test-ostream-buffer.Po \ ./$(DEPDIR)/test_lib-test-ostream-buffer.Po \
./$(DEPDIR)/test_lib-test-ostream-failure-at.Po \ ./$(DEPDIR)/test_lib-test-ostream-failure-at.Po \
skipping to change at line 1201 skipping to change at line 1203
test-istream-seekable.c \ test-istream-seekable.c \
test-istream-sized.c \ test-istream-sized.c \
test-istream-tee.c \ test-istream-tee.c \
test-istream-try.c \ test-istream-try.c \
test-istream-unix.c \ test-istream-unix.c \
test-json-parser.c \ test-json-parser.c \
test-json-tree.c \ test-json-tree.c \
test-lib-signals.c \ test-lib-signals.c \
test-llist.c \ test-llist.c \
test-log-throttle.c \ test-log-throttle.c \
test-macros.c \
test-malloc-overflow.c \ test-malloc-overflow.c \
test-memarea.c \ test-memarea.c \
test-mempool.c \ test-mempool.c \
test-mempool-allocfree.c \ test-mempool-allocfree.c \
test-mempool-alloconly.c \ test-mempool-alloconly.c \
test-pkcs5.c \ test-pkcs5.c \
test-net.c \ test-net.c \
test-numpack.c \ test-numpack.c \
test-ostream-buffer.c \ test-ostream-buffer.c \
test-ostream-failure-at.c \ test-ostream-failure-at.c \
skipping to change at line 1516 skipping to change at line 1519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream-tee.Po@am __quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream-tee.Po@am __quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream-try.Po@am __quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream-try.Po@am __quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream-unix.Po@a m__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream-unix.Po@a m__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream.Po@am__qu ote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-istream.Po@am__qu ote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-json-parser.Po@am __quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-json-parser.Po@am __quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-json-tree.Po@am__ quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-json-tree.Po@am__ quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-lib-signals.Po@am __quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-lib-signals.Po@am __quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-lib.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-lib.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-llist.Po@am__quot e@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-llist.Po@am__quot e@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-log-throttle.Po@a m__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-log-throttle.Po@a m__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-macros.Po@am__quo te@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-malloc-overflow.P o@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-malloc-overflow.P o@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-memarea.Po@am__qu ote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-memarea.Po@am__qu ote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-mempool-allocfree .Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-mempool-allocfree .Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-mempool-alloconly .Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-mempool-alloconly .Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-mempool.Po@am__qu ote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-mempool.Po@am__qu ote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-multiplex.Po@am__ quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-multiplex.Po@am__ quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-net.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-net.Po@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-numpack.Po@am__qu ote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-numpack.Po@am__qu ote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-ostream-buffer.Po @am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-ostream-buffer.Po @am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-ostream-failure-a t.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lib-test-ostream-failure-a t.Po@am__quote@ # am--include-marker
skipping to change at line 2401 skipping to change at line 2405
@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@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib -test-log-throttle.o `test -f 'test-log-throttle.c' || echo '$(srcdir)/'`test-lo g-throttle.c @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib -test-log-throttle.o `test -f 'test-log-throttle.c' || echo '$(srcdir)/'`test-lo g-throttle.c
test_lib-test-log-throttle.obj: test-log-throttle.c test_lib-test-log-throttle.obj: test-log-throttle.c
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ (test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-log-thr ottle.obj -MD -MP -MF $(DEPDIR)/test_lib-test-log-throttle.Tpo -c -o test_lib-te st-log-throttle.obj `if test -f 'test-log-throttle.c'; then $(CYGPATH_W) 'test-l og-throttle.c'; else $(CYGPATH_W) '$(srcdir)/test-log-throttle.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ (test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-log-thr ottle.obj -MD -MP -MF $(DEPDIR)/test_lib-test-log-throttle.Tpo -c -o test_lib-te st-log-throttle.obj `if test -f 'test-log-throttle.c'; then $(CYGPATH_W) 'test-l og-throttle.c'; else $(CYGPATH_W) '$(srcdir)/test-log-throttle.c'; fi`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-log-throttle. Tpo $(DEPDIR)/test_lib-test-log-throttle.Po @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-log-throttle. Tpo $(DEPDIR)/test_lib-test-log-throttle.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-log-throttle.c' ob ject='test_lib-test-log-throttle.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-log-throttle.c' ob ject='test_lib-test-log-throttle.obj' 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@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib -test-log-throttle.obj `if test -f 'test-log-throttle.c'; then $(CYGPATH_W) 'tes t-log-throttle.c'; else $(CYGPATH_W) '$(srcdir)/test-log-throttle.c'; fi` @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib -test-log-throttle.obj `if test -f 'test-log-throttle.c'; then $(CYGPATH_W) 'tes t-log-throttle.c'; else $(CYGPATH_W) '$(srcdir)/test-log-throttle.c'; fi`
test_lib-test-macros.o: test-macros.c
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $
(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-macros.
o -MD -MP -MF $(DEPDIR)/test_lib-test-macros.Tpo -c -o test_lib-test-macros.o `t
est -f 'test-macros.c' || echo '$(srcdir)/'`test-macros.c
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-macros.Tpo $(
DEPDIR)/test_lib-test-macros.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-macros.c' object='
test_lib-test-macros.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(
INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib
-test-macros.o `test -f 'test-macros.c' || echo '$(srcdir)/'`test-macros.c
test_lib-test-macros.obj: test-macros.c
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $
(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-macros.
obj -MD -MP -MF $(DEPDIR)/test_lib-test-macros.Tpo -c -o test_lib-test-macros.ob
j `if test -f 'test-macros.c'; then $(CYGPATH_W) 'test-macros.c'; else $(CYGPATH
_W) '$(srcdir)/test-macros.c'; fi`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-macros.Tpo $(
DEPDIR)/test_lib-test-macros.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-macros.c' object='
test_lib-test-macros.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(
INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib
-test-macros.obj `if test -f 'test-macros.c'; then $(CYGPATH_W) 'test-macros.c';
else $(CYGPATH_W) '$(srcdir)/test-macros.c'; fi`
test_lib-test-malloc-overflow.o: test-malloc-overflow.c test_lib-test-malloc-overflow.o: test-malloc-overflow.c
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ (test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-malloc- overflow.o -MD -MP -MF $(DEPDIR)/test_lib-test-malloc-overflow.Tpo -c -o test_li b-test-malloc-overflow.o `test -f 'test-malloc-overflow.c' || echo '$(srcdir)/'` test-malloc-overflow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ (test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-malloc- overflow.o -MD -MP -MF $(DEPDIR)/test_lib-test-malloc-overflow.Tpo -c -o test_li b-test-malloc-overflow.o `test -f 'test-malloc-overflow.c' || echo '$(srcdir)/'` test-malloc-overflow.c
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-malloc-overfl ow.Tpo $(DEPDIR)/test_lib-test-malloc-overflow.Po @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-malloc-overfl ow.Tpo $(DEPDIR)/test_lib-test-malloc-overflow.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-malloc-overflow.c' object='test_lib-test-malloc-overflow.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-malloc-overflow.c' object='test_lib-test-malloc-overflow.o' 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@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib -test-malloc-overflow.o `test -f 'test-malloc-overflow.c' || echo '$(srcdir)/'`t est-malloc-overflow.c @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $( INCLUDES) $(test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_lib -test-malloc-overflow.o `test -f 'test-malloc-overflow.c' || echo '$(srcdir)/'`t est-malloc-overflow.c
test_lib-test-malloc-overflow.obj: test-malloc-overflow.c test_lib-test-malloc-overflow.obj: test-malloc-overflow.c
@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ (test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-malloc- overflow.obj -MD -MP -MF $(DEPDIR)/test_lib-test-malloc-overflow.Tpo -c -o test_ lib-test-malloc-overflow.obj `if test -f 'test-malloc-overflow.c'; then $(CYGPAT H_W) 'test-malloc-overflow.c'; else $(CYGPATH_W) '$(srcdir)/test-malloc-overflow .c'; fi` @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $ (test_lib_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_lib-test-malloc- overflow.obj -MD -MP -MF $(DEPDIR)/test_lib-test-malloc-overflow.Tpo -c -o test_ lib-test-malloc-overflow.obj `if test -f 'test-malloc-overflow.c'; then $(CYGPAT H_W) 'test-malloc-overflow.c'; else $(CYGPATH_W) '$(srcdir)/test-malloc-overflow .c'; fi`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-malloc-overfl ow.Tpo $(DEPDIR)/test_lib-test-malloc-overflow.Po @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_lib-test-malloc-overfl ow.Tpo $(DEPDIR)/test_lib-test-malloc-overflow.Po
skipping to change at line 3228 skipping to change at line 3246
-rm -f ./$(DEPDIR)/test_lib-test-istream-tee.Po -rm -f ./$(DEPDIR)/test_lib-test-istream-tee.Po
-rm -f ./$(DEPDIR)/test_lib-test-istream-try.Po -rm -f ./$(DEPDIR)/test_lib-test-istream-try.Po
-rm -f ./$(DEPDIR)/test_lib-test-istream-unix.Po -rm -f ./$(DEPDIR)/test_lib-test-istream-unix.Po
-rm -f ./$(DEPDIR)/test_lib-test-istream.Po -rm -f ./$(DEPDIR)/test_lib-test-istream.Po
-rm -f ./$(DEPDIR)/test_lib-test-json-parser.Po -rm -f ./$(DEPDIR)/test_lib-test-json-parser.Po
-rm -f ./$(DEPDIR)/test_lib-test-json-tree.Po -rm -f ./$(DEPDIR)/test_lib-test-json-tree.Po
-rm -f ./$(DEPDIR)/test_lib-test-lib-signals.Po -rm -f ./$(DEPDIR)/test_lib-test-lib-signals.Po
-rm -f ./$(DEPDIR)/test_lib-test-lib.Po -rm -f ./$(DEPDIR)/test_lib-test-lib.Po
-rm -f ./$(DEPDIR)/test_lib-test-llist.Po -rm -f ./$(DEPDIR)/test_lib-test-llist.Po
-rm -f ./$(DEPDIR)/test_lib-test-log-throttle.Po -rm -f ./$(DEPDIR)/test_lib-test-log-throttle.Po
-rm -f ./$(DEPDIR)/test_lib-test-macros.Po
-rm -f ./$(DEPDIR)/test_lib-test-malloc-overflow.Po -rm -f ./$(DEPDIR)/test_lib-test-malloc-overflow.Po
-rm -f ./$(DEPDIR)/test_lib-test-memarea.Po -rm -f ./$(DEPDIR)/test_lib-test-memarea.Po
-rm -f ./$(DEPDIR)/test_lib-test-mempool-allocfree.Po -rm -f ./$(DEPDIR)/test_lib-test-mempool-allocfree.Po
-rm -f ./$(DEPDIR)/test_lib-test-mempool-alloconly.Po -rm -f ./$(DEPDIR)/test_lib-test-mempool-alloconly.Po
-rm -f ./$(DEPDIR)/test_lib-test-mempool.Po -rm -f ./$(DEPDIR)/test_lib-test-mempool.Po
-rm -f ./$(DEPDIR)/test_lib-test-multiplex.Po -rm -f ./$(DEPDIR)/test_lib-test-multiplex.Po
-rm -f ./$(DEPDIR)/test_lib-test-net.Po -rm -f ./$(DEPDIR)/test_lib-test-net.Po
-rm -f ./$(DEPDIR)/test_lib-test-numpack.Po -rm -f ./$(DEPDIR)/test_lib-test-numpack.Po
-rm -f ./$(DEPDIR)/test_lib-test-ostream-buffer.Po -rm -f ./$(DEPDIR)/test_lib-test-ostream-buffer.Po
-rm -f ./$(DEPDIR)/test_lib-test-ostream-failure-at.Po -rm -f ./$(DEPDIR)/test_lib-test-ostream-failure-at.Po
skipping to change at line 3522 skipping to change at line 3541
-rm -f ./$(DEPDIR)/test_lib-test-istream-tee.Po -rm -f ./$(DEPDIR)/test_lib-test-istream-tee.Po
-rm -f ./$(DEPDIR)/test_lib-test-istream-try.Po -rm -f ./$(DEPDIR)/test_lib-test-istream-try.Po
-rm -f ./$(DEPDIR)/test_lib-test-istream-unix.Po -rm -f ./$(DEPDIR)/test_lib-test-istream-unix.Po
-rm -f ./$(DEPDIR)/test_lib-test-istream.Po -rm -f ./$(DEPDIR)/test_lib-test-istream.Po
-rm -f ./$(DEPDIR)/test_lib-test-json-parser.Po -rm -f ./$(DEPDIR)/test_lib-test-json-parser.Po
-rm -f ./$(DEPDIR)/test_lib-test-json-tree.Po -rm -f ./$(DEPDIR)/test_lib-test-json-tree.Po
-rm -f ./$(DEPDIR)/test_lib-test-lib-signals.Po -rm -f ./$(DEPDIR)/test_lib-test-lib-signals.Po
-rm -f ./$(DEPDIR)/test_lib-test-lib.Po -rm -f ./$(DEPDIR)/test_lib-test-lib.Po
-rm -f ./$(DEPDIR)/test_lib-test-llist.Po -rm -f ./$(DEPDIR)/test_lib-test-llist.Po
-rm -f ./$(DEPDIR)/test_lib-test-log-throttle.Po -rm -f ./$(DEPDIR)/test_lib-test-log-throttle.Po
-rm -f ./$(DEPDIR)/test_lib-test-macros.Po
-rm -f ./$(DEPDIR)/test_lib-test-malloc-overflow.Po -rm -f ./$(DEPDIR)/test_lib-test-malloc-overflow.Po
-rm -f ./$(DEPDIR)/test_lib-test-memarea.Po -rm -f ./$(DEPDIR)/test_lib-test-memarea.Po
-rm -f ./$(DEPDIR)/test_lib-test-mempool-allocfree.Po -rm -f ./$(DEPDIR)/test_lib-test-mempool-allocfree.Po
-rm -f ./$(DEPDIR)/test_lib-test-mempool-alloconly.Po -rm -f ./$(DEPDIR)/test_lib-test-mempool-alloconly.Po
-rm -f ./$(DEPDIR)/test_lib-test-mempool.Po -rm -f ./$(DEPDIR)/test_lib-test-mempool.Po
-rm -f ./$(DEPDIR)/test_lib-test-multiplex.Po -rm -f ./$(DEPDIR)/test_lib-test-multiplex.Po
-rm -f ./$(DEPDIR)/test_lib-test-net.Po -rm -f ./$(DEPDIR)/test_lib-test-net.Po
-rm -f ./$(DEPDIR)/test_lib-test-numpack.Po -rm -f ./$(DEPDIR)/test_lib-test-numpack.Po
-rm -f ./$(DEPDIR)/test_lib-test-ostream-buffer.Po -rm -f ./$(DEPDIR)/test_lib-test-ostream-buffer.Po
-rm -f ./$(DEPDIR)/test_lib-test-ostream-failure-at.Po -rm -f ./$(DEPDIR)/test_lib-test-ostream-failure-at.Po
 End of changes. 7 change blocks. 
0 lines changed or deleted 38 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)