version 1.1, 2012/02/21 17:26:11
|
version 1.1.1.2, 2012/05/29 11:53:41
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.11.2 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 42 subdir = ospfclient
|
Line 42 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 73 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 467 uninstall-ospfapiheaderHEADERS:
|
Line 476 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 577 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: |