1# Makefile.in generated by automake 1.10.2 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_build_prefix = @top_build_prefix@ 200top_builddir = @top_builddir@ 201top_srcdir = @top_srcdir@ 202include_HEADERS = usb.h 203lib_LTLIBRARIES = libusb.la 204libusb_la_SOURCES = core.c usbi.h 205libusb_la_CFLAGS = -fvisibility=hidden $(AM_CFLAGS) $(LIBUSB_1_0_CFLAGS) 206libusb_la_LIBADD = $(LIBUSB_1_0_LIBS) 207libusb_la_LDFLAGS = -version-info $(LT_MAJOR):$(LT_REVISION):$(LT_AGE) \ 208 -release 0.1 209 210all: all-am 211 212.SUFFIXES: 213.SUFFIXES: .c .lo .o .obj 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 && { if test -f $@; then exit 0; else break; fi; }; \ 220 exit 1;; \ 221 esac; \ 222 done; \ 223 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libusb/Makefile'; \ 224 cd $(top_srcdir) && \ 225 $(AUTOMAKE) --gnu libusb/Makefile 226.PRECIOUS: Makefile 227Makefile: $(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 243install-libLTLIBRARIES: $(lib_LTLIBRARIES) 244 @$(NORMAL_INSTALL) 245 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 246 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 247 if test -f $$p; then \ 248 f=$(am__strip_dir) \ 249 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 250 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 251 else :; fi; \ 252 done 253 254uninstall-libLTLIBRARIES: 255 @$(NORMAL_UNINSTALL) 256 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 257 p=$(am__strip_dir) \ 258 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 259 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 260 done 261 262clean-libLTLIBRARIES: 263 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 264 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 265 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 266 test "$$dir" != "$$p" || dir=.; \ 267 echo "rm -f \"$${dir}/so_locations\""; \ 268 rm -f "$${dir}/so_locations"; \ 269 done 270libusb.la: $(libusb_la_OBJECTS) $(libusb_la_DEPENDENCIES) 271 $(libusb_la_LINK) -rpath $(libdir) $(libusb_la_OBJECTS) $(libusb_la_LIBADD) $(LIBS) 272 273mostlyclean-compile: 274 -rm -f *.$(OBJEXT) 275 276distclean-compile: 277 -rm -f *.tab.c 278 279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libusb_la-core.Plo@am__quote@ 280 281.c.o: 282@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 283@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 284@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 285@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 286@am__fastdepCC_FALSE@ $(COMPILE) -c $< 287 288.c.obj: 289@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 290@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 291@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 292@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 293@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 294 295.c.lo: 296@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 297@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 298@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 299@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 300@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 301 302libusb_la-core.lo: core.c 303@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 304@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libusb_la-core.Tpo $(DEPDIR)/libusb_la-core.Plo 305@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='core.c' object='libusb_la-core.lo' libtool=yes @AMDEPBACKSLASH@ 306@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 307@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 308 309mostlyclean-libtool: 310 -rm -f *.lo 311 312clean-libtool: 313 -rm -rf .libs _libs 314install-includeHEADERS: $(include_HEADERS) 315 @$(NORMAL_INSTALL) 316 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" 317 @list='$(include_HEADERS)'; for p in $$list; do \ 318 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 319 f=$(am__strip_dir) \ 320 echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ 321 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ 322 done 323 324uninstall-includeHEADERS: 325 @$(NORMAL_UNINSTALL) 326 @list='$(include_HEADERS)'; for p in $$list; do \ 327 f=$(am__strip_dir) \ 328 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ 329 rm -f "$(DESTDIR)$(includedir)/$$f"; \ 330 done 331 332ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 333 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 334 unique=`for i in $$list; do \ 335 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 336 done | \ 337 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 338 END { if (nonempty) { for (i in files) print i; }; }'`; \ 339 mkid -fID $$unique 340tags: TAGS 341 342TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 343 $(TAGS_FILES) $(LISP) 344 tags=; \ 345 here=`pwd`; \ 346 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 347 unique=`for i in $$list; do \ 348 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 349 done | \ 350 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 351 END { if (nonempty) { for (i in files) print i; }; }'`; \ 352 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 353 test -n "$$unique" || unique=$$empty_fix; \ 354 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 355 $$tags $$unique; \ 356 fi 357ctags: CTAGS 358CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 359 $(TAGS_FILES) $(LISP) 360 tags=; \ 361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 362 unique=`for i in $$list; do \ 363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 364 done | \ 365 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 366 END { if (nonempty) { for (i in files) print i; }; }'`; \ 367 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 368 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 369 $$tags $$unique 370 371GTAGS: 372 here=`$(am__cd) $(top_builddir) && pwd` \ 373 && cd $(top_srcdir) \ 374 && gtags -i $(GTAGS_ARGS) $$here 375 376distclean-tags: 377 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 378 379distdir: $(DISTFILES) 380 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 381 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 382 list='$(DISTFILES)'; \ 383 dist_files=`for file in $$list; do echo $$file; done | \ 384 sed -e "s|^$$srcdirstrip/||;t" \ 385 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 386 case $$dist_files in \ 387 */*) $(MKDIR_P) `echo "$$dist_files" | \ 388 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 389 sort -u` ;; \ 390 esac; \ 391 for file in $$dist_files; do \ 392 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 393 if test -d $$d/$$file; then \ 394 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 395 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 396 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 397 fi; \ 398 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 399 else \ 400 test -f $(distdir)/$$file \ 401 || cp -p $$d/$$file $(distdir)/$$file \ 402 || exit 1; \ 403 fi; \ 404 done 405check-am: all-am 406check: check-am 407all-am: Makefile $(LTLIBRARIES) $(HEADERS) 408installdirs: 409 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ 410 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 411 done 412install: install-am 413install-exec: install-exec-am 414install-data: install-data-am 415uninstall: uninstall-am 416 417install-am: all-am 418 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 419 420installcheck: installcheck-am 421install-strip: 422 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 423 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 424 `test -z '$(STRIP)' || \ 425 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 426mostlyclean-generic: 427 428clean-generic: 429 430distclean-generic: 431 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 432 433maintainer-clean-generic: 434 @echo "This command is intended for maintainers to use" 435 @echo "it deletes files that may require special tools to rebuild." 436clean: clean-am 437 438clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 439 mostlyclean-am 440 441distclean: distclean-am 442 -rm -rf ./$(DEPDIR) 443 -rm -f Makefile 444distclean-am: clean-am distclean-compile distclean-generic \ 445 distclean-tags 446 447dvi: dvi-am 448 449dvi-am: 450 451html: html-am 452 453info: info-am 454 455info-am: 456 457install-data-am: install-includeHEADERS 458 459install-dvi: install-dvi-am 460 461install-exec-am: install-libLTLIBRARIES 462 463install-html: install-html-am 464 465install-info: install-info-am 466 467install-man: 468 469install-pdf: install-pdf-am 470 471install-ps: install-ps-am 472 473installcheck-am: 474 475maintainer-clean: maintainer-clean-am 476 -rm -rf ./$(DEPDIR) 477 -rm -f Makefile 478maintainer-clean-am: distclean-am maintainer-clean-generic 479 480mostlyclean: mostlyclean-am 481 482mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 483 mostlyclean-libtool 484 485pdf: pdf-am 486 487pdf-am: 488 489ps: ps-am 490 491ps-am: 492 493uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES 494 495.MAKE: install-am install-strip 496 497.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 498 clean-libLTLIBRARIES clean-libtool ctags distclean \ 499 distclean-compile distclean-generic distclean-libtool \ 500 distclean-tags distdir dvi dvi-am html html-am info info-am \ 501 install install-am install-data install-data-am install-dvi \ 502 install-dvi-am install-exec install-exec-am install-html \ 503 install-html-am install-includeHEADERS install-info \ 504 install-info-am install-libLTLIBRARIES install-man install-pdf \ 505 install-pdf-am install-ps install-ps-am install-strip \ 506 installcheck installcheck-am installdirs maintainer-clean \ 507 maintainer-clean-generic mostlyclean mostlyclean-compile \ 508 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 509 tags uninstall uninstall-am uninstall-includeHEADERS \ 510 uninstall-libLTLIBRARIES 511 512# Tell versions [3.59,3.63) of GNU make to not export all variables. 513# Otherwise a system limit (for SysV at least) may be exceeded. 514.NOEXPORT: 515