absyntax_utils/Makefile.in
changeset 750 25f7b35bdff7
parent 748 ad4265253528
equal deleted inserted replaced
749:76c87fdb5fc8 750:25f7b35bdff7
     1 # Makefile.in generated by automake 1.11 from Makefile.am.
     1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     2 # @configure_input@
     2 # @configure_input@
     3 
     3 
     4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
     5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
     5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
     6 # Inc.
     6 # Foundation, Inc.
     7 # This Makefile.in is free software; the Free Software Foundation
     7 # This Makefile.in is free software; the Free Software Foundation
     8 # gives unlimited permission to copy and/or distribute it,
     8 # gives unlimited permission to copy and/or distribute it,
     9 # with or without modifications, as long as this notice is preserved.
     9 # with or without modifications, as long as this notice is preserved.
    10 
    10 
    11 # This program is distributed in the hope that it will be useful,
    11 # This program is distributed in the hope that it will be useful,
    62       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    62       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    63     END { for (dir in files) print dir, files[dir] }'
    63     END { for (dir in files) print dir, files[dir] }'
    64 am__base_list = \
    64 am__base_list = \
    65   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    65   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    66   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    66   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
       
    67 am__uninstall_files_from_dir = { \
       
    68   test -z "$$files" \
       
    69     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
       
    70     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
       
    71          $(am__cd) "$$dir" && rm -f $$files; }; \
       
    72   }
    67 am__installdirs = "$(DESTDIR)$(libdir)"
    73 am__installdirs = "$(DESTDIR)$(libdir)"
    68 LIBRARIES = $(lib_LIBRARIES)
    74 LIBRARIES = $(lib_LIBRARIES)
    69 AR = ar
    75 AR = ar
    70 ARFLAGS = cru
    76 ARFLAGS = cru
    71 libabsyntax_utils_a_AR = $(AR) $(ARFLAGS)
    77 libabsyntax_utils_a_AR = $(AR) $(ARFLAGS)
   251 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   257 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
   252 	  *) \
   258 	  *) \
   253 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   259 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
   254 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   260 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
   255 	esac;
   261 	esac;
       
   262 $(srcdir)/../common.mk:
   256 
   263 
   257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   264 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
   258 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   265 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
   259 
   266 
   260 $(top_srcdir)/configure:  $(am__configure_deps)
   267 $(top_srcdir)/configure:  $(am__configure_deps)
   286 
   293 
   287 uninstall-libLIBRARIES:
   294 uninstall-libLIBRARIES:
   288 	@$(NORMAL_UNINSTALL)
   295 	@$(NORMAL_UNINSTALL)
   289 	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
   296 	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
   290 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   297 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   291 	test -n "$$files" || exit 0; \
   298 	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
   292 	echo " ( cd '$(DESTDIR)$(libdir)' && rm -f "$$files" )"; \
       
   293 	cd "$(DESTDIR)$(libdir)" && rm -f $$files
       
   294 
   299 
   295 clean-libLIBRARIES:
   300 clean-libLIBRARIES:
   296 	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
   301 	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
   297 libabsyntax_utils.a: $(libabsyntax_utils_a_OBJECTS) $(libabsyntax_utils_a_DEPENDENCIES) 
   302 libabsyntax_utils.a: $(libabsyntax_utils_a_OBJECTS) $(libabsyntax_utils_a_DEPENDENCIES) $(EXTRA_libabsyntax_utils_a_DEPENDENCIES) 
   298 	-rm -f libabsyntax_utils.a
   303 	-rm -f libabsyntax_utils.a
   299 	$(libabsyntax_utils_a_AR) libabsyntax_utils.a $(libabsyntax_utils_a_OBJECTS) $(libabsyntax_utils_a_LIBADD)
   304 	$(libabsyntax_utils_a_AR) libabsyntax_utils.a $(libabsyntax_utils_a_OBJECTS) $(libabsyntax_utils_a_LIBADD)
   300 	$(RANLIB) libabsyntax_utils.a
   305 	$(RANLIB) libabsyntax_utils.a
   301 
   306 
   302 mostlyclean-compile:
   307 mostlyclean-compile:
   437 install-am: all-am
   442 install-am: all-am
   438 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   443 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   439 
   444 
   440 installcheck: installcheck-am
   445 installcheck: installcheck-am
   441 install-strip:
   446 install-strip:
   442 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   447 	if test -z '$(STRIP)'; then \
   443 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   448 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   444 	  `test -z '$(STRIP)' || \
   449 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   445 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   450 	      install; \
       
   451 	else \
       
   452 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
       
   453 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
       
   454 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
       
   455 	fi
   446 mostlyclean-generic:
   456 mostlyclean-generic:
   447 
   457 
   448 clean-generic:
   458 clean-generic:
   449 
   459 
   450 distclean-generic:
   460 distclean-generic: