tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

Makefile (16957B)


      1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
      2 # topology/Makefile.  Generated from Makefile.in by configure.
      3 
      4 # Copyright (C) 1994-2012 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 
     16 
     17 
     18 am__make_dryrun = \
     19   { \
     20     am__dry=no; \
     21     case $$MAKEFLAGS in \
     22       *\\[\ \	]*) \
     23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
     24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
     25       *) \
     26         for am__flg in $$MAKEFLAGS; do \
     27           case $$am__flg in \
     28             *=*|--*) ;; \
     29             *n*) am__dry=yes; break;; \
     30           esac; \
     31         done;; \
     32     esac; \
     33     test $$am__dry = yes; \
     34   }
     35 pkgdatadir = $(datadir)/alsa-utils
     36 pkgincludedir = $(includedir)/alsa-utils
     37 pkglibdir = $(libdir)/alsa-utils
     38 pkglibexecdir = $(libexecdir)/alsa-utils
     39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     40 install_sh_DATA = $(install_sh) -c -m 644
     41 install_sh_PROGRAM = $(install_sh) -c
     42 install_sh_SCRIPT = $(install_sh) -c
     43 INSTALL_HEADER = $(INSTALL_DATA)
     44 transform = $(program_transform_name)
     45 NORMAL_INSTALL = :
     46 PRE_INSTALL = :
     47 POST_INSTALL = :
     48 NORMAL_UNINSTALL = :
     49 PRE_UNINSTALL = :
     50 POST_UNINSTALL = :
     51 build_triplet = armv7l-unknown-linux-gnueabihf
     52 host_triplet = armv7l-unknown-linux-gnueabihf
     53 bin_PROGRAMS = alsatplg$(EXEEXT)
     54 subdir = topology
     55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     56 	$(top_srcdir)/depcomp
     57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     58 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
     59 	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
     60 	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
     61 	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
     62 	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \
     63 	$(top_srcdir)/configure.ac
     64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     65 	$(ACLOCAL_M4)
     66 mkinstalldirs = $(install_sh) -d
     67 CONFIG_HEADER = $(top_builddir)/include/aconfig.h
     68 CONFIG_CLEAN_FILES =
     69 CONFIG_CLEAN_VPATH_FILES =
     70 am__installdirs = "$(DESTDIR)$(bindir)"
     71 PROGRAMS = $(bin_PROGRAMS)
     72 am_alsatplg_OBJECTS = topology.$(OBJEXT)
     73 alsatplg_OBJECTS = $(am_alsatplg_OBJECTS)
     74 alsatplg_DEPENDENCIES =
     75 DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
     76 depcomp = $(SHELL) $(top_srcdir)/depcomp
     77 am__depfiles_maybe = depfiles
     78 am__mv = mv -f
     79 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     80 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     81 CCLD = $(CC)
     82 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     83 SOURCES = $(alsatplg_SOURCES)
     84 DIST_SOURCES = $(alsatplg_SOURCES)
     85 am__can_run_installinfo = \
     86   case $$AM_UPDATE_INFO_DIR in \
     87     n|no|NO) false;; \
     88     *) (install-info --version) >/dev/null 2>&1;; \
     89   esac
     90 ETAGS = etags
     91 CTAGS = ctags
     92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     93 ACLOCAL = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run aclocal-1.12
     94 ALSACTL_DAEMONSWITCH = /etc/alsa/state-daemon.conf
     95 ALSACTL_PIDFILE_DIR = /var/run
     96 ALSA_CFLAGS = 
     97 ALSA_LIBS =  -lasound -lm -ldl -lpthread
     98 AMTAR = $${TAR-tar}
     99 ASOUND_LOCK_DIR = /var/lock
    100 ASOUND_STATE_DIR = /var/lib/alsa
    101 AUTOCONF = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run autoconf
    102 AUTOHEADER = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run autoheader
    103 AUTOMAKE = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run automake-1.12
    104 AWK = mawk
    105 CC = gcc
    106 CCDEPMODE = depmode=gcc3
    107 CFLAGS = -g -O2
    108 CPP = gcc -E
    109 CPPFLAGS = 
    110 CURSESINC = <ncurses.h>
    111 CURSESLIB = -lformw -lmenuw -lpanelw -lncursesw -ltinfo
    112 CURSES_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
    113 CYGPATH_W = echo
    114 DEFS = -DHAVE_CONFIG_H
    115 DEPDIR = .deps
    116 ECHO_C = 
    117 ECHO_N = -n
    118 ECHO_T = 
    119 EGREP = /bin/grep -E
    120 EXEEXT = 
    121 FFTW_CFLAGS = -g -O2
    122 FFTW_INC = 
    123 FFTW_LIB = -lpthread -lm -lasound -lm -ldl -lpthread
    124 GETTEXT_MACRO_VERSION = 0.18
    125 GMSGFMT = :
    126 GMSGFMT_015 = :
    127 GREP = /bin/grep
    128 INSTALL = /usr/bin/install -c
    129 INSTALL_DATA = ${INSTALL} -m 644
    130 INSTALL_PROGRAM = ${INSTALL}
    131 INSTALL_SCRIPT = ${INSTALL}
    132 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
    133 INTLLIBS = 
    134 INTL_MACOSX_LIBS = 
    135 LDFLAGS = 
    136 LIBICONV = -liconv
    137 LIBINTL = 
    138 LIBOBJS = 
    139 LIBRT = -lrt
    140 LIBS = -lasound -lm -ldl -lpthread
    141 LN_S = ln -s
    142 LTLIBICONV = -liconv
    143 LTLIBINTL = 
    144 LTLIBOBJS = 
    145 MAINT = 
    146 MAKEINFO = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/missing --run makeinfo
    147 MKDIR_P = /bin/mkdir -p
    148 MSGFMT = :
    149 MSGFMT_015 = :
    150 MSGMERGE = :
    151 NCURSESW_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
    152 NCURSESW_LIBS = -lncursesw -ltinfo
    153 NCURSES_CFLAGS = 
    154 NCURSES_LIBS = 
    155 OBJEXT = o
    156 PACKAGE = alsa-utils
    157 PACKAGE_BUGREPORT = 
    158 PACKAGE_NAME = alsa-utils
    159 PACKAGE_STRING = alsa-utils 1.1.3
    160 PACKAGE_TARNAME = alsa-utils
    161 PACKAGE_URL = 
    162 PACKAGE_VERSION = 1.1.3
    163 PATH_SEPARATOR = :
    164 PKG_CONFIG = /usr/bin/pkg-config
    165 PKG_CONFIG_LIBDIR = 
    166 PKG_CONFIG_PATH = 
    167 POSUB = po
    168 SED = /bin/sed
    169 SET_MAKE = 
    170 SHELL = /bin/bash
    171 SND_UTIL_MAJOR = 1
    172 SND_UTIL_MINOR = 1
    173 SND_UTIL_SUBMINOR = 3
    174 SND_UTIL_VERSION = 1.1.3
    175 STRIP = 
    176 TESTSOUND = /usr/share/test.wav
    177 USE_NLS = yes
    178 VERSION = 1.1.3
    179 XGETTEXT = :
    180 XGETTEXT_015 = :
    181 XGETTEXT_EXTRA_OPTIONS = 
    182 abs_builddir = /home/pi/tarina/alsa-utils-1.1.3/topology
    183 abs_srcdir = /home/pi/tarina/alsa-utils-1.1.3/topology
    184 abs_top_builddir = /home/pi/tarina/alsa-utils-1.1.3
    185 abs_top_srcdir = /home/pi/tarina/alsa-utils-1.1.3
    186 ac_ct_CC = gcc
    187 am__include = include
    188 am__leading_dot = .
    189 am__quote = 
    190 am__tar = $${TAR-tar} chof - "$$tardir"
    191 am__untar = $${TAR-tar} xf -
    192 bindir = ${exec_prefix}/bin
    193 build = armv7l-unknown-linux-gnueabihf
    194 build_alias = 
    195 build_cpu = armv7l
    196 build_os = linux-gnueabihf
    197 build_vendor = unknown
    198 builddir = .
    199 datadir = ${datarootdir}
    200 datarootdir = ${prefix}/share
    201 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
    202 dvidir = ${docdir}
    203 exec_prefix = ${prefix}
    204 host = armv7l-unknown-linux-gnueabihf
    205 host_alias = 
    206 host_cpu = armv7l
    207 host_os = linux-gnueabihf
    208 host_vendor = unknown
    209 htmldir = ${docdir}
    210 includedir = ${prefix}/include
    211 infodir = ${datarootdir}/info
    212 install_sh = ${SHELL} /home/pi/tarina/alsa-utils-1.1.3/install-sh
    213 libdir = ${exec_prefix}/lib
    214 libexecdir = ${exec_prefix}/libexec
    215 localedir = ${datarootdir}/locale
    216 localstatedir = ${prefix}/var
    217 mandir = ${datarootdir}/man
    218 mkdir_p = /bin/mkdir -p
    219 mydatadir = /usr/share/alsa
    220 ncurses5_config = 
    221 ncursesw5_config = 
    222 oldincludedir = /usr/include
    223 pdfdir = ${docdir}
    224 prefix = /usr
    225 program_transform_name = s,x,x,
    226 psdir = ${docdir}
    227 rst2man_available = 
    228 sbindir = ${exec_prefix}/sbin
    229 sharedstatedir = ${prefix}/com
    230 srcdir = .
    231 sysconfdir = ${prefix}/etc
    232 systemdsystemunitdir = /lib/systemd/system
    233 target_alias = 
    234 top_build_prefix = ../
    235 top_builddir = ..
    236 top_srcdir = ..
    237 udevrulesdir = /lib/udev/rules.d
    238 xmlto_available = 
    239 alsatplg_SOURCES = topology.c
    240 AM_CPPFLAGS = \
    241          -Wall -I$(top_srcdir)/include
    242 
    243 alsatplg_LDADD = -lasound
    244 all: all-am
    245 
    246 .SUFFIXES:
    247 .SUFFIXES: .c .o .obj
    248 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    249 	@for dep in $?; do \
    250 	  case '$(am__configure_deps)' in \
    251 	    *$$dep*) \
    252 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    253 	        && { if test -f $@; then exit 0; else break; fi; }; \
    254 	      exit 1;; \
    255 	  esac; \
    256 	done; \
    257 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign topology/Makefile'; \
    258 	$(am__cd) $(top_srcdir) && \
    259 	  $(AUTOMAKE) --foreign topology/Makefile
    260 .PRECIOUS: Makefile
    261 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    262 	@case '$?' in \
    263 	  *config.status*) \
    264 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    265 	  *) \
    266 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    267 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    268 	esac;
    269 
    270 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    271 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    272 
    273 $(top_srcdir)/configure:  $(am__configure_deps)
    274 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    275 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    276 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    277 $(am__aclocal_m4_deps):
    278 install-binPROGRAMS: $(bin_PROGRAMS)
    279 	@$(NORMAL_INSTALL)
    280 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    281 	if test -n "$$list"; then \
    282 	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    283 	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    284 	fi; \
    285 	for p in $$list; do echo "$$p $$p"; done | \
    286 	sed 's/$(EXEEXT)$$//' | \
    287 	while read p p1; do if test -f $$p; \
    288 	  then echo "$$p"; echo "$$p"; else :; fi; \
    289 	done | \
    290 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    291 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    292 	sed 'N;N;N;s,\n, ,g' | \
    293 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    294 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    295 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    296 	    else { print "f", $$3 "/" $$4, $$1; } } \
    297 	  END { for (d in files) print "f", d, files[d] }' | \
    298 	while read type dir files; do \
    299 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    300 	    test -z "$$files" || { \
    301 	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
    302 	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
    303 	    } \
    304 	; done
    305 
    306 uninstall-binPROGRAMS:
    307 	@$(NORMAL_UNINSTALL)
    308 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
    309 	files=`for p in $$list; do echo "$$p"; done | \
    310 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    311 	      -e 's/$$/$(EXEEXT)/' `; \
    312 	test -n "$$list" || exit 0; \
    313 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
    314 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
    315 
    316 clean-binPROGRAMS:
    317 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
    318 alsatplg$(EXEEXT): $(alsatplg_OBJECTS) $(alsatplg_DEPENDENCIES) $(EXTRA_alsatplg_DEPENDENCIES) 
    319 	@rm -f alsatplg$(EXEEXT)
    320 	$(LINK) $(alsatplg_OBJECTS) $(alsatplg_LDADD) $(LIBS)
    321 
    322 mostlyclean-compile:
    323 	-rm -f *.$(OBJEXT)
    324 
    325 distclean-compile:
    326 	-rm -f *.tab.c
    327 
    328 include ./$(DEPDIR)/topology.Po
    329 
    330 .c.o:
    331 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    332 	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    333 #	source='$<' object='$@' libtool=no \
    334 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    335 #	$(COMPILE) -c $<
    336 
    337 .c.obj:
    338 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    339 	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    340 #	source='$<' object='$@' libtool=no \
    341 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
    342 #	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    343 
    344 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    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 	mkid -fID $$unique
    352 tags: TAGS
    353 
    354 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    355 		$(TAGS_FILES) $(LISP)
    356 	set x; \
    357 	here=`pwd`; \
    358 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    359 	unique=`for i in $$list; do \
    360 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    361 	  done | \
    362 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    363 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    364 	shift; \
    365 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    366 	  test -n "$$unique" || unique=$$empty_fix; \
    367 	  if test $$# -gt 0; then \
    368 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    369 	      "$$@" $$unique; \
    370 	  else \
    371 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    372 	      $$unique; \
    373 	  fi; \
    374 	fi
    375 ctags: CTAGS
    376 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    377 		$(TAGS_FILES) $(LISP)
    378 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    379 	unique=`for i in $$list; do \
    380 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    381 	  done | \
    382 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    383 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    384 	test -z "$(CTAGS_ARGS)$$unique" \
    385 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    386 	     $$unique
    387 
    388 GTAGS:
    389 	here=`$(am__cd) $(top_builddir) && pwd` \
    390 	  && $(am__cd) $(top_srcdir) \
    391 	  && gtags -i $(GTAGS_ARGS) "$$here"
    392 
    393 cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
    394 	list='$(SOURCES) $(HEADERS) $(LISP)'; \
    395 	case "$(srcdir)" in \
    396 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    397 	  *) sdir=$(subdir)/$(srcdir) ;; \
    398 	esac; \
    399 	for i in $$list; do \
    400 	  if test -f "$$i"; then \
    401 	    echo "$(subdir)/$$i"; \
    402 	  else \
    403 	    echo "$$sdir/$$i"; \
    404 	  fi; \
    405 	done >> $(top_builddir)/cscope.files
    406 
    407 distclean-tags:
    408 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    409 
    410 distdir: $(DISTFILES)
    411 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    412 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    413 	list='$(DISTFILES)'; \
    414 	  dist_files=`for file in $$list; do echo $$file; done | \
    415 	  sed -e "s|^$$srcdirstrip/||;t" \
    416 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    417 	case $$dist_files in \
    418 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    419 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    420 			   sort -u` ;; \
    421 	esac; \
    422 	for file in $$dist_files; do \
    423 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    424 	  if test -d $$d/$$file; then \
    425 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    426 	    if test -d "$(distdir)/$$file"; then \
    427 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    428 	    fi; \
    429 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    430 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    431 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    432 	    fi; \
    433 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    434 	  else \
    435 	    test -f "$(distdir)/$$file" \
    436 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    437 	    || exit 1; \
    438 	  fi; \
    439 	done
    440 check-am: all-am
    441 check: check-am
    442 all-am: Makefile $(PROGRAMS)
    443 installdirs:
    444 	for dir in "$(DESTDIR)$(bindir)"; do \
    445 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    446 	done
    447 install: install-am
    448 install-exec: install-exec-am
    449 install-data: install-data-am
    450 uninstall: uninstall-am
    451 
    452 install-am: all-am
    453 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    454 
    455 installcheck: installcheck-am
    456 install-strip:
    457 	if test -z '$(STRIP)'; then \
    458 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    459 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    460 	      install; \
    461 	else \
    462 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    463 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    464 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    465 	fi
    466 mostlyclean-generic:
    467 
    468 clean-generic:
    469 
    470 distclean-generic:
    471 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    472 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    473 
    474 maintainer-clean-generic:
    475 	@echo "This command is intended for maintainers to use"
    476 	@echo "it deletes files that may require special tools to rebuild."
    477 clean: clean-am
    478 
    479 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
    480 
    481 distclean: distclean-am
    482 	-rm -rf ./$(DEPDIR)
    483 	-rm -f Makefile
    484 distclean-am: clean-am distclean-compile distclean-generic \
    485 	distclean-tags
    486 
    487 dvi: dvi-am
    488 
    489 dvi-am:
    490 
    491 html: html-am
    492 
    493 html-am:
    494 
    495 info: info-am
    496 
    497 info-am:
    498 
    499 install-data-am:
    500 
    501 install-dvi: install-dvi-am
    502 
    503 install-dvi-am:
    504 
    505 install-exec-am: install-binPROGRAMS
    506 
    507 install-html: install-html-am
    508 
    509 install-html-am:
    510 
    511 install-info: install-info-am
    512 
    513 install-info-am:
    514 
    515 install-man:
    516 
    517 install-pdf: install-pdf-am
    518 
    519 install-pdf-am:
    520 
    521 install-ps: install-ps-am
    522 
    523 install-ps-am:
    524 
    525 installcheck-am:
    526 
    527 maintainer-clean: maintainer-clean-am
    528 	-rm -rf ./$(DEPDIR)
    529 	-rm -f Makefile
    530 maintainer-clean-am: distclean-am maintainer-clean-generic
    531 
    532 mostlyclean: mostlyclean-am
    533 
    534 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    535 
    536 pdf: pdf-am
    537 
    538 pdf-am:
    539 
    540 ps: ps-am
    541 
    542 ps-am:
    543 
    544 uninstall-am: uninstall-binPROGRAMS
    545 
    546 .MAKE: install-am install-strip
    547 
    548 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    549 	clean-generic cscopelist ctags distclean distclean-compile \
    550 	distclean-generic distclean-tags distdir dvi dvi-am html \
    551 	html-am info info-am install install-am install-binPROGRAMS \
    552 	install-data install-data-am install-dvi install-dvi-am \
    553 	install-exec install-exec-am install-html install-html-am \
    554 	install-info install-info-am install-man install-pdf \
    555 	install-pdf-am install-ps install-ps-am install-strip \
    556 	installcheck installcheck-am installdirs maintainer-clean \
    557 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    558 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    559 	uninstall-am uninstall-binPROGRAMS
    560 
    561 
    562 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    563 # Otherwise a system limit (for SysV at least) may be exceeded.
    564 .NOEXPORT: