1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81target_triplet = @target@
82subdir = src/lib/mib
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__aclocal_m4_deps = $(top_srcdir)/m4/check-package.m4 \
87	$(top_srcdir)/m4/frameworks.m4 $(top_srcdir)/m4/geom_local.m4 \
88	$(top_srcdir)/m4/iso-c99.m4 $(top_srcdir)/m4/lf_local.m4 \
89	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
90	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
91	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/set-prefix.m4 \
92	$(top_srcdir)/m4/withtool.m4 $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96CONFIG_HEADER = $(top_builddir)/config.h
97CONFIG_CLEAN_FILES =
98CONFIG_CLEAN_VPATH_FILES =
99LIBRARIES = $(noinst_LIBRARIES)
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_@AM_V@)
102am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
103am__v_AR_0 = @echo "  AR      " $@;
104am__v_AR_1 =
105libmib_a_AR = $(AR) $(ARFLAGS)
106libmib_a_LIBADD =
107am_libmib_a_OBJECTS = mibButton.$(OBJEXT) mibDrawArea.$(OBJEXT) \
108	mibFrame.$(OBJEXT) mibLabel.$(OBJEXT) mibList.$(OBJEXT) \
109	mibload.$(OBJEXT) mibMenu.$(OBJEXT) mibRadioBox.$(OBJEXT) \
110	mibScale.$(OBJEXT) mibScrollBar.$(OBJEXT) mibTextBig.$(OBJEXT) \
111	mibTextBox.$(OBJEXT) mibToggle.$(OBJEXT)
112libmib_a_OBJECTS = $(am_libmib_a_OBJECTS)
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo "  GEN     " $@;
120am__v_GEN_1 =
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
124am__v_at_1 =
125DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
126depcomp = $(SHELL) $(top_srcdir)/depcomp
127am__depfiles_maybe = depfiles
128am__mv = mv -f
129COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
130	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131AM_V_lt = $(am__v_lt_@AM_V@)
132am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
133am__v_lt_0 = --silent
134am__v_lt_1 =
135LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
136	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
137	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
138	$(AM_CFLAGS) $(CFLAGS)
139AM_V_CC = $(am__v_CC_@AM_V@)
140am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
141am__v_CC_0 = @echo "  CC      " $@;
142am__v_CC_1 =
143CCLD = $(CC)
144LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146	$(AM_LDFLAGS) $(LDFLAGS) -o $@
147AM_V_CCLD = $(am__v_CCLD_@AM_V@)
148am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
149am__v_CCLD_0 = @echo "  CCLD    " $@;
150am__v_CCLD_1 =
151SOURCES = $(libmib_a_SOURCES)
152DIST_SOURCES = $(libmib_a_SOURCES)
153am__can_run_installinfo = \
154  case $$AM_UPDATE_INFO_DIR in \
155    n|no|NO) false;; \
156    *) (install-info --version) >/dev/null 2>&1;; \
157  esac
158am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
159# Read a list of newline-separated strings from the standard input,
160# and print each of them once, without duplicates.  Input order is
161# *not* preserved.
162am__uniquify_input = $(AWK) '\
163  BEGIN { nonempty = 0; } \
164  { items[$$0] = 1; nonempty = 1; } \
165  END { if (nonempty) { for (i in items) print i; }; } \
166'
167# Make sure the list of sources is unique.  This is necessary because,
168# e.g., the same source file might be shared among _SOURCES variables
169# for different programs/libraries.
170am__define_uniq_tagged_files = \
171  list='$(am__tagged_files)'; \
172  unique=`for i in $$list; do \
173    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
174  done | $(am__uniquify_input)`
175ETAGS = etags
176CTAGS = ctags
177DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178ACLOCAL = @ACLOCAL@
179ALLOCA = @ALLOCA@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182AQSIS_SHADER_COMPILER = @AQSIS_SHADER_COMPILER@
183AR = @AR@
184AUTOCONF = @AUTOCONF@
185AUTOHEADER = @AUTOHEADER@
186AUTOMAKE = @AUTOMAKE@
187AWK = @AWK@
188CC = @CC@
189CCDEPMODE = @CCDEPMODE@
190CFLAGS = @CFLAGS@
191CPP = @CPP@
192CPPFLAGS = @CPPFLAGS@
193CXX = @CXX@
194CXXCPP = @CXXCPP@
195CXXDEPMODE = @CXXDEPMODE@
196CXXFLAGS = @CXXFLAGS@
197CYGPATH_W = @CYGPATH_W@
198DEFAULT_PREFIX = @DEFAULT_PREFIX@
199DEFS = @DEFS@
200DELIGHT_SHADER_COMPILER = @DELIGHT_SHADER_COMPILER@
201DEPDIR = @DEPDIR@
202DLLTOOL = @DLLTOOL@
203DSYMUTIL = @DSYMUTIL@
204DUMPBIN = @DUMPBIN@
205ECHO_C = @ECHO_C@
206ECHO_N = @ECHO_N@
207ECHO_T = @ECHO_T@
208EGREP = @EGREP@
209EPSTOPDF = @EPSTOPDF@
210EXEEXT = @EXEEXT@
211FGREP = @FGREP@
212FIND = @FIND@
213GEOMVIEWHDRFILES = @GEOMVIEWHDRFILES@
214GEOMVIEWPRIVHDRFILES = @GEOMVIEWPRIVHDRFILES@
215GLOB_SHELL = @GLOB_SHELL@
216GLOB_SHELL_PATH = @GLOB_SHELL_PATH@
217GREP = @GREP@
218HTMLBROWSER = @HTMLBROWSER@
219INSTALL = @INSTALL@
220INSTALL_DATA = @INSTALL_DATA@
221INSTALL_PROGRAM = @INSTALL_PROGRAM@
222INSTALL_SCRIPT = @INSTALL_SCRIPT@
223INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224LD = @LD@
225LDFLAGS = @LDFLAGS@
226LD_LIBRARY_PATH_SETTINGS = @LD_LIBRARY_PATH_SETTINGS@
227LEX = @LEX@
228LEXLIB = @LEXLIB@
229LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
230LIBOBJS = @LIBOBJS@
231LIBS = @LIBS@
232LIBTOOL = @LIBTOOL@
233LIPO = @LIPO@
234LN_S = @LN_S@
235LTLIBOBJS = @LTLIBOBJS@
236MACHTYPE = @MACHTYPE@
237MAINT = @MAINT@
238MAKEINFO = @MAKEINFO@
239MANIFEST_TOOL = @MANIFEST_TOOL@
240MESAGL = @MESAGL@
241MKDIR_P = @MKDIR_P@
242MOTIFINCLUDE = @MOTIFINCLUDE@
243MOTIFLIBS = @MOTIFLIBS@
244MOTIFUILIB = @MOTIFUILIB@
245NM = @NM@
246NMEDIT = @NMEDIT@
247OBJDUMP = @OBJDUMP@
248OBJEXT = @OBJEXT@
249OOGLLIB = @OOGLLIB@
250OOGLLIBS = @OOGLLIBS@
251OPENGLINCLUDE = @OPENGLINCLUDE@
252OPENGLLIBS = @OPENGLLIBS@
253OTOOL = @OTOOL@
254OTOOL64 = @OTOOL64@
255PACKAGE = @PACKAGE@
256PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257PACKAGE_NAME = @PACKAGE_NAME@
258PACKAGE_STRING = @PACKAGE_STRING@
259PACKAGE_TARNAME = @PACKAGE_TARNAME@
260PACKAGE_URL = @PACKAGE_URL@
261PACKAGE_VERSION = @PACKAGE_VERSION@
262PAMTOTIFF = @PAMTOTIFF@
263PATH_SEPARATOR = @PATH_SEPARATOR@
264PDFIMAGESPROG = @PDFIMAGESPROG@
265PDFVIEWER = @PDFVIEWER@
266PIXIE_SHADER_COMPILER = @PIXIE_SHADER_COMPILER@
267PNMTOPNG = @PNMTOPNG@
268POW_LIB = @POW_LIB@
269PS2EPSI = @PS2EPSI@
270RANLIB = @RANLIB@
271SED = @SED@
272SET_MAKE = @SET_MAKE@
273SHELL = @SHELL@
274SOCKETLIBS = @SOCKETLIBS@
275STRIP = @STRIP@
276STUBLIB = @STUBLIB@
277VERSION = @VERSION@
278XLIBS = @XLIBS@
279XMKMF = @XMKMF@
280XMULIBS = @XMULIBS@
281X_CFLAGS = @X_CFLAGS@
282X_EXTRA_LIBS = @X_EXTRA_LIBS@
283X_LIBS = @X_LIBS@
284X_PRE_LIBS = @X_PRE_LIBS@
285YACC = @YACC@
286YFLAGS = @YFLAGS@
287ZLIB_ALL_INCLUDES = @ZLIB_ALL_INCLUDES@
288ZLIB_ALL_LIB = @ZLIB_ALL_LIB@
289ZLIB_INCLUDES = @ZLIB_INCLUDES@
290ZLIB_INCLUDE_PATH = @ZLIB_INCLUDE_PATH@
291ZLIB_LIB = @ZLIB_LIB@
292ZLIB_LIB_PATH = @ZLIB_LIB_PATH@
293ZLIB_NAME = @ZLIB_NAME@
294abs_builddir = @abs_builddir@
295abs_srcdir = @abs_srcdir@
296abs_top_builddir = @abs_top_builddir@
297abs_top_srcdir = @abs_top_srcdir@
298ac_ct_AR = @ac_ct_AR@
299ac_ct_CC = @ac_ct_CC@
300ac_ct_CXX = @ac_ct_CXX@
301ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
302am__include = @am__include@
303am__leading_dot = @am__leading_dot@
304am__quote = @am__quote@
305am__tar = @am__tar@
306am__untar = @am__untar@
307bindir = @bindir@
308build = @build@
309build_alias = @build_alias@
310build_cpu = @build_cpu@
311build_os = @build_os@
312build_vendor = @build_vendor@
313builddir = @builddir@
314datadir = @datadir@
315datarootdir = @datarootdir@
316default_includes = @default_includes@
317docdir = @docdir@
318dvidir = @dvidir@
319exec_prefix = @exec_prefix@
320expanded_exec_prefix = @expanded_exec_prefix@
321expanded_prefix = @expanded_prefix@
322geomdatadir = @geomdatadir@
323host = @host@
324host_alias = @host_alias@
325host_cpu = @host_cpu@
326host_os = @host_os@
327host_vendor = @host_vendor@
328htmldir = @htmldir@
329includedir = @includedir@
330infodir = @infodir@
331install_sh = @install_sh@
332libdir = @libdir@
333libexecdir = @libexecdir@
334localedir = @localedir@
335localstatedir = @localstatedir@
336mandir = @mandir@
337mkdir_p = @mkdir_p@
338moduledir = @moduledir@
339oldincludedir = @oldincludedir@
340pdfdir = @pdfdir@
341prefix = @prefix@
342program_transform_name = @program_transform_name@
343psdir = @psdir@
344sbindir = @sbindir@
345sharedstatedir = @sharedstatedir@
346srcdir = @srcdir@
347sysconfdir = @sysconfdir@
348target = @target@
349target_alias = @target_alias@
350target_cpu = @target_cpu@
351target_os = @target_os@
352target_vendor = @target_vendor@
353top_build_prefix = @top_build_prefix@
354top_builddir = @top_builddir@
355top_geom_builddir = @top_geom_builddir@
356top_srcdir = @top_srcdir@
357INCLUDES = $(default_includes) $(MOTIFINCLUDE) $(X_CFLAGS)
358EXTRA_DIST = Headers
359noinst_LIBRARIES = libmib.a
360libmib_a_SOURCES = \
361    mibButton.c mibDrawArea.c mibFrame.c mibLabel.c mibList.c mibload.c mibMenu.c mibRadioBox.c mibScale.c mibScrollBar.c mibTextBig.c mibTextBox.c mibToggle.c \
362    mibload.h mibwidgets.h
363
364all: all-am
365
366.SUFFIXES:
367.SUFFIXES: .c .lo .o .obj
368$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
369	@for dep in $?; do \
370	  case '$(am__configure_deps)' in \
371	    *$$dep*) \
372	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
373	        && { if test -f $@; then exit 0; else break; fi; }; \
374	      exit 1;; \
375	  esac; \
376	done; \
377	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/mib/Makefile'; \
378	$(am__cd) $(top_srcdir) && \
379	  $(AUTOMAKE) --gnu src/lib/mib/Makefile
380.PRECIOUS: Makefile
381Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
382	@case '$?' in \
383	  *config.status*) \
384	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
385	  *) \
386	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
387	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
388	esac;
389
390$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
391	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
392
393$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
394	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
396	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
397$(am__aclocal_m4_deps):
398
399clean-noinstLIBRARIES:
400	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
401
402libmib.a: $(libmib_a_OBJECTS) $(libmib_a_DEPENDENCIES) $(EXTRA_libmib_a_DEPENDENCIES)
403	$(AM_V_at)-rm -f libmib.a
404	$(AM_V_AR)$(libmib_a_AR) libmib.a $(libmib_a_OBJECTS) $(libmib_a_LIBADD)
405	$(AM_V_at)$(RANLIB) libmib.a
406
407mostlyclean-compile:
408	-rm -f *.$(OBJEXT)
409
410distclean-compile:
411	-rm -f *.tab.c
412
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibButton.Po@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibDrawArea.Po@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibFrame.Po@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibLabel.Po@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibList.Po@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibMenu.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibRadioBox.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibScale.Po@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibScrollBar.Po@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibTextBig.Po@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibTextBox.Po@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibToggle.Po@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mibload.Po@am__quote@
426
427.c.o:
428@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
429@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
430@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
431@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
433
434.c.obj:
435@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
436@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
438@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
440
441.c.lo:
442@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
443@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
445@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
447
448mostlyclean-libtool:
449	-rm -f *.lo
450
451clean-libtool:
452	-rm -rf .libs _libs
453
454ID: $(am__tagged_files)
455	$(am__define_uniq_tagged_files); mkid -fID $$unique
456tags: tags-am
457TAGS: tags
458
459tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
460	set x; \
461	here=`pwd`; \
462	$(am__define_uniq_tagged_files); \
463	shift; \
464	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465	  test -n "$$unique" || unique=$$empty_fix; \
466	  if test $$# -gt 0; then \
467	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468	      "$$@" $$unique; \
469	  else \
470	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471	      $$unique; \
472	  fi; \
473	fi
474ctags: ctags-am
475
476CTAGS: ctags
477ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
478	$(am__define_uniq_tagged_files); \
479	test -z "$(CTAGS_ARGS)$$unique" \
480	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
481	     $$unique
482
483GTAGS:
484	here=`$(am__cd) $(top_builddir) && pwd` \
485	  && $(am__cd) $(top_srcdir) \
486	  && gtags -i $(GTAGS_ARGS) "$$here"
487cscopelist: cscopelist-am
488
489cscopelist-am: $(am__tagged_files)
490	list='$(am__tagged_files)'; \
491	case "$(srcdir)" in \
492	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
493	  *) sdir=$(subdir)/$(srcdir) ;; \
494	esac; \
495	for i in $$list; do \
496	  if test -f "$$i"; then \
497	    echo "$(subdir)/$$i"; \
498	  else \
499	    echo "$$sdir/$$i"; \
500	  fi; \
501	done >> $(top_builddir)/cscope.files
502
503distclean-tags:
504	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
505
506distdir: $(DISTFILES)
507	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509	list='$(DISTFILES)'; \
510	  dist_files=`for file in $$list; do echo $$file; done | \
511	  sed -e "s|^$$srcdirstrip/||;t" \
512	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
513	case $$dist_files in \
514	  */*) $(MKDIR_P) `echo "$$dist_files" | \
515			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
516			   sort -u` ;; \
517	esac; \
518	for file in $$dist_files; do \
519	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
520	  if test -d $$d/$$file; then \
521	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
522	    if test -d "$(distdir)/$$file"; then \
523	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524	    fi; \
525	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
526	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
527	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528	    fi; \
529	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
530	  else \
531	    test -f "$(distdir)/$$file" \
532	    || cp -p $$d/$$file "$(distdir)/$$file" \
533	    || exit 1; \
534	  fi; \
535	done
536check-am: all-am
537check: check-am
538all-am: Makefile $(LIBRARIES)
539installdirs:
540install: install-am
541install-exec: install-exec-am
542install-data: install-data-am
543uninstall: uninstall-am
544
545install-am: all-am
546	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548installcheck: installcheck-am
549install-strip:
550	if test -z '$(STRIP)'; then \
551	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553	      install; \
554	else \
555	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
558	fi
559mostlyclean-generic:
560
561clean-generic:
562
563distclean-generic:
564	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
567maintainer-clean-generic:
568	@echo "This command is intended for maintainers to use"
569	@echo "it deletes files that may require special tools to rebuild."
570clean: clean-am
571
572clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
573	mostlyclean-am
574
575distclean: distclean-am
576	-rm -rf ./$(DEPDIR)
577	-rm -f Makefile
578distclean-am: clean-am distclean-compile distclean-generic \
579	distclean-tags
580
581dvi: dvi-am
582
583dvi-am:
584
585html: html-am
586
587html-am:
588
589info: info-am
590
591info-am:
592
593install-data-am:
594
595install-dvi: install-dvi-am
596
597install-dvi-am:
598
599install-exec-am:
600
601install-html: install-html-am
602
603install-html-am:
604
605install-info: install-info-am
606
607install-info-am:
608
609install-man:
610
611install-pdf: install-pdf-am
612
613install-pdf-am:
614
615install-ps: install-ps-am
616
617install-ps-am:
618
619installcheck-am:
620
621maintainer-clean: maintainer-clean-am
622	-rm -rf ./$(DEPDIR)
623	-rm -f Makefile
624maintainer-clean-am: distclean-am maintainer-clean-generic
625
626mostlyclean: mostlyclean-am
627
628mostlyclean-am: mostlyclean-compile mostlyclean-generic \
629	mostlyclean-libtool
630
631pdf: pdf-am
632
633pdf-am:
634
635ps: ps-am
636
637ps-am:
638
639uninstall-am:
640
641.MAKE: install-am install-strip
642
643.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
644	clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
645	ctags-am distclean distclean-compile distclean-generic \
646	distclean-libtool distclean-tags distdir dvi dvi-am html \
647	html-am info info-am install install-am install-data \
648	install-data-am install-dvi install-dvi-am install-exec \
649	install-exec-am install-html install-html-am install-info \
650	install-info-am install-man install-pdf install-pdf-am \
651	install-ps install-ps-am install-strip installcheck \
652	installcheck-am installdirs maintainer-clean \
653	maintainer-clean-generic mostlyclean mostlyclean-compile \
654	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
655	tags tags-am uninstall uninstall-am
656
657
658# Tell versions [3.59,3.63) of GNU make to not export all variables.
659# Otherwise a system limit (for SysV at least) may be exceeded.
660.NOEXPORT:
661