You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

296 lines
8.5 KiB

  1. --- a/clients/tools/Makefile.in
  2. +++ b/clients/tools/Makefile.in
  3. @@ -13,6 +13,8 @@
  4. ## top-level directory of the distribution or, alternatively, at
  5. ## <http://www.OpenLDAP.org/license.html>.
  6. +SHELL = @SHELL@
  7. +
  8. SRCS = ldapsearch.c ldapmodify.c ldapdelete.c ldapmodrdn.c \
  9. ldappasswd.c ldapwhoami.c ldapvc.c ldapcompare.c \
  10. ldapexop.c ldapurl.c common.c
  11. --- a/libraries/liblber/Makefile.in
  12. +++ b/libraries/liblber/Makefile.in
  13. @@ -13,6 +13,8 @@
  14. ## top-level directory of the distribution or, alternatively, at
  15. ## <http://www.OpenLDAP.org/license.html>.
  16. +SHELL = @SHELL@
  17. +
  18. LIBRARY = liblber.la
  19. NT_SRCS = nt_err.c
  20. --- a/libraries/libldap/Makefile.in
  21. +++ b/libraries/libldap/Makefile.in
  22. @@ -13,6 +13,8 @@
  23. ## top-level directory of the distribution or, alternatively, at
  24. ## <http://www.OpenLDAP.org/license.html>.
  25. +SHELL = @SHELL@
  26. +
  27. LIBRARY = libldap.la
  28. PROGRAMS = apitest dntest ftest ltest urltest testavl
  29. --- a/libraries/liblunicode/Makefile.in
  30. +++ b/libraries/liblunicode/Makefile.in
  31. @@ -13,6 +13,8 @@
  32. ## top-level directory of the distribution or, alternatively, at
  33. ## <http://www.OpenLDAP.org/license.html>.
  34. +SHELL = @SHELL@
  35. +
  36. LIBRARY = liblunicode.a
  37. XXDIR = $(srcdir)/ucdata/
  38. --- a/libraries/liblutil/Makefile.in
  39. +++ b/libraries/liblutil/Makefile.in
  40. @@ -13,6 +13,8 @@
  41. ## top-level directory of the distribution or, alternatively, at
  42. ## <http://www.OpenLDAP.org/license.html>.
  43. +SHELL = @SHELL@
  44. +
  45. LIBRARY = liblutil.a
  46. LDAP_INCDIR= ../../include
  47. --- a/libraries/librewrite/Makefile.in
  48. +++ b/libraries/librewrite/Makefile.in
  49. @@ -16,6 +16,8 @@
  50. ## Copyright 2000-2001 Pierangelo Masarati <ando@sys-net.it>
  51. ##
  52. +SHELL = @SHELL@
  53. +
  54. SRCS = config.c context.c info.c ldapmap.c map.c params.c rule.c \
  55. session.c subst.c var.c xmap.c \
  56. parse.c rewrite.c
  57. --- a/libraries/Makefile.in
  58. +++ b/libraries/Makefile.in
  59. @@ -13,6 +13,8 @@
  60. ## top-level directory of the distribution or, alternatively, at
  61. ## <http://www.OpenLDAP.org/license.html>.
  62. +SHELL = @SHELL@
  63. +
  64. SUBDIRS= \
  65. liblutil \
  66. liblber \
  67. --- a/servers/lloadd/Makefile.in
  68. +++ b/servers/lloadd/Makefile.in
  69. @@ -13,6 +13,7 @@
  70. ## top-level directory of the distribution or, alternatively, at
  71. ## <http://www.OpenLDAP.org/license.html>.
  72. +SHELL = @SHELL@
  73. XSRCS = version.c
  74. --- a/servers/slapd/back-asyncmeta/Makefile.in
  75. +++ b/servers/slapd/back-asyncmeta/Makefile.in
  76. @@ -19,6 +19,8 @@
  77. ## based on back-meta module for inclusion in OpenLDAP Software.
  78. ## This work was sponsored by Ericsson
  79. +SHELL = @SHELL@
  80. +
  81. SRCS = init.c config.c search.c message_queue.c bind.c add.c compare.c \
  82. delete.c modify.c modrdn.c map.c \
  83. conn.c candidates.c dncache.c meta_result.c
  84. --- a/servers/slapd/back-dnssrv/Makefile.in
  85. +++ b/servers/slapd/back-dnssrv/Makefile.in
  86. @@ -18,6 +18,8 @@
  87. # The DNSSRV backend was written by Kurt D. Zeilenga.
  88. #
  89. +SHELL = @SHELL@
  90. +
  91. SRCS = init.c bind.c search.c config.c referral.c
  92. OBJS = init.lo bind.lo search.lo config.lo referral.lo
  93. --- a/servers/slapd/back-ldap/Makefile.in
  94. +++ b/servers/slapd/back-ldap/Makefile.in
  95. @@ -13,6 +13,8 @@
  96. ## top-level directory of the distribution or, alternatively, at
  97. ## <http://www.OpenLDAP.org/license.html>.
  98. +SHELL = @SHELL@
  99. +
  100. SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
  101. delete.c modify.c modrdn.c extended.c chain.c \
  102. distproc.c monitor.c pbind.c
  103. --- a/servers/slapd/back-ldif/Makefile.in
  104. +++ b/servers/slapd/back-ldif/Makefile.in
  105. @@ -13,6 +13,8 @@
  106. ## top-level directory of the distribution or, alternatively, at
  107. ## <http://www.OpenLDAP.org/license.html>.
  108. +SHELL = @SHELL@
  109. +
  110. SRCS = ldif.c
  111. OBJS = ldif.lo
  112. --- a/servers/slapd/back-mdb/Makefile.in
  113. +++ b/servers/slapd/back-mdb/Makefile.in
  114. @@ -13,6 +13,8 @@
  115. ## top-level directory of the distribution or, alternatively, at
  116. ## <http://www.OpenLDAP.org/license.html>.
  117. +SHELL = @SHELL@
  118. +
  119. SRCS = init.c tools.c config.c \
  120. add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
  121. extended.c operational.c \
  122. --- a/servers/slapd/back-meta/Makefile.in
  123. +++ b/servers/slapd/back-meta/Makefile.in
  124. @@ -13,6 +13,8 @@
  125. ## top-level directory of the distribution or, alternatively, at
  126. ## <http://www.OpenLDAP.org/license.html>.
  127. +SHELL = @SHELL@
  128. +
  129. SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
  130. delete.c modify.c modrdn.c suffixmassage.c map.c \
  131. conn.c candidates.c dncache.c
  132. --- a/servers/slapd/back-monitor/Makefile.in
  133. +++ b/servers/slapd/back-monitor/Makefile.in
  134. @@ -13,6 +13,8 @@
  135. ## top-level directory of the distribution or, alternatively, at
  136. ## <http://www.OpenLDAP.org/license.html>.
  137. +SHELL = @SHELL@
  138. +
  139. SRCS = init.c search.c compare.c modify.c bind.c \
  140. operational.c \
  141. cache.c entry.c \
  142. --- a/servers/slapd/back-null/Makefile.in
  143. +++ b/servers/slapd/back-null/Makefile.in
  144. @@ -13,6 +13,8 @@
  145. ## top-level directory of the distribution or, alternatively, at
  146. ## <http://www.OpenLDAP.org/license.html>.
  147. +SHELL = @SHELL@
  148. +
  149. SRCS = null.c
  150. OBJS = null.lo
  151. --- a/servers/slapd/back-passwd/Makefile.in
  152. +++ b/servers/slapd/back-passwd/Makefile.in
  153. @@ -13,6 +13,8 @@
  154. ## top-level directory of the distribution or, alternatively, at
  155. ## <http://www.OpenLDAP.org/license.html>.
  156. +SHELL = @SHELL@
  157. +
  158. SRCS = search.c config.c init.c
  159. OBJS = search.lo config.lo init.lo
  160. --- a/servers/slapd/back-perl/Makefile.in
  161. +++ b/servers/slapd/back-perl/Makefile.in
  162. @@ -14,6 +14,8 @@
  163. ## top-level directory of the distribution or, alternatively, at
  164. ## <http://www.OpenLDAP.org/license.html>.
  165. +SHELL = @SHELL@
  166. +
  167. SRCS = init.c search.c close.c config.c bind.c compare.c \
  168. modify.c add.c modrdn.c delete.c
  169. OBJS = init.lo search.lo close.lo config.lo bind.lo compare.lo \
  170. --- a/servers/slapd/back-relay/Makefile.in
  171. +++ b/servers/slapd/back-relay/Makefile.in
  172. @@ -13,6 +13,8 @@
  173. ## top-level directory of the distribution or, alternatively, at
  174. ## <http://www.OpenLDAP.org/license.html>.
  175. +SHELL = @SHELL@
  176. +
  177. SRCS = init.c op.c
  178. OBJS = init.lo op.lo
  179. --- a/servers/slapd/back-sock/Makefile.in
  180. +++ b/servers/slapd/back-sock/Makefile.in
  181. @@ -17,6 +17,8 @@
  182. ## This work was initially developed by Brian Candler for inclusion
  183. ## in OpenLDAP Software.
  184. +SHELL = @SHELL@
  185. +
  186. SRCS = init.c config.c opensock.c search.c bind.c unbind.c add.c \
  187. delete.c modify.c modrdn.c compare.c result.c extended.c
  188. OBJS = init.lo config.lo opensock.lo search.lo bind.lo unbind.lo add.lo \
  189. --- a/servers/slapd/back-sql/Makefile.in
  190. +++ b/servers/slapd/back-sql/Makefile.in
  191. @@ -13,6 +13,8 @@
  192. ## top-level directory of the distribution or, alternatively, at
  193. ## <http://www.OpenLDAP.org/license.html>.
  194. +SHELL = @SHELL@
  195. +
  196. SRCS = init.c config.c search.c bind.c compare.c operational.c \
  197. entry-id.c schema-map.c sql-wrap.c modify.c util.c \
  198. add.c delete.c modrdn.c api.c
  199. --- a/servers/slapd/back-wt/Makefile.in
  200. +++ b/servers/slapd/back-wt/Makefile.in
  201. @@ -13,6 +13,8 @@
  202. ## top-level directory of the distribution or, alternatively, at
  203. ## <http://www.OpenLDAP.org/license.html>.
  204. +SHELL = @SHELL@
  205. +
  206. SRCS = init.c tools.c config.c \
  207. add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
  208. extended.c operational.c \
  209. --- a/servers/slapd/Makefile.in
  210. +++ b/servers/slapd/Makefile.in
  211. @@ -13,6 +13,8 @@
  212. ## top-level directory of the distribution or, alternatively, at
  213. ## <http://www.OpenLDAP.org/license.html>.
  214. +SHELL = @SHELL@
  215. +
  216. SLAPTOOLS=slapadd slapcat slapdn slapindex slapmodify slappasswd slaptest slapauth slapacl slapschema
  217. PROGRAMS=slapd $(SLAPTOOLS)
  218. XPROGRAMS=sslapd libbackends.a .backend liboverlays.a
  219. --- a/servers/slapd/overlays/Makefile.in
  220. +++ b/servers/slapd/overlays/Makefile.in
  221. @@ -13,6 +13,8 @@
  222. ## top-level directory of the distribution or, alternatively, at
  223. ## <http://www.OpenLDAP.org/license.html>.
  224. +SHELL = @SHELL@
  225. +
  226. SRCS = overlays.c \
  227. accesslog.c \
  228. auditlog.c \
  229. --- a/servers/slapd/pwmods/Makefile.in
  230. +++ b/servers/slapd/pwmods/Makefile.in
  231. @@ -13,6 +13,8 @@
  232. ## top-level directory of the distribution or, alternatively, at
  233. ## <http://www.OpenLDAP.org/license.html>.
  234. +SHELL = @SHELL@
  235. +
  236. SRCS = argon2.c
  237. LTONLY_MOD = $(LTONLY_mod)
  238. --- a/servers/slapd/slapi/Makefile.in
  239. +++ b/servers/slapd/slapi/Makefile.in
  240. @@ -14,6 +14,8 @@
  241. ## top-level directory of the distribution or, alternatively, at
  242. ## <http://www.OpenLDAP.org/license.html>.
  243. +SHELL = @SHELL@
  244. +
  245. LIBRARY = libslapi.la
  246. #all-common: $(LIBRARY) $(PROGRAMS)
  247. --- a/tests/progs/Makefile.in
  248. +++ b/tests/progs/Makefile.in
  249. @@ -13,6 +13,8 @@
  250. ## top-level directory of the distribution or, alternatively, at
  251. ## <http://www.OpenLDAP.org/license.html>.
  252. +SHELL = @SHELL@
  253. +
  254. PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn \
  255. slapd-modify slapd-bind slapd-mtread ldif-filter slapd-watcher