version 1.1, 2012/02/21 17:26:11
|
version 1.1.1.3, 2012/10/09 09:22:28
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.11.5 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 Free Software Foundation, | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
# Inc. | # Foundation, 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. |
Line 18
|
Line 18
|
|
|
|
|
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@ |
Line 42 subdir = ospfclient
|
Line 59 subdir = ospfclient
|
DIST_COMMON = README $(ospfapiheader_HEADERS) $(srcdir)/Makefile.am \ |
DIST_COMMON = README $(ospfapiheader_HEADERS) $(srcdir)/Makefile.am \ |
$(srcdir)/Makefile.in AUTHORS COPYING INSTALL NEWS |
$(srcdir)/Makefile.in AUTHORS COPYING INSTALL NEWS |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/configure.ac | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ |
| $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
| $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
| $(top_srcdir)/configure.ac |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
$(ACLOCAL_M4) |
$(ACLOCAL_M4) |
mkinstalldirs = $(install_sh) -d |
mkinstalldirs = $(install_sh) -d |
Line 70 am__nobase_list = $(am__nobase_strip_setup); \
|
Line 90 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)$(libdir)" "$(DESTDIR)$(sbindir)" \ |
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \ |
"$(DESTDIR)$(ospfapiheaderdir)" |
"$(DESTDIR)$(ospfapiheaderdir)" |
LTLIBRARIES = $(lib_LTLIBRARIES) |
LTLIBRARIES = $(lib_LTLIBRARIES) |
Line 102 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOO
|
Line 128 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOO
|
$(LDFLAGS) -o $@ |
$(LDFLAGS) -o $@ |
SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES) |
SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES) |
DIST_SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES) |
DIST_SOURCES = $(libospfapiclient_la_SOURCES) $(ospfclient_SOURCES) |
|
am__can_run_installinfo = \ |
|
case $$AM_UPDATE_INFO_DIR in \ |
|
n|no|NO) false;; \ |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
|
esac |
HEADERS = $(ospfapiheader_HEADERS) |
HEADERS = $(ospfapiheader_HEADERS) |
ETAGS = etags |
ETAGS = etags |
CTAGS = ctags |
CTAGS = ctags |
Line 113 AUTOCONF = @AUTOCONF@
|
Line 144 AUTOCONF = @AUTOCONF@
|
AUTOHEADER = @AUTOHEADER@ |
AUTOHEADER = @AUTOHEADER@ |
AUTOMAKE = @AUTOMAKE@ |
AUTOMAKE = @AUTOMAKE@ |
AWK = @AWK@ |
AWK = @AWK@ |
|
BABELD = @BABELD@ |
BGPD = @BGPD@ |
BGPD = @BGPD@ |
CC = @CC@ |
CC = @CC@ |
CCDEPMODE = @CCDEPMODE@ |
CCDEPMODE = @CCDEPMODE@ |
Line 152 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
|
Line 184 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
|
ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@ |
ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@ |
ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@ |
ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@ |
KERNEL_METHOD = @KERNEL_METHOD@ |
KERNEL_METHOD = @KERNEL_METHOD@ |
|
LATEXMK = @LATEXMK@ |
LD = @LD@ |
LD = @LD@ |
LDFLAGS = @LDFLAGS@ |
LDFLAGS = @LDFLAGS@ |
LIBCAP = @LIBCAP@ |
LIBCAP = @LIBCAP@ |
Line 189 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
Line 222 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
PACKAGE_URL = @PACKAGE_URL@ |
PACKAGE_URL = @PACKAGE_URL@ |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
PATH_SEPARATOR = @PATH_SEPARATOR@ |
|
PDFLATEX = @PDFLATEX@ |
PERL = @PERL@ |
PERL = @PERL@ |
PICFLAGS = @PICFLAGS@ |
PICFLAGS = @PICFLAGS@ |
PILDFLAGS = @PILDFLAGS@ |
PILDFLAGS = @PILDFLAGS@ |
Line 323 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
Line 357 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
$(am__aclocal_m4_deps): |
$(am__aclocal_m4_deps): |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
list2=; for p in $$list; do \ |
list2=; for p in $$list; do \ |
if test -f $$p; then \ |
if test -f $$p; then \ |
Line 331 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
Line 364 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
else :; fi; \ |
else :; fi; \ |
done; \ |
done; \ |
test -z "$$list2" || { \ |
test -z "$$list2" || { \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
} |
} |
Line 352 clean-libLTLIBRARIES:
|
Line 387 clean-libLTLIBRARIES:
|
echo "rm -f \"$${dir}/so_locations\""; \ |
echo "rm -f \"$${dir}/so_locations\""; \ |
rm -f "$${dir}/so_locations"; \ |
rm -f "$${dir}/so_locations"; \ |
done |
done |
libospfapiclient.la: $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_DEPENDENCIES) | libospfapiclient.la: $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_DEPENDENCIES) $(EXTRA_libospfapiclient_la_DEPENDENCIES) |
$(libospfapiclient_la_LINK) -rpath $(libdir) $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_LIBADD) $(LIBS) |
$(libospfapiclient_la_LINK) -rpath $(libdir) $(libospfapiclient_la_OBJECTS) $(libospfapiclient_la_LIBADD) $(LIBS) |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do echo "$$p $$p"; done | \ |
for p in $$list; do echo "$$p $$p"; done | \ |
sed 's/$(EXEEXT)$$//' | \ |
sed 's/$(EXEEXT)$$//' | \ |
while read p p1; do if test -f $$p || test -f $$p1; \ |
while read p p1; do if test -f $$p || test -f $$p1; \ |
Line 397 clean-sbinPROGRAMS:
|
Line 435 clean-sbinPROGRAMS:
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
echo " rm -f" $$list; \ |
echo " rm -f" $$list; \ |
rm -f $$list |
rm -f $$list |
ospfclient$(EXEEXT): $(ospfclient_OBJECTS) $(ospfclient_DEPENDENCIES) | ospfclient$(EXEEXT): $(ospfclient_OBJECTS) $(ospfclient_DEPENDENCIES) $(EXTRA_ospfclient_DEPENDENCIES) |
@rm -f ospfclient$(EXEEXT) |
@rm -f ospfclient$(EXEEXT) |
$(ospfclient_LINK) $(ospfclient_OBJECTS) $(ospfclient_LDADD) $(LIBS) |
$(ospfclient_LINK) $(ospfclient_OBJECTS) $(ospfclient_LDADD) $(LIBS) |
|
|
Line 452 clean-libtool:
|
Line 490 clean-libtool:
|
-rm -rf .libs _libs |
-rm -rf .libs _libs |
install-ospfapiheaderHEADERS: $(ospfapiheader_HEADERS) |
install-ospfapiheaderHEADERS: $(ospfapiheader_HEADERS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(ospfapiheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(ospfapiheaderdir)" |
|
@list='$(ospfapiheader_HEADERS)'; test -n "$(ospfapiheaderdir)" || list=; \ |
@list='$(ospfapiheader_HEADERS)'; test -n "$(ospfapiheaderdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(ospfapiheaderdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(ospfapiheaderdir)" || 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 467 uninstall-ospfapiheaderHEADERS:
|
Line 508 uninstall-ospfapiheaderHEADERS:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(ospfapiheader_HEADERS)'; test -n "$(ospfapiheaderdir)" || list=; \ |
@list='$(ospfapiheader_HEADERS)'; test -n "$(ospfapiheaderdir)" || 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|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(ospfapiheaderdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(ospfapiheaderdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(ospfapiheaderdir)" && 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 570 install-am: all-am
|
Line 609 install-am: all-am
|
|
|
installcheck: installcheck-am |
installcheck: installcheck-am |
install-strip: |
install-strip: |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | if test -z '$(STRIP)'; then \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
`test -z '$(STRIP)' || \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | 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: |