add packaging
[platform/upstream/libsmi.git] / Makefile.in
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Makefile.am --
19 #
20 #      Template to generate the toplevel Makefile.in using automake.
21 #
22 # Copyright (c) 1999 Frank Strauss, Technical University of Braunschweig.
23 #
24 # See the file "COPYING" for information on usage and redistribution
25 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
26 #
27 # @(#) $Id: Makefile.am 1670 2004-08-09 14:06:04Z strauss $
28 #
29
30 VPATH = @srcdir@
31 pkgdatadir = $(datadir)/@PACKAGE@
32 pkglibdir = $(libdir)/@PACKAGE@
33 pkgincludedir = $(includedir)/@PACKAGE@
34 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
35 install_sh_DATA = $(install_sh) -c -m 644
36 install_sh_PROGRAM = $(install_sh) -c
37 install_sh_SCRIPT = $(install_sh) -c
38 INSTALL_HEADER = $(INSTALL_DATA)
39 transform = $(program_transform_name)
40 NORMAL_INSTALL = :
41 PRE_INSTALL = :
42 POST_INSTALL = :
43 NORMAL_UNINSTALL = :
44 PRE_UNINSTALL = :
45 POST_UNINSTALL = :
46 build_triplet = @build@
47 host_triplet = @host@
48 subdir = .
49 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
50         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
51         $(srcdir)/libsmi.pc.in $(top_srcdir)/configure \
52         $(top_srcdir)/win/config.h.in COPYING ChangeLog THANKS TODO \
53         config.guess config.sub depcomp install-sh ltmain.sh missing
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/configure.in
56 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57         $(ACLOCAL_M4)
58 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
59  configure.lineno config.status.lineno
60 mkinstalldirs = $(install_sh) -d
61 CONFIG_HEADER = config.h
62 CONFIG_CLEAN_FILES = libsmi.pc win/config.h
63 depcomp =
64 am__depfiles_maybe =
65 SOURCES =
66 DIST_SOURCES =
67 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68         html-recursive info-recursive install-data-recursive \
69         install-dvi-recursive install-exec-recursive \
70         install-html-recursive install-info-recursive \
71         install-pdf-recursive install-ps-recursive install-recursive \
72         installcheck-recursive installdirs-recursive pdf-recursive \
73         ps-recursive uninstall-recursive
74 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75 am__vpath_adj = case $$p in \
76     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77     *) f=$$p;; \
78   esac;
79 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
80 am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
81 m4dataDATA_INSTALL = $(INSTALL_DATA)
82 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
83 DATA = $(m4data_DATA) $(pkgconfig_DATA)
84 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
85   distclean-recursive maintainer-clean-recursive
86 ETAGS = etags
87 CTAGS = ctags
88 DIST_SUBDIRS = $(SUBDIRS)
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 distdir = $(PACKAGE)-$(VERSION)
91 top_distdir = $(distdir)
92 am__remove_distdir = \
93   { test ! -d $(distdir) \
94     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
95          && rm -fr $(distdir); }; }
96 DIST_ARCHIVES = $(distdir).tar.gz
97 GZIP_ENV = --best
98 distuninstallcheck_listfiles = find . -type f -print
99 distcleancheck_listfiles = find . -type f -print
100 ACLOCAL = @ACLOCAL@
101 AMTAR = @AMTAR@
102 AR = @AR@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BASH = @BASH@
108 BISON = @BISON@
109 CC = @CC@
110 CCDEPMODE = @CCDEPMODE@
111 CFLAGS = @CFLAGS@
112 CPP = @CPP@
113 CPPFLAGS = @CPPFLAGS@
114 CXX = @CXX@
115 CXXCPP = @CXXCPP@
116 CXXDEPMODE = @CXXDEPMODE@
117 CXXFLAGS = @CXXFLAGS@
118 CYGPATH_W = @CYGPATH_W@
119 DEFS = @DEFS@
120 DEPDIR = @DEPDIR@
121 DIFF = @DIFF@
122 ECHO = @ECHO@
123 ECHO_C = @ECHO_C@
124 ECHO_N = @ECHO_N@
125 ECHO_T = @ECHO_T@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 F77 = @F77@
129 FFLAGS = @FFLAGS@
130 FLEX = @FLEX@
131 GREP = @GREP@
132 INSTALL = @INSTALL@
133 INSTALL_DATA = @INSTALL_DATA@
134 INSTALL_PROGRAM = @INSTALL_PROGRAM@
135 INSTALL_SCRIPT = @INSTALL_SCRIPT@
136 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137 INT64_TYPE = @INT64_TYPE@
138 LDFLAGS = @LDFLAGS@
139 LIBOBJS = @LIBOBJS@
140 LIBS = @LIBS@
141 LIBSMI_MAJOR = @LIBSMI_MAJOR@
142 LIBSMI_MINOR = @LIBSMI_MINOR@
143 LIBSMI_PATCHLEVEL = @LIBSMI_PATCHLEVEL@
144 LIBTOOL = @LIBTOOL@
145 LIBTOOL_AGE = @LIBTOOL_AGE@
146 LIBTOOL_DEPS = @LIBTOOL_DEPS@
147 LIBTOOL_REVISION = @LIBTOOL_REVISION@
148 LIBTOOL_VERSION = @LIBTOOL_VERSION@
149 LN_S = @LN_S@
150 LTLIBOBJS = @LTLIBOBJS@
151 MAKEINFO = @MAKEINFO@
152 MKDIR_P = @MKDIR_P@
153 OBJEXT = @OBJEXT@
154 PACKAGE = @PACKAGE@
155 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156 PACKAGE_NAME = @PACKAGE_NAME@
157 PACKAGE_STRING = @PACKAGE_STRING@
158 PACKAGE_TARNAME = @PACKAGE_TARNAME@
159 PACKAGE_VERSION = @PACKAGE_VERSION@
160 PATH_SEPARATOR = @PATH_SEPARATOR@
161 RANLIB = @RANLIB@
162 SET_MAKE = @SET_MAKE@
163 SH = @SH@
164 SHELL = @SHELL@
165 STATIC = @STATIC@
166 STRIP = @STRIP@
167 UINT64_TYPE = @UINT64_TYPE@
168 VERSION = @VERSION@
169 VERSION_LIBTOOL = @VERSION_LIBTOOL@
170 VERSION_STRING = @VERSION_STRING@
171 WGET = @WGET@
172 abs_builddir = @abs_builddir@
173 abs_srcdir = @abs_srcdir@
174 abs_top_builddir = @abs_top_builddir@
175 abs_top_srcdir = @abs_top_srcdir@
176 ac_ct_CC = @ac_ct_CC@
177 ac_ct_CXX = @ac_ct_CXX@
178 ac_ct_F77 = @ac_ct_F77@
179 am__include = @am__include@
180 am__leading_dot = @am__leading_dot@
181 am__quote = @am__quote@
182 am__tar = @am__tar@
183 am__untar = @am__untar@
184 bindir = @bindir@
185 build = @build@
186 build_alias = @build_alias@
187 build_cpu = @build_cpu@
188 build_os = @build_os@
189 build_vendor = @build_vendor@
190 builddir = @builddir@
191 datadir = @datadir@
192 datarootdir = @datarootdir@
193 docdir = @docdir@
194 dvidir = @dvidir@
195 exec_prefix = @exec_prefix@
196 host = @host@
197 host_alias = @host_alias@
198 host_cpu = @host_cpu@
199 host_os = @host_os@
200 host_vendor = @host_vendor@
201 htmldir = @htmldir@
202 includedir = @includedir@
203 infodir = @infodir@
204 install_sh = @install_sh@
205 libdir = @libdir@
206 libexecdir = @libexecdir@
207 localedir = @localedir@
208 localstatedir = @localstatedir@
209 mandir = @mandir@
210 mibdir = @mibdir@
211 mkdir_p = @mkdir_p@
212 oldincludedir = @oldincludedir@
213 pdfdir = @pdfdir@
214 pibdir = @pibdir@
215 prefix = @prefix@
216 program_transform_name = @program_transform_name@
217 psdir = @psdir@
218 sbindir = @sbindir@
219 sharedstatedir = @sharedstatedir@
220 smipath = @smipath@
221 srcdir = @srcdir@
222 sysconfdir = @sysconfdir@
223 target_alias = @target_alias@
224 top_builddir = @top_builddir@
225 top_srcdir = @top_srcdir@
226 AUTOMAKE_OPTIONS = no-dependencies foreign
227 EXTRA_DIST = ANNOUNCE \
228                           win/Makefile.mingw win/README.mingw win/README.win \
229                           win/config.h win/config.h.in \
230                           win/makefile win/GNUmakefile win/win.c win/win.h \
231                           smi.conf-example libsmi.m4 libsmi.pc
232
233 SUBDIRS = lib tools mibs pibs test doc
234 m4datadir = $(datadir)/aclocal
235 m4data_DATA = libsmi.m4
236 pkgconfigdir = $(libdir)/pkgconfig
237 pkgconfig_DATA = libsmi.pc
238 all: config.h
239         $(MAKE) $(AM_MAKEFLAGS) all-recursive
240
241 .SUFFIXES:
242 am--refresh:
243         @:
244 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
249               cd $(srcdir) && $(AUTOMAKE) --foreign  \
250                 && exit 0; \
251               exit 1;; \
252           esac; \
253         done; \
254         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
255         cd $(top_srcdir) && \
256           $(AUTOMAKE) --foreign  Makefile
257 .PRECIOUS: Makefile
258 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259         @case '$?' in \
260           *config.status*) \
261             echo ' $(SHELL) ./config.status'; \
262             $(SHELL) ./config.status;; \
263           *) \
264             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
265             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
266         esac;
267
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269         $(SHELL) ./config.status --recheck
270
271 $(top_srcdir)/configure:  $(am__configure_deps)
272         cd $(srcdir) && $(AUTOCONF)
273 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
274         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
275
276 config.h: stamp-h1
277         @if test ! -f $@; then \
278           rm -f stamp-h1; \
279           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
280         else :; fi
281
282 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
283         @rm -f stamp-h1
284         cd $(top_builddir) && $(SHELL) ./config.status config.h
285 $(srcdir)/config.h.in:  $(am__configure_deps) 
286         cd $(top_srcdir) && $(AUTOHEADER)
287         rm -f stamp-h1
288         touch $@
289
290 distclean-hdr:
291         -rm -f config.h stamp-h1
292 libsmi.pc: $(top_builddir)/config.status $(srcdir)/libsmi.pc.in
293         cd $(top_builddir) && $(SHELL) ./config.status $@
294 win/config.h: $(top_builddir)/config.status $(top_srcdir)/win/config.h.in
295         cd $(top_builddir) && $(SHELL) ./config.status $@
296
297 mostlyclean-libtool:
298         -rm -f *.lo
299
300 clean-libtool:
301         -rm -rf .libs _libs
302
303 distclean-libtool:
304         -rm -f libtool
305 install-m4dataDATA: $(m4data_DATA)
306         @$(NORMAL_INSTALL)
307         test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)"
308         @list='$(m4data_DATA)'; for p in $$list; do \
309           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
310           f=$(am__strip_dir) \
311           echo " $(m4dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(m4datadir)/$$f'"; \
312           $(m4dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(m4datadir)/$$f"; \
313         done
314
315 uninstall-m4dataDATA:
316         @$(NORMAL_UNINSTALL)
317         @list='$(m4data_DATA)'; for p in $$list; do \
318           f=$(am__strip_dir) \
319           echo " rm -f '$(DESTDIR)$(m4datadir)/$$f'"; \
320           rm -f "$(DESTDIR)$(m4datadir)/$$f"; \
321         done
322 install-pkgconfigDATA: $(pkgconfig_DATA)
323         @$(NORMAL_INSTALL)
324         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
325         @list='$(pkgconfig_DATA)'; for p in $$list; do \
326           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
327           f=$(am__strip_dir) \
328           echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
329           $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
330         done
331
332 uninstall-pkgconfigDATA:
333         @$(NORMAL_UNINSTALL)
334         @list='$(pkgconfig_DATA)'; for p in $$list; do \
335           f=$(am__strip_dir) \
336           echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
337           rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
338         done
339
340 # This directory's subdirectories are mostly independent; you can cd
341 # into them and run `make' without going through this Makefile.
342 # To change the values of `make' variables: instead of editing Makefiles,
343 # (1) if the variable is set in `config.status', edit `config.status'
344 #     (which will cause the Makefiles to be regenerated when you run `make');
345 # (2) otherwise, pass the desired values on the `make' command line.
346 $(RECURSIVE_TARGETS):
347         @failcom='exit 1'; \
348         for f in x $$MAKEFLAGS; do \
349           case $$f in \
350             *=* | --[!k]*);; \
351             *k*) failcom='fail=yes';; \
352           esac; \
353         done; \
354         dot_seen=no; \
355         target=`echo $@ | sed s/-recursive//`; \
356         list='$(SUBDIRS)'; for subdir in $$list; do \
357           echo "Making $$target in $$subdir"; \
358           if test "$$subdir" = "."; then \
359             dot_seen=yes; \
360             local_target="$$target-am"; \
361           else \
362             local_target="$$target"; \
363           fi; \
364           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365           || eval $$failcom; \
366         done; \
367         if test "$$dot_seen" = "no"; then \
368           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369         fi; test -z "$$fail"
370
371 $(RECURSIVE_CLEAN_TARGETS):
372         @failcom='exit 1'; \
373         for f in x $$MAKEFLAGS; do \
374           case $$f in \
375             *=* | --[!k]*);; \
376             *k*) failcom='fail=yes';; \
377           esac; \
378         done; \
379         dot_seen=no; \
380         case "$@" in \
381           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382           *) list='$(SUBDIRS)' ;; \
383         esac; \
384         rev=''; for subdir in $$list; do \
385           if test "$$subdir" = "."; then :; else \
386             rev="$$subdir $$rev"; \
387           fi; \
388         done; \
389         rev="$$rev ."; \
390         target=`echo $@ | sed s/-recursive//`; \
391         for subdir in $$rev; do \
392           echo "Making $$target in $$subdir"; \
393           if test "$$subdir" = "."; then \
394             local_target="$$target-am"; \
395           else \
396             local_target="$$target"; \
397           fi; \
398           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399           || eval $$failcom; \
400         done && test -z "$$fail"
401 tags-recursive:
402         list='$(SUBDIRS)'; for subdir in $$list; do \
403           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404         done
405 ctags-recursive:
406         list='$(SUBDIRS)'; for subdir in $$list; do \
407           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408         done
409
410 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412         unique=`for i in $$list; do \
413             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414           done | \
415           $(AWK) '    { files[$$0] = 1; } \
416                END { for (i in files) print i; }'`; \
417         mkid -fID $$unique
418 tags: TAGS
419
420 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
421                 $(TAGS_FILES) $(LISP)
422         tags=; \
423         here=`pwd`; \
424         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425           include_option=--etags-include; \
426           empty_fix=.; \
427         else \
428           include_option=--include; \
429           empty_fix=; \
430         fi; \
431         list='$(SUBDIRS)'; for subdir in $$list; do \
432           if test "$$subdir" = .; then :; else \
433             test ! -f $$subdir/TAGS || \
434               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
435           fi; \
436         done; \
437         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
438         unique=`for i in $$list; do \
439             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440           done | \
441           $(AWK) '    { files[$$0] = 1; } \
442                END { for (i in files) print i; }'`; \
443         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
444           test -n "$$unique" || unique=$$empty_fix; \
445           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446             $$tags $$unique; \
447         fi
448 ctags: CTAGS
449 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
450                 $(TAGS_FILES) $(LISP)
451         tags=; \
452         here=`pwd`; \
453         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
454         unique=`for i in $$list; do \
455             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456           done | \
457           $(AWK) '    { files[$$0] = 1; } \
458                END { for (i in files) print i; }'`; \
459         test -z "$(CTAGS_ARGS)$$tags$$unique" \
460           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461              $$tags $$unique
462
463 GTAGS:
464         here=`$(am__cd) $(top_builddir) && pwd` \
465           && cd $(top_srcdir) \
466           && gtags -i $(GTAGS_ARGS) $$here
467
468 distclean-tags:
469         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
471 distdir: $(DISTFILES)
472         $(am__remove_distdir)
473         test -d $(distdir) || mkdir $(distdir)
474         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         list='$(DISTFILES)'; \
477           dist_files=`for file in $$list; do echo $$file; done | \
478           sed -e "s|^$$srcdirstrip/||;t" \
479               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480         case $$dist_files in \
481           */*) $(MKDIR_P) `echo "$$dist_files" | \
482                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483                            sort -u` ;; \
484         esac; \
485         for file in $$dist_files; do \
486           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487           if test -d $$d/$$file; then \
488             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
491             fi; \
492             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
493           else \
494             test -f $(distdir)/$$file \
495             || cp -p $$d/$$file $(distdir)/$$file \
496             || exit 1; \
497           fi; \
498         done
499         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
500           if test "$$subdir" = .; then :; else \
501             test -d "$(distdir)/$$subdir" \
502             || $(MKDIR_P) "$(distdir)/$$subdir" \
503             || exit 1; \
504             distdir=`$(am__cd) $(distdir) && pwd`; \
505             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
506             (cd $$subdir && \
507               $(MAKE) $(AM_MAKEFLAGS) \
508                 top_distdir="$$top_distdir" \
509                 distdir="$$distdir/$$subdir" \
510                 am__remove_distdir=: \
511                 am__skip_length_check=: \
512                 distdir) \
513               || exit 1; \
514           fi; \
515         done
516         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
517           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
518           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
519           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
520         || chmod -R a+r $(distdir)
521 dist-gzip: distdir
522         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
523         $(am__remove_distdir)
524
525 dist-bzip2: distdir
526         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
527         $(am__remove_distdir)
528
529 dist-tarZ: distdir
530         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
531         $(am__remove_distdir)
532
533 dist-shar: distdir
534         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
535         $(am__remove_distdir)
536
537 dist-zip: distdir
538         -rm -f $(distdir).zip
539         zip -rq $(distdir).zip $(distdir)
540         $(am__remove_distdir)
541
542 dist dist-all: distdir
543         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
544         $(am__remove_distdir)
545
546 # This target untars the dist file and tries a VPATH configuration.  Then
547 # it guarantees that the distribution is self-contained by making another
548 # tarfile.
549 distcheck: dist
550         case '$(DIST_ARCHIVES)' in \
551         *.tar.gz*) \
552           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
553         *.tar.bz2*) \
554           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
555         *.tar.Z*) \
556           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
557         *.shar.gz*) \
558           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
559         *.zip*) \
560           unzip $(distdir).zip ;;\
561         esac
562         chmod -R a-w $(distdir); chmod a+w $(distdir)
563         mkdir $(distdir)/_build
564         mkdir $(distdir)/_inst
565         chmod a-w $(distdir)
566         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
567           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
568           && cd $(distdir)/_build \
569           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
570             $(DISTCHECK_CONFIGURE_FLAGS) \
571           && $(MAKE) $(AM_MAKEFLAGS) \
572           && $(MAKE) $(AM_MAKEFLAGS) dvi \
573           && $(MAKE) $(AM_MAKEFLAGS) check \
574           && $(MAKE) $(AM_MAKEFLAGS) install \
575           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
576           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
577           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
578                 distuninstallcheck \
579           && chmod -R a-w "$$dc_install_base" \
580           && ({ \
581                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
582                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
583                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
584                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
585                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
586               } || { rm -rf "$$dc_destdir"; exit 1; }) \
587           && rm -rf "$$dc_destdir" \
588           && $(MAKE) $(AM_MAKEFLAGS) dist \
589           && rm -rf $(DIST_ARCHIVES) \
590           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
591         $(am__remove_distdir)
592         @(echo "$(distdir) archives ready for distribution: "; \
593           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
594           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
595 distuninstallcheck:
596         @cd $(distuninstallcheck_dir) \
597         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
598            || { echo "ERROR: files left after uninstall:" ; \
599                 if test -n "$(DESTDIR)"; then \
600                   echo "  (check DESTDIR support)"; \
601                 fi ; \
602                 $(distuninstallcheck_listfiles) ; \
603                 exit 1; } >&2
604 distcleancheck: distclean
605         @if test '$(srcdir)' = . ; then \
606           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
607           exit 1 ; \
608         fi
609         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
610           || { echo "ERROR: files left in build directory after distclean:" ; \
611                $(distcleancheck_listfiles) ; \
612                exit 1; } >&2
613 check-am: all-am
614 check: check-recursive
615 all-am: Makefile $(DATA) config.h
616 installdirs: installdirs-recursive
617 installdirs-am:
618         for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
619           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
620         done
621 install: install-recursive
622 install-exec: install-exec-recursive
623 install-data: install-data-recursive
624 uninstall: uninstall-recursive
625
626 install-am: all-am
627         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
628
629 installcheck: installcheck-recursive
630 install-strip:
631         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
632           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
633           `test -z '$(STRIP)' || \
634             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
635 mostlyclean-generic:
636
637 clean-generic:
638
639 distclean-generic:
640         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
641
642 maintainer-clean-generic:
643         @echo "This command is intended for maintainers to use"
644         @echo "it deletes files that may require special tools to rebuild."
645 clean: clean-recursive
646
647 clean-am: clean-generic clean-libtool mostlyclean-am
648
649 distclean: distclean-recursive
650         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
651         -rm -f Makefile
652 distclean-am: clean-am distclean-generic distclean-hdr \
653         distclean-libtool distclean-tags
654
655 dvi: dvi-recursive
656
657 dvi-am:
658
659 html: html-recursive
660
661 info: info-recursive
662
663 info-am:
664
665 install-data-am: install-m4dataDATA install-pkgconfigDATA
666
667 install-dvi: install-dvi-recursive
668
669 install-exec-am:
670
671 install-html: install-html-recursive
672
673 install-info: install-info-recursive
674
675 install-man:
676
677 install-pdf: install-pdf-recursive
678
679 install-ps: install-ps-recursive
680
681 installcheck-am:
682
683 maintainer-clean: maintainer-clean-recursive
684         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
685         -rm -rf $(top_srcdir)/autom4te.cache
686         -rm -f Makefile
687 maintainer-clean-am: distclean-am maintainer-clean-generic
688
689 mostlyclean: mostlyclean-recursive
690
691 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
692
693 pdf: pdf-recursive
694
695 pdf-am:
696
697 ps: ps-recursive
698
699 ps-am:
700
701 uninstall-am: uninstall-m4dataDATA uninstall-pkgconfigDATA
702
703 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
704         install-strip
705
706 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
707         all all-am am--refresh check check-am clean clean-generic \
708         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
709         dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
710         distclean-generic distclean-hdr distclean-libtool \
711         distclean-tags distcleancheck distdir distuninstallcheck dvi \
712         dvi-am html html-am info info-am install install-am \
713         install-data install-data-am install-dvi install-dvi-am \
714         install-exec install-exec-am install-html install-html-am \
715         install-info install-info-am install-m4dataDATA install-man \
716         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
717         install-ps-am install-strip installcheck installcheck-am \
718         installdirs installdirs-am maintainer-clean \
719         maintainer-clean-generic mostlyclean mostlyclean-generic \
720         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
721         uninstall uninstall-am uninstall-m4dataDATA \
722         uninstall-pkgconfigDATA
723
724 $(pkgconfig_DATA):      config.status
725
726 anoncvs:
727         RSYNC_RSH=ssh rsync -rlt --delete $(HOME)/.cvs-repository/libsmi anoncvs@anoncvs:/var/lib/cvs
728 # Tell versions [3.59,3.63) of GNU make to not export all variables.
729 # Otherwise a system limit (for SysV at least) may be exceeded.
730 .NOEXPORT: