"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/lib-dict-backend/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 190 skipping to change at line 190
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \ $(am__cd) "$$dir" && rm -f $$files; }; \
} }
am__installdirs = "$(DESTDIR)$(module_dictdir)" am__installdirs = "$(DESTDIR)$(module_dictdir)"
LTLIBRARIES = $(module_dict_LTLIBRARIES) $(noinst_LTLIBRARIES) LTLIBRARIES = $(module_dict_LTLIBRARIES) $(noinst_LTLIBRARIES)
am__DEPENDENCIES_1 = am__DEPENDENCIES_1 =
@HAVE_LDAP_TRUE@@LDAP_PLUGIN_FALSE@am__DEPENDENCIES_2 = \ @HAVE_LDAP_TRUE@@LDAP_PLUGIN_FALSE@am__DEPENDENCIES_2 = \
@HAVE_LDAP_TRUE@@LDAP_PLUGIN_FALSE@ $(am__DEPENDENCIES_1) @HAVE_LDAP_TRUE@@LDAP_PLUGIN_FALSE@ $(am__DEPENDENCIES_1)
libdict_backend_la_DEPENDENCIES = $(am__DEPENDENCIES_2) libdict_backend_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
am__objects_1 = dict-ldap.lo dict-ldap-settings.lo am__objects_1 = dict-ldap.lo dict-ldap-settings.lo
am_libdict_backend_la_OBJECTS = dict-db.lo dict-cdb.lo dict-sql.lo \ am_libdict_backend_la_OBJECTS = dict-cdb.lo dict-sql.lo \
dict-sql-settings.lo $(am__objects_1) dict-sql-settings.lo $(am__objects_1)
nodist_libdict_backend_la_OBJECTS = dict-drivers-register.lo nodist_libdict_backend_la_OBJECTS = dict-drivers-register.lo
libdict_backend_la_OBJECTS = $(am_libdict_backend_la_OBJECTS) \ libdict_backend_la_OBJECTS = $(am_libdict_backend_la_OBJECTS) \
$(nodist_libdict_backend_la_OBJECTS) $(nodist_libdict_backend_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@) AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent am__v_lt_0 = --silent
am__v_lt_1 = am__v_lt_1 =
am__libdict_ldap_la_SOURCES_DIST = dict-ldap.c dict-ldap-settings.c am__libdict_ldap_la_SOURCES_DIST = dict-ldap.c dict-ldap-settings.c
am__objects_2 = libdict_ldap_la-dict-ldap.lo \ am__objects_2 = libdict_ldap_la-dict-ldap.lo \
skipping to change at line 229 skipping to change at line 229
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 = am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@) AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @ am__v_at_0 = @
am__v_at_1 = am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp depcomp = $(SHELL) $(top_srcdir)/depcomp
am__maybe_remake_depfiles = depfiles am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/dict-cdb.Plo ./$(DEPDIR)/dict-db.Plo \ am__depfiles_remade = ./$(DEPDIR)/dict-cdb.Plo \
./$(DEPDIR)/dict-drivers-register.Plo \ ./$(DEPDIR)/dict-drivers-register.Plo \
./$(DEPDIR)/dict-ldap-settings.Plo ./$(DEPDIR)/dict-ldap.Plo \ ./$(DEPDIR)/dict-ldap-settings.Plo ./$(DEPDIR)/dict-ldap.Plo \
./$(DEPDIR)/dict-sql-settings.Plo ./$(DEPDIR)/dict-sql.Plo \ ./$(DEPDIR)/dict-sql-settings.Plo ./$(DEPDIR)/dict-sql.Plo \
./$(DEPDIR)/libdict_ldap_la-dict-ldap-settings.Plo \ ./$(DEPDIR)/libdict_ldap_la-dict-ldap-settings.Plo \
./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo \ ./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo \
./$(DEPDIR)/test_dict_sql-test-dict-sql.Po ./$(DEPDIR)/test_dict_sql-test-dict-sql.Po
am__mv = mv -f am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
skipping to change at line 521 skipping to change at line 521
-I$(top_srcdir)/src/lib-ldap \ -I$(top_srcdir)/src/lib-ldap \
-I$(top_srcdir)/src/lib-sql \ -I$(top_srcdir)/src/lib-sql \
-I$(top_srcdir)/src/lib-settings \ -I$(top_srcdir)/src/lib-settings \
$(SQL_CFLAGS) $(SQL_CFLAGS)
ldap_sources = \ ldap_sources = \
dict-ldap.c \ dict-ldap.c \
dict-ldap-settings.c dict-ldap-settings.c
libdict_backend_la_SOURCES = \ libdict_backend_la_SOURCES = \
dict-db.c \
dict-cdb.c \ dict-cdb.c \
dict-sql.c \ dict-sql.c \
dict-sql-settings.c \ dict-sql-settings.c \
$(ldap_sources) $(ldap_sources)
libdict_backend_la_LIBADD = $(am__append_1) libdict_backend_la_LIBADD = $(am__append_1)
nodist_libdict_backend_la_SOURCES = \ nodist_libdict_backend_la_SOURCES = \
dict-drivers-register.c dict-drivers-register.c
noinst_HEADERS = \ noinst_HEADERS = \
skipping to change at line 673 skipping to change at line 672
@rm -f test-dict-sql$(EXEEXT) @rm -f test-dict-sql$(EXEEXT)
$(AM_V_CCLD)$(test_dict_sql_LINK) $(test_dict_sql_OBJECTS) $(test_dict_sq l_LDADD) $(LIBS) $(AM_V_CCLD)$(test_dict_sql_LINK) $(test_dict_sql_OBJECTS) $(test_dict_sq l_LDADD) $(LIBS)
mostlyclean-compile: mostlyclean-compile:
-rm -f *.$(OBJEXT) -rm -f *.$(OBJEXT)
distclean-compile: distclean-compile:
-rm -f *.tab.c -rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-cdb.Plo@am__quote@ # am--i nclude-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-cdb.Plo@am__quote@ # am--i nclude-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-db.Plo@am__quote@ # am--in clude-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-drivers-register.Plo@am__q uote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-drivers-register.Plo@am__q uote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-ldap-settings.Plo@am__quot e@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-ldap-settings.Plo@am__quot e@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-ldap.Plo@am__quote@ # am-- include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-ldap.Plo@am__quote@ # am-- include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-sql-settings.Plo@am__quote @ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-sql-settings.Plo@am__quote @ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-sql.Plo@am__quote@ # am--i nclude-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-sql.Plo@am__quote@ # am--i nclude-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdict_ldap_la-dict-ldap-setti ngs.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdict_ldap_la-dict-ldap-setti ngs.Plo@am__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo@a m__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo@a m__quote@ # am--include-marker
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dict_sql-test-dict-sql.Po@ am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_dict_sql-test-dict-sql.Po@ am__quote@ # am--include-marker
$(am__depfiles_remade): $(am__depfiles_remade):
skipping to change at line 870 skipping to change at line 868
maintainer-clean-generic: maintainer-clean-generic:
@echo "This command is intended for maintainers to use" @echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild." @echo "it deletes files that may require special tools to rebuild."
clean: clean-am clean: clean-am
clean-am: clean-generic clean-libtool clean-module_dictLTLIBRARIES \ clean-am: clean-generic clean-libtool clean-module_dictLTLIBRARIES \
clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
distclean: distclean-am distclean: distclean-am
-rm -f ./$(DEPDIR)/dict-cdb.Plo -rm -f ./$(DEPDIR)/dict-cdb.Plo
-rm -f ./$(DEPDIR)/dict-db.Plo
-rm -f ./$(DEPDIR)/dict-drivers-register.Plo -rm -f ./$(DEPDIR)/dict-drivers-register.Plo
-rm -f ./$(DEPDIR)/dict-ldap-settings.Plo -rm -f ./$(DEPDIR)/dict-ldap-settings.Plo
-rm -f ./$(DEPDIR)/dict-ldap.Plo -rm -f ./$(DEPDIR)/dict-ldap.Plo
-rm -f ./$(DEPDIR)/dict-sql-settings.Plo -rm -f ./$(DEPDIR)/dict-sql-settings.Plo
-rm -f ./$(DEPDIR)/dict-sql.Plo -rm -f ./$(DEPDIR)/dict-sql.Plo
-rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap-settings.Plo -rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap-settings.Plo
-rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo -rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo
-rm -f ./$(DEPDIR)/test_dict_sql-test-dict-sql.Po -rm -f ./$(DEPDIR)/test_dict_sql-test-dict-sql.Po
-rm -f Makefile -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \ distclean-am: clean-am distclean-compile distclean-generic \
skipping to change at line 925 skipping to change at line 922
install-pdf-am: install-pdf-am:
install-ps: install-ps-am install-ps: install-ps-am
install-ps-am: install-ps-am:
installcheck-am: installcheck-am:
maintainer-clean: maintainer-clean-am maintainer-clean: maintainer-clean-am
-rm -f ./$(DEPDIR)/dict-cdb.Plo -rm -f ./$(DEPDIR)/dict-cdb.Plo
-rm -f ./$(DEPDIR)/dict-db.Plo
-rm -f ./$(DEPDIR)/dict-drivers-register.Plo -rm -f ./$(DEPDIR)/dict-drivers-register.Plo
-rm -f ./$(DEPDIR)/dict-ldap-settings.Plo -rm -f ./$(DEPDIR)/dict-ldap-settings.Plo
-rm -f ./$(DEPDIR)/dict-ldap.Plo -rm -f ./$(DEPDIR)/dict-ldap.Plo
-rm -f ./$(DEPDIR)/dict-sql-settings.Plo -rm -f ./$(DEPDIR)/dict-sql-settings.Plo
-rm -f ./$(DEPDIR)/dict-sql.Plo -rm -f ./$(DEPDIR)/dict-sql.Plo
-rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap-settings.Plo -rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap-settings.Plo
-rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo -rm -f ./$(DEPDIR)/libdict_ldap_la-dict-ldap.Plo
-rm -f ./$(DEPDIR)/test_dict_sql-test-dict-sql.Po -rm -f ./$(DEPDIR)/test_dict_sql-test-dict-sql.Po
-rm -f Makefile -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic maintainer-clean-am: distclean-am maintainer-clean-generic
 End of changes. 6 change blocks. 
6 lines changed or deleted 2 lines changed or added

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