Home | History | Annotate | Download | only in util
      1 # Makefile.in generated by automake 1.9.4 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004  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 SOURCES = $(mbchk_SOURCES)
     19 
     20 srcdir = @srcdir@
     21 top_srcdir = @top_srcdir@
     22 VPATH = @srcdir@
     23 pkgdatadir = $(datadir)/@PACKAGE@
     24 pkglibdir = $(libdir)/@PACKAGE@
     25 pkgincludedir = $(includedir)/@PACKAGE@
     26 top_builddir = ..
     27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     28 INSTALL = @INSTALL@
     29 install_sh_DATA = $(install_sh) -c -m 644
     30 install_sh_PROGRAM = $(install_sh) -c
     31 install_sh_SCRIPT = $(install_sh) -c
     32 INSTALL_HEADER = $(INSTALL_DATA)
     33 transform = $(program_transform_name)
     34 NORMAL_INSTALL = :
     35 PRE_INSTALL = :
     36 POST_INSTALL = :
     37 NORMAL_UNINSTALL = :
     38 PRE_UNINSTALL = :
     39 POST_UNINSTALL = :
     40 build_triplet = @build@
     41 host_triplet = @host@
     42 bin_PROGRAMS = mbchk$(EXEEXT)
     43 subdir = util
     44 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     45 	$(srcdir)/grub-image.in $(srcdir)/grub-install.in \
     46 	$(srcdir)/grub-md5-crypt.in $(srcdir)/grub-set-default.in \
     47 	$(srcdir)/grub-terminfo.in
     48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     49 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
     50 	$(top_srcdir)/configure.ac
     51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     52 	$(ACLOCAL_M4)
     53 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     54 CONFIG_HEADER = $(top_builddir)/config.h
     55 CONFIG_CLEAN_FILES = grub-image grub-install grub-md5-crypt \
     56 	grub-terminfo grub-set-default
     57 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
     58 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
     59 PROGRAMS = $(bin_PROGRAMS)
     60 am_mbchk_OBJECTS = mbchk.$(OBJEXT)
     61 mbchk_OBJECTS = $(am_mbchk_OBJECTS)
     62 mbchk_DEPENDENCIES = ../lib/libcommon.a
     63 sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
     64 SCRIPTS = $(noinst_SCRIPTS) $(sbin_SCRIPTS)
     65 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     66 depcomp = $(SHELL) $(top_srcdir)/depcomp
     67 am__depfiles_maybe = depfiles
     68 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     69 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     70 CCLD = $(CC)
     71 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     72 SOURCES = $(mbchk_SOURCES)
     73 DIST_SOURCES = $(mbchk_SOURCES)
     74 ETAGS = etags
     75 CTAGS = ctags
     76 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     77 ACLOCAL = @ACLOCAL@
     78 AMDEP_FALSE = @AMDEP_FALSE@
     79 AMDEP_TRUE = @AMDEP_TRUE@
     80 AMTAR = @AMTAR@
     81 AUTOCONF = @AUTOCONF@
     82 AUTOHEADER = @AUTOHEADER@
     83 AUTOMAKE = @AUTOMAKE@
     84 AWK = @AWK@
     85 BUILD_EXAMPLE_KERNEL_FALSE = @BUILD_EXAMPLE_KERNEL_FALSE@
     86 BUILD_EXAMPLE_KERNEL_TRUE = @BUILD_EXAMPLE_KERNEL_TRUE@
     87 CC = @CC@
     88 CCAS = @CCAS@
     89 CCASFLAGS = @CCASFLAGS@
     90 CCDEPMODE = @CCDEPMODE@
     91 CFLAGS = @CFLAGS@
     92 CPP = @CPP@
     93 CPPFLAGS = @CPPFLAGS@
     94 CYGPATH_W = @CYGPATH_W@
     95 DEFS = @DEFS@
     96 DEPDIR = @DEPDIR@
     97 DISKLESS_SUPPORT_FALSE = @DISKLESS_SUPPORT_FALSE@
     98 DISKLESS_SUPPORT_TRUE = @DISKLESS_SUPPORT_TRUE@
     99 ECHO_C = @ECHO_C@
    100 ECHO_N = @ECHO_N@
    101 ECHO_T = @ECHO_T@
    102 EGREP = @EGREP@
    103 EXEEXT = @EXEEXT@
    104 FSYS_CFLAGS = @FSYS_CFLAGS@
    105 GRUB_CFLAGS = @GRUB_CFLAGS@
    106 GRUB_LIBS = @GRUB_LIBS@
    107 HERCULES_SUPPORT_FALSE = @HERCULES_SUPPORT_FALSE@
    108 HERCULES_SUPPORT_TRUE = @HERCULES_SUPPORT_TRUE@
    109 INSTALL_DATA = @INSTALL_DATA@
    110 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    111 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    112 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    113 LDFLAGS = @LDFLAGS@
    114 LIBOBJS = @LIBOBJS@
    115 LIBS = @LIBS@
    116 LTLIBOBJS = @LTLIBOBJS@
    117 MAINT = @MAINT@
    118 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
    119 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
    120 MAKEINFO = @MAKEINFO@
    121 NETBOOT_DRIVERS = @NETBOOT_DRIVERS@
    122 NETBOOT_SUPPORT_FALSE = @NETBOOT_SUPPORT_FALSE@
    123 NETBOOT_SUPPORT_TRUE = @NETBOOT_SUPPORT_TRUE@
    124 NET_CFLAGS = @NET_CFLAGS@
    125 NET_EXTRAFLAGS = @NET_EXTRAFLAGS@
    126 OBJCOPY = @OBJCOPY@
    127 OBJEXT = @OBJEXT@
    128 PACKAGE = @PACKAGE@
    129 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    130 PACKAGE_NAME = @PACKAGE_NAME@
    131 PACKAGE_STRING = @PACKAGE_STRING@
    132 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    133 PACKAGE_VERSION = @PACKAGE_VERSION@
    134 PATH_SEPARATOR = @PATH_SEPARATOR@
    135 PERL = @PERL@
    136 RANLIB = @RANLIB@
    137 SERIAL_SPEED_SIMULATION_FALSE = @SERIAL_SPEED_SIMULATION_FALSE@
    138 SERIAL_SPEED_SIMULATION_TRUE = @SERIAL_SPEED_SIMULATION_TRUE@
    139 SERIAL_SUPPORT_FALSE = @SERIAL_SUPPORT_FALSE@
    140 SERIAL_SUPPORT_TRUE = @SERIAL_SUPPORT_TRUE@
    141 SET_MAKE = @SET_MAKE@
    142 SHELL = @SHELL@
    143 STAGE1_CFLAGS = @STAGE1_CFLAGS@
    144 STAGE2_CFLAGS = @STAGE2_CFLAGS@
    145 STRIP = @STRIP@
    146 VERSION = @VERSION@
    147 ac_ct_CC = @ac_ct_CC@
    148 ac_ct_OBJCOPY = @ac_ct_OBJCOPY@
    149 ac_ct_RANLIB = @ac_ct_RANLIB@
    150 ac_ct_STRIP = @ac_ct_STRIP@
    151 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
    152 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
    153 am__include = @am__include@
    154 am__leading_dot = @am__leading_dot@
    155 am__quote = @am__quote@
    156 am__tar = @am__tar@
    157 am__untar = @am__untar@
    158 bindir = @bindir@
    159 build = @build@
    160 build_alias = @build_alias@
    161 build_cpu = @build_cpu@
    162 build_os = @build_os@
    163 build_vendor = @build_vendor@
    164 datadir = @datadir@
    165 exec_prefix = @exec_prefix@
    166 host = @host@
    167 host_alias = @host_alias@
    168 host_cpu = @host_cpu@
    169 host_os = @host_os@
    170 host_vendor = @host_vendor@
    171 includedir = @includedir@
    172 infodir = @infodir@
    173 install_sh = @install_sh@
    174 libdir = @libdir@
    175 libexecdir = @libexecdir@
    176 localstatedir = @localstatedir@
    177 mandir = @mandir@
    178 mkdir_p = @mkdir_p@
    179 oldincludedir = @oldincludedir@
    180 prefix = @prefix@
    181 program_transform_name = @program_transform_name@
    182 sbindir = @sbindir@
    183 sharedstatedir = @sharedstatedir@
    184 sysconfdir = @sysconfdir@
    185 target_alias = @target_alias@
    186 sbin_SCRIPTS = grub-install grub-md5-crypt grub-terminfo \
    187 	grub-set-default
    188 
    189 noinst_SCRIPTS = grub-image mkbimage
    190 EXTRA_DIST = mkbimage
    191 
    192 # XXX: Need to search for a header file in docs, because of multiboot.h.
    193 AM_CFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/docs
    194 mbchk_SOURCES = mbchk.c
    195 mbchk_LDADD = ../lib/libcommon.a
    196 all: all-am
    197 
    198 .SUFFIXES:
    199 .SUFFIXES: .c .o .obj
    200 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    201 	@for dep in $?; do \
    202 	  case '$(am__configure_deps)' in \
    203 	    *$$dep*) \
    204 	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
    205 		&& exit 0; \
    206 	      exit 1;; \
    207 	  esac; \
    208 	done; \
    209 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  util/Makefile'; \
    210 	cd $(top_srcdir) && \
    211 	  $(AUTOMAKE) --gnu  util/Makefile
    212 .PRECIOUS: Makefile
    213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    214 	@case '$?' in \
    215 	  *config.status*) \
    216 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    217 	  *) \
    218 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    219 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    220 	esac;
    221 
    222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    223 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    224 
    225 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    226 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    227 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    228 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    229 grub-image: $(top_builddir)/config.status $(srcdir)/grub-image.in
    230 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    231 grub-install: $(top_builddir)/config.status $(srcdir)/grub-install.in
    232 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    233 grub-md5-crypt: $(top_builddir)/config.status $(srcdir)/grub-md5-crypt.in
    234 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    235 grub-terminfo: $(top_builddir)/config.status $(srcdir)/grub-terminfo.in
    236 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    237 grub-set-default: $(top_builddir)/config.status $(srcdir)/grub-set-default.in
    238 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    239 install-binPROGRAMS: $(bin_PROGRAMS)
    240 	@$(NORMAL_INSTALL)
    241 	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
    242 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
    243 	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
    244 	  if test -f $$p \
    245 	  ; then \
    246 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    247 	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
    248 	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
    249 	  else :; fi; \
    250 	done
    251 
    252 uninstall-binPROGRAMS:
    253 	@$(NORMAL_UNINSTALL)
    254 	@list='$(bin_PROGRAMS)'; for p in $$list; do \
    255 	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    256 	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
    257 	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
    258 	done
    259 
    260 clean-binPROGRAMS:
    261 	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
    262 mbchk$(EXEEXT): $(mbchk_OBJECTS) $(mbchk_DEPENDENCIES) 
    263 	@rm -f mbchk$(EXEEXT)
    264 	$(LINK) $(mbchk_LDFLAGS) $(mbchk_OBJECTS) $(mbchk_LDADD) $(LIBS)
    265 install-sbinSCRIPTS: $(sbin_SCRIPTS)
    266 	@$(NORMAL_INSTALL)
    267 	test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
    268 	@list='$(sbin_SCRIPTS)'; for p in $$list; do \
    269 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    270 	  if test -f $$d$$p; then \
    271 	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
    272 	    echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
    273 	    $(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
    274 	  else :; fi; \
    275 	done
    276 
    277 uninstall-sbinSCRIPTS:
    278 	@$(NORMAL_UNINSTALL)
    279 	@list='$(sbin_SCRIPTS)'; for p in $$list; do \
    280 	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
    281 	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
    282 	  rm -f "$(DESTDIR)$(sbindir)/$$f"; \
    283 	done
    284 
    285 mostlyclean-compile:
    286 	-rm -f *.$(OBJEXT)
    287 
    288 distclean-compile:
    289 	-rm -f *.tab.c
    290 
    291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbchk.Po@am__quote@
    292 
    293 .c.o:
    294 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
    295 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    296 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    297 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    298 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    299 
    300 .c.obj:
    301 @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
    302 @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
    303 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    304 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    305 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    306 uninstall-info-am:
    307 
    308 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    309 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    310 	unique=`for i in $$list; do \
    311 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    312 	  done | \
    313 	  $(AWK) '    { files[$$0] = 1; } \
    314 	       END { for (i in files) print i; }'`; \
    315 	mkid -fID $$unique
    316 tags: TAGS
    317 
    318 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    319 		$(TAGS_FILES) $(LISP)
    320 	tags=; \
    321 	here=`pwd`; \
    322 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    323 	unique=`for i in $$list; do \
    324 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    325 	  done | \
    326 	  $(AWK) '    { files[$$0] = 1; } \
    327 	       END { for (i in files) print i; }'`; \
    328 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    329 	  test -n "$$unique" || unique=$$empty_fix; \
    330 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    331 	    $$tags $$unique; \
    332 	fi
    333 ctags: CTAGS
    334 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    335 		$(TAGS_FILES) $(LISP)
    336 	tags=; \
    337 	here=`pwd`; \
    338 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    339 	unique=`for i in $$list; do \
    340 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    341 	  done | \
    342 	  $(AWK) '    { files[$$0] = 1; } \
    343 	       END { for (i in files) print i; }'`; \
    344 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    345 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    346 	     $$tags $$unique
    347 
    348 GTAGS:
    349 	here=`$(am__cd) $(top_builddir) && pwd` \
    350 	  && cd $(top_srcdir) \
    351 	  && gtags -i $(GTAGS_ARGS) $$here
    352 
    353 distclean-tags:
    354 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    355 
    356 distdir: $(DISTFILES)
    357 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
    358 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
    359 	list='$(DISTFILES)'; for file in $$list; do \
    360 	  case $$file in \
    361 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
    362 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
    363 	  esac; \
    364 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    365 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    366 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    367 	    dir="/$$dir"; \
    368 	    $(mkdir_p) "$(distdir)$$dir"; \
    369 	  else \
    370 	    dir=''; \
    371 	  fi; \
    372 	  if test -d $$d/$$file; then \
    373 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    374 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    375 	    fi; \
    376 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    377 	  else \
    378 	    test -f $(distdir)/$$file \
    379 	    || cp -p $$d/$$file $(distdir)/$$file \
    380 	    || exit 1; \
    381 	  fi; \
    382 	done
    383 check-am: all-am
    384 check: check-am
    385 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
    386 installdirs:
    387 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
    388 	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
    389 	done
    390 install: install-am
    391 install-exec: install-exec-am
    392 install-data: install-data-am
    393 uninstall: uninstall-am
    394 
    395 install-am: all-am
    396 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    397 
    398 installcheck: installcheck-am
    399 install-strip:
    400 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    401 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    402 	  `test -z '$(STRIP)' || \
    403 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    404 mostlyclean-generic:
    405 
    406 clean-generic:
    407 
    408 distclean-generic:
    409 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    410 
    411 maintainer-clean-generic:
    412 	@echo "This command is intended for maintainers to use"
    413 	@echo "it deletes files that may require special tools to rebuild."
    414 clean: clean-am
    415 
    416 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
    417 
    418 distclean: distclean-am
    419 	-rm -rf ./$(DEPDIR)
    420 	-rm -f Makefile
    421 distclean-am: clean-am distclean-compile distclean-generic \
    422 	distclean-tags
    423 
    424 dvi: dvi-am
    425 
    426 dvi-am:
    427 
    428 html: html-am
    429 
    430 info: info-am
    431 
    432 info-am:
    433 
    434 install-data-am:
    435 
    436 install-exec-am: install-binPROGRAMS install-sbinSCRIPTS
    437 
    438 install-info: install-info-am
    439 
    440 install-man:
    441 
    442 installcheck-am:
    443 
    444 maintainer-clean: maintainer-clean-am
    445 	-rm -rf ./$(DEPDIR)
    446 	-rm -f Makefile
    447 maintainer-clean-am: distclean-am maintainer-clean-generic
    448 
    449 mostlyclean: mostlyclean-am
    450 
    451 mostlyclean-am: mostlyclean-compile mostlyclean-generic
    452 
    453 pdf: pdf-am
    454 
    455 pdf-am:
    456 
    457 ps: ps-am
    458 
    459 ps-am:
    460 
    461 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
    462 	uninstall-sbinSCRIPTS
    463 
    464 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
    465 	clean-generic ctags distclean distclean-compile \
    466 	distclean-generic distclean-tags distdir dvi dvi-am html \
    467 	html-am info info-am install install-am install-binPROGRAMS \
    468 	install-data install-data-am install-exec install-exec-am \
    469 	install-info install-info-am install-man install-sbinSCRIPTS \
    470 	install-strip installcheck installcheck-am installdirs \
    471 	maintainer-clean maintainer-clean-generic mostlyclean \
    472 	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
    473 	tags uninstall uninstall-am uninstall-binPROGRAMS \
    474 	uninstall-info-am uninstall-sbinSCRIPTS
    475 
    476 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    477 # Otherwise a system limit (for SysV at least) may be exceeded.
    478 .NOEXPORT:
    479