SPDX: Mass-update to GPL-2.0-or-later
[exim.git] / src / src / lookups / Makefile
index 2495348b8cd95d78492e595cc9737bff999113c2..19585bf31a3755f71f579ef1f6000845ec73be9c 100644 (file)
@@ -1,13 +1,13 @@
-# $Cambridge: exim/src/src/lookups/Makefile,v 1.9 2009/06/10 07:34:05 tom Exp $
+# Make file for building Exim's lookup modules.
+# This is called from the main make file, after cd'ing
+# to the lookups subdirectory.
 #
+# Copyright (c) The Exim Maintainers 2021
+
 # 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.
-# This is called from the main make file, after cd'ing
-# to the lookups subdirectory.
-
 # MAGIC-TAG-MODS-OBJ-RULES-GO-HERE
 
 
@@ -36,6 +36,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
@@ -43,6 +45,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
@@ -53,7 +57,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
@@ -61,6 +67,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