| 1 |
# Makefile.in generated by automake 1.11.6 from Makefile.am. |
| 2 |
# Makefile. Generated from Makefile.in by configure. |
| 3 |
|
| 4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 5 |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
| 6 |
# Foundation, Inc. |
| 7 |
# This Makefile.in is free software; the Free Software Foundation |
| 8 |
# gives unlimited permission to copy and/or distribute it, |
| 9 |
# with or without modifications, as long as this notice is preserved. |
| 10 |
|
| 11 |
# This program is distributed in the hope that it will be useful, |
| 12 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 13 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 14 |
# PARTICULAR PURPOSE. |
| 15 |
|
| 16 |
|
| 17 |
|
| 18 |
# |
| 19 |
|
| 20 |
am__make_dryrun = \ |
| 21 |
{ \ |
| 22 |
am__dry=no; \ |
| 23 |
case $$MAKEFLAGS in \ |
| 24 |
*\\[\ \ ]*) \ |
| 25 |
echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ |
| 26 |
| grep '^AM OK$$' >/dev/null || am__dry=yes;; \ |
| 27 |
*) \ |
| 28 |
for am__flg in $$MAKEFLAGS; do \ |
| 29 |
case $$am__flg in \ |
| 30 |
*=*|--*) ;; \ |
| 31 |
*n*) am__dry=yes; break;; \ |
| 32 |
esac; \ |
| 33 |
done;; \ |
| 34 |
esac; \ |
| 35 |
test $$am__dry = yes; \ |
| 36 |
} |
| 37 |
pkgdatadir = $(datadir)/star-snow-notes |
| 38 |
pkgincludedir = $(includedir)/star-snow-notes |
| 39 |
pkglibdir = $(libdir)/star-snow-notes |
| 40 |
pkglibexecdir = $(libexecdir)/star-snow-notes |
| 41 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 42 |
install_sh_DATA = $(install_sh) -c -m 644 |
| 43 |
install_sh_PROGRAM = $(install_sh) -c |
| 44 |
install_sh_SCRIPT = $(install_sh) -c |
| 45 |
INSTALL_HEADER = $(INSTALL_DATA) |
| 46 |
transform = $(program_transform_name) |
| 47 |
NORMAL_INSTALL = : |
| 48 |
PRE_INSTALL = : |
| 49 |
POST_INSTALL = : |
| 50 |
NORMAL_UNINSTALL = : |
| 51 |
PRE_UNINSTALL = : |
| 52 |
POST_UNINSTALL = : |
| 53 |
build_triplet = i686-pc-linux-gnu |
| 54 |
host_triplet = i686-pc-linux-gnu |
| 55 |
subdir = . |
| 56 |
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
| 57 |
$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ |
| 58 |
ChangeLog INSTALL NEWS config/config.guess config/config.sub \ |
| 59 |
config/depcomp config/install-sh config/missing \ |
| 60 |
config/mkinstalldirs |
| 61 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 62 |
am__aclocal_m4_deps = $(top_srcdir)/configure.in |
| 63 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 64 |
$(ACLOCAL_M4) |
| 65 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| 66 |
configure.lineno config.status.lineno |
| 67 |
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
| 68 |
CONFIG_HEADER = $(top_builddir)/src/config.h |
| 69 |
CONFIG_CLEAN_FILES = |
| 70 |
CONFIG_CLEAN_VPATH_FILES = |
| 71 |
SOURCES = |
| 72 |
DIST_SOURCES = |
| 73 |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
| 74 |
html-recursive info-recursive install-data-recursive \ |
| 75 |
install-dvi-recursive install-exec-recursive \ |
| 76 |
install-html-recursive install-info-recursive \ |
| 77 |
install-pdf-recursive install-ps-recursive install-recursive \ |
| 78 |
installcheck-recursive installdirs-recursive pdf-recursive \ |
| 79 |
ps-recursive uninstall-recursive |
| 80 |
am__can_run_installinfo = \ |
| 81 |
case $$AM_UPDATE_INFO_DIR in \ |
| 82 |
n|no|NO) false;; \ |
| 83 |
*) (install-info --version) >/dev/null 2>&1;; \ |
| 84 |
esac |
| 85 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 86 |
distclean-recursive maintainer-clean-recursive |
| 87 |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
| 88 |
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
| 89 |
distdir dist dist-all distcheck |
| 90 |
ETAGS = etags |
| 91 |
CTAGS = ctags |
| 92 |
DIST_SUBDIRS = $(SUBDIRS) |
| 93 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 94 |
distdir = $(PACKAGE)-$(VERSION) |
| 95 |
top_distdir = $(distdir) |
| 96 |
am__remove_distdir = \ |
| 97 |
if test -d "$(distdir)"; then \ |
| 98 |
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| 99 |
&& rm -rf "$(distdir)" \ |
| 100 |
|| { sleep 5 && rm -rf "$(distdir)"; }; \ |
| 101 |
else :; fi |
| 102 |
am__relativize = \ |
| 103 |
dir0=`pwd`; \ |
| 104 |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 105 |
sed_rest='s,^[^/]*/*,,'; \ |
| 106 |
sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 107 |
sed_butlast='s,/*[^/]*$$,,'; \ |
| 108 |
while test -n "$$dir1"; do \ |
| 109 |
first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 110 |
if test "$$first" != "."; then \ |
| 111 |
if test "$$first" = ".."; then \ |
| 112 |
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 113 |
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 114 |
else \ |
| 115 |
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 116 |
if test "$$first2" = "$$first"; then \ |
| 117 |
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 118 |
else \ |
| 119 |
dir2="../$$dir2"; \ |
| 120 |
fi; \ |
| 121 |
dir0="$$dir0"/"$$first"; \ |
| 122 |
fi; \ |
| 123 |
fi; \ |
| 124 |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 125 |
done; \ |
| 126 |
reldir="$$dir2" |
| 127 |
DIST_ARCHIVES = $(distdir).tar.gz |
| 128 |
GZIP_ENV = --best |
| 129 |
distuninstallcheck_listfiles = find . -type f -print |
| 130 |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
| 131 |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
| 132 |
distcleancheck_listfiles = find . -type f -print |
| 133 |
ACLOCAL = ${SHELL} /home/dud/src/star-snow-notes/star-snow-notes/config/missing --run aclocal-1.11 |
| 134 |
AMTAR = $${TAR-tar} |
| 135 |
AUTOCONF = ${SHELL} /home/dud/src/star-snow-notes/star-snow-notes/config/missing --run autoconf |
| 136 |
AUTOHEADER = ${SHELL} /home/dud/src/star-snow-notes/star-snow-notes/config/missing --run autoheader |
| 137 |
AUTOMAKE = ${SHELL} /home/dud/src/star-snow-notes/star-snow-notes/config/missing --run automake-1.11 |
| 138 |
AWK = gawk |
| 139 |
CC = gcc |
| 140 |
CCDEPMODE = depmode=gcc3 |
| 141 |
CFLAGS = -g -O2 |
| 142 |
CPP = gcc -E |
| 143 |
CPPFLAGS = |
| 144 |
CXX = g++ |
| 145 |
CXXDEPMODE = depmode=gcc3 |
| 146 |
CXXFLAGS = -g -O2 |
| 147 |
CYGPATH_W = echo |
| 148 |
DEFS = -DHAVE_CONFIG_H |
| 149 |
DEPDIR = .deps |
| 150 |
ECHO_C = |
| 151 |
ECHO_N = -n |
| 152 |
ECHO_T = |
| 153 |
EGREP = /bin/grep -E |
| 154 |
EXEEXT = |
| 155 |
GREP = /bin/grep |
| 156 |
INSTALL = /usr/bin/install -c |
| 157 |
INSTALL_DATA = ${INSTALL} -m 644 |
| 158 |
INSTALL_PROGRAM = ${INSTALL} |
| 159 |
INSTALL_SCRIPT = ${INSTALL} |
| 160 |
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
| 161 |
LDFLAGS = |
| 162 |
LIBOBJS = |
| 163 |
LIBS = -lGL -lm |
| 164 |
LN_S = ln -s |
| 165 |
LTLIBOBJS = |
| 166 |
MAKEINFO = ${SHELL} /home/dud/src/star-snow-notes/star-snow-notes/config/missing --run makeinfo |
| 167 |
MKDIR_P = /bin/mkdir -p |
| 168 |
OBJEXT = o |
| 169 |
PACKAGE = star-snow-notes |
| 170 |
PACKAGE_BUGREPORT = bowkenken@users.sourceforge.jp |
| 171 |
PACKAGE_NAME = star-snow-notes |
| 172 |
PACKAGE_STRING = star-snow-notes 1.0.0 |
| 173 |
PACKAGE_TARNAME = star-snow-notes |
| 174 |
PACKAGE_URL = |
| 175 |
PACKAGE_VERSION = 1.0.0 |
| 176 |
PATH_SEPARATOR = : |
| 177 |
SET_MAKE = |
| 178 |
SHELL = /bin/bash |
| 179 |
STRIP = |
| 180 |
VERSION = 1.0.0 |
| 181 |
abs_builddir = /home/dud/src/star-snow-notes/star-snow-notes |
| 182 |
abs_srcdir = /home/dud/src/star-snow-notes/star-snow-notes |
| 183 |
abs_top_builddir = /home/dud/src/star-snow-notes/star-snow-notes |
| 184 |
abs_top_srcdir = /home/dud/src/star-snow-notes/star-snow-notes |
| 185 |
ac_ct_CC = gcc |
| 186 |
ac_ct_CXX = g++ |
| 187 |
am__include = include |
| 188 |
am__leading_dot = . |
| 189 |
am__quote = |
| 190 |
am__tar = $${TAR-tar} chof - "$$tardir" |
| 191 |
am__untar = $${TAR-tar} xf - |
| 192 |
bindir = ${exec_prefix}/bin |
| 193 |
build = i686-pc-linux-gnu |
| 194 |
build_alias = |
| 195 |
build_cpu = i686 |
| 196 |
build_os = linux-gnu |
| 197 |
build_vendor = pc |
| 198 |
builddir = . |
| 199 |
datadir = ${datarootdir} |
| 200 |
datarootdir = ${prefix}/share |
| 201 |
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
| 202 |
dvidir = ${docdir} |
| 203 |
exec_prefix = ${prefix} |
| 204 |
host = i686-pc-linux-gnu |
| 205 |
host_alias = |
| 206 |
host_cpu = i686 |
| 207 |
host_os = linux-gnu |
| 208 |
host_vendor = pc |
| 209 |
htmldir = ${docdir} |
| 210 |
includedir = ${prefix}/include |
| 211 |
infodir = ${datarootdir}/info |
| 212 |
install_sh = ${SHELL} /home/dud/src/star-snow-notes/star-snow-notes/config/install-sh |
| 213 |
libdir = ${exec_prefix}/lib |
| 214 |
libexecdir = ${exec_prefix}/libexec |
| 215 |
localedir = ${datarootdir}/locale |
| 216 |
localstatedir = ${prefix}/var |
| 217 |
mandir = ${datarootdir}/man |
| 218 |
mkdir_p = /bin/mkdir -p |
| 219 |
oldincludedir = /usr/include |
| 220 |
pdfdir = ${docdir} |
| 221 |
prefix = /usr/local |
| 222 |
program_transform_name = s,x,x, |
| 223 |
psdir = ${docdir} |
| 224 |
sbindir = ${exec_prefix}/sbin |
| 225 |
sharedstatedir = ${prefix}/com |
| 226 |
srcdir = . |
| 227 |
sysconfdir = ${prefix}/etc |
| 228 |
target_alias = |
| 229 |
top_build_prefix = |
| 230 |
top_builddir = . |
| 231 |
top_srcdir = . |
| 232 |
SUBDIRS = man src |
| 233 |
EXTRA_DIST = star-snow-notes.spec \ |
| 234 |
README-DOS.TXT README-MAC.TXT |
| 235 |
|
| 236 |
all: all-recursive |
| 237 |
|
| 238 |
.SUFFIXES: |
| 239 |
am--refresh: Makefile |
| 240 |
@: |
| 241 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 242 |
@for dep in $?; do \ |
| 243 |
case '$(am__configure_deps)' in \ |
| 244 |
*$$dep*) \ |
| 245 |
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
| 246 |
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
| 247 |
&& exit 0; \ |
| 248 |
exit 1;; \ |
| 249 |
esac; \ |
| 250 |
done; \ |
| 251 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
| 252 |
$(am__cd) $(top_srcdir) && \ |
| 253 |
$(AUTOMAKE) --gnu Makefile |
| 254 |
.PRECIOUS: Makefile |
| 255 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 256 |
@case '$?' in \ |
| 257 |
*config.status*) \ |
| 258 |
echo ' $(SHELL) ./config.status'; \ |
| 259 |
$(SHELL) ./config.status;; \ |
| 260 |
*) \ |
| 261 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| 262 |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 263 |
esac; |
| 264 |
|
| 265 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 266 |
$(SHELL) ./config.status --recheck |
| 267 |
|
| 268 |
$(top_srcdir)/configure: $(am__configure_deps) |
| 269 |
$(am__cd) $(srcdir) && $(AUTOCONF) |
| 270 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
| 271 |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 272 |
$(am__aclocal_m4_deps): |
| 273 |
|
| 274 |
# This directory's subdirectories are mostly independent; you can cd |
| 275 |
# into them and run `make' without going through this Makefile. |
| 276 |
# To change the values of `make' variables: instead of editing Makefiles, |
| 277 |
# (1) if the variable is set in `config.status', edit `config.status' |
| 278 |
# (which will cause the Makefiles to be regenerated when you run `make'); |
| 279 |
# (2) otherwise, pass the desired values on the `make' command line. |
| 280 |
$(RECURSIVE_TARGETS): |
| 281 |
@fail= failcom='exit 1'; \ |
| 282 |
for f in x $$MAKEFLAGS; do \ |
| 283 |
case $$f in \ |
| 284 |
*=* | --[!k]*);; \ |
| 285 |
*k*) failcom='fail=yes';; \ |
| 286 |
esac; \ |
| 287 |
done; \ |
| 288 |
dot_seen=no; \ |
| 289 |
target=`echo $@ | sed s/-recursive//`; \ |
| 290 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 291 |
echo "Making $$target in $$subdir"; \ |
| 292 |
if test "$$subdir" = "."; then \ |
| 293 |
dot_seen=yes; \ |
| 294 |
local_target="$$target-am"; \ |
| 295 |
else \ |
| 296 |
local_target="$$target"; \ |
| 297 |
fi; \ |
| 298 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 299 |
|| eval $$failcom; \ |
| 300 |
done; \ |
| 301 |
if test "$$dot_seen" = "no"; then \ |
| 302 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 303 |
fi; test -z "$$fail" |
| 304 |
|
| 305 |
$(RECURSIVE_CLEAN_TARGETS): |
| 306 |
@fail= failcom='exit 1'; \ |
| 307 |
for f in x $$MAKEFLAGS; do \ |
| 308 |
case $$f in \ |
| 309 |
*=* | --[!k]*);; \ |
| 310 |
*k*) failcom='fail=yes';; \ |
| 311 |
esac; \ |
| 312 |
done; \ |
| 313 |
dot_seen=no; \ |
| 314 |
case "$@" in \ |
| 315 |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 316 |
*) list='$(SUBDIRS)' ;; \ |
| 317 |
esac; \ |
| 318 |
rev=''; for subdir in $$list; do \ |
| 319 |
if test "$$subdir" = "."; then :; else \ |
| 320 |
rev="$$subdir $$rev"; \ |
| 321 |
fi; \ |
| 322 |
done; \ |
| 323 |
rev="$$rev ."; \ |
| 324 |
target=`echo $@ | sed s/-recursive//`; \ |
| 325 |
for subdir in $$rev; do \ |
| 326 |
echo "Making $$target in $$subdir"; \ |
| 327 |
if test "$$subdir" = "."; then \ |
| 328 |
local_target="$$target-am"; \ |
| 329 |
else \ |
| 330 |
local_target="$$target"; \ |
| 331 |
fi; \ |
| 332 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 333 |
|| eval $$failcom; \ |
| 334 |
done && test -z "$$fail" |
| 335 |
tags-recursive: |
| 336 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 337 |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| 338 |
done |
| 339 |
ctags-recursive: |
| 340 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 341 |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
| 342 |
done |
| 343 |
|
| 344 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 345 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 346 |
unique=`for i in $$list; do \ |
| 347 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 348 |
done | \ |
| 349 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 350 |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 351 |
mkid -fID $$unique |
| 352 |
tags: TAGS |
| 353 |
|
| 354 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 355 |
$(TAGS_FILES) $(LISP) |
| 356 |
set x; \ |
| 357 |
here=`pwd`; \ |
| 358 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 359 |
include_option=--etags-include; \ |
| 360 |
empty_fix=.; \ |
| 361 |
else \ |
| 362 |
include_option=--include; \ |
| 363 |
empty_fix=; \ |
| 364 |
fi; \ |
| 365 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 366 |
if test "$$subdir" = .; then :; else \ |
| 367 |
test ! -f $$subdir/TAGS || \ |
| 368 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
| 369 |
fi; \ |
| 370 |
done; \ |
| 371 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 372 |
unique=`for i in $$list; do \ |
| 373 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 374 |
done | \ |
| 375 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 376 |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 377 |
shift; \ |
| 378 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
| 379 |
test -n "$$unique" || unique=$$empty_fix; \ |
| 380 |
if test $$# -gt 0; then \ |
| 381 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 382 |
"$$@" $$unique; \ |
| 383 |
else \ |
| 384 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 385 |
$$unique; \ |
| 386 |
fi; \ |
| 387 |
fi |
| 388 |
ctags: CTAGS |
| 389 |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| 390 |
$(TAGS_FILES) $(LISP) |
| 391 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 392 |
unique=`for i in $$list; do \ |
| 393 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 394 |
done | \ |
| 395 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 396 |
END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 397 |
test -z "$(CTAGS_ARGS)$$unique" \ |
| 398 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
| 399 |
$$unique |
| 400 |
|
| 401 |
GTAGS: |
| 402 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
| 403 |
&& $(am__cd) $(top_srcdir) \ |
| 404 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
| 405 |
|
| 406 |
distclean-tags: |
| 407 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 408 |
|
| 409 |
distdir: $(DISTFILES) |
| 410 |
$(am__remove_distdir) |
| 411 |
test -d "$(distdir)" || mkdir "$(distdir)" |
| 412 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 413 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 414 |
list='$(DISTFILES)'; \ |
| 415 |
dist_files=`for file in $$list; do echo $$file; done | \ |
| 416 |
sed -e "s|^$$srcdirstrip/||;t" \ |
| 417 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 418 |
case $$dist_files in \ |
| 419 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 420 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 421 |
sort -u` ;; \ |
| 422 |
esac; \ |
| 423 |
for file in $$dist_files; do \ |
| 424 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 425 |
if test -d $$d/$$file; then \ |
| 426 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
| 427 |
if test -d "$(distdir)/$$file"; then \ |
| 428 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 429 |
fi; \ |
| 430 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 431 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 432 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 433 |
fi; \ |
| 434 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
| 435 |
else \ |
| 436 |
test -f "$(distdir)/$$file" \ |
| 437 |
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
| 438 |
|| exit 1; \ |
| 439 |
fi; \ |
| 440 |
done |
| 441 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 442 |
if test "$$subdir" = .; then :; else \ |
| 443 |
$(am__make_dryrun) \ |
| 444 |
|| test -d "$(distdir)/$$subdir" \ |
| 445 |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 446 |
|| exit 1; \ |
| 447 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 448 |
$(am__relativize); \ |
| 449 |
new_distdir=$$reldir; \ |
| 450 |
dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 451 |
$(am__relativize); \ |
| 452 |
new_top_distdir=$$reldir; \ |
| 453 |
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 454 |
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 455 |
($(am__cd) $$subdir && \ |
| 456 |
$(MAKE) $(AM_MAKEFLAGS) \ |
| 457 |
top_distdir="$$new_top_distdir" \ |
| 458 |
distdir="$$new_distdir" \ |
| 459 |
am__remove_distdir=: \ |
| 460 |
am__skip_length_check=: \ |
| 461 |
am__skip_mode_fix=: \ |
| 462 |
distdir) \ |
| 463 |
|| exit 1; \ |
| 464 |
fi; \ |
| 465 |
done |
| 466 |
-test -n "$(am__skip_mode_fix)" \ |
| 467 |
|| find "$(distdir)" -type d ! -perm -755 \ |
| 468 |
-exec chmod u+rwx,go+rx {} \; -o \ |
| 469 |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
| 470 |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
| 471 |
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
| 472 |
|| chmod -R a+r "$(distdir)" |
| 473 |
dist-gzip: distdir |
| 474 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 475 |
$(am__remove_distdir) |
| 476 |
|
| 477 |
dist-bzip2: distdir |
| 478 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
| 479 |
$(am__remove_distdir) |
| 480 |
|
| 481 |
dist-lzip: distdir |
| 482 |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
| 483 |
$(am__remove_distdir) |
| 484 |
|
| 485 |
dist-lzma: distdir |
| 486 |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
| 487 |
$(am__remove_distdir) |
| 488 |
|
| 489 |
dist-xz: distdir |
| 490 |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
| 491 |
$(am__remove_distdir) |
| 492 |
|
| 493 |
dist-tarZ: distdir |
| 494 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 495 |
$(am__remove_distdir) |
| 496 |
|
| 497 |
dist-shar: distdir |
| 498 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 499 |
$(am__remove_distdir) |
| 500 |
|
| 501 |
dist-zip: distdir |
| 502 |
-rm -f $(distdir).zip |
| 503 |
zip -rq $(distdir).zip $(distdir) |
| 504 |
$(am__remove_distdir) |
| 505 |
|
| 506 |
dist dist-all: distdir |
| 507 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 508 |
$(am__remove_distdir) |
| 509 |
|
| 510 |
# This target untars the dist file and tries a VPATH configuration. Then |
| 511 |
# it guarantees that the distribution is self-contained by making another |
| 512 |
# tarfile. |
| 513 |
distcheck: dist |
| 514 |
case '$(DIST_ARCHIVES)' in \ |
| 515 |
*.tar.gz*) \ |
| 516 |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
| 517 |
*.tar.bz2*) \ |
| 518 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 519 |
*.tar.lzma*) \ |
| 520 |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ |
| 521 |
*.tar.lz*) \ |
| 522 |
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
| 523 |
*.tar.xz*) \ |
| 524 |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
| 525 |
*.tar.Z*) \ |
| 526 |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 527 |
*.shar.gz*) \ |
| 528 |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
| 529 |
*.zip*) \ |
| 530 |
unzip $(distdir).zip ;;\ |
| 531 |
esac |
| 532 |
chmod -R a-w $(distdir); chmod u+w $(distdir) |
| 533 |
mkdir $(distdir)/_build |
| 534 |
mkdir $(distdir)/_inst |
| 535 |
chmod a-w $(distdir) |
| 536 |
test -d $(distdir)/_build || exit 0; \ |
| 537 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 538 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
| 539 |
&& am__cwd=`pwd` \ |
| 540 |
&& $(am__cd) $(distdir)/_build \ |
| 541 |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
| 542 |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
| 543 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
| 544 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
| 545 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 546 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
| 547 |
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
| 548 |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 549 |
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
| 550 |
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
| 551 |
distuninstallcheck \ |
| 552 |
&& chmod -R a-w "$$dc_install_base" \ |
| 553 |
&& ({ \ |
| 554 |
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 555 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 556 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 557 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 558 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 559 |
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 560 |
&& rm -rf "$$dc_destdir" \ |
| 561 |
&& $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 562 |
&& rm -rf $(DIST_ARCHIVES) \ |
| 563 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 564 |
&& cd "$$am__cwd" \ |
| 565 |
|| exit 1 |
| 566 |
$(am__remove_distdir) |
| 567 |
@(echo "$(distdir) archives ready for distribution: "; \ |
| 568 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 569 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| 570 |
distuninstallcheck: |
| 571 |
@test -n '$(distuninstallcheck_dir)' || { \ |
| 572 |
echo 'ERROR: trying to run $@ with an empty' \ |
| 573 |
'$$(distuninstallcheck_dir)' >&2; \ |
| 574 |
exit 1; \ |
| 575 |
}; \ |
| 576 |
$(am__cd) '$(distuninstallcheck_dir)' || { \ |
| 577 |
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
| 578 |
exit 1; \ |
| 579 |
}; \ |
| 580 |
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
| 581 |
|| { echo "ERROR: files left after uninstall:" ; \ |
| 582 |
if test -n "$(DESTDIR)"; then \ |
| 583 |
echo " (check DESTDIR support)"; \ |
| 584 |
fi ; \ |
| 585 |
$(distuninstallcheck_listfiles) ; \ |
| 586 |
exit 1; } >&2 |
| 587 |
distcleancheck: distclean |
| 588 |
@if test '$(srcdir)' = . ; then \ |
| 589 |
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
| 590 |
exit 1 ; \ |
| 591 |
fi |
| 592 |
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
| 593 |
|| { echo "ERROR: files left in build directory after distclean:" ; \ |
| 594 |
$(distcleancheck_listfiles) ; \ |
| 595 |
exit 1; } >&2 |
| 596 |
check-am: all-am |
| 597 |
check: check-recursive |
| 598 |
all-am: Makefile |
| 599 |
installdirs: installdirs-recursive |
| 600 |
installdirs-am: |
| 601 |
install: install-recursive |
| 602 |
install-exec: install-exec-recursive |
| 603 |
install-data: install-data-recursive |
| 604 |
uninstall: uninstall-recursive |
| 605 |
|
| 606 |
install-am: all-am |
| 607 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 608 |
|
| 609 |
installcheck: installcheck-recursive |
| 610 |
install-strip: |
| 611 |
if test -z '$(STRIP)'; then \ |
| 612 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 613 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 614 |
install; \ |
| 615 |
else \ |
| 616 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 617 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 618 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| 619 |
fi |
| 620 |
mostlyclean-generic: |
| 621 |
|
| 622 |
clean-generic: |
| 623 |
|
| 624 |
distclean-generic: |
| 625 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| 626 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
| 627 |
|
| 628 |
maintainer-clean-generic: |
| 629 |
@echo "This command is intended for maintainers to use" |
| 630 |
@echo "it deletes files that may require special tools to rebuild." |
| 631 |
clean: clean-recursive |
| 632 |
|
| 633 |
clean-am: clean-generic mostlyclean-am |
| 634 |
|
| 635 |
distclean: distclean-recursive |
| 636 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 637 |
-rm -f Makefile |
| 638 |
distclean-am: clean-am distclean-generic distclean-tags |
| 639 |
|
| 640 |
dvi: dvi-recursive |
| 641 |
|
| 642 |
dvi-am: |
| 643 |
|
| 644 |
html: html-recursive |
| 645 |
|
| 646 |
html-am: |
| 647 |
|
| 648 |
info: info-recursive |
| 649 |
|
| 650 |
info-am: |
| 651 |
|
| 652 |
install-data-am: |
| 653 |
|
| 654 |
install-dvi: install-dvi-recursive |
| 655 |
|
| 656 |
install-dvi-am: |
| 657 |
|
| 658 |
install-exec-am: |
| 659 |
|
| 660 |
install-html: install-html-recursive |
| 661 |
|
| 662 |
install-html-am: |
| 663 |
|
| 664 |
install-info: install-info-recursive |
| 665 |
|
| 666 |
install-info-am: |
| 667 |
|
| 668 |
install-man: |
| 669 |
|
| 670 |
install-pdf: install-pdf-recursive |
| 671 |
|
| 672 |
install-pdf-am: |
| 673 |
|
| 674 |
install-ps: install-ps-recursive |
| 675 |
|
| 676 |
install-ps-am: |
| 677 |
|
| 678 |
installcheck-am: |
| 679 |
|
| 680 |
maintainer-clean: maintainer-clean-recursive |
| 681 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 682 |
-rm -rf $(top_srcdir)/autom4te.cache |
| 683 |
-rm -f Makefile |
| 684 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
| 685 |
|
| 686 |
mostlyclean: mostlyclean-recursive |
| 687 |
|
| 688 |
mostlyclean-am: mostlyclean-generic |
| 689 |
|
| 690 |
pdf: pdf-recursive |
| 691 |
|
| 692 |
pdf-am: |
| 693 |
|
| 694 |
ps: ps-recursive |
| 695 |
|
| 696 |
ps-am: |
| 697 |
|
| 698 |
uninstall-am: |
| 699 |
|
| 700 |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ |
| 701 |
install-am install-strip tags-recursive |
| 702 |
|
| 703 |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
| 704 |
all all-am am--refresh check check-am clean clean-generic \ |
| 705 |
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ |
| 706 |
dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ |
| 707 |
distcheck distclean distclean-generic distclean-tags \ |
| 708 |
distcleancheck distdir distuninstallcheck dvi dvi-am html \ |
| 709 |
html-am info info-am install install-am install-data \ |
| 710 |
install-data-am install-dvi install-dvi-am install-exec \ |
| 711 |
install-exec-am install-html install-html-am install-info \ |
| 712 |
install-info-am install-man install-pdf install-pdf-am \ |
| 713 |
install-ps install-ps-am install-strip installcheck \ |
| 714 |
installcheck-am installdirs installdirs-am maintainer-clean \ |
| 715 |
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
| 716 |
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am |
| 717 |
|
| 718 |
|
| 719 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 720 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 721 |
.NOEXPORT: |