version 1.21, 2013/12/20 03:46:13 |
version 1.22, 2015/08/04 06:20:45 |
|
|
# Makefile.in generated by automake 1.11.6 from Makefile.am. |
# Makefile.in generated by automake 1.11.1 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
# Foundation, Inc. |
# Inc. |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
|
|
|
|
|
|
VPATH = @srcdir@ |
VPATH = @srcdir@ |
am__make_dryrun = \ |
|
{ \ |
|
am__dry=no; \ |
|
case $$MAKEFLAGS in \ |
|
*\\[\ \ ]*) \ |
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
|
*) \ |
|
for am__flg in $$MAKEFLAGS; do \ |
|
case $$am__flg in \ |
|
*=*|--*) ;; \ |
|
*n*) am__dry=yes; break;; \ |
|
esac; \ |
|
done;; \ |
|
esac; \ |
|
test $$am__dry = yes; \ |
|
} |
|
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
SOURCES = $(libparse_a_SOURCES) $(nodist_libparse_a_SOURCES) |
SOURCES = $(libparse_a_SOURCES) $(nodist_libparse_a_SOURCES) |
DIST_SOURCES = $(libparse_a_SOURCES) |
DIST_SOURCES = $(libparse_a_SOURCES) |
am__can_run_installinfo = \ |
|
case $$AM_UPDATE_INFO_DIR in \ |
|
n|no|NO) false;; \ |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
|
esac |
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
am__vpath_adj = case $$p in \ |
am__vpath_adj = case $$p in \ |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
Line 114 am__nobase_list = $(am__nobase_strip_setup); \ |
|
Line 92 am__nobase_list = $(am__nobase_strip_setup); \ |
|
am__base_list = \ |
am__base_list = \ |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
am__uninstall_files_from_dir = { \ |
|
test -z "$$files" \ |
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
|
$(am__cd) "$$dir" && rm -f $$files; }; \ |
|
} |
|
am__installdirs = "$(DESTDIR)$(incdir)" |
am__installdirs = "$(DESTDIR)$(incdir)" |
HEADERS = $(inc_HEADERS) |
HEADERS = $(inc_HEADERS) |
ETAGS = etags |
ETAGS = etags |
Line 300 $(am__aclocal_m4_deps): |
|
Line 272 $(am__aclocal_m4_deps): |
|
|
|
clean-noinstLIBRARIES: |
clean-noinstLIBRARIES: |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) $(EXTRA_libparse_a_DEPENDENCIES) |
libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) |
-rm -f libparse.a |
-rm -f libparse.a |
$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD) |
$(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD) |
$(RANLIB) libparse.a |
$(RANLIB) libparse.a |
Line 345 distclean-compile: |
|
Line 317 distclean-compile: |
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
install-incHEADERS: $(inc_HEADERS) |
install-incHEADERS: $(inc_HEADERS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
|
test -z "$(incdir)" || $(MKDIR_P) "$(DESTDIR)$(incdir)" |
@list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \ |
@list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \ |
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \ |
|
fi; \ |
|
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 363 uninstall-incHEADERS: |
|
Line 332 uninstall-incHEADERS: |
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \ |
@list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir) |
test -n "$$files" || exit 0; \ |
|
echo " ( cd '$(DESTDIR)$(incdir)' && rm -f" $$files ")"; \ |
|
cd "$(DESTDIR)$(incdir)" && rm -f $$files |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
Line 466 install-am: all-am |
|
Line 437 install-am: all-am |
|
|
|
installcheck: installcheck-am |
installcheck: installcheck-am |
install-strip: |
install-strip: |
if test -z '$(STRIP)'; then \ |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
`test -z '$(STRIP)' || \ |
install; \ |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
else \ |
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
|
fi |
|
mostlyclean-generic: |
mostlyclean-generic: |
|
|
clean-generic: |
clean-generic: |