| 13 |
|
# PARTICULAR PURPOSE. |
| 14 |
|
|
| 15 |
|
@SET_MAKE@ |
| 16 |
– |
|
| 16 |
|
VPATH = @srcdir@ |
| 17 |
|
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
| 18 |
|
am__make_running_with_option = \ |
| 119 |
|
n|no|NO) false;; \ |
| 120 |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
| 121 |
|
esac |
| 123 |
– |
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
| 124 |
– |
am__vpath_adj = case $$p in \ |
| 125 |
– |
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
| 126 |
– |
*) f=$$p;; \ |
| 127 |
– |
esac; |
| 128 |
– |
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
| 129 |
– |
am__install_max = 40 |
| 130 |
– |
am__nobase_strip_setup = \ |
| 131 |
– |
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
| 132 |
– |
am__nobase_strip = \ |
| 133 |
– |
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
| 134 |
– |
am__nobase_list = $(am__nobase_strip_setup); \ |
| 135 |
– |
for p in $$list; do echo "$$p $$p"; done | \ |
| 136 |
– |
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
| 137 |
– |
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
| 138 |
– |
if (++n[$$2] == $(am__install_max)) \ |
| 139 |
– |
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
| 140 |
– |
END { for (dir in files) print dir, files[dir] }' |
| 141 |
– |
am__base_list = \ |
| 142 |
– |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
| 143 |
– |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
| 144 |
– |
am__uninstall_files_from_dir = { \ |
| 145 |
– |
test -z "$$files" \ |
| 146 |
– |
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
| 147 |
– |
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
| 148 |
– |
$(am__cd) "$$dir" && rm -f $$files; }; \ |
| 149 |
– |
} |
| 150 |
– |
am__installdirs = "$(DESTDIR)$(datadir)" |
| 151 |
– |
DATA = $(data_DATA) |
| 122 |
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 123 |
|
distclean-recursive maintainer-clean-recursive |
| 124 |
|
am__recursive_targets = \ |
| 312 |
|
top_builddir = @top_builddir@ |
| 313 |
|
top_srcdir = @top_srcdir@ |
| 314 |
|
AUTOMAKE_OPTIONS = foreign |
| 315 |
< |
SUBDIRS = src |
| 346 |
< |
data_DATA = bopm.conf.sample bopm.conf.blitzed |
| 347 |
< |
EXTRA_DIST = ChangeLog contrib INSTALL README bopm.conf.sample bopm.conf.blitzed network-bopm |
| 315 |
> |
SUBDIRS = doc src |
| 316 |
|
all: all-recursive |
| 317 |
|
|
| 318 |
|
.SUFFIXES: |
| 359 |
|
|
| 360 |
|
distclean-libtool: |
| 361 |
|
-rm -f libtool config.lt |
| 394 |
– |
install-dataDATA: $(data_DATA) |
| 395 |
– |
@$(NORMAL_INSTALL) |
| 396 |
– |
@list='$(data_DATA)'; test -n "$(datadir)" || list=; \ |
| 397 |
– |
if test -n "$$list"; then \ |
| 398 |
– |
echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \ |
| 399 |
– |
$(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \ |
| 400 |
– |
fi; \ |
| 401 |
– |
for p in $$list; do \ |
| 402 |
– |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
| 403 |
– |
echo "$$d$$p"; \ |
| 404 |
– |
done | $(am__base_list) | \ |
| 405 |
– |
while read files; do \ |
| 406 |
– |
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \ |
| 407 |
– |
$(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \ |
| 408 |
– |
done |
| 409 |
– |
|
| 410 |
– |
uninstall-dataDATA: |
| 411 |
– |
@$(NORMAL_UNINSTALL) |
| 412 |
– |
@list='$(data_DATA)'; test -n "$(datadir)" || list=; \ |
| 413 |
– |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
| 414 |
– |
dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir) |
| 362 |
|
|
| 363 |
|
# This directory's subdirectories are mostly independent; you can cd |
| 364 |
|
# into them and run 'make' without going through this Makefile. |
| 656 |
|
exit 1; } >&2 |
| 657 |
|
check-am: all-am |
| 658 |
|
check: check-recursive |
| 659 |
< |
all-am: Makefile $(DATA) |
| 659 |
> |
all-am: Makefile |
| 660 |
|
installdirs: installdirs-recursive |
| 661 |
|
installdirs-am: |
| 715 |
– |
for dir in "$(DESTDIR)$(datadir)"; do \ |
| 716 |
– |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
| 717 |
– |
done |
| 662 |
|
install: install-recursive |
| 663 |
|
install-exec: install-exec-recursive |
| 664 |
|
install-data: install-data-recursive |
| 711 |
|
|
| 712 |
|
info-am: |
| 713 |
|
|
| 714 |
< |
install-data-am: install-data-local install-dataDATA |
| 714 |
> |
install-data-am: |
| 715 |
|
|
| 716 |
|
install-dvi: install-dvi-recursive |
| 717 |
|
|
| 757 |
|
|
| 758 |
|
ps-am: |
| 759 |
|
|
| 760 |
< |
uninstall-am: uninstall-dataDATA uninstall-local |
| 760 |
> |
uninstall-am: |
| 761 |
|
|
| 762 |
|
.MAKE: $(am__recursive_targets) install-am install-strip |
| 763 |
|
|
| 768 |
|
dist-xz dist-zip distcheck distclean distclean-generic \ |
| 769 |
|
distclean-libtool distclean-tags distcleancheck distdir \ |
| 770 |
|
distuninstallcheck dvi dvi-am html html-am info info-am \ |
| 771 |
< |
install install-am install-data install-data-am \ |
| 772 |
< |
install-data-local install-dataDATA install-dvi install-dvi-am \ |
| 773 |
< |
install-exec install-exec-am install-html install-html-am \ |
| 774 |
< |
install-info install-info-am install-man install-pdf \ |
| 775 |
< |
install-pdf-am install-ps install-ps-am install-strip \ |
| 776 |
< |
installcheck installcheck-am installdirs installdirs-am \ |
| 777 |
< |
maintainer-clean maintainer-clean-generic mostlyclean \ |
| 778 |
< |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| 835 |
< |
tags tags-am uninstall uninstall-am uninstall-dataDATA \ |
| 836 |
< |
uninstall-local |
| 771 |
> |
install install-am install-data install-data-am install-dvi \ |
| 772 |
> |
install-dvi-am install-exec install-exec-am install-html \ |
| 773 |
> |
install-html-am install-info install-info-am install-man \ |
| 774 |
> |
install-pdf install-pdf-am install-ps install-ps-am \ |
| 775 |
> |
install-strip installcheck installcheck-am installdirs \ |
| 776 |
> |
installdirs-am maintainer-clean maintainer-clean-generic \ |
| 777 |
> |
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
| 778 |
> |
ps ps-am tags tags-am uninstall uninstall-am |
| 779 |
|
|
| 780 |
|
|
| 839 |
– |
install-data-local: |
| 840 |
– |
@if test -f $(sysconfdir)/bopm.conf ; then \ |
| 841 |
– |
echo "$@ will not overwrite existing $(sysconfdir)/bopm.conf"; \ |
| 842 |
– |
else \ |
| 843 |
– |
$(mkinstalldirs) $(sysconfdir); \ |
| 844 |
– |
echo "$(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf"; \ |
| 845 |
– |
$(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf; \ |
| 846 |
– |
fi |
| 847 |
– |
$(mkinstalldirs) $(localstatedir) |
| 848 |
– |
|
| 849 |
– |
uninstall-local: |
| 850 |
– |
@if test -f $(sysconfdir)/bopm.conf ; then \ |
| 851 |
– |
echo "rm -f $(sysconfdir)/bopm.conf"; \ |
| 852 |
– |
$(RM) -f $(sysconfdir)/bopm.conf; \ |
| 853 |
– |
fi |
| 854 |
– |
|
| 781 |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 782 |
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 783 |
|
.NOEXPORT: |