1# Makefile.in generated by automake 1.10.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36subdir = libusb
37DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
38	$(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
41	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43	$(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50am__vpath_adj = case $$p in \
51    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52    *) f=$$p;; \
53  esac;
54am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
56libLTLIBRARIES_INSTALL = $(INSTALL)
57LTLIBRARIES = $(lib_LTLIBRARIES)
58am__DEPENDENCIES_1 =
59libusb_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
60am_libusb_la_OBJECTS = libusb_la-core.lo
61libusb_la_OBJECTS = $(am_libusb_la_OBJECTS)
62libusb_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
63	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libusb_la_CFLAGS) \
64	$(CFLAGS) $(libusb_la_LDFLAGS) $(LDFLAGS) -o $@
65DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
66depcomp = $(SHELL) $(top_srcdir)/depcomp
67am__depfiles_maybe = depfiles
68COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73CCLD = $(CC)
74LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76	$(LDFLAGS) -o $@
77SOURCES = $(libusb_la_SOURCES)
78DIST_SOURCES = $(libusb_la_SOURCES)
79includeHEADERS_INSTALL = $(INSTALL_HEADER)
80HEADERS = $(include_HEADERS)
81ETAGS = etags
82CTAGS = ctags
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84ACLOCAL = @ACLOCAL@
85AMTAR = @AMTAR@
86AM_CFLAGS = @AM_CFLAGS@
87AR = @AR@
88AUTOCONF = @AUTOCONF@
89AUTOHEADER = @AUTOHEADER@
90AUTOMAKE = @AUTOMAKE@
91AWK = @AWK@
92CC = @CC@
93CCDEPMODE = @CCDEPMODE@
94CFLAGS = @CFLAGS@
95CPP = @CPP@
96CPPFLAGS = @CPPFLAGS@
97CYGPATH_W = @CYGPATH_W@
98DEFS = @DEFS@
99DEPDIR = @DEPDIR@
100DSYMUTIL = @DSYMUTIL@
101DUMPBIN = @DUMPBIN@
102ECHO_C = @ECHO_C@
103ECHO_N = @ECHO_N@
104ECHO_T = @ECHO_T@
105EGREP = @EGREP@
106EXEEXT = @EXEEXT@
107FGREP = @FGREP@
108GREP = @GREP@
109INSTALL = @INSTALL@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LD = @LD@
115LDFLAGS = @LDFLAGS@
116LIBOBJS = @LIBOBJS@
117LIBS = @LIBS@
118LIBTOOL = @LIBTOOL@
119LIBUSB01_VERSION = @LIBUSB01_VERSION@
120LIBUSB_1_0_CFLAGS = @LIBUSB_1_0_CFLAGS@
121LIBUSB_1_0_LIBS = @LIBUSB_1_0_LIBS@
122LIPO = @LIPO@
123LN_S = @LN_S@
124LTLIBOBJS = @LTLIBOBJS@
125LT_AGE = @LT_AGE@
126LT_MAJOR = @LT_MAJOR@
127LT_REVISION = @LT_REVISION@
128MAKEINFO = @MAKEINFO@
129MKDIR_P = @MKDIR_P@
130NM = @NM@
131NMEDIT = @NMEDIT@
132OBJDUMP = @OBJDUMP@
133OBJEXT = @OBJEXT@
134OTOOL = @OTOOL@
135OTOOL64 = @OTOOL64@
136PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@
141PACKAGE_VERSION = @PACKAGE_VERSION@
142PATH_SEPARATOR = @PATH_SEPARATOR@
143PKG_CONFIG = @PKG_CONFIG@
144RANLIB = @RANLIB@
145SED = @SED@
146SET_MAKE = @SET_MAKE@
147SHELL = @SHELL@
148STRIP = @STRIP@
149VERSION = @VERSION@
150abs_builddir = @abs_builddir@
151abs_srcdir = @abs_srcdir@
152abs_top_builddir = @abs_top_builddir@
153abs_top_srcdir = @abs_top_srcdir@
154ac_ct_CC = @ac_ct_CC@
155ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
156am__include = @am__include@
157am__leading_dot = @am__leading_dot@
158am__quote = @am__quote@
159am__tar = @am__tar@
160am__untar = @am__untar@
161bindir = @bindir@
162build = @build@
163build_alias = @build_alias@
164build_cpu = @build_cpu@
165build_os = @build_os@
166build_vendor = @build_vendor@
167builddir = @builddir@
168datadir = @datadir@
169datarootdir = @datarootdir@
170docdir = @docdir@
171dvidir = @dvidir@
172exec_prefix = @exec_prefix@
173host = @host@
174host_alias = @host_alias@
175host_cpu = @host_cpu@
176host_os = @host_os@
177host_vendor = @host_vendor@
178htmldir = @htmldir@
179includedir = @includedir@
180infodir = @infodir@
181install_sh = @install_sh@
182libdir = @libdir@
183libexecdir = @libexecdir@
184localedir = @localedir@
185localstatedir = @localstatedir@
186lt_ECHO = @lt_ECHO@
187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
190pdfdir = @pdfdir@
191prefix = @prefix@
192program_transform_name = @program_transform_name@
193psdir = @psdir@
194sbindir = @sbindir@
195sharedstatedir = @sharedstatedir@
196srcdir = @srcdir@
197sysconfdir = @sysconfdir@
198target_alias = @target_alias@
199top_builddir = @top_builddir@
200top_srcdir = @top_srcdir@
201include_HEADERS = usb.h
202lib_LTLIBRARIES = libusb.la
203libusb_la_SOURCES = core.c usbi.h
204libusb_la_CFLAGS = $(AM_CFLAGS) $(LIBUSB_1_0_CFLAGS)
205libusb_la_LIBADD = $(LIBUSB_1_0_LIBS)
206libusb_la_LDFLAGS = -version-info $(LT_MAJOR):$(LT_REVISION):$(LT_AGE) \
207	-release 0.1
208
209all: all-am
210
211.SUFFIXES:
212.SUFFIXES: .c .lo .o .obj
213$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
214	@for dep in $?; do \
215	  case '$(am__configure_deps)' in \
216	    *$$dep*) \
217	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
218		&& exit 0; \
219	      exit 1;; \
220	  esac; \
221	done; \
222	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libusb/Makefile'; \
223	cd $(top_srcdir) && \
224	  $(AUTOMAKE) --gnu  libusb/Makefile
225.PRECIOUS: Makefile
226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227	@case '$?' in \
228	  *config.status*) \
229	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230	  *) \
231	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233	esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238$(top_srcdir)/configure:  $(am__configure_deps)
239	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
241	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242install-libLTLIBRARIES: $(lib_LTLIBRARIES)
243	@$(NORMAL_INSTALL)
244	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
245	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
246	  if test -f $$p; then \
247	    f=$(am__strip_dir) \
248	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
249	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
250	  else :; fi; \
251	done
252
253uninstall-libLTLIBRARIES:
254	@$(NORMAL_UNINSTALL)
255	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
256	  p=$(am__strip_dir) \
257	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
258	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
259	done
260
261clean-libLTLIBRARIES:
262	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
263	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
264	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
265	  test "$$dir" != "$$p" || dir=.; \
266	  echo "rm -f \"$${dir}/so_locations\""; \
267	  rm -f "$${dir}/so_locations"; \
268	done
269libusb.la: $(libusb_la_OBJECTS) $(libusb_la_DEPENDENCIES) 
270	$(libusb_la_LINK) -rpath $(libdir) $(libusb_la_OBJECTS) $(libusb_la_LIBADD) $(LIBS)
271
272mostlyclean-compile:
273	-rm -f *.$(OBJEXT)
274
275distclean-compile:
276	-rm -f *.tab.c
277
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_la-core.Plo@am__quote@
279
280.c.o:
281@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
282@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
283@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
284@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
285@am__fastdepCC_FALSE@	$(COMPILE) -c $<
286
287.c.obj:
288@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
289@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
290@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
291@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
292@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
293
294.c.lo:
295@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
296@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
297@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
298@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
300
301libusb_la-core.lo: core.c
302@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_la_CFLAGS) $(CFLAGS) -MT libusb_la-core.lo -MD -MP -MF $(DEPDIR)/libusb_la-core.Tpo -c -o libusb_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
303@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libusb_la-core.Tpo $(DEPDIR)/libusb_la-core.Plo
304@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='core.c' object='libusb_la-core.lo' libtool=yes @AMDEPBACKSLASH@
305@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
306@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libusb_la_CFLAGS) $(CFLAGS) -c -o libusb_la-core.lo `test -f 'core.c' || echo '$(srcdir)/'`core.c
307
308mostlyclean-libtool:
309	-rm -f *.lo
310
311clean-libtool:
312	-rm -rf .libs _libs
313install-includeHEADERS: $(include_HEADERS)
314	@$(NORMAL_INSTALL)
315	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
316	@list='$(include_HEADERS)'; for p in $$list; do \
317	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318	  f=$(am__strip_dir) \
319	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
320	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
321	done
322
323uninstall-includeHEADERS:
324	@$(NORMAL_UNINSTALL)
325	@list='$(include_HEADERS)'; for p in $$list; do \
326	  f=$(am__strip_dir) \
327	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
328	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
329	done
330
331ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
332	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
333	unique=`for i in $$list; do \
334	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335	  done | \
336	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
337	      END { if (nonempty) { for (i in files) print i; }; }'`; \
338	mkid -fID $$unique
339tags: TAGS
340
341TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342		$(TAGS_FILES) $(LISP)
343	tags=; \
344	here=`pwd`; \
345	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
346	unique=`for i in $$list; do \
347	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348	  done | \
349	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350	      END { if (nonempty) { for (i in files) print i; }; }'`; \
351	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
352	  test -n "$$unique" || unique=$$empty_fix; \
353	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
354	    $$tags $$unique; \
355	fi
356ctags: CTAGS
357CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
358		$(TAGS_FILES) $(LISP)
359	tags=; \
360	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361	unique=`for i in $$list; do \
362	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363	  done | \
364	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365	      END { if (nonempty) { for (i in files) print i; }; }'`; \
366	test -z "$(CTAGS_ARGS)$$tags$$unique" \
367	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
368	     $$tags $$unique
369
370GTAGS:
371	here=`$(am__cd) $(top_builddir) && pwd` \
372	  && cd $(top_srcdir) \
373	  && gtags -i $(GTAGS_ARGS) $$here
374
375distclean-tags:
376	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
377
378distdir: $(DISTFILES)
379	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
380	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381	list='$(DISTFILES)'; \
382	  dist_files=`for file in $$list; do echo $$file; done | \
383	  sed -e "s|^$$srcdirstrip/||;t" \
384	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
385	case $$dist_files in \
386	  */*) $(MKDIR_P) `echo "$$dist_files" | \
387			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
388			   sort -u` ;; \
389	esac; \
390	for file in $$dist_files; do \
391	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
392	  if test -d $$d/$$file; then \
393	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
394	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
395	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
396	    fi; \
397	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
398	  else \
399	    test -f $(distdir)/$$file \
400	    || cp -p $$d/$$file $(distdir)/$$file \
401	    || exit 1; \
402	  fi; \
403	done
404check-am: all-am
405check: check-am
406all-am: Makefile $(LTLIBRARIES) $(HEADERS)
407installdirs:
408	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
409	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
410	done
411install: install-am
412install-exec: install-exec-am
413install-data: install-data-am
414uninstall: uninstall-am
415
416install-am: all-am
417	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
418
419installcheck: installcheck-am
420install-strip:
421	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
422	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
423	  `test -z '$(STRIP)' || \
424	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
425mostlyclean-generic:
426
427clean-generic:
428
429distclean-generic:
430	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
431
432maintainer-clean-generic:
433	@echo "This command is intended for maintainers to use"
434	@echo "it deletes files that may require special tools to rebuild."
435clean: clean-am
436
437clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
438	mostlyclean-am
439
440distclean: distclean-am
441	-rm -rf ./$(DEPDIR)
442	-rm -f Makefile
443distclean-am: clean-am distclean-compile distclean-generic \
444	distclean-tags
445
446dvi: dvi-am
447
448dvi-am:
449
450html: html-am
451
452info: info-am
453
454info-am:
455
456install-data-am: install-includeHEADERS
457
458install-dvi: install-dvi-am
459
460install-exec-am: install-libLTLIBRARIES
461
462install-html: install-html-am
463
464install-info: install-info-am
465
466install-man:
467
468install-pdf: install-pdf-am
469
470install-ps: install-ps-am
471
472installcheck-am:
473
474maintainer-clean: maintainer-clean-am
475	-rm -rf ./$(DEPDIR)
476	-rm -f Makefile
477maintainer-clean-am: distclean-am maintainer-clean-generic
478
479mostlyclean: mostlyclean-am
480
481mostlyclean-am: mostlyclean-compile mostlyclean-generic \
482	mostlyclean-libtool
483
484pdf: pdf-am
485
486pdf-am:
487
488ps: ps-am
489
490ps-am:
491
492uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
493
494.MAKE: install-am install-strip
495
496.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
497	clean-libLTLIBRARIES clean-libtool ctags distclean \
498	distclean-compile distclean-generic distclean-libtool \
499	distclean-tags distdir dvi dvi-am html html-am info info-am \
500	install install-am install-data install-data-am install-dvi \
501	install-dvi-am install-exec install-exec-am install-html \
502	install-html-am install-includeHEADERS install-info \
503	install-info-am install-libLTLIBRARIES install-man install-pdf \
504	install-pdf-am install-ps install-ps-am install-strip \
505	installcheck installcheck-am installdirs maintainer-clean \
506	maintainer-clean-generic mostlyclean mostlyclean-compile \
507	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
508	tags uninstall uninstall-am uninstall-includeHEADERS \
509	uninstall-libLTLIBRARIES
510
511# Tell versions [3.59,3.63) of GNU make to not export all variables.
512# Otherwise a system limit (for SysV at least) may be exceeded.
513.NOEXPORT:
514