lemon-project-template-glpk

annotate deps/glpk/Makefile.in @ 9:33de93886c88

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