]> git.sur5r.net Git - openldap/blob - contrib/ldapc++/src/Makefile.in
Happy new year
[openldap] / contrib / ldapc++ / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
14 # COPYING RESTRICTIONS APPLY, see COPYRIGHT file
15
16
17 SHELL = @SHELL@
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37
38 DESTDIR =
39
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43
44 top_builddir = ..
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_alias = @host_alias@
64 host_triplet = @host@
65 AS = @AS@
66 CC = @CC@
67 CXX = @CXX@
68 DLLTOOL = @DLLTOOL@
69 ECHO = @ECHO@
70 EXEEXT = @EXEEXT@
71 LIBTOOL = @LIBTOOL@
72 LN_S = @LN_S@
73 MAKEINFO = @MAKEINFO@
74 OBJDUMP = @OBJDUMP@
75 OBJEXT = @OBJEXT@
76 PACKAGE = @PACKAGE@
77 RANLIB = @RANLIB@
78 STRIP = @STRIP@
79 VERSION = @VERSION@
80
81 lib_LTLIBRARIES = libldapcpp.la
82
83 libldapcpp_la_SOURCES = LDAPAddRequest.cpp                      LDAPAsynConnection.cpp                  LDAPAttribute.cpp                       LDAPAttributeList.cpp                   LDAPBindRequest.cpp                     LDAPCompareRequest.cpp             LDAPConnection.cpp                   LDAPConstraints.cpp                     LDAPControl.cpp                         LDAPControlSet.cpp                      LDAPDeleteRequest.cpp                   LDAPEntry.cpp                   LDAPEntryList.cpp                       LDAPException.cpp                       LDAPExtRequest.cpp                      LDAPExtResult.cpp                       LDAPMessage.cpp                         LDAPMessageQueue.cpp                    LDAPModDNRequest.cpp                    LDAPModification.cpp                    LDAPModifyRequest.cpp                   LDAPModList.cpp                         LDAPRebind.cpp                  LDAPRebindAuth.cpp                      LDAPReferralException.cpp             LDAPReferenceList.cpp             LDAPRequest.cpp                         LDAPResult.cpp                  LDAPSearchReference.cpp                         LDAPSearchRequest.cpp                   LDAPSearchResult.cpp                    LDAPSearchResults.cpp                   LDAPUrl.cpp                     LDAPUrlList.cpp                         StringList.cpp 
84
85
86 include_HEADERS = LDAPAsynConnection.h                         LDAPAttribute.h                         LDAPAttributeList.h                         LDAPConnection.h                         LDAPConstraints.h                         LDAPControl.h                     LDAPControlSet.h                         LDAPEntry.h                         LDAPEntryList.h                         LDAPException.h                         LDAPExtResult.h                         LDAPMessage.h                         LDAPMessageQueue.h                         LDAPModification.h                         LDAPModList.h                         LDAPRebind.h                         LDAPRebindAuth.h                         LDAPReferralException.h                         LDAPReferenceList.h                         LDAPResult.h                         LDAPSearchReference.h                         LDAPSearchResult.h                         LDAPSearchResults.h                         LDAPUrl.h                         LDAPUrlList.h                         StringList.h 
87
88
89 noinst_HEADERS = LDAPAddRequest.h                 LDAPBindRequest.h                 LDAPCompareRequest.h                 LDAPDeleteRequest.h                 LDAPExtRequest.h                 LDAPModDNRequest.h                 LDAPModifyRequest.h                 LDAPRequest.h                 LDAPSearchRequest.h 
90
91
92 libldapcpp_la_LIBADD = -lldap -llber
93 libldapcpp_la_LDFLAGS = -version-info 0:1:0
94
95 noinst_PROGRAMS = main
96
97 main_SOURCES = main.cpp
98 main_LDADD = ./libldapcpp.la 
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = config.h
101 CONFIG_CLEAN_FILES = 
102 LTLIBRARIES =  $(lib_LTLIBRARIES)
103
104
105 DEFS = @DEFS@ -I. -I$(srcdir) -I.
106 CPPFLAGS = @CPPFLAGS@
107 LDFLAGS = @LDFLAGS@
108 LIBS = @LIBS@
109 libldapcpp_la_DEPENDENCIES = 
110 libldapcpp_la_OBJECTS =  LDAPAddRequest.lo LDAPAsynConnection.lo \
111 LDAPAttribute.lo LDAPAttributeList.lo LDAPBindRequest.lo \
112 LDAPCompareRequest.lo LDAPConnection.lo LDAPConstraints.lo \
113 LDAPControl.lo LDAPControlSet.lo LDAPDeleteRequest.lo LDAPEntry.lo \
114 LDAPEntryList.lo LDAPException.lo LDAPExtRequest.lo LDAPExtResult.lo \
115 LDAPMessage.lo LDAPMessageQueue.lo LDAPModDNRequest.lo \
116 LDAPModification.lo LDAPModifyRequest.lo LDAPModList.lo LDAPRebind.lo \
117 LDAPRebindAuth.lo LDAPReferralException.lo LDAPReferenceList.lo \
118 LDAPRequest.lo LDAPResult.lo LDAPSearchReference.lo \
119 LDAPSearchRequest.lo LDAPSearchResult.lo LDAPSearchResults.lo \
120 LDAPUrl.lo LDAPUrlList.lo StringList.lo
121 noinst_PROGRAMS =  main$(EXEEXT)
122 PROGRAMS =  $(noinst_PROGRAMS)
123
124 main_OBJECTS =  main.$(OBJEXT)
125 main_DEPENDENCIES =  ./libldapcpp.la
126 main_LDFLAGS = 
127 CXXFLAGS = @CXXFLAGS@
128 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
129 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130 CXXLD = $(CXX)
131 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
132 HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
133
134 DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in
135
136
137 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
138
139 TAR = tar
140 GZIP_ENV = --best
141 DEP_FILES =  .deps/LDAPAddRequest.P .deps/LDAPAsynConnection.P \
142 .deps/LDAPAttribute.P .deps/LDAPAttributeList.P .deps/LDAPBindRequest.P \
143 .deps/LDAPCompareRequest.P .deps/LDAPConnection.P \
144 .deps/LDAPConstraints.P .deps/LDAPControl.P .deps/LDAPControlSet.P \
145 .deps/LDAPDeleteRequest.P .deps/LDAPEntry.P .deps/LDAPEntryList.P \
146 .deps/LDAPException.P .deps/LDAPExtRequest.P .deps/LDAPExtResult.P \
147 .deps/LDAPMessage.P .deps/LDAPMessageQueue.P .deps/LDAPModDNRequest.P \
148 .deps/LDAPModList.P .deps/LDAPModification.P .deps/LDAPModifyRequest.P \
149 .deps/LDAPRebind.P .deps/LDAPRebindAuth.P .deps/LDAPReferenceList.P \
150 .deps/LDAPReferralException.P .deps/LDAPRequest.P .deps/LDAPResult.P \
151 .deps/LDAPSearchReference.P .deps/LDAPSearchRequest.P \
152 .deps/LDAPSearchResult.P .deps/LDAPSearchResults.P .deps/LDAPUrl.P \
153 .deps/LDAPUrlList.P .deps/StringList.P .deps/main.P
154 SOURCES = $(libldapcpp_la_SOURCES) $(main_SOURCES)
155 OBJECTS = $(libldapcpp_la_OBJECTS) $(main_OBJECTS)
156
157 all: all-redirect
158 .SUFFIXES:
159 .SUFFIXES: .S .c .cpp .lo .o .obj .s
160 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
161         cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile
162
163 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
164         cd $(top_builddir) \
165           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
166
167
168 config.h: stamp-h
169         @if test ! -f $@; then \
170                 rm -f stamp-h; \
171                 $(MAKE) stamp-h; \
172         else :; fi
173 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
174         cd $(top_builddir) \
175           && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
176              $(SHELL) ./config.status
177         @echo timestamp > stamp-h 2> /dev/null
178 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
179         @if test ! -f $@; then \
180                 rm -f $(srcdir)/stamp-h.in; \
181                 $(MAKE) $(srcdir)/stamp-h.in; \
182         else :; fi
183 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
184         cd $(top_srcdir) && $(AUTOHEADER)
185         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
186
187 mostlyclean-hdr:
188
189 clean-hdr:
190
191 distclean-hdr:
192         -rm -f config.h
193
194 maintainer-clean-hdr:
195
196 mostlyclean-libLTLIBRARIES:
197
198 clean-libLTLIBRARIES:
199         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
200
201 distclean-libLTLIBRARIES:
202
203 maintainer-clean-libLTLIBRARIES:
204
205 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
206         @$(NORMAL_INSTALL)
207         $(mkinstalldirs) $(DESTDIR)$(libdir)
208         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
209           if test -f $$p; then \
210             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
211             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
212           else :; fi; \
213         done
214
215 uninstall-libLTLIBRARIES:
216         @$(NORMAL_UNINSTALL)
217         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
218           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
219         done
220
221 # FIXME: We should only use cygpath when building on Windows,
222 # and only if it is available.
223 .c.obj:
224         $(COMPILE) -c `cygpath -w $<`
225
226 .s.o:
227         $(COMPILE) -c $<
228
229 .S.o:
230         $(COMPILE) -c $<
231
232 mostlyclean-compile:
233         -rm -f *.o core *.core
234         -rm -f *.$(OBJEXT)
235
236 clean-compile:
237
238 distclean-compile:
239         -rm -f *.tab.c
240
241 maintainer-clean-compile:
242
243 .s.lo:
244         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
245
246 .S.lo:
247         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
248
249 mostlyclean-libtool:
250         -rm -f *.lo
251
252 clean-libtool:
253         -rm -rf .libs _libs
254
255 distclean-libtool:
256
257 maintainer-clean-libtool:
258
259 libldapcpp.la: $(libldapcpp_la_OBJECTS) $(libldapcpp_la_DEPENDENCIES)
260         $(CXXLINK) -rpath $(libdir) $(libldapcpp_la_LDFLAGS) $(libldapcpp_la_OBJECTS) $(libldapcpp_la_LIBADD) $(LIBS)
261
262 mostlyclean-noinstPROGRAMS:
263
264 clean-noinstPROGRAMS:
265         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
266
267 distclean-noinstPROGRAMS:
268
269 maintainer-clean-noinstPROGRAMS:
270
271 main$(EXEEXT): $(main_OBJECTS) $(main_DEPENDENCIES)
272         @rm -f main$(EXEEXT)
273         $(CXXLINK) $(main_LDFLAGS) $(main_OBJECTS) $(main_LDADD) $(LIBS)
274 .cpp.o:
275         $(CXXCOMPILE) -c $<
276 .cpp.obj:
277         $(CXXCOMPILE) -c `cygpath -w $<`
278 .cpp.lo:
279         $(LTCXXCOMPILE) -c $<
280
281 install-includeHEADERS: $(include_HEADERS)
282         @$(NORMAL_INSTALL)
283         $(mkinstalldirs) $(DESTDIR)$(includedir)
284         @list='$(include_HEADERS)'; for p in $$list; do \
285           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
286           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
287           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
288         done
289
290 uninstall-includeHEADERS:
291         @$(NORMAL_UNINSTALL)
292         list='$(include_HEADERS)'; for p in $$list; do \
293           rm -f $(DESTDIR)$(includedir)/$$p; \
294         done
295
296 tags: TAGS
297
298 ID: $(HEADERS) $(SOURCES) $(LISP)
299         list='$(SOURCES) $(HEADERS)'; \
300         unique=`for i in $$list; do echo $$i; done | \
301           awk '    { files[$$0] = 1; } \
302                END { for (i in files) print i; }'`; \
303         here=`pwd` && cd $(srcdir) \
304           && mkid -f$$here/ID $$unique $(LISP)
305
306 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
307         tags=; \
308         here=`pwd`; \
309         list='$(SOURCES) $(HEADERS)'; \
310         unique=`for i in $$list; do echo $$i; done | \
311           awk '    { files[$$0] = 1; } \
312                END { for (i in files) print i; }'`; \
313         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
314           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
315
316 mostlyclean-tags:
317
318 clean-tags:
319
320 distclean-tags:
321         -rm -f TAGS ID
322
323 maintainer-clean-tags:
324
325 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
326
327 subdir = src
328
329 distdir: $(DISTFILES)
330         here=`cd $(top_builddir) && pwd`; \
331         top_distdir=`cd $(top_distdir) && pwd`; \
332         distdir=`cd $(distdir) && pwd`; \
333         cd $(top_srcdir) \
334           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign src/Makefile
335         @for file in $(DISTFILES); do \
336           d=$(srcdir); \
337           if test -d $$d/$$file; then \
338             cp -pr $$d/$$file $(distdir)/$$file; \
339           else \
340             test -f $(distdir)/$$file \
341             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
342             || cp -p $$d/$$file $(distdir)/$$file || :; \
343           fi; \
344         done
345
346 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
347
348 -include $(DEP_FILES)
349
350 mostlyclean-depend:
351
352 clean-depend:
353
354 distclean-depend:
355         -rm -rf .deps
356
357 maintainer-clean-depend:
358
359 %.o: %.c
360         @echo '$(COMPILE) -c $<'; \
361         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
362         @-cp .deps/$(*F).pp .deps/$(*F).P; \
363         tr ' ' '\012' < .deps/$(*F).pp \
364           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
365             >> .deps/$(*F).P; \
366         rm .deps/$(*F).pp
367
368 %.lo: %.c
369         @echo '$(LTCOMPILE) -c $<'; \
370         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
371         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
372           < .deps/$(*F).pp > .deps/$(*F).P; \
373         tr ' ' '\012' < .deps/$(*F).pp \
374           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
375             >> .deps/$(*F).P; \
376         rm -f .deps/$(*F).pp
377
378 %.o: %.cpp
379         @echo '$(CXXCOMPILE) -c $<'; \
380         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
381         @-cp .deps/$(*F).pp .deps/$(*F).P; \
382         tr ' ' '\012' < .deps/$(*F).pp \
383           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
384             >> .deps/$(*F).P; \
385         rm .deps/$(*F).pp
386
387 %.lo: %.cpp
388         @echo '$(LTCXXCOMPILE) -c $<'; \
389         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
390         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
391           < .deps/$(*F).pp > .deps/$(*F).P; \
392         tr ' ' '\012' < .deps/$(*F).pp \
393           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
394             >> .deps/$(*F).P; \
395         rm -f .deps/$(*F).pp
396 info-am:
397 info: info-am
398 dvi-am:
399 dvi: dvi-am
400 check-am: all-am
401 check: check-am
402 installcheck-am:
403 installcheck: installcheck-am
404 all-recursive-am: config.h
405         $(MAKE) $(AM_MAKEFLAGS) all-recursive
406
407 install-exec-am: install-libLTLIBRARIES
408 install-exec: install-exec-am
409
410 install-data-am: install-includeHEADERS
411 install-data: install-data-am
412
413 install-am: all-am
414         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415 install: install-am
416 uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
417 uninstall: uninstall-am
418 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
419 all-redirect: all-am
420 install-strip:
421         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
422 installdirs:
423         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
424
425
426 mostlyclean-generic:
427
428 clean-generic:
429
430 distclean-generic:
431         -rm -f Makefile $(CONFIG_CLEAN_FILES)
432         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
433
434 maintainer-clean-generic:
435 mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES \
436                 mostlyclean-compile mostlyclean-libtool \
437                 mostlyclean-noinstPROGRAMS mostlyclean-tags \
438                 mostlyclean-depend mostlyclean-generic
439
440 mostlyclean: mostlyclean-am
441
442 clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool \
443                 clean-noinstPROGRAMS clean-tags clean-depend \
444                 clean-generic mostlyclean-am
445
446 clean: clean-am
447
448 distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile \
449                 distclean-libtool distclean-noinstPROGRAMS \
450                 distclean-tags distclean-depend distclean-generic \
451                 clean-am
452         -rm -f libtool
453
454 distclean: distclean-am
455
456 maintainer-clean-am:  maintainer-clean-hdr \
457                 maintainer-clean-libLTLIBRARIES \
458                 maintainer-clean-compile maintainer-clean-libtool \
459                 maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
460                 maintainer-clean-depend maintainer-clean-generic \
461                 distclean-am
462         @echo "This command is intended for maintainers to use;"
463         @echo "it deletes files that may require special tools to rebuild."
464
465 maintainer-clean: maintainer-clean-am
466
467 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
468 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
469 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
470 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
471 distclean-compile clean-compile maintainer-clean-compile \
472 mostlyclean-libtool distclean-libtool clean-libtool \
473 maintainer-clean-libtool mostlyclean-noinstPROGRAMS \
474 distclean-noinstPROGRAMS clean-noinstPROGRAMS \
475 maintainer-clean-noinstPROGRAMS uninstall-includeHEADERS \
476 install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
477 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
478 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
479 check-am installcheck-am installcheck all-recursive-am install-exec-am \
480 install-exec install-data-am install-data install-am install \
481 uninstall-am uninstall all-redirect all-am all installdirs \
482 mostlyclean-generic distclean-generic clean-generic \
483 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
484
485
486 # Tell versions [3.59,3.63) of GNU make to not export all variables.
487 # Otherwise a system limit (for SysV at least) may be exceeded.
488 .NOEXPORT: