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