Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / lib / 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 libsmi 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 7735 2008-02-15 08:09:17Z schoenw $
28 #
29
30
31 VPATH = @srcdir@
32 pkgdatadir = $(datadir)/@PACKAGE@
33 pkglibdir = $(libdir)/@PACKAGE@
34 pkgincludedir = $(includedir)/@PACKAGE@
35 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
36 install_sh_DATA = $(install_sh) -c -m 644
37 install_sh_PROGRAM = $(install_sh) -c
38 install_sh_SCRIPT = $(install_sh) -c
39 INSTALL_HEADER = $(INSTALL_DATA)
40 transform = $(program_transform_name)
41 NORMAL_INSTALL = :
42 PRE_INSTALL = :
43 POST_INSTALL = :
44 NORMAL_UNINSTALL = :
45 PRE_UNINSTALL = :
46 POST_UNINSTALL = :
47 build_triplet = @build@
48 host_triplet = @host@
49 subdir = lib
50 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
51         $(srcdir)/Makefile.in $(srcdir)/libsmi.3.in $(srcdir)/smi.h.in \
52         $(srcdir)/smi_attribute.3.in $(srcdir)/smi_class.3.in \
53         $(srcdir)/smi_config.3.in $(srcdir)/smi_event.3.in \
54         $(srcdir)/smi_identity.3.in $(srcdir)/smi_macro.3.in \
55         $(srcdir)/smi_module.3.in $(srcdir)/smi_node.3.in \
56         $(srcdir)/smi_render.3.in $(srcdir)/smi_type.3.in \
57         $(srcdir)/smi_util.3.in
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/configure.in
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/config.h
64 CONFIG_CLEAN_FILES = smi.h libsmi.3 smi_macro.3 smi_module.3 \
65         smi_node.3 smi_type.3 smi_config.3 smi_render.3 smi_util.3 \
66         smi_class.3 smi_attribute.3 smi_event.3 smi_identity.3
67 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68 am__vpath_adj = case $$p in \
69     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70     *) f=$$p;; \
71   esac;
72 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
73 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
74         "$(DESTDIR)$(includedir)"
75 libLTLIBRARIES_INSTALL = $(INSTALL)
76 LTLIBRARIES = $(lib_LTLIBRARIES)
77 libsmi_la_LIBADD =
78 am_libsmi_la_OBJECTS = data.lo check.lo error.lo util.lo snprintf.lo \
79         smi.lo parser-smi.lo scanner-smi.lo parser-sming.lo \
80         scanner-sming.lo
81 libsmi_la_OBJECTS = $(am_libsmi_la_OBJECTS)
82 libsmi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
83         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
84         $(libsmi_la_LDFLAGS) $(LDFLAGS) -o $@
85 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
86 depcomp = $(SHELL) $(top_srcdir)/depcomp
87 am__depfiles_maybe = depfiles
88 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
92         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
95         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
96         $(LDFLAGS) -o $@
97 SOURCES = $(libsmi_la_SOURCES)
98 DIST_SOURCES = $(libsmi_la_SOURCES)
99 man3dir = $(mandir)/man3
100 NROFF = nroff
101 MANS = $(man_MANS)
102 includeHEADERS_INSTALL = $(INSTALL_HEADER)
103 HEADERS = $(include_HEADERS)
104 ETAGS = etags
105 CTAGS = ctags
106 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107 ACLOCAL = @ACLOCAL@
108 AMTAR = @AMTAR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 BASH = @BASH@
115 BISON = @BISON@
116 CC = @CC@
117 CCDEPMODE = @CCDEPMODE@
118 CFLAGS = @CFLAGS@
119 CPP = @CPP@
120 CPPFLAGS = @CPPFLAGS@
121 CXX = @CXX@
122 CXXCPP = @CXXCPP@
123 CXXDEPMODE = @CXXDEPMODE@
124 CXXFLAGS = @CXXFLAGS@
125 CYGPATH_W = @CYGPATH_W@
126 DEFS = @DEFS@
127 DEPDIR = @DEPDIR@
128 DIFF = @DIFF@
129 ECHO = @ECHO@
130 ECHO_C = @ECHO_C@
131 ECHO_N = @ECHO_N@
132 ECHO_T = @ECHO_T@
133 EGREP = @EGREP@
134 EXEEXT = @EXEEXT@
135 F77 = @F77@
136 FFLAGS = @FFLAGS@
137 FLEX = @FLEX@
138 GREP = @GREP@
139 INSTALL = @INSTALL@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 INT64_TYPE = @INT64_TYPE@
145 LDFLAGS = @LDFLAGS@
146 LIBOBJS = @LIBOBJS@
147 LIBS = @LIBS@
148 LIBSMI_MAJOR = @LIBSMI_MAJOR@
149 LIBSMI_MINOR = @LIBSMI_MINOR@
150 LIBSMI_PATCHLEVEL = @LIBSMI_PATCHLEVEL@
151 LIBTOOL = @LIBTOOL@
152 LIBTOOL_AGE = @LIBTOOL_AGE@
153 LIBTOOL_DEPS = @LIBTOOL_DEPS@
154 LIBTOOL_REVISION = @LIBTOOL_REVISION@
155 LIBTOOL_VERSION = @LIBTOOL_VERSION@
156 LN_S = @LN_S@
157 LTLIBOBJS = @LTLIBOBJS@
158 MAKEINFO = @MAKEINFO@
159 MKDIR_P = @MKDIR_P@
160 OBJEXT = @OBJEXT@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_VERSION = @PACKAGE_VERSION@
167 PATH_SEPARATOR = @PATH_SEPARATOR@
168 RANLIB = @RANLIB@
169 SET_MAKE = @SET_MAKE@
170 SH = @SH@
171 SHELL = @SHELL@
172 STATIC = @STATIC@
173 STRIP = @STRIP@
174 UINT64_TYPE = @UINT64_TYPE@
175 VERSION = @VERSION@
176 VERSION_LIBTOOL = @VERSION_LIBTOOL@
177 VERSION_STRING = @VERSION_STRING@
178 WGET = @WGET@
179 abs_builddir = @abs_builddir@
180 abs_srcdir = @abs_srcdir@
181 abs_top_builddir = @abs_top_builddir@
182 abs_top_srcdir = @abs_top_srcdir@
183 ac_ct_CC = @ac_ct_CC@
184 ac_ct_CXX = @ac_ct_CXX@
185 ac_ct_F77 = @ac_ct_F77@
186 am__include = @am__include@
187 am__leading_dot = @am__leading_dot@
188 am__quote = @am__quote@
189 am__tar = @am__tar@
190 am__untar = @am__untar@
191 bindir = @bindir@
192 build = @build@
193 build_alias = @build_alias@
194 build_cpu = @build_cpu@
195 build_os = @build_os@
196 build_vendor = @build_vendor@
197 builddir = @builddir@
198 datadir = @datadir@
199 datarootdir = @datarootdir@
200 docdir = @docdir@
201 dvidir = @dvidir@
202 exec_prefix = @exec_prefix@
203 host = @host@
204 host_alias = @host_alias@
205 host_cpu = @host_cpu@
206 host_os = @host_os@
207 host_vendor = @host_vendor@
208 htmldir = @htmldir@
209 includedir = @includedir@
210 infodir = @infodir@
211 install_sh = @install_sh@
212 libdir = @libdir@
213 libexecdir = @libexecdir@
214 localedir = @localedir@
215 localstatedir = @localstatedir@
216 mandir = @mandir@
217 mibdir = @mibdir@
218 mkdir_p = @mkdir_p@
219 oldincludedir = @oldincludedir@
220 pdfdir = @pdfdir@
221 pibdir = @pibdir@
222 prefix = @prefix@
223 program_transform_name = @program_transform_name@
224 psdir = @psdir@
225 sbindir = @sbindir@
226 sharedstatedir = @sharedstatedir@
227 smipath = @smipath@
228 srcdir = @srcdir@
229 sysconfdir = @sysconfdir@
230 target_alias = @target_alias@
231 top_builddir = @top_builddir@
232 top_srcdir = @top_srcdir@
233 EXTRA_DIST = parser-sming.y parser-smi.y \
234                           scanner-sming.l scanner-smi.l \
235                           errormacros.h data.h check.h error.h util.h \
236                           snprintf.h \
237                           scanner-smi.h parser-smi.h parser-smi.tab.h \
238                           scanner-sming.h parser-sming.h parser-sming.tab.h \
239                           $(man_MANS)
240
241 include_HEADERS = smi.h
242 CLEANFILES = parser-smi.output parser-sming.output
243 MAINTAINERCLEANFILES = parser-smi.c parser-sming.c \
244                           scanner-smi.c scanner-sming.c \
245                           parser-smi.tab.h parser-sming.tab.h \
246                           errormacros.h
247
248 man_MANS = libsmi.3 smi_config.3 smi_module.3 smi_macro.3 \
249                           smi_node.3 smi_type.3 smi_render.3 smi_util.3 \
250                           smi_class.3 smi_attribute.3 smi_identity.3 \
251                           smi_event.3
252
253 lib_LTLIBRARIES = libsmi.la
254 libsmi_la_SOURCES = data.c check.c error.c util.c snprintf.c smi.c \
255                           parser-smi.c scanner-smi.c \
256                           parser-sming.c scanner-sming.c
257
258 libsmi_la_LDFLAGS = -version-info @VERSION_LIBTOOL@
259 all: all-am
260
261 .SUFFIXES:
262 .SUFFIXES: .c .lo .o .obj
263 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
264         @for dep in $?; do \
265           case '$(am__configure_deps)' in \
266             *$$dep*) \
267               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
268                 && exit 0; \
269               exit 1;; \
270           esac; \
271         done; \
272         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  lib/Makefile'; \
273         cd $(top_srcdir) && \
274           $(AUTOMAKE) --foreign  lib/Makefile
275 .PRECIOUS: Makefile
276 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277         @case '$?' in \
278           *config.status*) \
279             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280           *) \
281             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283         esac;
284
285 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288 $(top_srcdir)/configure:  $(am__configure_deps)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
291         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
292 smi.h: $(top_builddir)/config.status $(srcdir)/smi.h.in
293         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
294 libsmi.3: $(top_builddir)/config.status $(srcdir)/libsmi.3.in
295         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
296 smi_macro.3: $(top_builddir)/config.status $(srcdir)/smi_macro.3.in
297         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
298 smi_module.3: $(top_builddir)/config.status $(srcdir)/smi_module.3.in
299         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
300 smi_node.3: $(top_builddir)/config.status $(srcdir)/smi_node.3.in
301         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
302 smi_type.3: $(top_builddir)/config.status $(srcdir)/smi_type.3.in
303         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
304 smi_config.3: $(top_builddir)/config.status $(srcdir)/smi_config.3.in
305         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
306 smi_render.3: $(top_builddir)/config.status $(srcdir)/smi_render.3.in
307         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
308 smi_util.3: $(top_builddir)/config.status $(srcdir)/smi_util.3.in
309         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
310 smi_class.3: $(top_builddir)/config.status $(srcdir)/smi_class.3.in
311         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
312 smi_attribute.3: $(top_builddir)/config.status $(srcdir)/smi_attribute.3.in
313         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
314 smi_event.3: $(top_builddir)/config.status $(srcdir)/smi_event.3.in
315         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
316 smi_identity.3: $(top_builddir)/config.status $(srcdir)/smi_identity.3.in
317         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
318 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
319         @$(NORMAL_INSTALL)
320         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
321         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
322           if test -f $$p; then \
323             f=$(am__strip_dir) \
324             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
325             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
326           else :; fi; \
327         done
328
329 uninstall-libLTLIBRARIES:
330         @$(NORMAL_UNINSTALL)
331         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
332           p=$(am__strip_dir) \
333           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
334           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
335         done
336
337 clean-libLTLIBRARIES:
338         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
339         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
340           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
341           test "$$dir" != "$$p" || dir=.; \
342           echo "rm -f \"$${dir}/so_locations\""; \
343           rm -f "$${dir}/so_locations"; \
344         done
345 libsmi.la: $(libsmi_la_OBJECTS) $(libsmi_la_DEPENDENCIES) 
346         $(libsmi_la_LINK) -rpath $(libdir) $(libsmi_la_OBJECTS) $(libsmi_la_LIBADD) $(LIBS)
347
348 mostlyclean-compile:
349         -rm -f *.$(OBJEXT)
350
351 distclean-compile:
352         -rm -f *.tab.c
353
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check.Plo@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser-smi.Plo@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser-sming.Plo@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner-smi.Plo@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanner-sming.Plo@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smi.Plo@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
364
365 .c.o:
366 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
367 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
371
372 .c.obj:
373 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
374 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
378
379 .c.lo:
380 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
381 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
382 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
385
386 mostlyclean-libtool:
387         -rm -f *.lo
388
389 clean-libtool:
390         -rm -rf .libs _libs
391 install-man3: $(man3_MANS) $(man_MANS)
392         @$(NORMAL_INSTALL)
393         test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
394         @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
395         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
396         for i in $$l2; do \
397           case "$$i" in \
398             *.3*) list="$$list $$i" ;; \
399           esac; \
400         done; \
401         for i in $$list; do \
402           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
403           else file=$$i; fi; \
404           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
405           case "$$ext" in \
406             3*) ;; \
407             *) ext='3' ;; \
408           esac; \
409           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
410           inst=`echo $$inst | sed -e 's/^.*\///'`; \
411           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
412           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
413           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
414         done
415 uninstall-man3:
416         @$(NORMAL_UNINSTALL)
417         @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
418         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
419         for i in $$l2; do \
420           case "$$i" in \
421             *.3*) list="$$list $$i" ;; \
422           esac; \
423         done; \
424         for i in $$list; do \
425           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
426           case "$$ext" in \
427             3*) ;; \
428             *) ext='3' ;; \
429           esac; \
430           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
431           inst=`echo $$inst | sed -e 's/^.*\///'`; \
432           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
433           echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
434           rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
435         done
436 install-includeHEADERS: $(include_HEADERS)
437         @$(NORMAL_INSTALL)
438         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
439         @list='$(include_HEADERS)'; for p in $$list; do \
440           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
441           f=$(am__strip_dir) \
442           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
443           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
444         done
445
446 uninstall-includeHEADERS:
447         @$(NORMAL_UNINSTALL)
448         @list='$(include_HEADERS)'; for p in $$list; do \
449           f=$(am__strip_dir) \
450           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
451           rm -f "$(DESTDIR)$(includedir)/$$f"; \
452         done
453
454 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
455         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
456         unique=`for i in $$list; do \
457             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458           done | \
459           $(AWK) '    { files[$$0] = 1; } \
460                END { for (i in files) print i; }'`; \
461         mkid -fID $$unique
462 tags: TAGS
463
464 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465                 $(TAGS_FILES) $(LISP)
466         tags=; \
467         here=`pwd`; \
468         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
469         unique=`for i in $$list; do \
470             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471           done | \
472           $(AWK) '    { files[$$0] = 1; } \
473                END { for (i in files) print i; }'`; \
474         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
475           test -n "$$unique" || unique=$$empty_fix; \
476           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477             $$tags $$unique; \
478         fi
479 ctags: CTAGS
480 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
481                 $(TAGS_FILES) $(LISP)
482         tags=; \
483         here=`pwd`; \
484         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
485         unique=`for i in $$list; do \
486             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487           done | \
488           $(AWK) '    { files[$$0] = 1; } \
489                END { for (i in files) print i; }'`; \
490         test -z "$(CTAGS_ARGS)$$tags$$unique" \
491           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
492              $$tags $$unique
493
494 GTAGS:
495         here=`$(am__cd) $(top_builddir) && pwd` \
496           && cd $(top_srcdir) \
497           && gtags -i $(GTAGS_ARGS) $$here
498
499 distclean-tags:
500         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
501
502 distdir: $(DISTFILES)
503         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505         list='$(DISTFILES)'; \
506           dist_files=`for file in $$list; do echo $$file; done | \
507           sed -e "s|^$$srcdirstrip/||;t" \
508               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
509         case $$dist_files in \
510           */*) $(MKDIR_P) `echo "$$dist_files" | \
511                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
512                            sort -u` ;; \
513         esac; \
514         for file in $$dist_files; do \
515           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
516           if test -d $$d/$$file; then \
517             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
518             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
519               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
520             fi; \
521             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
522           else \
523             test -f $(distdir)/$$file \
524             || cp -p $$d/$$file $(distdir)/$$file \
525             || exit 1; \
526           fi; \
527         done
528 check-am: all-am
529 check: check-am
530 all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
531 installdirs:
532         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \
533           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
534         done
535 install: install-am
536 install-exec: install-exec-am
537 install-data: install-data-am
538 uninstall: uninstall-am
539
540 install-am: all-am
541         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
542
543 installcheck: installcheck-am
544 install-strip:
545         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547           `test -z '$(STRIP)' || \
548             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
549 mostlyclean-generic:
550
551 clean-generic:
552         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
553
554 distclean-generic:
555         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
556
557 maintainer-clean-generic:
558         @echo "This command is intended for maintainers to use"
559         @echo "it deletes files that may require special tools to rebuild."
560         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
561 clean: clean-am
562
563 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
564         mostlyclean-am
565
566 distclean: distclean-am
567         -rm -rf ./$(DEPDIR)
568         -rm -f Makefile
569 distclean-am: clean-am distclean-compile distclean-generic \
570         distclean-tags
571
572 dvi: dvi-am
573
574 dvi-am:
575
576 html: html-am
577
578 info: info-am
579
580 info-am:
581
582 install-data-am: install-includeHEADERS install-man
583
584 install-dvi: install-dvi-am
585
586 install-exec-am: install-libLTLIBRARIES
587
588 install-html: install-html-am
589
590 install-info: install-info-am
591
592 install-man: install-man3
593
594 install-pdf: install-pdf-am
595
596 install-ps: install-ps-am
597
598 installcheck-am:
599
600 maintainer-clean: maintainer-clean-am
601         -rm -rf ./$(DEPDIR)
602         -rm -f Makefile
603 maintainer-clean-am: distclean-am maintainer-clean-generic
604
605 mostlyclean: mostlyclean-am
606
607 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
608         mostlyclean-libtool
609
610 pdf: pdf-am
611
612 pdf-am:
613
614 ps: ps-am
615
616 ps-am:
617
618 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
619         uninstall-man
620
621 uninstall-man: uninstall-man3
622
623 .MAKE: install-am install-strip
624
625 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
626         clean-libLTLIBRARIES clean-libtool ctags distclean \
627         distclean-compile distclean-generic distclean-libtool \
628         distclean-tags distdir dvi dvi-am html html-am info info-am \
629         install install-am install-data install-data-am install-dvi \
630         install-dvi-am install-exec install-exec-am install-html \
631         install-html-am install-includeHEADERS install-info \
632         install-info-am install-libLTLIBRARIES install-man \
633         install-man3 install-pdf install-pdf-am install-ps \
634         install-ps-am install-strip installcheck installcheck-am \
635         installdirs maintainer-clean maintainer-clean-generic \
636         mostlyclean mostlyclean-compile mostlyclean-generic \
637         mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
638         uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES \
639         uninstall-man uninstall-man3
640
641
642 parser-smi.c parser-smi.tab.h: parser-smi.y scanner-smi.h parser-smi.h
643         $(BISON) --defines=parser-smi.tab.h -t -psmi -o parser-smi.c parser-smi.y
644
645 parser-sming.c: parser-sming.y scanner-sming.h parser-sming.h
646         $(BISON) --defines=parser-sming.tab.h -t -psming -o parser-sming.c parser-sming.y
647
648 scanner-smi.c: scanner-smi.l scanner-smi.h parser-smi.tab.h
649         $(FLEX) -Cfe -Psmi -t scanner-smi.l > scanner-smi.c
650
651 scanner-sming.c: scanner-sming.l scanner-sming.h parser-sming.tab.h
652         $(FLEX) -Cfe -Psming -t scanner-sming.l > scanner-sming.c
653
654 error.h data.lo: errormacros.h
655
656 errormacros.h: error.c
657         cat error.c | grep ERR_ | \
658         sed -e 's/^.*\(ERR_[a-zA-Z0-9_]*\).*$$/\1/' | \
659         awk '{printf "#define %-50s %d\n", $$1, NR-1}' > errormacros.h
660 # Tell versions [3.59,3.63) of GNU make to not export all variables.
661 # Otherwise a system limit (for SysV at least) may be exceeded.
662 .NOEXPORT: