Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / pibs / 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 pibs Makefile.in using automake.
21 #
22 # Copyright (c) 2002 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 1508 2002-12-22 16:14:01Z 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 = pibs
49 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/configure.in
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53         $(ACLOCAL_M4)
54 mkinstalldirs = $(install_sh) -d
55 CONFIG_HEADER = $(top_builddir)/config.h
56 CONFIG_CLEAN_FILES =
57 SOURCES =
58 DIST_SOURCES =
59 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
60         html-recursive info-recursive install-data-recursive \
61         install-dvi-recursive install-exec-recursive \
62         install-html-recursive install-info-recursive \
63         install-pdf-recursive install-ps-recursive install-recursive \
64         installcheck-recursive installdirs-recursive pdf-recursive \
65         ps-recursive uninstall-recursive
66 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67 am__vpath_adj = case $$p in \
68     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69     *) f=$$p;; \
70   esac;
71 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
72 am__installdirs = "$(DESTDIR)$(pibdir)"
73 pibDATA_INSTALL = $(INSTALL_DATA)
74 DATA = $(pib_DATA)
75 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
76   distclean-recursive maintainer-clean-recursive
77 ETAGS = etags
78 CTAGS = ctags
79 DIST_SUBDIRS = $(SUBDIRS)
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 ACLOCAL = @ACLOCAL@
82 AMTAR = @AMTAR@
83 AR = @AR@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 BASH = @BASH@
89 BISON = @BISON@
90 CC = @CC@
91 CCDEPMODE = @CCDEPMODE@
92 CFLAGS = @CFLAGS@
93 CPP = @CPP@
94 CPPFLAGS = @CPPFLAGS@
95 CXX = @CXX@
96 CXXCPP = @CXXCPP@
97 CXXDEPMODE = @CXXDEPMODE@
98 CXXFLAGS = @CXXFLAGS@
99 CYGPATH_W = @CYGPATH_W@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 DIFF = @DIFF@
103 ECHO = @ECHO@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 F77 = @F77@
110 FFLAGS = @FFLAGS@
111 FLEX = @FLEX@
112 GREP = @GREP@
113 INSTALL = @INSTALL@
114 INSTALL_DATA = @INSTALL_DATA@
115 INSTALL_PROGRAM = @INSTALL_PROGRAM@
116 INSTALL_SCRIPT = @INSTALL_SCRIPT@
117 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118 INT64_TYPE = @INT64_TYPE@
119 LDFLAGS = @LDFLAGS@
120 LIBOBJS = @LIBOBJS@
121 LIBS = @LIBS@
122 LIBSMI_MAJOR = @LIBSMI_MAJOR@
123 LIBSMI_MINOR = @LIBSMI_MINOR@
124 LIBSMI_PATCHLEVEL = @LIBSMI_PATCHLEVEL@
125 LIBTOOL = @LIBTOOL@
126 LIBTOOL_AGE = @LIBTOOL_AGE@
127 LIBTOOL_DEPS = @LIBTOOL_DEPS@
128 LIBTOOL_REVISION = @LIBTOOL_REVISION@
129 LIBTOOL_VERSION = @LIBTOOL_VERSION@
130 LN_S = @LN_S@
131 LTLIBOBJS = @LTLIBOBJS@
132 MAKEINFO = @MAKEINFO@
133 MKDIR_P = @MKDIR_P@
134 OBJEXT = @OBJEXT@
135 PACKAGE = @PACKAGE@
136 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
137 PACKAGE_NAME = @PACKAGE_NAME@
138 PACKAGE_STRING = @PACKAGE_STRING@
139 PACKAGE_TARNAME = @PACKAGE_TARNAME@
140 PACKAGE_VERSION = @PACKAGE_VERSION@
141 PATH_SEPARATOR = @PATH_SEPARATOR@
142 RANLIB = @RANLIB@
143 SET_MAKE = @SET_MAKE@
144 SH = @SH@
145 SHELL = @SHELL@
146 STATIC = @STATIC@
147 STRIP = @STRIP@
148 UINT64_TYPE = @UINT64_TYPE@
149 VERSION = @VERSION@
150 VERSION_LIBTOOL = @VERSION_LIBTOOL@
151 VERSION_STRING = @VERSION_STRING@
152 WGET = @WGET@
153 abs_builddir = @abs_builddir@
154 abs_srcdir = @abs_srcdir@
155 abs_top_builddir = @abs_top_builddir@
156 abs_top_srcdir = @abs_top_srcdir@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_CXX = @ac_ct_CXX@
159 ac_ct_F77 = @ac_ct_F77@
160 am__include = @am__include@
161 am__leading_dot = @am__leading_dot@
162 am__quote = @am__quote@
163 am__tar = @am__tar@
164 am__untar = @am__untar@
165 bindir = @bindir@
166 build = @build@
167 build_alias = @build_alias@
168 build_cpu = @build_cpu@
169 build_os = @build_os@
170 build_vendor = @build_vendor@
171 builddir = @builddir@
172 datadir = @datadir@
173 datarootdir = @datarootdir@
174 docdir = @docdir@
175 dvidir = @dvidir@
176 exec_prefix = @exec_prefix@
177 host = @host@
178 host_alias = @host_alias@
179 host_cpu = @host_cpu@
180 host_os = @host_os@
181 host_vendor = @host_vendor@
182 htmldir = @htmldir@
183 includedir = @includedir@
184 infodir = @infodir@
185 install_sh = @install_sh@
186 libdir = @libdir@
187 libexecdir = @libexecdir@
188 localedir = @localedir@
189 localstatedir = @localstatedir@
190 mandir = @mandir@
191 mibdir = @mibdir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 pdfdir = @pdfdir@
195 pibdir = @pibdir@
196 prefix = @prefix@
197 program_transform_name = @program_transform_name@
198 psdir = @psdir@
199 sbindir = @sbindir@
200 sharedstatedir = @sharedstatedir@
201 smipath = @smipath@
202 srcdir = @srcdir@
203 sysconfdir = @sysconfdir@
204 target_alias = @target_alias@
205 top_builddir = @top_builddir@
206 top_srcdir = @top_srcdir@
207 PIBDIRS = ietf tubs site
208 PIBS = $(shell ls -1d [a-z]*/* | egrep -v 'CVS|Makefile')
209 pib_DATA = $(PIBS)
210 SUBDIRS = $(PIBDIRS)
211 all: all-recursive
212
213 .SUFFIXES:
214 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
215         @for dep in $?; do \
216           case '$(am__configure_deps)' in \
217             *$$dep*) \
218               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
219                 && exit 0; \
220               exit 1;; \
221           esac; \
222         done; \
223         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pibs/Makefile'; \
224         cd $(top_srcdir) && \
225           $(AUTOMAKE) --foreign  pibs/Makefile
226 .PRECIOUS: Makefile
227 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228         @case '$?' in \
229           *config.status*) \
230             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231           *) \
232             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234         esac;
235
236 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
239 $(top_srcdir)/configure:  $(am__configure_deps)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244 mostlyclean-libtool:
245         -rm -f *.lo
246
247 clean-libtool:
248         -rm -rf .libs _libs
249 install-pibDATA: $(pib_DATA)
250         @$(NORMAL_INSTALL)
251         test -z "$(pibdir)" || $(MKDIR_P) "$(DESTDIR)$(pibdir)"
252         @list='$(pib_DATA)'; for p in $$list; do \
253           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
254           f=$(am__strip_dir) \
255           echo " $(pibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pibdir)/$$f'"; \
256           $(pibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pibdir)/$$f"; \
257         done
258
259 uninstall-pibDATA:
260         @$(NORMAL_UNINSTALL)
261         @list='$(pib_DATA)'; for p in $$list; do \
262           f=$(am__strip_dir) \
263           echo " rm -f '$(DESTDIR)$(pibdir)/$$f'"; \
264           rm -f "$(DESTDIR)$(pibdir)/$$f"; \
265         done
266
267 # This directory's subdirectories are mostly independent; you can cd
268 # into them and run `make' without going through this Makefile.
269 # To change the values of `make' variables: instead of editing Makefiles,
270 # (1) if the variable is set in `config.status', edit `config.status'
271 #     (which will cause the Makefiles to be regenerated when you run `make');
272 # (2) otherwise, pass the desired values on the `make' command line.
273 $(RECURSIVE_TARGETS):
274         @failcom='exit 1'; \
275         for f in x $$MAKEFLAGS; do \
276           case $$f in \
277             *=* | --[!k]*);; \
278             *k*) failcom='fail=yes';; \
279           esac; \
280         done; \
281         dot_seen=no; \
282         target=`echo $@ | sed s/-recursive//`; \
283         list='$(SUBDIRS)'; for subdir in $$list; do \
284           echo "Making $$target in $$subdir"; \
285           if test "$$subdir" = "."; then \
286             dot_seen=yes; \
287             local_target="$$target-am"; \
288           else \
289             local_target="$$target"; \
290           fi; \
291           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
292           || eval $$failcom; \
293         done; \
294         if test "$$dot_seen" = "no"; then \
295           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
296         fi; test -z "$$fail"
297
298 $(RECURSIVE_CLEAN_TARGETS):
299         @failcom='exit 1'; \
300         for f in x $$MAKEFLAGS; do \
301           case $$f in \
302             *=* | --[!k]*);; \
303             *k*) failcom='fail=yes';; \
304           esac; \
305         done; \
306         dot_seen=no; \
307         case "$@" in \
308           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
309           *) list='$(SUBDIRS)' ;; \
310         esac; \
311         rev=''; for subdir in $$list; do \
312           if test "$$subdir" = "."; then :; else \
313             rev="$$subdir $$rev"; \
314           fi; \
315         done; \
316         rev="$$rev ."; \
317         target=`echo $@ | sed s/-recursive//`; \
318         for subdir in $$rev; do \
319           echo "Making $$target in $$subdir"; \
320           if test "$$subdir" = "."; then \
321             local_target="$$target-am"; \
322           else \
323             local_target="$$target"; \
324           fi; \
325           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
326           || eval $$failcom; \
327         done && test -z "$$fail"
328 tags-recursive:
329         list='$(SUBDIRS)'; for subdir in $$list; do \
330           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
331         done
332 ctags-recursive:
333         list='$(SUBDIRS)'; for subdir in $$list; do \
334           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
335         done
336
337 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
338         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
339         unique=`for i in $$list; do \
340             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341           done | \
342           $(AWK) '    { files[$$0] = 1; } \
343                END { for (i in files) print i; }'`; \
344         mkid -fID $$unique
345 tags: TAGS
346
347 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
348                 $(TAGS_FILES) $(LISP)
349         tags=; \
350         here=`pwd`; \
351         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
352           include_option=--etags-include; \
353           empty_fix=.; \
354         else \
355           include_option=--include; \
356           empty_fix=; \
357         fi; \
358         list='$(SUBDIRS)'; for subdir in $$list; do \
359           if test "$$subdir" = .; then :; else \
360             test ! -f $$subdir/TAGS || \
361               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
362           fi; \
363         done; \
364         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
365         unique=`for i in $$list; do \
366             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367           done | \
368           $(AWK) '    { files[$$0] = 1; } \
369                END { for (i in files) print i; }'`; \
370         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
371           test -n "$$unique" || unique=$$empty_fix; \
372           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373             $$tags $$unique; \
374         fi
375 ctags: CTAGS
376 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377                 $(TAGS_FILES) $(LISP)
378         tags=; \
379         here=`pwd`; \
380         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381         unique=`for i in $$list; do \
382             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383           done | \
384           $(AWK) '    { files[$$0] = 1; } \
385                END { for (i in files) print i; }'`; \
386         test -z "$(CTAGS_ARGS)$$tags$$unique" \
387           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388              $$tags $$unique
389
390 GTAGS:
391         here=`$(am__cd) $(top_builddir) && pwd` \
392           && cd $(top_srcdir) \
393           && gtags -i $(GTAGS_ARGS) $$here
394
395 distclean-tags:
396         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
397
398 distdir: $(DISTFILES)
399         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
400         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
401         list='$(DISTFILES)'; \
402           dist_files=`for file in $$list; do echo $$file; done | \
403           sed -e "s|^$$srcdirstrip/||;t" \
404               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
405         case $$dist_files in \
406           */*) $(MKDIR_P) `echo "$$dist_files" | \
407                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
408                            sort -u` ;; \
409         esac; \
410         for file in $$dist_files; do \
411           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412           if test -d $$d/$$file; then \
413             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
414             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
415               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
416             fi; \
417             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
418           else \
419             test -f $(distdir)/$$file \
420             || cp -p $$d/$$file $(distdir)/$$file \
421             || exit 1; \
422           fi; \
423         done
424         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
425           if test "$$subdir" = .; then :; else \
426             test -d "$(distdir)/$$subdir" \
427             || $(MKDIR_P) "$(distdir)/$$subdir" \
428             || exit 1; \
429             distdir=`$(am__cd) $(distdir) && pwd`; \
430             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
431             (cd $$subdir && \
432               $(MAKE) $(AM_MAKEFLAGS) \
433                 top_distdir="$$top_distdir" \
434                 distdir="$$distdir/$$subdir" \
435                 am__remove_distdir=: \
436                 am__skip_length_check=: \
437                 distdir) \
438               || exit 1; \
439           fi; \
440         done
441 check-am: all-am
442 check: check-recursive
443 all-am: Makefile $(DATA)
444 installdirs: installdirs-recursive
445 installdirs-am:
446         for dir in "$(DESTDIR)$(pibdir)"; do \
447           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
448         done
449 install: install-recursive
450 install-exec: install-exec-recursive
451 install-data: install-data-recursive
452 uninstall: uninstall-recursive
453
454 install-am: all-am
455         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456
457 installcheck: installcheck-recursive
458 install-strip:
459         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461           `test -z '$(STRIP)' || \
462             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
463 mostlyclean-generic:
464
465 clean-generic:
466
467 distclean-generic:
468         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469
470 maintainer-clean-generic:
471         @echo "This command is intended for maintainers to use"
472         @echo "it deletes files that may require special tools to rebuild."
473 clean: clean-recursive
474
475 clean-am: clean-generic clean-libtool mostlyclean-am
476
477 distclean: distclean-recursive
478         -rm -f Makefile
479 distclean-am: clean-am distclean-generic distclean-tags
480
481 dvi: dvi-recursive
482
483 dvi-am:
484
485 html: html-recursive
486
487 info: info-recursive
488
489 info-am:
490
491 install-data-am: install-pibDATA
492
493 install-dvi: install-dvi-recursive
494
495 install-exec-am: install-exec-local
496
497 install-html: install-html-recursive
498
499 install-info: install-info-recursive
500
501 install-man:
502
503 install-pdf: install-pdf-recursive
504
505 install-ps: install-ps-recursive
506
507 installcheck-am:
508
509 maintainer-clean: maintainer-clean-recursive
510         -rm -f Makefile
511 maintainer-clean-am: distclean-am maintainer-clean-generic
512
513 mostlyclean: mostlyclean-recursive
514
515 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
516
517 pdf: pdf-recursive
518
519 pdf-am:
520
521 ps: ps-recursive
522
523 ps-am:
524
525 uninstall-am: uninstall-pibDATA
526
527 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
528         install-strip
529
530 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
531         all all-am check check-am clean clean-generic clean-libtool \
532         ctags ctags-recursive distclean distclean-generic \
533         distclean-libtool distclean-tags distdir dvi dvi-am html \
534         html-am info info-am install install-am install-data \
535         install-data-am install-dvi install-dvi-am install-exec \
536         install-exec-am install-exec-local install-html \
537         install-html-am install-info install-info-am install-man \
538         install-pdf install-pdf-am install-pibDATA install-ps \
539         install-ps-am install-strip installcheck installcheck-am \
540         installdirs installdirs-am maintainer-clean \
541         maintainer-clean-generic mostlyclean mostlyclean-generic \
542         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
543         uninstall uninstall-am uninstall-pibDATA
544
545
546 install-exec-local:
547         for dir in $(PIBDIRS) ; do \
548                 $(mkinstalldirs) $(DESTDIR)$(pibdir)/$$dir ; \
549         done
550 # Tell versions [3.59,3.63) of GNU make to not export all variables.
551 # Otherwise a system limit (for SysV at least) may be exceeded.
552 .NOEXPORT: