| 1 |
michael |
1730 |
# Makefile.in generated by automake 1.13.1 from Makefile.am. |
| 2 |
michael |
912 |
# @configure_input@ |
| 3 |
|
|
|
| 4 |
michael |
1425 |
# Copyright (C) 1994-2012 Free Software Foundation, Inc. |
| 5 |
|
|
|
| 6 |
michael |
912 |
# This Makefile.in is free software; the Free Software Foundation |
| 7 |
|
|
# gives unlimited permission to copy and/or distribute it, |
| 8 |
|
|
# with or without modifications, as long as this notice is preserved. |
| 9 |
|
|
|
| 10 |
|
|
# This program is distributed in the hope that it will be useful, |
| 11 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 12 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 13 |
|
|
# PARTICULAR PURPOSE. |
| 14 |
|
|
|
| 15 |
|
|
@SET_MAKE@ |
| 16 |
|
|
VPATH = @srcdir@ |
| 17 |
michael |
1338 |
am__make_dryrun = \ |
| 18 |
|
|
{ \ |
| 19 |
|
|
am__dry=no; \ |
| 20 |
|
|
case $$MAKEFLAGS in \ |
| 21 |
|
|
*\\[\ \ ]*) \ |
| 22 |
|
|
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
| 23 |
|
|
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
| 24 |
|
|
*) \ |
| 25 |
|
|
for am__flg in $$MAKEFLAGS; do \ |
| 26 |
|
|
case $$am__flg in \ |
| 27 |
|
|
*=*|--*) ;; \ |
| 28 |
|
|
*n*) am__dry=yes; break;; \ |
| 29 |
|
|
esac; \ |
| 30 |
|
|
done;; \ |
| 31 |
|
|
esac; \ |
| 32 |
|
|
test $$am__dry = yes; \ |
| 33 |
|
|
} |
| 34 |
michael |
912 |
pkgdatadir = $(datadir)/@PACKAGE@ |
| 35 |
michael |
945 |
pkgincludedir = $(includedir)/@PACKAGE@ |
| 36 |
michael |
912 |
pkglibdir = $(libdir)/@PACKAGE@ |
| 37 |
michael |
945 |
pkglibexecdir = $(libexecdir)/@PACKAGE@ |
| 38 |
michael |
912 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 39 |
|
|
install_sh_DATA = $(install_sh) -c -m 644 |
| 40 |
|
|
install_sh_PROGRAM = $(install_sh) -c |
| 41 |
|
|
install_sh_SCRIPT = $(install_sh) -c |
| 42 |
|
|
INSTALL_HEADER = $(INSTALL_DATA) |
| 43 |
|
|
transform = $(program_transform_name) |
| 44 |
|
|
NORMAL_INSTALL = : |
| 45 |
|
|
PRE_INSTALL = : |
| 46 |
|
|
POST_INSTALL = : |
| 47 |
|
|
NORMAL_UNINSTALL = : |
| 48 |
|
|
PRE_UNINSTALL = : |
| 49 |
|
|
POST_UNINSTALL = : |
| 50 |
|
|
build_triplet = @build@ |
| 51 |
|
|
host_triplet = @host@ |
| 52 |
|
|
subdir = help |
| 53 |
michael |
1720 |
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am |
| 54 |
michael |
912 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 55 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
| 56 |
|
|
$(top_srcdir)/configure.ac |
| 57 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 58 |
|
|
$(ACLOCAL_M4) |
| 59 |
|
|
mkinstalldirs = $(install_sh) -d |
| 60 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h |
| 61 |
|
|
CONFIG_CLEAN_FILES = |
| 62 |
michael |
945 |
CONFIG_CLEAN_VPATH_FILES = |
| 63 |
michael |
1720 |
AM_V_P = $(am__v_P_@AM_V@) |
| 64 |
|
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| 65 |
|
|
am__v_P_0 = false |
| 66 |
|
|
am__v_P_1 = : |
| 67 |
|
|
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| 68 |
|
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| 69 |
|
|
am__v_GEN_0 = @echo " GEN " $@; |
| 70 |
|
|
am__v_GEN_1 = |
| 71 |
|
|
AM_V_at = $(am__v_at_@AM_V@) |
| 72 |
|
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| 73 |
|
|
am__v_at_0 = @ |
| 74 |
|
|
am__v_at_1 = |
| 75 |
michael |
912 |
SOURCES = |
| 76 |
|
|
DIST_SOURCES = |
| 77 |
michael |
1720 |
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
| 78 |
|
|
ctags-recursive dvi-recursive html-recursive info-recursive \ |
| 79 |
|
|
install-data-recursive install-dvi-recursive \ |
| 80 |
|
|
install-exec-recursive install-html-recursive \ |
| 81 |
|
|
install-info-recursive install-pdf-recursive \ |
| 82 |
|
|
install-ps-recursive install-recursive installcheck-recursive \ |
| 83 |
|
|
installdirs-recursive pdf-recursive ps-recursive \ |
| 84 |
|
|
tags-recursive uninstall-recursive |
| 85 |
michael |
1338 |
am__can_run_installinfo = \ |
| 86 |
|
|
case $$AM_UPDATE_INFO_DIR in \ |
| 87 |
|
|
n|no|NO) false;; \ |
| 88 |
|
|
*) (install-info --version) >/dev/null 2>&1;; \ |
| 89 |
|
|
esac |
| 90 |
michael |
912 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 91 |
|
|
distclean-recursive maintainer-clean-recursive |
| 92 |
michael |
1720 |
am__recursive_targets = \ |
| 93 |
|
|
$(RECURSIVE_TARGETS) \ |
| 94 |
|
|
$(RECURSIVE_CLEAN_TARGETS) \ |
| 95 |
|
|
$(am__extra_recursive_targets) |
| 96 |
|
|
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
| 97 |
michael |
945 |
distdir |
| 98 |
michael |
1720 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
| 99 |
|
|
# Read a list of newline-separated strings from the standard input, |
| 100 |
|
|
# and print each of them once, without duplicates. Input order is |
| 101 |
|
|
# *not* preserved. |
| 102 |
|
|
am__uniquify_input = $(AWK) '\ |
| 103 |
|
|
BEGIN { nonempty = 0; } \ |
| 104 |
|
|
{ items[$$0] = 1; nonempty = 1; } \ |
| 105 |
|
|
END { if (nonempty) { for (i in items) print i; }; } \ |
| 106 |
|
|
' |
| 107 |
|
|
# Make sure the list of sources is unique. This is necessary because, |
| 108 |
|
|
# e.g., the same source file might be shared among _SOURCES variables |
| 109 |
|
|
# for different programs/libraries. |
| 110 |
|
|
am__define_uniq_tagged_files = \ |
| 111 |
|
|
list='$(am__tagged_files)'; \ |
| 112 |
|
|
unique=`for i in $$list; do \ |
| 113 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 114 |
|
|
done | $(am__uniquify_input)` |
| 115 |
michael |
912 |
ETAGS = etags |
| 116 |
|
|
CTAGS = ctags |
| 117 |
|
|
DIST_SUBDIRS = $(SUBDIRS) |
| 118 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 119 |
michael |
945 |
am__relativize = \ |
| 120 |
|
|
dir0=`pwd`; \ |
| 121 |
|
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 122 |
|
|
sed_rest='s,^[^/]*/*,,'; \ |
| 123 |
|
|
sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 124 |
|
|
sed_butlast='s,/*[^/]*$$,,'; \ |
| 125 |
|
|
while test -n "$$dir1"; do \ |
| 126 |
|
|
first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 127 |
|
|
if test "$$first" != "."; then \ |
| 128 |
|
|
if test "$$first" = ".."; then \ |
| 129 |
|
|
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 130 |
|
|
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 131 |
|
|
else \ |
| 132 |
|
|
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 133 |
|
|
if test "$$first2" = "$$first"; then \ |
| 134 |
|
|
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 135 |
|
|
else \ |
| 136 |
|
|
dir2="../$$dir2"; \ |
| 137 |
|
|
fi; \ |
| 138 |
|
|
dir0="$$dir0"/"$$first"; \ |
| 139 |
|
|
fi; \ |
| 140 |
|
|
fi; \ |
| 141 |
|
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 142 |
|
|
done; \ |
| 143 |
|
|
reldir="$$dir2" |
| 144 |
michael |
912 |
ACLOCAL = @ACLOCAL@ |
| 145 |
|
|
AMTAR = @AMTAR@ |
| 146 |
michael |
1720 |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| 147 |
michael |
912 |
AR = @AR@ |
| 148 |
michael |
945 |
ARGZ_H = @ARGZ_H@ |
| 149 |
michael |
912 |
AUTOCONF = @AUTOCONF@ |
| 150 |
|
|
AUTOHEADER = @AUTOHEADER@ |
| 151 |
|
|
AUTOMAKE = @AUTOMAKE@ |
| 152 |
|
|
AWK = @AWK@ |
| 153 |
|
|
CC = @CC@ |
| 154 |
|
|
CCDEPMODE = @CCDEPMODE@ |
| 155 |
|
|
CFLAGS = @CFLAGS@ |
| 156 |
|
|
CPP = @CPP@ |
| 157 |
|
|
CPPFLAGS = @CPPFLAGS@ |
| 158 |
|
|
CYGPATH_W = @CYGPATH_W@ |
| 159 |
|
|
DATADIR = @DATADIR@ |
| 160 |
|
|
DEFS = @DEFS@ |
| 161 |
|
|
DEPDIR = @DEPDIR@ |
| 162 |
michael |
1106 |
DLLTOOL = @DLLTOOL@ |
| 163 |
db |
941 |
DSYMUTIL = @DSYMUTIL@ |
| 164 |
michael |
945 |
DUMPBIN = @DUMPBIN@ |
| 165 |
michael |
912 |
ECHO_C = @ECHO_C@ |
| 166 |
|
|
ECHO_N = @ECHO_N@ |
| 167 |
|
|
ECHO_T = @ECHO_T@ |
| 168 |
|
|
EGREP = @EGREP@ |
| 169 |
|
|
EXEEXT = @EXEEXT@ |
| 170 |
michael |
945 |
FGREP = @FGREP@ |
| 171 |
michael |
912 |
GREP = @GREP@ |
| 172 |
|
|
INCLTDL = @INCLTDL@ |
| 173 |
|
|
INSTALL = @INSTALL@ |
| 174 |
|
|
INSTALL_DATA = @INSTALL_DATA@ |
| 175 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 176 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 177 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 178 |
michael |
945 |
LD = @LD@ |
| 179 |
michael |
912 |
LDFLAGS = @LDFLAGS@ |
| 180 |
|
|
LEX = @LEX@ |
| 181 |
|
|
LEXLIB = @LEXLIB@ |
| 182 |
|
|
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
| 183 |
michael |
945 |
LIBADD_DL = @LIBADD_DL@ |
| 184 |
|
|
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@ |
| 185 |
|
|
LIBADD_DLOPEN = @LIBADD_DLOPEN@ |
| 186 |
|
|
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@ |
| 187 |
michael |
912 |
LIBDIR = @LIBDIR@ |
| 188 |
|
|
LIBLTDL = @LIBLTDL@ |
| 189 |
|
|
LIBOBJS = @LIBOBJS@ |
| 190 |
|
|
LIBS = @LIBS@ |
| 191 |
|
|
LIBTOOL = @LIBTOOL@ |
| 192 |
michael |
945 |
LIPO = @LIPO@ |
| 193 |
michael |
912 |
LN_S = @LN_S@ |
| 194 |
|
|
LOCALSTATEDIR = @LOCALSTATEDIR@ |
| 195 |
michael |
945 |
LTDLDEPS = @LTDLDEPS@ |
| 196 |
|
|
LTDLINCL = @LTDLINCL@ |
| 197 |
|
|
LTDLOPEN = @LTDLOPEN@ |
| 198 |
michael |
912 |
LTLIBOBJS = @LTLIBOBJS@ |
| 199 |
michael |
945 |
LT_CONFIG_H = @LT_CONFIG_H@ |
| 200 |
|
|
LT_DLLOADERS = @LT_DLLOADERS@ |
| 201 |
|
|
LT_DLPREOPEN = @LT_DLPREOPEN@ |
| 202 |
michael |
912 |
MAINT = @MAINT@ |
| 203 |
|
|
MAKEINFO = @MAKEINFO@ |
| 204 |
michael |
1106 |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
| 205 |
michael |
912 |
MKDIR_P = @MKDIR_P@ |
| 206 |
michael |
945 |
NM = @NM@ |
| 207 |
db |
941 |
NMEDIT = @NMEDIT@ |
| 208 |
michael |
945 |
OBJDUMP = @OBJDUMP@ |
| 209 |
michael |
912 |
OBJEXT = @OBJEXT@ |
| 210 |
michael |
945 |
OTOOL = @OTOOL@ |
| 211 |
|
|
OTOOL64 = @OTOOL64@ |
| 212 |
michael |
912 |
PACKAGE = @PACKAGE@ |
| 213 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 214 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@ |
| 215 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@ |
| 216 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
| 217 |
michael |
967 |
PACKAGE_URL = @PACKAGE_URL@ |
| 218 |
michael |
912 |
PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 219 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 220 |
|
|
PREFIX = @PREFIX@ |
| 221 |
|
|
RANLIB = @RANLIB@ |
| 222 |
|
|
SED = @SED@ |
| 223 |
|
|
SET_MAKE = @SET_MAKE@ |
| 224 |
|
|
SHELL = @SHELL@ |
| 225 |
|
|
STRIP = @STRIP@ |
| 226 |
|
|
SYSCONFDIR = @SYSCONFDIR@ |
| 227 |
|
|
VERSION = @VERSION@ |
| 228 |
|
|
YACC = @YACC@ |
| 229 |
|
|
YFLAGS = @YFLAGS@ |
| 230 |
|
|
abs_builddir = @abs_builddir@ |
| 231 |
|
|
abs_srcdir = @abs_srcdir@ |
| 232 |
|
|
abs_top_builddir = @abs_top_builddir@ |
| 233 |
|
|
abs_top_srcdir = @abs_top_srcdir@ |
| 234 |
michael |
1106 |
ac_ct_AR = @ac_ct_AR@ |
| 235 |
michael |
912 |
ac_ct_CC = @ac_ct_CC@ |
| 236 |
michael |
945 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 237 |
michael |
912 |
am__include = @am__include@ |
| 238 |
|
|
am__leading_dot = @am__leading_dot@ |
| 239 |
|
|
am__quote = @am__quote@ |
| 240 |
|
|
am__tar = @am__tar@ |
| 241 |
|
|
am__untar = @am__untar@ |
| 242 |
|
|
bindir = @bindir@ |
| 243 |
|
|
build = @build@ |
| 244 |
|
|
build_alias = @build_alias@ |
| 245 |
|
|
build_cpu = @build_cpu@ |
| 246 |
|
|
build_os = @build_os@ |
| 247 |
|
|
build_vendor = @build_vendor@ |
| 248 |
|
|
builddir = @builddir@ |
| 249 |
|
|
datadir = @datadir@ |
| 250 |
|
|
datarootdir = @datarootdir@ |
| 251 |
|
|
docdir = @docdir@ |
| 252 |
|
|
dvidir = @dvidir@ |
| 253 |
|
|
exec_prefix = @exec_prefix@ |
| 254 |
|
|
host = @host@ |
| 255 |
|
|
host_alias = @host_alias@ |
| 256 |
|
|
host_cpu = @host_cpu@ |
| 257 |
|
|
host_os = @host_os@ |
| 258 |
|
|
host_vendor = @host_vendor@ |
| 259 |
|
|
htmldir = @htmldir@ |
| 260 |
|
|
includedir = @includedir@ |
| 261 |
|
|
infodir = @infodir@ |
| 262 |
|
|
install_sh = @install_sh@ |
| 263 |
|
|
libdir = @libdir@ |
| 264 |
|
|
libexecdir = @libexecdir@ |
| 265 |
|
|
localedir = @localedir@ |
| 266 |
|
|
localstatedir = @localstatedir@ |
| 267 |
michael |
945 |
ltdl_LIBOBJS = @ltdl_LIBOBJS@ |
| 268 |
|
|
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ |
| 269 |
michael |
912 |
mandir = @mandir@ |
| 270 |
michael |
1462 |
mkdir_p = @mkdir_p@ |
| 271 |
michael |
912 |
oldincludedir = @oldincludedir@ |
| 272 |
|
|
pdfdir = @pdfdir@ |
| 273 |
|
|
prefix = @prefix@ |
| 274 |
|
|
program_transform_name = @program_transform_name@ |
| 275 |
|
|
psdir = @psdir@ |
| 276 |
|
|
sbindir = @sbindir@ |
| 277 |
|
|
sharedstatedir = @sharedstatedir@ |
| 278 |
|
|
srcdir = @srcdir@ |
| 279 |
michael |
945 |
sys_symbol_underscore = @sys_symbol_underscore@ |
| 280 |
michael |
912 |
sysconfdir = @sysconfdir@ |
| 281 |
|
|
target_alias = @target_alias@ |
| 282 |
db |
941 |
top_build_prefix = @top_build_prefix@ |
| 283 |
michael |
912 |
top_builddir = @top_builddir@ |
| 284 |
|
|
top_srcdir = @top_srcdir@ |
| 285 |
|
|
AUTOMAKE_OPTIONS = foreign |
| 286 |
|
|
SUBDIRS = opers users |
| 287 |
|
|
all: all-recursive |
| 288 |
|
|
|
| 289 |
|
|
.SUFFIXES: |
| 290 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
| 291 |
|
|
@for dep in $?; do \ |
| 292 |
|
|
case '$(am__configure_deps)' in \ |
| 293 |
|
|
*$$dep*) \ |
| 294 |
michael |
945 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
| 295 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \ |
| 296 |
michael |
912 |
exit 1;; \ |
| 297 |
|
|
esac; \ |
| 298 |
|
|
done; \ |
| 299 |
michael |
945 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \ |
| 300 |
|
|
$(am__cd) $(top_srcdir) && \ |
| 301 |
|
|
$(AUTOMAKE) --foreign help/Makefile |
| 302 |
michael |
912 |
.PRECIOUS: Makefile |
| 303 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 304 |
|
|
@case '$?' in \ |
| 305 |
|
|
*config.status*) \ |
| 306 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
| 307 |
|
|
*) \ |
| 308 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
| 309 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
| 310 |
|
|
esac; |
| 311 |
|
|
|
| 312 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 313 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 314 |
|
|
|
| 315 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
| 316 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 317 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
| 318 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
| 319 |
michael |
945 |
$(am__aclocal_m4_deps): |
| 320 |
michael |
912 |
|
| 321 |
|
|
mostlyclean-libtool: |
| 322 |
|
|
-rm -f *.lo |
| 323 |
|
|
|
| 324 |
|
|
clean-libtool: |
| 325 |
|
|
-rm -rf .libs _libs |
| 326 |
|
|
|
| 327 |
|
|
# This directory's subdirectories are mostly independent; you can cd |
| 328 |
michael |
1373 |
# into them and run 'make' without going through this Makefile. |
| 329 |
|
|
# To change the values of 'make' variables: instead of editing Makefiles, |
| 330 |
|
|
# (1) if the variable is set in 'config.status', edit 'config.status' |
| 331 |
|
|
# (which will cause the Makefiles to be regenerated when you run 'make'); |
| 332 |
|
|
# (2) otherwise, pass the desired values on the 'make' command line. |
| 333 |
michael |
1720 |
$(am__recursive_targets): |
| 334 |
michael |
1043 |
@fail= failcom='exit 1'; \ |
| 335 |
michael |
912 |
for f in x $$MAKEFLAGS; do \ |
| 336 |
|
|
case $$f in \ |
| 337 |
|
|
*=* | --[!k]*);; \ |
| 338 |
|
|
*k*) failcom='fail=yes';; \ |
| 339 |
|
|
esac; \ |
| 340 |
|
|
done; \ |
| 341 |
|
|
dot_seen=no; \ |
| 342 |
|
|
target=`echo $@ | sed s/-recursive//`; \ |
| 343 |
michael |
1462 |
case "$@" in \ |
| 344 |
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 345 |
|
|
*) list='$(SUBDIRS)' ;; \ |
| 346 |
|
|
esac; \ |
| 347 |
|
|
for subdir in $$list; do \ |
| 348 |
michael |
912 |
echo "Making $$target in $$subdir"; \ |
| 349 |
|
|
if test "$$subdir" = "."; then \ |
| 350 |
|
|
dot_seen=yes; \ |
| 351 |
|
|
local_target="$$target-am"; \ |
| 352 |
|
|
else \ |
| 353 |
|
|
local_target="$$target"; \ |
| 354 |
|
|
fi; \ |
| 355 |
michael |
945 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 356 |
michael |
912 |
|| eval $$failcom; \ |
| 357 |
|
|
done; \ |
| 358 |
|
|
if test "$$dot_seen" = "no"; then \ |
| 359 |
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 360 |
|
|
fi; test -z "$$fail" |
| 361 |
|
|
|
| 362 |
michael |
1720 |
ID: $(am__tagged_files) |
| 363 |
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique |
| 364 |
|
|
tags: tags-recursive |
| 365 |
|
|
TAGS: tags |
| 366 |
michael |
912 |
|
| 367 |
michael |
1720 |
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 368 |
michael |
945 |
set x; \ |
| 369 |
michael |
912 |
here=`pwd`; \ |
| 370 |
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 371 |
|
|
include_option=--etags-include; \ |
| 372 |
|
|
empty_fix=.; \ |
| 373 |
|
|
else \ |
| 374 |
|
|
include_option=--include; \ |
| 375 |
|
|
empty_fix=; \ |
| 376 |
|
|
fi; \ |
| 377 |
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 378 |
|
|
if test "$$subdir" = .; then :; else \ |
| 379 |
|
|
test ! -f $$subdir/TAGS || \ |
| 380 |
michael |
945 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 381 |
michael |
912 |
fi; \ |
| 382 |
|
|
done; \ |
| 383 |
michael |
1720 |
$(am__define_uniq_tagged_files); \ |
| 384 |
michael |
945 |
shift; \ |
| 385 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 386 |
michael |
912 |
test -n "$$unique" || unique=$$empty_fix; \ |
| 387 |
michael |
945 |
if test $$# -gt 0; then \ |
| 388 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 389 |
|
|
"$$@" $$unique; \ |
| 390 |
|
|
else \ |
| 391 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 392 |
|
|
$$unique; \ |
| 393 |
|
|
fi; \ |
| 394 |
michael |
912 |
fi |
| 395 |
michael |
1720 |
ctags: ctags-recursive |
| 396 |
|
|
|
| 397 |
|
|
CTAGS: ctags |
| 398 |
|
|
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
| 399 |
|
|
$(am__define_uniq_tagged_files); \ |
| 400 |
michael |
945 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 401 |
michael |
912 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 402 |
michael |
945 |
$$unique |
| 403 |
michael |
912 |
|
| 404 |
|
|
GTAGS: |
| 405 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 406 |
michael |
945 |
&& $(am__cd) $(top_srcdir) \ |
| 407 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 408 |
michael |
1720 |
cscopelist: cscopelist-recursive |
| 409 |
michael |
912 |
|
| 410 |
michael |
1720 |
cscopelist-am: $(am__tagged_files) |
| 411 |
|
|
list='$(am__tagged_files)'; \ |
| 412 |
michael |
1373 |
case "$(srcdir)" in \ |
| 413 |
|
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
| 414 |
|
|
*) sdir=$(subdir)/$(srcdir) ;; \ |
| 415 |
|
|
esac; \ |
| 416 |
|
|
for i in $$list; do \ |
| 417 |
|
|
if test -f "$$i"; then \ |
| 418 |
|
|
echo "$(subdir)/$$i"; \ |
| 419 |
|
|
else \ |
| 420 |
|
|
echo "$$sdir/$$i"; \ |
| 421 |
|
|
fi; \ |
| 422 |
|
|
done >> $(top_builddir)/cscope.files |
| 423 |
|
|
|
| 424 |
michael |
912 |
distclean-tags: |
| 425 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 426 |
|
|
|
| 427 |
|
|
distdir: $(DISTFILES) |
| 428 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 429 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 430 |
|
|
list='$(DISTFILES)'; \ |
| 431 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \ |
| 432 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \ |
| 433 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 434 |
|
|
case $$dist_files in \ |
| 435 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 436 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 437 |
|
|
sort -u` ;; \ |
| 438 |
|
|
esac; \ |
| 439 |
|
|
for file in $$dist_files; do \ |
| 440 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 441 |
|
|
if test -d $$d/$$file; then \ |
| 442 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 443 |
michael |
945 |
if test -d "$(distdir)/$$file"; then \ |
| 444 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 445 |
|
|
fi; \ |
| 446 |
michael |
912 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 447 |
michael |
945 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 448 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 449 |
michael |
912 |
fi; \ |
| 450 |
michael |
945 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 451 |
michael |
912 |
else \ |
| 452 |
michael |
945 |
test -f "$(distdir)/$$file" \ |
| 453 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
| 454 |
michael |
912 |
|| exit 1; \ |
| 455 |
|
|
fi; \ |
| 456 |
|
|
done |
| 457 |
michael |
945 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 458 |
michael |
912 |
if test "$$subdir" = .; then :; else \ |
| 459 |
michael |
1338 |
$(am__make_dryrun) \ |
| 460 |
|
|
|| test -d "$(distdir)/$$subdir" \ |
| 461 |
|
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 462 |
|
|
|| exit 1; \ |
| 463 |
michael |
945 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 464 |
|
|
$(am__relativize); \ |
| 465 |
|
|
new_distdir=$$reldir; \ |
| 466 |
|
|
dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 467 |
|
|
$(am__relativize); \ |
| 468 |
|
|
new_top_distdir=$$reldir; \ |
| 469 |
|
|
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 470 |
|
|
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 471 |
|
|
($(am__cd) $$subdir && \ |
| 472 |
michael |
912 |
$(MAKE) $(AM_MAKEFLAGS) \ |
| 473 |
michael |
945 |
top_distdir="$$new_top_distdir" \ |
| 474 |
|
|
distdir="$$new_distdir" \ |
| 475 |
michael |
912 |
am__remove_distdir=: \ |
| 476 |
|
|
am__skip_length_check=: \ |
| 477 |
michael |
945 |
am__skip_mode_fix=: \ |
| 478 |
michael |
912 |
distdir) \ |
| 479 |
|
|
|| exit 1; \ |
| 480 |
|
|
fi; \ |
| 481 |
|
|
done |
| 482 |
|
|
check-am: all-am |
| 483 |
|
|
check: check-recursive |
| 484 |
|
|
all-am: Makefile |
| 485 |
|
|
installdirs: installdirs-recursive |
| 486 |
|
|
installdirs-am: |
| 487 |
|
|
install: install-recursive |
| 488 |
|
|
install-exec: install-exec-recursive |
| 489 |
|
|
install-data: install-data-recursive |
| 490 |
|
|
uninstall: uninstall-recursive |
| 491 |
|
|
|
| 492 |
|
|
install-am: all-am |
| 493 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 494 |
|
|
|
| 495 |
|
|
installcheck: installcheck-recursive |
| 496 |
|
|
install-strip: |
| 497 |
michael |
1257 |
if test -z '$(STRIP)'; then \ |
| 498 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 499 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 500 |
|
|
install; \ |
| 501 |
|
|
else \ |
| 502 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 503 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 504 |
|
|
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 505 |
|
|
fi |
| 506 |
michael |
912 |
mostlyclean-generic: |
| 507 |
|
|
|
| 508 |
|
|
clean-generic: |
| 509 |
|
|
|
| 510 |
|
|
distclean-generic: |
| 511 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 512 |
michael |
945 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 513 |
michael |
912 |
|
| 514 |
|
|
maintainer-clean-generic: |
| 515 |
|
|
@echo "This command is intended for maintainers to use" |
| 516 |
|
|
@echo "it deletes files that may require special tools to rebuild." |
| 517 |
|
|
clean: clean-recursive |
| 518 |
|
|
|
| 519 |
|
|
clean-am: clean-generic clean-libtool mostlyclean-am |
| 520 |
|
|
|
| 521 |
|
|
distclean: distclean-recursive |
| 522 |
|
|
-rm -f Makefile |
| 523 |
|
|
distclean-am: clean-am distclean-generic distclean-tags |
| 524 |
|
|
|
| 525 |
|
|
dvi: dvi-recursive |
| 526 |
|
|
|
| 527 |
|
|
dvi-am: |
| 528 |
|
|
|
| 529 |
|
|
html: html-recursive |
| 530 |
|
|
|
| 531 |
michael |
945 |
html-am: |
| 532 |
|
|
|
| 533 |
michael |
912 |
info: info-recursive |
| 534 |
|
|
|
| 535 |
|
|
info-am: |
| 536 |
|
|
|
| 537 |
|
|
install-data-am: |
| 538 |
|
|
|
| 539 |
|
|
install-dvi: install-dvi-recursive |
| 540 |
|
|
|
| 541 |
michael |
945 |
install-dvi-am: |
| 542 |
|
|
|
| 543 |
michael |
912 |
install-exec-am: |
| 544 |
|
|
|
| 545 |
|
|
install-html: install-html-recursive |
| 546 |
|
|
|
| 547 |
michael |
945 |
install-html-am: |
| 548 |
|
|
|
| 549 |
michael |
912 |
install-info: install-info-recursive |
| 550 |
|
|
|
| 551 |
michael |
945 |
install-info-am: |
| 552 |
|
|
|
| 553 |
michael |
912 |
install-man: |
| 554 |
|
|
|
| 555 |
|
|
install-pdf: install-pdf-recursive |
| 556 |
|
|
|
| 557 |
michael |
945 |
install-pdf-am: |
| 558 |
|
|
|
| 559 |
michael |
912 |
install-ps: install-ps-recursive |
| 560 |
|
|
|
| 561 |
michael |
945 |
install-ps-am: |
| 562 |
|
|
|
| 563 |
michael |
912 |
installcheck-am: |
| 564 |
|
|
|
| 565 |
|
|
maintainer-clean: maintainer-clean-recursive |
| 566 |
|
|
-rm -f Makefile |
| 567 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
| 568 |
|
|
|
| 569 |
|
|
mostlyclean: mostlyclean-recursive |
| 570 |
|
|
|
| 571 |
|
|
mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 572 |
|
|
|
| 573 |
|
|
pdf: pdf-recursive |
| 574 |
|
|
|
| 575 |
|
|
pdf-am: |
| 576 |
|
|
|
| 577 |
|
|
ps: ps-recursive |
| 578 |
|
|
|
| 579 |
|
|
ps-am: |
| 580 |
|
|
|
| 581 |
|
|
uninstall-am: |
| 582 |
|
|
|
| 583 |
michael |
1720 |
.MAKE: $(am__recursive_targets) install-am install-strip |
| 584 |
michael |
912 |
|
| 585 |
michael |
1720 |
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ |
| 586 |
|
|
check-am clean clean-generic clean-libtool cscopelist-am ctags \ |
| 587 |
|
|
ctags-am distclean distclean-generic distclean-libtool \ |
| 588 |
|
|
distclean-tags distdir dvi dvi-am html html-am info info-am \ |
| 589 |
|
|
install install-am install-data install-data-am install-dvi \ |
| 590 |
michael |
1373 |
install-dvi-am install-exec install-exec-am install-html \ |
| 591 |
|
|
install-html-am install-info install-info-am install-man \ |
| 592 |
|
|
install-pdf install-pdf-am install-ps install-ps-am \ |
| 593 |
|
|
install-strip installcheck installcheck-am installdirs \ |
| 594 |
|
|
installdirs-am maintainer-clean maintainer-clean-generic \ |
| 595 |
|
|
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
| 596 |
michael |
1720 |
ps ps-am tags tags-am uninstall uninstall-am |
| 597 |
michael |
912 |
|
| 598 |
michael |
945 |
|
| 599 |
michael |
912 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 600 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 601 |
|
|
.NOEXPORT: |