version 1.1, 2012/02/21 17:26:11
|
version 1.1.1.4, 2013/07/21 23:54:38
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.12.6 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | # Copyright (C) 1994-2012 Free Software Foundation, Inc. |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 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 19
|
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 41 target_triplet = @target@
|
Line 57 target_triplet = @target@
|
sbin_PROGRAMS = isisd$(EXEEXT) |
sbin_PROGRAMS = isisd$(EXEEXT) |
subdir = isisd |
subdir = isisd |
DIST_COMMON = README $(dist_examples_DATA) $(noinst_HEADERS) \ |
DIST_COMMON = README $(dist_examples_DATA) $(noinst_HEADERS) \ |
$(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
| $(top_srcdir)/depcomp AUTHORS |
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/ax_sys_weak_alias.m4 \ |
| $(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 97 RECURSIVE_TARGETS = all-recursive check-recursive dvi-
|
Line 117 RECURSIVE_TARGETS = all-recursive check-recursive dvi-
|
install-pdf-recursive install-ps-recursive install-recursive \ |
install-pdf-recursive install-ps-recursive install-recursive \ |
installcheck-recursive installdirs-recursive pdf-recursive \ |
installcheck-recursive installdirs-recursive pdf-recursive \ |
ps-recursive uninstall-recursive |
ps-recursive uninstall-recursive |
|
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 118 am__nobase_list = $(am__nobase_strip_setup); \
|
Line 143 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; }; \ |
|
} |
DATA = $(dist_examples_DATA) |
DATA = $(dist_examples_DATA) |
HEADERS = $(noinst_HEADERS) |
HEADERS = $(noinst_HEADERS) |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
Line 161 AUTOCONF = @AUTOCONF@
|
Line 192 AUTOCONF = @AUTOCONF@
|
AUTOHEADER = @AUTOHEADER@ |
AUTOHEADER = @AUTOHEADER@ |
AUTOMAKE = @AUTOMAKE@ |
AUTOMAKE = @AUTOMAKE@ |
AWK = @AWK@ |
AWK = @AWK@ |
|
BABELD = @BABELD@ |
BGPD = @BGPD@ |
BGPD = @BGPD@ |
|
BUILD_TESTS = @BUILD_TESTS@ |
CC = @CC@ |
CC = @CC@ |
CCDEPMODE = @CCDEPMODE@ |
CCDEPMODE = @CCDEPMODE@ |
CFLAGS = @CFLAGS@ |
CFLAGS = @CFLAGS@ |
Line 187 GREP = @GREP@
|
Line 220 GREP = @GREP@
|
HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@ |
HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@ |
IF_METHOD = @IF_METHOD@ |
IF_METHOD = @IF_METHOD@ |
IF_PROC = @IF_PROC@ |
IF_PROC = @IF_PROC@ |
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib \ | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib \ |
@ISIS_TOPOLOGY_INCLUDES@ |
@ISIS_TOPOLOGY_INCLUDES@ |
|
|
INSTALL = @INSTALL@ |
INSTALL = @INSTALL@ |
Line 202 ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
|
Line 235 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 220 MAKEINFO = @MAKEINFO@
|
Line 254 MAKEINFO = @MAKEINFO@
|
MANIFEST_TOOL = @MANIFEST_TOOL@ |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
MKDIR_P = @MKDIR_P@ |
MKDIR_P = @MKDIR_P@ |
MULTIPATH_NUM = @MULTIPATH_NUM@ |
MULTIPATH_NUM = @MULTIPATH_NUM@ |
|
NETSNMP_CONFIG = @NETSNMP_CONFIG@ |
NM = @NM@ |
NM = @NM@ |
NMEDIT = @NMEDIT@ |
NMEDIT = @NMEDIT@ |
OBJDUMP = @OBJDUMP@ |
OBJDUMP = @OBJDUMP@ |
Line 239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
Line 274 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 250 RT_METHOD = @RT_METHOD@
|
Line 286 RT_METHOD = @RT_METHOD@
|
SED = @SED@ |
SED = @SED@ |
SET_MAKE = @SET_MAKE@ |
SET_MAKE = @SET_MAKE@ |
SHELL = @SHELL@ |
SHELL = @SHELL@ |
SNMP_INCLUDES = @SNMP_INCLUDES@ |
|
SOLARIS = @SOLARIS@ |
SOLARIS = @SOLARIS@ |
STRIP = @STRIP@ |
STRIP = @STRIP@ |
VERSION = @VERSION@ |
VERSION = @VERSION@ |
VTYSH = @VTYSH@ |
VTYSH = @VTYSH@ |
WATCHQUAGGA = @WATCHQUAGGA@ |
WATCHQUAGGA = @WATCHQUAGGA@ |
|
WEAK_ALIAS = @WEAK_ALIAS@ |
|
WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@ |
ZEBRA = @ZEBRA@ |
ZEBRA = @ZEBRA@ |
abs_builddir = @abs_builddir@ |
abs_builddir = @abs_builddir@ |
abs_srcdir = @abs_srcdir@ |
abs_srcdir = @abs_srcdir@ |
Line 382 $(am__aclocal_m4_deps):
|
Line 419 $(am__aclocal_m4_deps):
|
|
|
clean-noinstLIBRARIES: |
clean-noinstLIBRARIES: |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
libisis.a: $(libisis_a_OBJECTS) $(libisis_a_DEPENDENCIES) | libisis.a: $(libisis_a_OBJECTS) $(libisis_a_DEPENDENCIES) $(EXTRA_libisis_a_DEPENDENCIES) |
-rm -f libisis.a |
-rm -f libisis.a |
$(libisis_a_AR) libisis.a $(libisis_a_OBJECTS) $(libisis_a_LIBADD) |
$(libisis_a_AR) libisis.a $(libisis_a_OBJECTS) $(libisis_a_LIBADD) |
$(RANLIB) libisis.a |
$(RANLIB) libisis.a |
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 429 clean-sbinPROGRAMS:
|
Line 469 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 |
isisd$(EXEEXT): $(isisd_OBJECTS) $(isisd_DEPENDENCIES) | isisd$(EXEEXT): $(isisd_OBJECTS) $(isisd_DEPENDENCIES) $(EXTRA_isisd_DEPENDENCIES) |
@rm -f isisd$(EXEEXT) |
@rm -f isisd$(EXEEXT) |
$(LINK) $(isisd_OBJECTS) $(isisd_LDADD) $(LIBS) |
$(LINK) $(isisd_OBJECTS) $(isisd_LDADD) $(LIBS) |
|
|
Line 490 clean-libtool:
|
Line 530 clean-libtool:
|
-rm -rf .libs _libs |
-rm -rf .libs _libs |
install-dist_examplesDATA: $(dist_examples_DATA) |
install-dist_examplesDATA: $(dist_examples_DATA) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)" |
|
@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \ |
@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(examplesdir)" || 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 505 uninstall-dist_examplesDATA:
|
Line 548 uninstall-dist_examplesDATA:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \ |
@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || 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)$(examplesdir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(examplesdir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(examplesdir)" && rm -f $$files | |
|
|
# This directory's subdirectories are mostly independent; you can cd |
# This directory's subdirectories are mostly independent; you can cd |
# into them and run `make' without going through this Makefile. | # into them and run 'make' without going through this Makefile. |
# To change the values of `make' variables: instead of editing Makefiles, | # To change the values of 'make' variables: instead of editing Makefiles, |
# (1) if the variable is set in `config.status', edit `config.status' | # (1) if the variable is set in 'config.status', edit 'config.status' |
# (which will cause the Makefiles to be regenerated when you run `make'); | # (which will cause the Makefiles to be regenerated when you run 'make'); |
# (2) otherwise, pass the desired values on the `make' command line. | # (2) otherwise, pass the desired values on the 'make' command line. |
$(RECURSIVE_TARGETS): | $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): |
@fail= failcom='exit 1'; \ |
@fail= failcom='exit 1'; \ |
for f in x $$MAKEFLAGS; do \ |
for f in x $$MAKEFLAGS; do \ |
case $$f in \ |
case $$f in \ |
Line 525 $(RECURSIVE_TARGETS):
|
Line 566 $(RECURSIVE_TARGETS):
|
done; \ |
done; \ |
dot_seen=no; \ |
dot_seen=no; \ |
target=`echo $@ | sed s/-recursive//`; \ |
target=`echo $@ | sed s/-recursive//`; \ |
list='$(SUBDIRS)'; for subdir in $$list; do \ | case "$@" in \ |
| distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| *) list='$(SUBDIRS)' ;; \ |
| esac; \ |
| for subdir in $$list; do \ |
echo "Making $$target in $$subdir"; \ |
echo "Making $$target in $$subdir"; \ |
if test "$$subdir" = "."; then \ |
if test "$$subdir" = "."; then \ |
dot_seen=yes; \ |
dot_seen=yes; \ |
Line 539 $(RECURSIVE_TARGETS):
|
Line 584 $(RECURSIVE_TARGETS):
|
if test "$$dot_seen" = "no"; then \ |
if test "$$dot_seen" = "no"; then \ |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
fi; test -z "$$fail" |
fi; test -z "$$fail" |
|
|
$(RECURSIVE_CLEAN_TARGETS): |
|
@fail= failcom='exit 1'; \ |
|
for f in x $$MAKEFLAGS; do \ |
|
case $$f in \ |
|
*=* | --[!k]*);; \ |
|
*k*) failcom='fail=yes';; \ |
|
esac; \ |
|
done; \ |
|
dot_seen=no; \ |
|
case "$@" in \ |
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
*) list='$(SUBDIRS)' ;; \ |
|
esac; \ |
|
rev=''; for subdir in $$list; do \ |
|
if test "$$subdir" = "."; then :; else \ |
|
rev="$$subdir $$rev"; \ |
|
fi; \ |
|
done; \ |
|
rev="$$rev ."; \ |
|
target=`echo $@ | sed s/-recursive//`; \ |
|
for subdir in $$rev; do \ |
|
echo "Making $$target in $$subdir"; \ |
|
if test "$$subdir" = "."; then \ |
|
local_target="$$target-am"; \ |
|
else \ |
|
local_target="$$target"; \ |
|
fi; \ |
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
|| eval $$failcom; \ |
|
done && test -z "$$fail" |
|
tags-recursive: |
tags-recursive: |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
Line 578 ctags-recursive:
|
Line 592 ctags-recursive:
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
done |
done |
|
cscopelist-recursive: |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ |
|
done |
|
|
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 641 GTAGS:
|
Line 659 GTAGS:
|
&& $(am__cd) $(top_srcdir) \ |
&& $(am__cd) $(top_srcdir) \ |
&& gtags -i $(GTAGS_ARGS) "$$here" |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
|
|
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) |
|
list='$(SOURCES) $(HEADERS) $(LISP)'; \ |
|
case "$(srcdir)" in \ |
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
*) sdir=$(subdir)/$(srcdir) ;; \ |
|
esac; \ |
|
for i in $$list; do \ |
|
if test -f "$$i"; then \ |
|
echo "$(subdir)/$$i"; \ |
|
else \ |
|
echo "$$sdir/$$i"; \ |
|
fi; \ |
|
done >> $(top_builddir)/cscope.files |
|
|
distclean-tags: |
distclean-tags: |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
Line 676 distdir: $(DISTFILES)
|
Line 708 distdir: $(DISTFILES)
|
done |
done |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
if test "$$subdir" = .; then :; else \ |
if test "$$subdir" = .; then :; else \ |
test -d "$(distdir)/$$subdir" \ | $(am__make_dryrun) \ |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ | || test -d "$(distdir)/$$subdir" \ |
|| exit 1; \ | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
fi; \ | || exit 1; \ |
done | |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
if test "$$subdir" = .; then :; else \ | |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
$(am__relativize); \ |
$(am__relativize); \ |
new_distdir=$$reldir; \ |
new_distdir=$$reldir; \ |
Line 720 install-am: all-am
|
Line 749 install-am: all-am
|
|
|
installcheck: installcheck-recursive |
installcheck: installcheck-recursive |
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: |
Line 806 ps-am:
|
Line 840 ps-am:
|
|
|
uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS |
uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS |
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ |
install-am install-strip tags-recursive | cscopelist-recursive ctags-recursive install-am install-strip \ |
| tags-recursive |
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
all all-am check check-am clean clean-generic clean-libtool \ |
all all-am check check-am clean clean-generic clean-libtool \ |
clean-noinstLIBRARIES clean-sbinPROGRAMS ctags ctags-recursive \ | clean-noinstLIBRARIES clean-sbinPROGRAMS cscopelist \ |
distclean distclean-compile distclean-generic \ | cscopelist-recursive ctags ctags-recursive distclean \ |
distclean-libtool distclean-tags distdir dvi dvi-am html \ | distclean-compile distclean-generic distclean-libtool \ |
html-am info info-am install install-am install-data \ | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
install-data-am install-dist_examplesDATA install-dvi \ | install install-am install-data install-data-am \ |
install-dvi-am install-exec install-exec-am install-html \ | install-dist_examplesDATA install-dvi install-dvi-am \ |
install-html-am install-info install-info-am install-man \ | install-exec install-exec-am install-html install-html-am \ |
install-pdf install-pdf-am install-ps install-ps-am \ | install-info install-info-am install-man install-pdf \ |
install-sbinPROGRAMS install-strip installcheck \ | install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \ |
installcheck-am installdirs installdirs-am maintainer-clean \ | install-strip installcheck installcheck-am installdirs \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ | installdirs-am maintainer-clean maintainer-clean-generic \ |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | mostlyclean mostlyclean-compile mostlyclean-generic \ |
tags tags-recursive uninstall uninstall-am \ | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
uninstall-dist_examplesDATA uninstall-sbinPROGRAMS | uninstall uninstall-am uninstall-dist_examplesDATA \ |
| uninstall-sbinPROGRAMS |
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |