Build: move xtext routines out of auths drivers to main
[exim.git] / src / OS / Makefile-Base
index afa2a7a2315918264a0b3edfd3308ac316eea53b..4df9451f80e298a01b6d3bed7cb4b1d901d9515b 100644 (file)
@@ -250,8 +250,7 @@ macro.c: macro_predef
 
 utils: $(EXIM_MONITOR) exicyclog exinext exiwhat \
         exigrep eximstats exipick exiqgrep exiqsumm \
-        transport-filter.pl convert4r3 convert4r4 \
-        exim_checkaccess \
+        transport-filter.pl exim_checkaccess \
         exim_dbmbuild exim_dumpdb exim_fixdb exim_tidydb \
        exim_lock exim_msgdate exim_id_update
 
@@ -490,30 +489,6 @@ transport-filter.pl: config ../src/transport-filter.src
        @chmod a+x transport-filter.pl
        @echo ">>> transport-filter.pl script built"
 
-convert4r3: config ../src/convert4r3.src
-       @rm -f convert4r3
-       @. ./version.sh && sed \
-         -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
-         -e "s?EXIM_RELEASE_VERSION?$${EXIM_RELEASE_VERSION}?" \
-         -e "s?EXIM_VARIANT_VERSION?$${EXIM_VARIANT_VERSION}?" \
-         ../src/convert4r3.src > convert4r3-t
-       @mv convert4r3-t convert4r3
-       @chmod a+x convert4r3
-       @./convert4r3 -v 2>&1 >/dev/null
-       @echo ">>> convert4r3 script built"
-
-convert4r4: config ../src/convert4r4.src
-       @rm -f convert4r4
-       @. ./version.sh && sed \
-         -e "s?PERL_COMMAND?$(PERL_COMMAND)?" \
-         -e "s?EXIM_RELEASE_VERSION?$${EXIM_RELEASE_VERSION}?" \
-         -e "s?EXIM_VARIANT_VERSION?$${EXIM_VARIANT_VERSION}?" \
-         ../src/convert4r4.src > convert4r4-t
-       @mv convert4r4-t convert4r4
-       @chmod a+x convert4r4
-       @./convert4r4 -v 2>&1 >/dev/null
-       @echo ">>> convert4r4 script built"
-
 
 # These are objects of optional features. They are always compiled, but
 # if the corresponding #defines are not set, they wind up empty and
@@ -543,7 +518,7 @@ OBJ_EXIM = acl.o base64.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o \
         rda.o readconf.o receive.o retry.o rewrite.o rfc2047.o regex_cache.o \
         route.o search.o sieve.o smtp_in.o smtp_out.o spool_in.o spool_out.o \
         std-crypto.o store.o string.o tls.o tod.o transport.o tree.o verify.o \
-        environment.o macro.o \
+        xtextencode.o environment.o macro.o \
         $(OBJ_LOOKUPS) \
         local_scan.o $(EXIM_PERL) $(OBJ_WITH_CONTENT_SCAN) \
         $(OBJ_EXPERIMENTAL)
@@ -695,6 +670,11 @@ HDRS  =    blob.h \
        hash.h \
        hintsdb.h \
        hintsdb_structs.h \
+       hintsdb/hints_bdb.h \
+       hintsdb/hints_gdbm.h \
+       hintsdb/hints_ndbm.h \
+       hintsdb/hints_sqlite.h \
+       hintsdb/hints_tdb.h \
        local_scan.h \
        macros.h \
        mytypes.h \
@@ -709,6 +689,11 @@ PHDRS = ../config.h \
        ../globals.h \
        ../hintsdb.h \
        ../hintsdb_structs.h \
+       ../hintsdb/hints_bdb.h \
+       ../hintsdb/hints_gdbm.h \
+       ../hintsdb/hints_ndbm.h \
+       ../hintsdb/hints_sqlite.h \
+       ../hintsdb/hints_tdb.h \
        ../local_scan.h \
        ../macros.h \
        ../mytypes.h \
@@ -884,6 +869,7 @@ tod.o:           $(HDRS) tod.c
 transport.o:     $(HDRS) transport.c
 tree.o:          $(HDRS) tree.c
 verify.o:        $(HDRS) transports/smtp.h verify.c
+xtextencode.o:   $(HDRS) xtextencode.c
 dkim.o:          $(HDRS) pdkim/pdkim.h dkim.c
 dkim_transport.o: $(HDRS) dkim_transport.c