]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/lookups/Makefile
taint: allow appendfile create_file option to specify a de-tainting safe path
[user/henk/code/exim.git] / src / src / lookups / Makefile
index 623f24f96a84377e59510d0c1e8df17aa35674c0..1fd139486709696286bf439583be5cf51965a8a1 100644 (file)
@@ -1,18 +1,10 @@
-# $Cambridge: exim/src/src/lookups/Makefile,v 1.9 2009/06/10 07:34:05 tom Exp $
-#
-# nb: at build time, the version of this file used will have had some
-#     extra variable definitions and prepended to it and module build rules
-#     interpolated below.
-
-# Make file for building all the available lookups.
+# Make file for building Exim's lookup modules.
 # This is called from the main make file, after cd'ing
 # to the lookups subdirectory.
 
-# because the variable is EXPERIMENTAL_SPF and not LOOKUP_SPF
-# we put this one here by default and compile a dummy if
-# EXPERIMENTAL_SPF is not defined
-OBJ=spf.o
-MODS=
+# nb: at build time, the version of this file used will have had some
+#     extra variable definitions and prepended to it and module build rules
+#     interpolated below.
 
 # MAGIC-TAG-MODS-OBJ-RULES-GO-HERE
 
@@ -42,6 +34,8 @@ dnsdb.o:         $(HDRS) dnsdb.c
 dsearch.o:       $(HDRS) dsearch.c
 ibase.o:         $(HDRS) ibase.c
 ldap.o:          $(HDRS) ldap.c
+lmdb.o:          $(HDRS) lmdb.c
+json.o:          $(HDRS) json.c
 lsearch.o:       $(HDRS) lsearch.c
 mysql.o:         $(HDRS) mysql.c
 nis.o:           $(HDRS) nis.c
@@ -49,6 +43,8 @@ nisplus.o:       $(HDRS) nisplus.c
 oracle.o:        $(HDRS) oracle.c
 passwd.o:        $(HDRS) passwd.c
 pgsql.o:         $(HDRS) pgsql.c
+readsock.o:      $(HDRS) readsock.c
+redis.o:         $(HDRS) redis.c
 spf.o:           $(HDRS) spf.c
 sqlite.o:        $(HDRS) sqlite.c
 testdb.o:        $(HDRS) testdb.c
@@ -59,7 +55,9 @@ dbmdb.so:         $(HDRS) dbmdb.c
 dnsdb.so:         $(HDRS) dnsdb.c
 dsearch.so:       $(HDRS) dsearch.c
 ibase.so:         $(HDRS) ibase.c
+json.so:          $(HDRS) json.c
 ldap.so:          $(HDRS) ldap.c
+lmdb.so:          $(HDRS) lmdb.c
 lsearch.so:       $(HDRS) lsearch.c
 mysql.so:         $(HDRS) mysql.c
 nis.so:           $(HDRS) nis.c
@@ -67,6 +65,7 @@ nisplus.so:       $(HDRS) nisplus.c
 oracle.so:        $(HDRS) oracle.c
 passwd.so:        $(HDRS) passwd.c
 pgsql.so:         $(HDRS) pgsql.c
+redis.so:         $(HDRS) redis.c
 spf.so:           $(HDRS) spf.c
 sqlite.so:        $(HDRS) sqlite.c
 testdb.so:        $(HDRS) testdb.c