[2711] | 1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. |
---|
[1949] | 2 | # @configure_input@ |
---|
| 3 | |
---|
[2706] | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
| 5 | # 2003, 2004 Free Software Foundation, Inc. |
---|
[1949] | 6 | # 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 | srcdir = @srcdir@ |
---|
| 17 | top_srcdir = @top_srcdir@ |
---|
| 18 | VPATH = @srcdir@ |
---|
| 19 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 20 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 21 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 22 | top_builddir = . |
---|
| 23 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 24 | INSTALL = @INSTALL@ |
---|
| 25 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 26 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 27 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 28 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 29 | transform = $(program_transform_name) |
---|
| 30 | NORMAL_INSTALL = : |
---|
| 31 | PRE_INSTALL = : |
---|
| 32 | POST_INSTALL = : |
---|
| 33 | NORMAL_UNINSTALL = : |
---|
| 34 | PRE_UNINSTALL = : |
---|
| 35 | POST_UNINSTALL = : |
---|
[2980] | 36 | host_triplet = @host@ |
---|
[2706] | 37 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
---|
| 38 | $(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
---|
[3167] | 39 | $(srcdir)/doc/documentation.am $(top_srcdir)/configure AUTHORS \ |
---|
| 40 | COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \ |
---|
| 41 | install-sh missing mkinstalldirs |
---|
[2980] | 42 | subdir = . |
---|
[2706] | 43 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 44 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 45 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 46 | $(ACLOCAL_M4) |
---|
| 47 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
| 48 | configure.lineno configure.status.lineno |
---|
| 49 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
| 50 | CONFIG_HEADER = config.h |
---|
| 51 | CONFIG_CLEAN_FILES = |
---|
| 52 | SOURCES = |
---|
| 53 | DIST_SOURCES = |
---|
| 54 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 55 | html-recursive info-recursive install-data-recursive \ |
---|
| 56 | install-exec-recursive install-info-recursive \ |
---|
| 57 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 58 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 59 | uninstall-recursive |
---|
| 60 | ETAGS = etags |
---|
| 61 | CTAGS = ctags |
---|
[3191] | 62 | DIST_SUBDIRS = $(SUBDIRS) |
---|
[2706] | 63 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 64 | distdir = $(PACKAGE)-$(VERSION) |
---|
| 65 | top_distdir = $(distdir) |
---|
| 66 | am__remove_distdir = \ |
---|
| 67 | { test ! -d $(distdir) \ |
---|
| 68 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
| 69 | && rm -fr $(distdir); }; } |
---|
| 70 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
| 71 | GZIP_ENV = --best |
---|
| 72 | distuninstallcheck_listfiles = find . -type f -print |
---|
| 73 | distcleancheck_listfiles = find . -type f -print |
---|
[1949] | 74 | ACLOCAL = @ACLOCAL@ |
---|
| 75 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 76 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 77 | AMTAR = @AMTAR@ |
---|
| 78 | AUTOCONF = @AUTOCONF@ |
---|
| 79 | AUTOHEADER = @AUTOHEADER@ |
---|
| 80 | AUTOMAKE = @AUTOMAKE@ |
---|
| 81 | AWK = @AWK@ |
---|
| 82 | CC = @CC@ |
---|
| 83 | CCDEPMODE = @CCDEPMODE@ |
---|
| 84 | CFLAGS = @CFLAGS@ |
---|
| 85 | CPP = @CPP@ |
---|
| 86 | CPPFLAGS = @CPPFLAGS@ |
---|
[3423] | 87 | CURL_CFLAGS = @CURL_CFLAGS@ |
---|
| 88 | CURL_LIBS = @CURL_LIBS@ |
---|
[1949] | 89 | CXX = @CXX@ |
---|
| 90 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 91 | CXXFLAGS = @CXXFLAGS@ |
---|
| 92 | CYGPATH_W = @CYGPATH_W@ |
---|
[3173] | 93 | DEBUG = @DEBUG@ |
---|
[1949] | 94 | DEFS = @DEFS@ |
---|
| 95 | DEPDIR = @DEPDIR@ |
---|
[3558] | 96 | DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@ |
---|
| 97 | DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@ |
---|
[3219] | 98 | DOXYGEN = @DOXYGEN@ |
---|
| 99 | DOXYGEN_FALSE = @DOXYGEN_FALSE@ |
---|
| 100 | DOXYGEN_TRUE = @DOXYGEN_TRUE@ |
---|
[1949] | 101 | ECHO_C = @ECHO_C@ |
---|
| 102 | ECHO_N = @ECHO_N@ |
---|
| 103 | ECHO_T = @ECHO_T@ |
---|
| 104 | EGREP = @EGREP@ |
---|
| 105 | EXEEXT = @EXEEXT@ |
---|
[3789] | 106 | GPROF = @GPROF@ |
---|
[2980] | 107 | GTK2_CFLAGS = @GTK2_CFLAGS@ |
---|
| 108 | GTK2_LIBS = @GTK2_LIBS@ |
---|
[3423] | 109 | HAVE_CURL_FALSE = @HAVE_CURL_FALSE@ |
---|
| 110 | HAVE_CURL_TRUE = @HAVE_CURL_TRUE@ |
---|
[2980] | 111 | HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ |
---|
| 112 | HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ |
---|
[1949] | 113 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 114 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 115 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 116 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 117 | LDFLAGS = @LDFLAGS@ |
---|
| 118 | LIBOBJS = @LIBOBJS@ |
---|
| 119 | LIBS = @LIBS@ |
---|
| 120 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 121 | MAKEINFO = @MAKEINFO@ |
---|
[2018] | 122 | MSBITFIELDS = @MSBITFIELDS@ |
---|
[1949] | 123 | OBJEXT = @OBJEXT@ |
---|
| 124 | PACKAGE = @PACKAGE@ |
---|
| 125 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 126 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 127 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 128 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 129 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 130 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
[4130] | 131 | PKG_CONFIG = @PKG_CONFIG@ |
---|
[4054] | 132 | RANLIB = @RANLIB@ |
---|
[1949] | 133 | SET_MAKE = @SET_MAKE@ |
---|
| 134 | SHELL = @SHELL@ |
---|
| 135 | STRIP = @STRIP@ |
---|
[3377] | 136 | SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ |
---|
| 137 | SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ |
---|
[1949] | 138 | VERSION = @VERSION@ |
---|
| 139 | ac_ct_CC = @ac_ct_CC@ |
---|
| 140 | ac_ct_CXX = @ac_ct_CXX@ |
---|
[4054] | 141 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
[1949] | 142 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
| 143 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 144 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 145 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 146 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 147 | am__include = @am__include@ |
---|
| 148 | am__leading_dot = @am__leading_dot@ |
---|
| 149 | am__quote = @am__quote@ |
---|
| 150 | bindir = @bindir@ |
---|
[2980] | 151 | build = @build@ |
---|
[1949] | 152 | build_alias = @build_alias@ |
---|
[2980] | 153 | build_cpu = @build_cpu@ |
---|
| 154 | build_os = @build_os@ |
---|
| 155 | build_vendor = @build_vendor@ |
---|
[1949] | 156 | datadir = @datadir@ |
---|
| 157 | exec_prefix = @exec_prefix@ |
---|
[2980] | 158 | host = @host@ |
---|
[1949] | 159 | host_alias = @host_alias@ |
---|
[2980] | 160 | host_cpu = @host_cpu@ |
---|
| 161 | host_os = @host_os@ |
---|
| 162 | host_vendor = @host_vendor@ |
---|
[1949] | 163 | includedir = @includedir@ |
---|
| 164 | infodir = @infodir@ |
---|
| 165 | install_sh = @install_sh@ |
---|
| 166 | libdir = @libdir@ |
---|
| 167 | libexecdir = @libexecdir@ |
---|
| 168 | localstatedir = @localstatedir@ |
---|
| 169 | mandir = @mandir@ |
---|
[2706] | 170 | mkdir_p = @mkdir_p@ |
---|
[1949] | 171 | oldincludedir = @oldincludedir@ |
---|
| 172 | prefix = @prefix@ |
---|
| 173 | program_transform_name = @program_transform_name@ |
---|
| 174 | sbindir = @sbindir@ |
---|
| 175 | sharedstatedir = @sharedstatedir@ |
---|
| 176 | sysconfdir = @sysconfdir@ |
---|
[2980] | 177 | target = @target@ |
---|
[1949] | 178 | target_alias = @target_alias@ |
---|
[2980] | 179 | target_cpu = @target_cpu@ |
---|
| 180 | target_os = @target_os@ |
---|
| 181 | target_vendor = @target_vendor@ |
---|
[4556] | 182 | AUTOMAKE_OPTIONS = foreign no-installman no-installinfo |
---|
| 183 | SUBDIRS = src |
---|
[3198] | 184 | EXTRA_DIST = CODING-STANDARDS \ |
---|
[4556] | 185 | IDEAS \ |
---|
[4976] | 186 | NEWS \ |
---|
[4556] | 187 | doc/CREDITS \ |
---|
| 188 | doc/doxyconf/build \ |
---|
| 189 | doc/doxyconf/confopts \ |
---|
| 190 | doc/doxyconf/input \ |
---|
| 191 | doc/doxyconf/preprocessor \ |
---|
| 192 | doc/doxyconf/progress \ |
---|
| 193 | doc/doxyconf/project |
---|
[3198] | 194 | |
---|
[4380] | 195 | @DOXYGEN_TRUE@DOXYGEN_INPUT = "src" |
---|
[3219] | 196 | @DOXYGEN_TRUE@DOXYGEN_EXCLUDE = |
---|
| 197 | @DOXYGEN_TRUE@DOXYGEN_EXAMPLE_PATH = |
---|
| 198 | @DOXYGEN_TRUE@DOXYGEN_SEARCHENGINE = YES |
---|
| 199 | @DOXYGEN_TRUE@DX_CONFIG_FILE = "$(top_srcdir)/orxodox" |
---|
| 200 | @DOXYGEN_TRUE@DX_CONF_DIR = "$(top_srcdir)/doc/doxyconf" |
---|
[1949] | 201 | all: config.h |
---|
| 202 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
---|
| 203 | |
---|
| 204 | .SUFFIXES: |
---|
[2706] | 205 | am--refresh: |
---|
| 206 | @: |
---|
[3167] | 207 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/doc/documentation.am $(am__configure_deps) |
---|
[2706] | 208 | @for dep in $?; do \ |
---|
| 209 | case '$(am__configure_deps)' in \ |
---|
| 210 | *$$dep*) \ |
---|
[3167] | 211 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ |
---|
| 212 | cd $(srcdir) && $(AUTOMAKE) --foreign \ |
---|
[2706] | 213 | && exit 0; \ |
---|
| 214 | exit 1;; \ |
---|
| 215 | esac; \ |
---|
| 216 | done; \ |
---|
[3167] | 217 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
---|
[1949] | 218 | cd $(top_srcdir) && \ |
---|
[3167] | 219 | $(AUTOMAKE) --foreign Makefile |
---|
[2706] | 220 | .PRECIOUS: Makefile |
---|
| 221 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 222 | @case '$?' in \ |
---|
| 223 | *config.status*) \ |
---|
| 224 | echo ' $(SHELL) ./config.status'; \ |
---|
| 225 | $(SHELL) ./config.status;; \ |
---|
| 226 | *) \ |
---|
| 227 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
| 228 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
| 229 | esac; |
---|
[1949] | 230 | |
---|
[2706] | 231 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
[1949] | 232 | $(SHELL) ./config.status --recheck |
---|
[2706] | 233 | |
---|
| 234 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
[1949] | 235 | cd $(srcdir) && $(AUTOCONF) |
---|
[2706] | 236 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
[1949] | 237 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
| 238 | |
---|
| 239 | config.h: stamp-h1 |
---|
| 240 | @if test ! -f $@; then \ |
---|
| 241 | rm -f stamp-h1; \ |
---|
| 242 | $(MAKE) stamp-h1; \ |
---|
| 243 | else :; fi |
---|
| 244 | |
---|
| 245 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
---|
| 246 | @rm -f stamp-h1 |
---|
| 247 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
---|
[2706] | 248 | $(srcdir)/config.h.in: $(am__configure_deps) |
---|
[1949] | 249 | cd $(top_srcdir) && $(AUTOHEADER) |
---|
[2706] | 250 | rm -f stamp-h1 |
---|
| 251 | touch $@ |
---|
[1949] | 252 | |
---|
| 253 | distclean-hdr: |
---|
| 254 | -rm -f config.h stamp-h1 |
---|
| 255 | uninstall-info-am: |
---|
| 256 | |
---|
| 257 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 258 | # into them and run `make' without going through this Makefile. |
---|
| 259 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 260 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 261 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 262 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 263 | $(RECURSIVE_TARGETS): |
---|
| 264 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 265 | dot_seen=no; \ |
---|
| 266 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 267 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 268 | echo "Making $$target in $$subdir"; \ |
---|
| 269 | if test "$$subdir" = "."; then \ |
---|
| 270 | dot_seen=yes; \ |
---|
| 271 | local_target="$$target-am"; \ |
---|
| 272 | else \ |
---|
| 273 | local_target="$$target"; \ |
---|
| 274 | fi; \ |
---|
| 275 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 276 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 277 | done; \ |
---|
| 278 | if test "$$dot_seen" = "no"; then \ |
---|
| 279 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 280 | fi; test -z "$$fail" |
---|
| 281 | |
---|
| 282 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 283 | maintainer-clean-recursive: |
---|
| 284 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 285 | dot_seen=no; \ |
---|
| 286 | case "$@" in \ |
---|
| 287 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 288 | *) list='$(SUBDIRS)' ;; \ |
---|
| 289 | esac; \ |
---|
| 290 | rev=''; for subdir in $$list; do \ |
---|
| 291 | if test "$$subdir" = "."; then :; else \ |
---|
| 292 | rev="$$subdir $$rev"; \ |
---|
| 293 | fi; \ |
---|
| 294 | done; \ |
---|
| 295 | rev="$$rev ."; \ |
---|
| 296 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 297 | for subdir in $$rev; do \ |
---|
| 298 | echo "Making $$target in $$subdir"; \ |
---|
| 299 | if test "$$subdir" = "."; then \ |
---|
| 300 | local_target="$$target-am"; \ |
---|
| 301 | else \ |
---|
| 302 | local_target="$$target"; \ |
---|
| 303 | fi; \ |
---|
| 304 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 305 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 306 | done && test -z "$$fail" |
---|
| 307 | tags-recursive: |
---|
| 308 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 309 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 310 | done |
---|
| 311 | ctags-recursive: |
---|
| 312 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 313 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 314 | done |
---|
| 315 | |
---|
| 316 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 317 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 318 | unique=`for i in $$list; do \ |
---|
| 319 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 320 | done | \ |
---|
| 321 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 322 | END { for (i in files) print i; }'`; \ |
---|
| 323 | mkid -fID $$unique |
---|
[2706] | 324 | tags: TAGS |
---|
[1949] | 325 | |
---|
| 326 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
| 327 | $(TAGS_FILES) $(LISP) |
---|
| 328 | tags=; \ |
---|
| 329 | here=`pwd`; \ |
---|
[2711] | 330 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
[1949] | 331 | include_option=--etags-include; \ |
---|
[2711] | 332 | empty_fix=.; \ |
---|
[1949] | 333 | else \ |
---|
| 334 | include_option=--include; \ |
---|
[2711] | 335 | empty_fix=; \ |
---|
[1949] | 336 | fi; \ |
---|
| 337 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 338 | if test "$$subdir" = .; then :; else \ |
---|
[2711] | 339 | test ! -f $$subdir/TAGS || \ |
---|
[1949] | 340 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 341 | fi; \ |
---|
| 342 | done; \ |
---|
| 343 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 344 | unique=`for i in $$list; do \ |
---|
| 345 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 346 | done | \ |
---|
| 347 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 348 | END { for (i in files) print i; }'`; \ |
---|
[2711] | 349 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 350 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 351 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 352 | $$tags $$unique; \ |
---|
| 353 | fi |
---|
[1949] | 354 | ctags: CTAGS |
---|
| 355 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
---|
| 356 | $(TAGS_FILES) $(LISP) |
---|
| 357 | tags=; \ |
---|
| 358 | here=`pwd`; \ |
---|
| 359 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
---|
| 360 | unique=`for i in $$list; do \ |
---|
| 361 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 362 | done | \ |
---|
| 363 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 364 | END { for (i in files) print i; }'`; \ |
---|
| 365 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 366 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 367 | $$tags $$unique |
---|
| 368 | |
---|
| 369 | GTAGS: |
---|
| 370 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 371 | && cd $(top_srcdir) \ |
---|
| 372 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 373 | |
---|
| 374 | distclean-tags: |
---|
| 375 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 376 | |
---|
| 377 | distdir: $(DISTFILES) |
---|
| 378 | $(am__remove_distdir) |
---|
| 379 | mkdir $(distdir) |
---|
[3198] | 380 | $(mkdir_p) $(distdir)/doc $(distdir)/doc/doxyconf |
---|
[1949] | 381 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 382 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 383 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 384 | case $$file in \ |
---|
| 385 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 386 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 387 | esac; \ |
---|
| 388 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 389 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 390 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 391 | dir="/$$dir"; \ |
---|
[2706] | 392 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
[1949] | 393 | else \ |
---|
| 394 | dir=''; \ |
---|
| 395 | fi; \ |
---|
| 396 | if test -d $$d/$$file; then \ |
---|
| 397 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 398 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 399 | fi; \ |
---|
| 400 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 401 | else \ |
---|
| 402 | test -f $(distdir)/$$file \ |
---|
| 403 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 404 | || exit 1; \ |
---|
| 405 | fi; \ |
---|
| 406 | done |
---|
[3191] | 407 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
[1949] | 408 | if test "$$subdir" = .; then :; else \ |
---|
[2706] | 409 | test -d "$(distdir)/$$subdir" \ |
---|
| 410 | || mkdir "$(distdir)/$$subdir" \ |
---|
[1949] | 411 | || exit 1; \ |
---|
| 412 | (cd $$subdir && \ |
---|
| 413 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
[2706] | 414 | top_distdir="../$(top_distdir)" \ |
---|
| 415 | distdir="../$(distdir)/$$subdir" \ |
---|
[1949] | 416 | distdir) \ |
---|
| 417 | || exit 1; \ |
---|
| 418 | fi; \ |
---|
| 419 | done |
---|
| 420 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
| 421 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
| 422 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
| 423 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
| 424 | || chmod -R a+r $(distdir) |
---|
| 425 | dist-gzip: distdir |
---|
| 426 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 427 | $(am__remove_distdir) |
---|
| 428 | |
---|
[2706] | 429 | dist-bzip2: distdir |
---|
| 430 | $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
| 431 | $(am__remove_distdir) |
---|
| 432 | |
---|
| 433 | dist-tarZ: distdir |
---|
| 434 | $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z |
---|
| 435 | $(am__remove_distdir) |
---|
| 436 | |
---|
| 437 | dist-shar: distdir |
---|
| 438 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
| 439 | $(am__remove_distdir) |
---|
| 440 | |
---|
| 441 | dist-zip: distdir |
---|
| 442 | -rm -f $(distdir).zip |
---|
| 443 | zip -rq $(distdir).zip $(distdir) |
---|
| 444 | $(am__remove_distdir) |
---|
| 445 | |
---|
[1949] | 446 | dist dist-all: distdir |
---|
| 447 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
| 448 | $(am__remove_distdir) |
---|
| 449 | |
---|
| 450 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
| 451 | # it guarantees that the distribution is self-contained by making another |
---|
| 452 | # tarfile. |
---|
| 453 | distcheck: dist |
---|
[2706] | 454 | case '$(DIST_ARCHIVES)' in \ |
---|
| 455 | *.tar.gz*) \ |
---|
| 456 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ |
---|
| 457 | *.tar.bz2*) \ |
---|
| 458 | bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ |
---|
| 459 | *.tar.Z*) \ |
---|
| 460 | uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\ |
---|
| 461 | *.shar.gz*) \ |
---|
[2711] | 462 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
---|
[2706] | 463 | *.zip*) \ |
---|
| 464 | unzip $(distdir).zip ;;\ |
---|
| 465 | esac |
---|
[1949] | 466 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
| 467 | mkdir $(distdir)/_build |
---|
| 468 | mkdir $(distdir)/_inst |
---|
| 469 | chmod a-w $(distdir) |
---|
| 470 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
| 471 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
| 472 | && cd $(distdir)/_build \ |
---|
| 473 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
| 474 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
| 475 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 476 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
| 477 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
| 478 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
| 479 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
| 480 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
| 481 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
| 482 | distuninstallcheck \ |
---|
| 483 | && chmod -R a-w "$$dc_install_base" \ |
---|
| 484 | && ({ \ |
---|
[2711] | 485 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
[1949] | 486 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
| 487 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
| 488 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
| 489 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
| 490 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
| 491 | && rm -rf "$$dc_destdir" \ |
---|
[2706] | 492 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
| 493 | && rm -rf $(DIST_ARCHIVES) \ |
---|
[1949] | 494 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
| 495 | $(am__remove_distdir) |
---|
[2706] | 496 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
| 497 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
| 498 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
---|
[1949] | 499 | distuninstallcheck: |
---|
| 500 | @cd $(distuninstallcheck_dir) \ |
---|
| 501 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
| 502 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
| 503 | if test -n "$(DESTDIR)"; then \ |
---|
| 504 | echo " (check DESTDIR support)"; \ |
---|
| 505 | fi ; \ |
---|
| 506 | $(distuninstallcheck_listfiles) ; \ |
---|
| 507 | exit 1; } >&2 |
---|
| 508 | distcleancheck: distclean |
---|
| 509 | @if test '$(srcdir)' = . ; then \ |
---|
| 510 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
| 511 | exit 1 ; \ |
---|
| 512 | fi |
---|
| 513 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
| 514 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
| 515 | $(distcleancheck_listfiles) ; \ |
---|
| 516 | exit 1; } >&2 |
---|
| 517 | check-am: all-am |
---|
| 518 | check: check-recursive |
---|
[3218] | 519 | all-am: Makefile config.h all-local |
---|
[1949] | 520 | installdirs: installdirs-recursive |
---|
| 521 | installdirs-am: |
---|
| 522 | install: install-recursive |
---|
| 523 | install-exec: install-exec-recursive |
---|
| 524 | install-data: install-data-recursive |
---|
| 525 | uninstall: uninstall-recursive |
---|
| 526 | |
---|
| 527 | install-am: all-am |
---|
| 528 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 529 | |
---|
| 530 | installcheck: installcheck-recursive |
---|
| 531 | install-strip: |
---|
| 532 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 533 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 534 | `test -z '$(STRIP)' || \ |
---|
| 535 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 536 | mostlyclean-generic: |
---|
| 537 | |
---|
| 538 | clean-generic: |
---|
| 539 | |
---|
| 540 | distclean-generic: |
---|
| 541 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
| 542 | |
---|
| 543 | maintainer-clean-generic: |
---|
| 544 | @echo "This command is intended for maintainers to use" |
---|
| 545 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 546 | clean: clean-recursive |
---|
| 547 | |
---|
[3218] | 548 | clean-am: clean-generic clean-local mostlyclean-am |
---|
[1949] | 549 | |
---|
| 550 | distclean: distclean-recursive |
---|
| 551 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 552 | -rm -f Makefile |
---|
[3218] | 553 | distclean-am: clean-am distclean-generic distclean-hdr distclean-local \ |
---|
| 554 | distclean-tags |
---|
[1949] | 555 | |
---|
| 556 | dvi: dvi-recursive |
---|
| 557 | |
---|
| 558 | dvi-am: |
---|
| 559 | |
---|
[2706] | 560 | html: html-recursive |
---|
| 561 | |
---|
[1949] | 562 | info: info-recursive |
---|
| 563 | |
---|
| 564 | info-am: |
---|
| 565 | |
---|
| 566 | install-data-am: |
---|
| 567 | |
---|
| 568 | install-exec-am: |
---|
| 569 | |
---|
| 570 | install-info: install-info-recursive |
---|
| 571 | |
---|
| 572 | install-man: |
---|
| 573 | |
---|
| 574 | installcheck-am: |
---|
| 575 | |
---|
| 576 | maintainer-clean: maintainer-clean-recursive |
---|
| 577 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
| 578 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
| 579 | -rm -f Makefile |
---|
| 580 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 581 | |
---|
| 582 | mostlyclean: mostlyclean-recursive |
---|
| 583 | |
---|
| 584 | mostlyclean-am: mostlyclean-generic |
---|
| 585 | |
---|
| 586 | pdf: pdf-recursive |
---|
| 587 | |
---|
| 588 | pdf-am: |
---|
| 589 | |
---|
| 590 | ps: ps-recursive |
---|
| 591 | |
---|
| 592 | ps-am: |
---|
| 593 | |
---|
[3167] | 594 | uninstall-am: |
---|
[1949] | 595 | |
---|
| 596 | uninstall-info: uninstall-info-recursive |
---|
| 597 | |
---|
[3218] | 598 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \ |
---|
| 599 | am--refresh check check-am clean clean-generic clean-local \ |
---|
| 600 | clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \ |
---|
| 601 | dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ |
---|
| 602 | distclean-generic distclean-hdr distclean-local \ |
---|
| 603 | distclean-recursive distclean-tags distcleancheck distdir \ |
---|
| 604 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
---|
| 605 | install install-am install-data install-data-am install-exec \ |
---|
| 606 | install-exec-am install-info install-info-am install-man \ |
---|
| 607 | install-strip installcheck installcheck-am installdirs \ |
---|
| 608 | installdirs-am maintainer-clean maintainer-clean-generic \ |
---|
| 609 | maintainer-clean-recursive mostlyclean mostlyclean-generic \ |
---|
| 610 | mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ |
---|
| 611 | uninstall uninstall-am uninstall-info-am |
---|
[1949] | 612 | |
---|
[3167] | 613 | |
---|
[3219] | 614 | @DOXYGEN_TRUE@doc: |
---|
| 615 | @DOXYGEN_TRUE@ if test ! -e $(DX_CONFIG_FILE); then \ |
---|
| 616 | @DOXYGEN_TRUE@ make doc-config; \ |
---|
| 617 | @DOXYGEN_TRUE@ fi |
---|
| 618 | @DOXYGEN_TRUE@ @echo "Generating doxygen Documentation"; \ |
---|
| 619 | @DOXYGEN_TRUE@ $(DOXYGEN) $(DX_CONFIG_FILE) |
---|
[3167] | 620 | |
---|
[3219] | 621 | @DOXYGEN_TRUE@doc-config: |
---|
| 622 | @DOXYGEN_TRUE@ @echo "Generationg doxygen configuration File." ; \ |
---|
| 623 | @DOXYGEN_TRUE@ if test -e "$(top_srcdir)/orxodox"; then \ |
---|
| 624 | @DOXYGEN_TRUE@ echo "deleting existing Configuration File" ; \ |
---|
| 625 | @DOXYGEN_TRUE@ rm $(top_srcdir)/orxodox ; \ |
---|
| 626 | @DOXYGEN_TRUE@ fi ; \ |
---|
| 627 | @DOXYGEN_TRUE@ touch $(DX_CONFIG_FILE) ; \ |
---|
| 628 | @DOXYGEN_TRUE@ $(DX_CONF_DIR)/project >> $(DX_CONFIG_FILE); \ |
---|
| 629 | @DOXYGEN_TRUE@ echo "PROJECT_NAME = \"$(PACKAGE_NAME)\"" >> $(DX_CONFIG_FILE); \ |
---|
| 630 | @DOXYGEN_TRUE@ echo "PROJECT_NUMBER = \"$(PACKAGE_VERSION)\"" >> $(DX_CONFIG_FILE); \ |
---|
| 631 | @DOXYGEN_TRUE@ echo "OUTPUT_DIRECTORY = \"$(top_srcdir)/doc/\"" >> $(DX_CONFIG_FILE); \ |
---|
| 632 | @DOXYGEN_TRUE@ echo " " >> $(DX_CONFIG_FILE); \ |
---|
| 633 | @DOXYGEN_TRUE@\ |
---|
| 634 | @DOXYGEN_TRUE@ $(DX_CONF_DIR)/build >> $(DX_CONFIG_FILE); \ |
---|
| 635 | @DOXYGEN_TRUE@\ |
---|
| 636 | @DOXYGEN_TRUE@ $(DX_CONF_DIR)/progress >> $(DX_CONFIG_FILE); \ |
---|
| 637 | @DOXYGEN_TRUE@ if test $(DEBUG) -ge 2 ; then \ |
---|
| 638 | @DOXYGEN_TRUE@ echo "QUIET = \"NO\"" >> $(DX_CONFIG_FILE); \ |
---|
| 639 | @DOXYGEN_TRUE@ else \ |
---|
| 640 | @DOXYGEN_TRUE@ echo "QUIET = \"YES\"" >> $(DX_CONFIG_FILE); \ |
---|
| 641 | @DOXYGEN_TRUE@ fi ;\ |
---|
| 642 | @DOXYGEN_TRUE@\ |
---|
| 643 | @DOXYGEN_TRUE@ $(DX_CONF_DIR)/input >> $(DX_CONFIG_FILE); \ |
---|
| 644 | @DOXYGEN_TRUE@ echo "INPUT = $(DOXYGEN_INPUT)" >> $(DX_CONFIG_FILE); \ |
---|
| 645 | @DOXYGEN_TRUE@\ |
---|
| 646 | @DOXYGEN_TRUE@ $(DX_CONF_DIR)/preprocessor >> $(DX_CONFIG_FILE); \ |
---|
| 647 | @DOXYGEN_TRUE@ echo "INCLUDE_PATH = \"$(top_srcdir)\"" >> $(DX_CONFIG_FILE); \ |
---|
| 648 | @DOXYGEN_TRUE@ echo "PREDEFINED = \"HAVE_CONFIG_H= \"" >> $(DX_CONFIG_FILE); \ |
---|
| 649 | @DOXYGEN_TRUE@ \ |
---|
| 650 | @DOXYGEN_TRUE@ $(DX_CONF_DIR)/confopts >> $(DX_CONFIG_FILE) |
---|
[3167] | 651 | |
---|
[3219] | 652 | @DOXYGEN_TRUE@doc-delete: |
---|
| 653 | @DOXYGEN_TRUE@ @echo "Deleting doxygen Documentation" |
---|
| 654 | @DOXYGEN_TRUE@ rm -rf $(top_srcdir)/doc/html |
---|
| 655 | @DOXYGEN_TRUE@ rm -rf $(top_srcdir)/doc/latex |
---|
[3167] | 656 | |
---|
[3219] | 657 | @DOXYGEN_TRUE@distclean-local: doc-delete |
---|
| 658 | @DOXYGEN_TRUE@ rm -f $(top_srcdir)/orxodox |
---|
[3218] | 659 | |
---|
[3219] | 660 | @DOXYGEN_TRUE@clean-local: doc-delete |
---|
[3218] | 661 | |
---|
[3558] | 662 | @DOCUMENTATION_TRUE@@DOXYGEN_TRUE@all-local: doc |
---|
| 663 | @DOCUMENTATION_FALSE@@DOXYGEN_TRUE@all-local: |
---|
[3218] | 664 | |
---|
[3219] | 665 | @DOXYGEN_TRUE@.PHONY: doc doc-config doc-delete |
---|
[3173] | 666 | |
---|
[3167] | 667 | # Local Variables: |
---|
| 668 | # mode: makefile |
---|
| 669 | # End: |
---|
[1949] | 670 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 671 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 672 | .NOEXPORT: |
---|