[3549] | 1 | # Makefile.in generated by automake 1.8.5 from Makefile.am. |
---|
| 2 | # @configure_input@ |
---|
| 3 | |
---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
| 5 | # 2003, 2004 Free Software Foundation, Inc. |
---|
| 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@ |
---|
[4338] | 16 | |
---|
[3549] | 17 | srcdir = @srcdir@ |
---|
| 18 | top_srcdir = @top_srcdir@ |
---|
| 19 | VPATH = @srcdir@ |
---|
| 20 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 21 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 23 | top_builddir = ../.. |
---|
| 24 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 25 | INSTALL = @INSTALL@ |
---|
| 26 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 27 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 28 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 29 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 30 | transform = $(program_transform_name) |
---|
| 31 | NORMAL_INSTALL = : |
---|
| 32 | PRE_INSTALL = : |
---|
| 33 | POST_INSTALL = : |
---|
| 34 | NORMAL_UNINSTALL = : |
---|
| 35 | PRE_UNINSTALL = : |
---|
| 36 | POST_UNINSTALL = : |
---|
| 37 | host_triplet = @host@ |
---|
| 38 | subdir = src/subprojects |
---|
[4338] | 39 | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
---|
| 40 | $(srcdir)/Makefile.in |
---|
[3549] | 41 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 42 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 43 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 44 | $(ACLOCAL_M4) |
---|
| 45 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
| 46 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 47 | CONFIG_CLEAN_FILES = |
---|
| 48 | SOURCES = |
---|
| 49 | DIST_SOURCES = |
---|
| 50 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
| 51 | html-recursive info-recursive install-data-recursive \ |
---|
| 52 | install-exec-recursive install-info-recursive \ |
---|
| 53 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
| 54 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
| 55 | uninstall-recursive |
---|
[4338] | 56 | HEADERS = $(noinst_HEADERS) |
---|
[3549] | 57 | ETAGS = etags |
---|
| 58 | CTAGS = ctags |
---|
| 59 | DIST_SUBDIRS = $(SUBDIRS) |
---|
| 60 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 61 | ACLOCAL = @ACLOCAL@ |
---|
| 62 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 63 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 64 | AMTAR = @AMTAR@ |
---|
| 65 | AUTOCONF = @AUTOCONF@ |
---|
| 66 | AUTOHEADER = @AUTOHEADER@ |
---|
| 67 | AUTOMAKE = @AUTOMAKE@ |
---|
| 68 | AWK = @AWK@ |
---|
| 69 | CC = @CC@ |
---|
| 70 | CCDEPMODE = @CCDEPMODE@ |
---|
| 71 | CFLAGS = @CFLAGS@ |
---|
| 72 | CPP = @CPP@ |
---|
| 73 | CPPFLAGS = @CPPFLAGS@ |
---|
| 74 | CURL_CFLAGS = @CURL_CFLAGS@ |
---|
| 75 | CURL_LIBS = @CURL_LIBS@ |
---|
| 76 | CXX = @CXX@ |
---|
| 77 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 78 | CXXFLAGS = @CXXFLAGS@ |
---|
| 79 | CYGPATH_W = @CYGPATH_W@ |
---|
| 80 | DEBUG = @DEBUG@ |
---|
| 81 | DEFS = @DEFS@ |
---|
| 82 | DEPDIR = @DEPDIR@ |
---|
[3558] | 83 | DOCUMENTATION_FALSE = @DOCUMENTATION_FALSE@ |
---|
| 84 | DOCUMENTATION_TRUE = @DOCUMENTATION_TRUE@ |
---|
[3549] | 85 | DOXYGEN = @DOXYGEN@ |
---|
| 86 | DOXYGEN_FALSE = @DOXYGEN_FALSE@ |
---|
| 87 | DOXYGEN_TRUE = @DOXYGEN_TRUE@ |
---|
| 88 | ECHO_C = @ECHO_C@ |
---|
| 89 | ECHO_N = @ECHO_N@ |
---|
| 90 | ECHO_T = @ECHO_T@ |
---|
| 91 | EGREP = @EGREP@ |
---|
| 92 | EXEEXT = @EXEEXT@ |
---|
[3789] | 93 | GPROF = @GPROF@ |
---|
[3549] | 94 | GTK2_CFLAGS = @GTK2_CFLAGS@ |
---|
| 95 | GTK2_LIBS = @GTK2_LIBS@ |
---|
| 96 | HAVE_CURL_FALSE = @HAVE_CURL_FALSE@ |
---|
| 97 | HAVE_CURL_TRUE = @HAVE_CURL_TRUE@ |
---|
| 98 | HAVE_GTK2_FALSE = @HAVE_GTK2_FALSE@ |
---|
| 99 | HAVE_GTK2_TRUE = @HAVE_GTK2_TRUE@ |
---|
| 100 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 101 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 102 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 103 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 104 | LDFLAGS = @LDFLAGS@ |
---|
| 105 | LIBOBJS = @LIBOBJS@ |
---|
| 106 | LIBS = @LIBS@ |
---|
| 107 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 108 | MAKEINFO = @MAKEINFO@ |
---|
| 109 | MSBITFIELDS = @MSBITFIELDS@ |
---|
| 110 | OBJEXT = @OBJEXT@ |
---|
| 111 | PACKAGE = @PACKAGE@ |
---|
| 112 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 113 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 114 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 115 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 116 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 117 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
[4130] | 118 | PKG_CONFIG = @PKG_CONFIG@ |
---|
[4054] | 119 | RANLIB = @RANLIB@ |
---|
[3549] | 120 | SET_MAKE = @SET_MAKE@ |
---|
| 121 | SHELL = @SHELL@ |
---|
| 122 | STRIP = @STRIP@ |
---|
| 123 | SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@ |
---|
| 124 | SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@ |
---|
| 125 | VERSION = @VERSION@ |
---|
| 126 | ac_ct_CC = @ac_ct_CC@ |
---|
| 127 | ac_ct_CXX = @ac_ct_CXX@ |
---|
[4054] | 128 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
[3549] | 129 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
| 130 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 131 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 132 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 133 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 134 | am__include = @am__include@ |
---|
| 135 | am__leading_dot = @am__leading_dot@ |
---|
| 136 | am__quote = @am__quote@ |
---|
| 137 | bindir = @bindir@ |
---|
| 138 | build = @build@ |
---|
| 139 | build_alias = @build_alias@ |
---|
| 140 | build_cpu = @build_cpu@ |
---|
| 141 | build_os = @build_os@ |
---|
| 142 | build_vendor = @build_vendor@ |
---|
| 143 | datadir = @datadir@ |
---|
| 144 | exec_prefix = @exec_prefix@ |
---|
| 145 | host = @host@ |
---|
| 146 | host_alias = @host_alias@ |
---|
| 147 | host_cpu = @host_cpu@ |
---|
| 148 | host_os = @host_os@ |
---|
| 149 | host_vendor = @host_vendor@ |
---|
| 150 | includedir = @includedir@ |
---|
| 151 | infodir = @infodir@ |
---|
| 152 | install_sh = @install_sh@ |
---|
| 153 | libdir = @libdir@ |
---|
| 154 | libexecdir = @libexecdir@ |
---|
| 155 | localstatedir = @localstatedir@ |
---|
| 156 | mandir = @mandir@ |
---|
| 157 | mkdir_p = @mkdir_p@ |
---|
| 158 | oldincludedir = @oldincludedir@ |
---|
| 159 | prefix = @prefix@ |
---|
| 160 | program_transform_name = @program_transform_name@ |
---|
| 161 | sbindir = @sbindir@ |
---|
| 162 | sharedstatedir = @sharedstatedir@ |
---|
| 163 | sysconfdir = @sysconfdir@ |
---|
| 164 | target = @target@ |
---|
| 165 | target_alias = @target_alias@ |
---|
| 166 | target_cpu = @target_cpu@ |
---|
| 167 | target_os = @target_os@ |
---|
| 168 | target_vendor = @target_vendor@ |
---|
[4263] | 169 | SUBDIRS = importer \ |
---|
[4740] | 170 | particles \ |
---|
| 171 | collision_detection \ |
---|
| 172 | testmain |
---|
[4263] | 173 | |
---|
[4338] | 174 | noinst_HEADERS = framework.h |
---|
| 175 | EXTRA_DIST = framework.cc |
---|
[3549] | 176 | all: all-recursive |
---|
| 177 | |
---|
| 178 | .SUFFIXES: |
---|
| 179 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 180 | @for dep in $?; do \ |
---|
| 181 | case '$(am__configure_deps)' in \ |
---|
| 182 | *$$dep*) \ |
---|
| 183 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 184 | && exit 0; \ |
---|
| 185 | exit 1;; \ |
---|
| 186 | esac; \ |
---|
| 187 | done; \ |
---|
[5100] | 188 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/subprojects/Makefile'; \ |
---|
[3549] | 189 | cd $(top_srcdir) && \ |
---|
[5100] | 190 | $(AUTOMAKE) --gnu src/subprojects/Makefile |
---|
[3549] | 191 | .PRECIOUS: Makefile |
---|
| 192 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 193 | @case '$?' in \ |
---|
| 194 | *config.status*) \ |
---|
| 195 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 196 | *) \ |
---|
| 197 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 198 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 199 | esac; |
---|
| 200 | |
---|
| 201 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 202 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 203 | |
---|
| 204 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 205 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 206 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 207 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 208 | uninstall-info-am: |
---|
| 209 | |
---|
| 210 | # This directory's subdirectories are mostly independent; you can cd |
---|
| 211 | # into them and run `make' without going through this Makefile. |
---|
| 212 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
| 213 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
| 214 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
| 215 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
| 216 | $(RECURSIVE_TARGETS): |
---|
| 217 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 218 | dot_seen=no; \ |
---|
| 219 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 220 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 221 | echo "Making $$target in $$subdir"; \ |
---|
| 222 | if test "$$subdir" = "."; then \ |
---|
| 223 | dot_seen=yes; \ |
---|
| 224 | local_target="$$target-am"; \ |
---|
| 225 | else \ |
---|
| 226 | local_target="$$target"; \ |
---|
| 227 | fi; \ |
---|
| 228 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 229 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 230 | done; \ |
---|
| 231 | if test "$$dot_seen" = "no"; then \ |
---|
| 232 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
| 233 | fi; test -z "$$fail" |
---|
| 234 | |
---|
| 235 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
| 236 | maintainer-clean-recursive: |
---|
| 237 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
| 238 | dot_seen=no; \ |
---|
| 239 | case "$@" in \ |
---|
| 240 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
| 241 | *) list='$(SUBDIRS)' ;; \ |
---|
| 242 | esac; \ |
---|
| 243 | rev=''; for subdir in $$list; do \ |
---|
| 244 | if test "$$subdir" = "."; then :; else \ |
---|
| 245 | rev="$$subdir $$rev"; \ |
---|
| 246 | fi; \ |
---|
| 247 | done; \ |
---|
| 248 | rev="$$rev ."; \ |
---|
| 249 | target=`echo $@ | sed s/-recursive//`; \ |
---|
| 250 | for subdir in $$rev; do \ |
---|
| 251 | echo "Making $$target in $$subdir"; \ |
---|
| 252 | if test "$$subdir" = "."; then \ |
---|
| 253 | local_target="$$target-am"; \ |
---|
| 254 | else \ |
---|
| 255 | local_target="$$target"; \ |
---|
| 256 | fi; \ |
---|
| 257 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
| 258 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
| 259 | done && test -z "$$fail" |
---|
| 260 | tags-recursive: |
---|
| 261 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 262 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
| 263 | done |
---|
| 264 | ctags-recursive: |
---|
| 265 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 266 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
| 267 | done |
---|
| 268 | |
---|
| 269 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 270 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 271 | unique=`for i in $$list; do \ |
---|
| 272 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 273 | done | \ |
---|
| 274 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 275 | END { for (i in files) print i; }'`; \ |
---|
| 276 | mkid -fID $$unique |
---|
| 277 | tags: TAGS |
---|
| 278 | |
---|
| 279 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 280 | $(TAGS_FILES) $(LISP) |
---|
| 281 | tags=; \ |
---|
| 282 | here=`pwd`; \ |
---|
| 283 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
| 284 | include_option=--etags-include; \ |
---|
| 285 | empty_fix=.; \ |
---|
| 286 | else \ |
---|
| 287 | include_option=--include; \ |
---|
| 288 | empty_fix=; \ |
---|
| 289 | fi; \ |
---|
| 290 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 291 | if test "$$subdir" = .; then :; else \ |
---|
| 292 | test ! -f $$subdir/TAGS || \ |
---|
| 293 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
| 294 | fi; \ |
---|
| 295 | done; \ |
---|
| 296 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 297 | unique=`for i in $$list; do \ |
---|
| 298 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 299 | done | \ |
---|
| 300 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 301 | END { for (i in files) print i; }'`; \ |
---|
| 302 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 303 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 304 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 305 | $$tags $$unique; \ |
---|
| 306 | fi |
---|
| 307 | ctags: CTAGS |
---|
| 308 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 309 | $(TAGS_FILES) $(LISP) |
---|
| 310 | tags=; \ |
---|
| 311 | here=`pwd`; \ |
---|
| 312 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 313 | unique=`for i in $$list; do \ |
---|
| 314 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 315 | done | \ |
---|
| 316 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 317 | END { for (i in files) print i; }'`; \ |
---|
| 318 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 319 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 320 | $$tags $$unique |
---|
| 321 | |
---|
| 322 | GTAGS: |
---|
| 323 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 324 | && cd $(top_srcdir) \ |
---|
| 325 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 326 | |
---|
| 327 | distclean-tags: |
---|
| 328 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 329 | |
---|
| 330 | distdir: $(DISTFILES) |
---|
| 331 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 332 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 333 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 334 | case $$file in \ |
---|
| 335 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 336 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 337 | esac; \ |
---|
| 338 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 339 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 340 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 341 | dir="/$$dir"; \ |
---|
| 342 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
| 343 | else \ |
---|
| 344 | dir=''; \ |
---|
| 345 | fi; \ |
---|
| 346 | if test -d $$d/$$file; then \ |
---|
| 347 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 348 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 349 | fi; \ |
---|
| 350 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 351 | else \ |
---|
| 352 | test -f $(distdir)/$$file \ |
---|
| 353 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 354 | || exit 1; \ |
---|
| 355 | fi; \ |
---|
| 356 | done |
---|
| 357 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
| 358 | if test "$$subdir" = .; then :; else \ |
---|
| 359 | test -d "$(distdir)/$$subdir" \ |
---|
| 360 | || mkdir "$(distdir)/$$subdir" \ |
---|
| 361 | || exit 1; \ |
---|
| 362 | (cd $$subdir && \ |
---|
| 363 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 364 | top_distdir="../$(top_distdir)" \ |
---|
| 365 | distdir="../$(distdir)/$$subdir" \ |
---|
| 366 | distdir) \ |
---|
| 367 | || exit 1; \ |
---|
| 368 | fi; \ |
---|
| 369 | done |
---|
| 370 | check-am: all-am |
---|
| 371 | check: check-recursive |
---|
[4338] | 372 | all-am: Makefile $(HEADERS) |
---|
[3549] | 373 | installdirs: installdirs-recursive |
---|
| 374 | installdirs-am: |
---|
| 375 | install: install-recursive |
---|
| 376 | install-exec: install-exec-recursive |
---|
| 377 | install-data: install-data-recursive |
---|
| 378 | uninstall: uninstall-recursive |
---|
| 379 | |
---|
| 380 | install-am: all-am |
---|
| 381 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 382 | |
---|
| 383 | installcheck: installcheck-recursive |
---|
| 384 | install-strip: |
---|
| 385 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 386 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 387 | `test -z '$(STRIP)' || \ |
---|
| 388 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 389 | mostlyclean-generic: |
---|
| 390 | |
---|
| 391 | clean-generic: |
---|
| 392 | |
---|
| 393 | distclean-generic: |
---|
| 394 | -rm -f $(CONFIG_CLEAN_FILES) |
---|
| 395 | |
---|
| 396 | maintainer-clean-generic: |
---|
| 397 | @echo "This command is intended for maintainers to use" |
---|
| 398 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 399 | clean: clean-recursive |
---|
| 400 | |
---|
| 401 | clean-am: clean-generic mostlyclean-am |
---|
| 402 | |
---|
| 403 | distclean: distclean-recursive |
---|
| 404 | -rm -f Makefile |
---|
| 405 | distclean-am: clean-am distclean-generic distclean-tags |
---|
| 406 | |
---|
| 407 | dvi: dvi-recursive |
---|
| 408 | |
---|
| 409 | dvi-am: |
---|
| 410 | |
---|
| 411 | html: html-recursive |
---|
| 412 | |
---|
| 413 | info: info-recursive |
---|
| 414 | |
---|
| 415 | info-am: |
---|
| 416 | |
---|
| 417 | install-data-am: |
---|
| 418 | |
---|
| 419 | install-exec-am: |
---|
| 420 | |
---|
| 421 | install-info: install-info-recursive |
---|
| 422 | |
---|
| 423 | install-man: |
---|
| 424 | |
---|
| 425 | installcheck-am: |
---|
| 426 | |
---|
| 427 | maintainer-clean: maintainer-clean-recursive |
---|
| 428 | -rm -f Makefile |
---|
| 429 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 430 | |
---|
| 431 | mostlyclean: mostlyclean-recursive |
---|
| 432 | |
---|
| 433 | mostlyclean-am: mostlyclean-generic |
---|
| 434 | |
---|
| 435 | pdf: pdf-recursive |
---|
| 436 | |
---|
| 437 | pdf-am: |
---|
| 438 | |
---|
| 439 | ps: ps-recursive |
---|
| 440 | |
---|
| 441 | ps-am: |
---|
| 442 | |
---|
| 443 | uninstall-am: uninstall-info-am |
---|
| 444 | |
---|
| 445 | uninstall-info: uninstall-info-recursive |
---|
| 446 | |
---|
| 447 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ |
---|
| 448 | clean clean-generic clean-recursive ctags ctags-recursive \ |
---|
| 449 | distclean distclean-generic distclean-recursive distclean-tags \ |
---|
| 450 | distdir dvi dvi-am html html-am info info-am install \ |
---|
| 451 | install-am install-data install-data-am install-exec \ |
---|
| 452 | install-exec-am install-info install-info-am install-man \ |
---|
| 453 | install-strip installcheck installcheck-am installdirs \ |
---|
| 454 | installdirs-am maintainer-clean maintainer-clean-generic \ |
---|
| 455 | maintainer-clean-recursive mostlyclean mostlyclean-generic \ |
---|
| 456 | mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ |
---|
| 457 | uninstall uninstall-am uninstall-info-am |
---|
| 458 | |
---|
| 459 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 460 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 461 | .NOEXPORT: |
---|