Advertisement
barjac

makefile.in

Aug 29th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.71 KB | None | 0 0
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  5. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  6. # Inc.
  7. # This Makefile.in is free software; the Free Software Foundation
  8. # gives unlimited permission to copy and/or distribute it,
  9. # with or without modifications, as long as this notice is preserved.
  10.  
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  13. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  14. # PARTICULAR PURPOSE.
  15.  
  16. @SET_MAKE@
  17.  
  18. VPATH = @srcdir@
  19. pkgdatadir = $(datadir)/@PACKAGE@
  20. pkgincludedir = $(includedir)/@PACKAGE@
  21. pkglibdir = $(libdir)/@PACKAGE@
  22. pkglibexecdir = $(libexecdir)/@PACKAGE@
  23. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  24. install_sh_DATA = $(install_sh) -c -m 644
  25. install_sh_PROGRAM = $(install_sh) -c
  26. install_sh_SCRIPT = $(install_sh) -c
  27. INSTALL_HEADER = $(INSTALL_DATA)
  28. transform = $(program_transform_name)
  29. NORMAL_INSTALL = :
  30. PRE_INSTALL = :
  31. POST_INSTALL = :
  32. NORMAL_UNINSTALL = :
  33. PRE_UNINSTALL = :
  34. POST_UNINSTALL = :
  35. subdir = web
  36. DIST_COMMON = $(dist_web_DATA) $(srcdir)/Makefile.am \
  37. $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  40. $(top_srcdir)/configure.ac
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  44. CONFIG_HEADER = $(top_builddir)/config.h
  45. CONFIG_CLEAN_FILES =
  46. CONFIG_CLEAN_VPATH_FILES =
  47. SOURCES =
  48. DIST_SOURCES =
  49. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  50. html-recursive info-recursive install-data-recursive \
  51. install-dvi-recursive install-exec-recursive \
  52. install-html-recursive install-info-recursive \
  53. install-pdf-recursive install-ps-recursive install-recursive \
  54. installcheck-recursive installdirs-recursive pdf-recursive \
  55. ps-recursive uninstall-recursive
  56. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  57. am__vpath_adj = case $$p in \
  58. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  59. *) f=$$p;; \
  60. esac;
  61. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  62. am__install_max = 40
  63. am__nobase_strip_setup = \
  64. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  65. am__nobase_strip = \
  66. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  67. am__nobase_list = $(am__nobase_strip_setup); \
  68. for p in $$list; do echo "$$p $$p"; done | \
  69. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  70. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  71. if (++n[$$2] == $(am__install_max)) \
  72. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  73. END { for (dir in files) print dir, files[dir] }'
  74. am__base_list = \
  75. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  76. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  77. am__installdirs = "$(DESTDIR)$(webdir)"
  78. DATA = $(dist_web_DATA)
  79. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  80. distclean-recursive maintainer-clean-recursive
  81. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  82. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  83. distdir
  84. ETAGS = etags
  85. CTAGS = ctags
  86. DIST_SUBDIRS = $(SUBDIRS)
  87. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  88. am__relativize = \
  89. dir0=`pwd`; \
  90. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  91. sed_rest='s,^[^/]*/*,,'; \
  92. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  93. sed_butlast='s,/*[^/]*$$,,'; \
  94. while test -n "$$dir1"; do \
  95. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  96. if test "$$first" != "."; then \
  97. if test "$$first" = ".."; then \
  98. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  99. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  100. else \
  101. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  102. if test "$$first2" = "$$first"; then \
  103. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  104. else \
  105. dir2="../$$dir2"; \
  106. fi; \
  107. dir0="$$dir0"/"$$first"; \
  108. fi; \
  109. fi; \
  110. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  111. done; \
  112. reldir="$$dir2"
  113. ACLOCAL = @ACLOCAL@
  114. ALLOCA = @ALLOCA@
  115. AMTAR = @AMTAR@
  116. AUTOCONF = @AUTOCONF@
  117. AUTOHEADER = @AUTOHEADER@
  118. AUTOMAKE = @AUTOMAKE@
  119. AWK = @AWK@
  120. BINDIR = @BINDIR@
  121. CC = @CC@
  122. CCDEPMODE = @CCDEPMODE@
  123. CFLAGS = @CFLAGS@
  124. CGI_PREFIX = @CGI_PREFIX@
  125. CPPFLAGS = @CPPFLAGS@
  126. CXX = @CXX@
  127. CXXCPP = @CXXCPP@
  128. CXXDEPMODE = @CXXDEPMODE@
  129. CXXFLAGS = @CXXFLAGS@
  130. CYGPATH_W = @CYGPATH_W@
  131. DEFS = @DEFS@
  132. DEPDIR = @DEPDIR@
  133. ECHO_C = @ECHO_C@
  134. ECHO_N = @ECHO_N@
  135. ECHO_T = @ECHO_T@
  136. EGREP = @EGREP@
  137. ENABLE_MMAP = @ENABLE_MMAP@
  138. EXEEXT = @EXEEXT@
  139. EXTRA_LIBS = @EXTRA_LIBS@
  140. EXTRA_PERL_LIB = @EXTRA_PERL_LIB@
  141. FFMPEG_CFLAGS = @FFMPEG_CFLAGS@
  142. FFMPEG_LIBS = @FFMPEG_LIBS@
  143. FFMPEG_PREFIX = @FFMPEG_PREFIX@
  144. GREP = @GREP@
  145. INSTALL = @INSTALL@
  146. INSTALL_DATA = @INSTALL_DATA@
  147. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  148. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  149. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  150. LDFLAGS = @LDFLAGS@
  151. LIBDIR = @LIBDIR@
  152. LIBOBJS = @LIBOBJS@
  153. LIBS = @LIBS@
  154. LIB_ARCH = @LIB_ARCH@
  155. LN_S = @LN_S@
  156. LTLIBOBJS = @LTLIBOBJS@
  157. MAKEINFO = @MAKEINFO@
  158. MKDIR_P = @MKDIR_P@
  159. MYSQL_CFLAGS = @MYSQL_CFLAGS@
  160. MYSQL_LIBS = @MYSQL_LIBS@
  161. MYSQL_PREFIX = @MYSQL_PREFIX@
  162. OBJEXT = @OBJEXT@
  163. OPT_FFMPEG = @OPT_FFMPEG@
  164. OPT_NETPBM = @OPT_NETPBM@
  165. PACKAGE = @PACKAGE@
  166. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  167. PACKAGE_NAME = @PACKAGE_NAME@
  168. PACKAGE_STRING = @PACKAGE_STRING@
  169. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  170. PACKAGE_URL = @PACKAGE_URL@
  171. PACKAGE_VERSION = @PACKAGE_VERSION@
  172. PATH_BUILD = @PATH_BUILD@
  173. PATH_FFMPEG = @PATH_FFMPEG@
  174. PATH_NETPBM = @PATH_NETPBM@
  175. PATH_SEPARATOR = @PATH_SEPARATOR@
  176. PERL = @PERL@
  177. PERL_MM_PARMS = @PERL_MM_PARMS@
  178. POW_LIB = @POW_LIB@
  179. RANLIB = @RANLIB@
  180. SET_MAKE = @SET_MAKE@
  181. SHELL = @SHELL@
  182. STRIP = @STRIP@
  183. SYSCONFDIR = @SYSCONFDIR@
  184. TIME_BUILD = @TIME_BUILD@
  185. VERSION = @VERSION@
  186. WEB_GROUP = @WEB_GROUP@
  187. WEB_HOST = @WEB_HOST@
  188. WEB_PREFIX = @WEB_PREFIX@
  189. WEB_USER = @WEB_USER@
  190. ZM_CONFIG = @ZM_CONFIG@
  191. ZM_DB_HOST = @ZM_DB_HOST@
  192. ZM_DB_NAME = @ZM_DB_NAME@
  193. ZM_DB_PASS = @ZM_DB_PASS@
  194. ZM_DB_USER = @ZM_DB_USER@
  195. ZM_HAS_V4L = @ZM_HAS_V4L@
  196. ZM_HAS_V4L1 = @ZM_HAS_V4L1@
  197. ZM_HAS_V4L2 = @ZM_HAS_V4L2@
  198. ZM_LOGDIR = @ZM_LOGDIR@
  199. ZM_MYSQL_ENGINE = @ZM_MYSQL_ENGINE@
  200. ZM_PCRE = @ZM_PCRE@
  201. ZM_PID = @ZM_PID@
  202. ZM_RUNDIR = @ZM_RUNDIR@
  203. ZM_SSL_LIB = @ZM_SSL_LIB@
  204. ZM_TMPDIR = @ZM_TMPDIR@
  205. abs_builddir = @abs_builddir@
  206. abs_srcdir = @abs_srcdir@
  207. abs_top_builddir = @abs_top_builddir@
  208. abs_top_srcdir = @abs_top_srcdir@
  209. ac_ct_CC = @ac_ct_CC@
  210. ac_ct_CXX = @ac_ct_CXX@
  211. am__include = @am__include@
  212. am__leading_dot = @am__leading_dot@
  213. am__quote = @am__quote@
  214. am__tar = @am__tar@
  215. am__untar = @am__untar@
  216. bindir = @bindir@
  217. build_alias = @build_alias@
  218. builddir = @builddir@
  219. datadir = @datadir@
  220. datarootdir = @datarootdir@
  221. docdir = @docdir@
  222. dvidir = @dvidir@
  223. exec_prefix = @exec_prefix@
  224. host_alias = @host_alias@
  225. htmldir = @htmldir@
  226. includedir = @includedir@
  227. infodir = @infodir@
  228. install_sh = @install_sh@
  229. libdir = @libdir@
  230. libexecdir = @libexecdir@
  231. localedir = @localedir@
  232. localstatedir = @localstatedir@
  233. mandir = @mandir@
  234. mkdir_p = @mkdir_p@
  235. oldincludedir = @oldincludedir@
  236. pdfdir = @pdfdir@
  237. prefix = @prefix@
  238. program_transform_name = @program_transform_name@
  239. psdir = @psdir@
  240. sbindir = @sbindir@
  241. sharedstatedir = @sharedstatedir@
  242. srcdir = @srcdir@
  243. sysconfdir = @sysconfdir@
  244. target_alias = @target_alias@
  245. top_build_prefix = @top_build_prefix@
  246. top_builddir = @top_builddir@
  247. top_srcdir = @top_srcdir@
  248. AUTOMAKE_OPTIONS = gnu
  249.  
  250. # This should be set to your web directory
  251. webdir = @WEB_PREFIX@
  252. # And these to the user and group of your webserver
  253. webuser = @WEB_USER@
  254. webgroup = @WEB_GROUP@
  255. SUBDIRS = \
  256. ajax \
  257. css \
  258. graphics \
  259. includes \
  260. js \
  261. lang \
  262. skins \
  263. tools \
  264. views
  265.  
  266. dist_web_DATA = \
  267. index.php
  268.  
  269. all: all-recursive
  270.  
  271. .SUFFIXES:
  272. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  273. @for dep in $?; do \
  274. case '$(am__configure_deps)' in \
  275. *$$dep*) \
  276. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  277. && { if test -f $@; then exit 0; else break; fi; }; \
  278. exit 1;; \
  279. esac; \
  280. done; \
  281. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu web/Makefile'; \
  282. $(am__cd) $(top_srcdir) && \
  283. $(AUTOMAKE) --gnu web/Makefile
  284. .PRECIOUS: Makefile
  285. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  286. @case '$?' in \
  287. *config.status*) \
  288. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  289. *) \
  290. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  291. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  292. esac;
  293.  
  294. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  295. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  296.  
  297. $(top_srcdir)/configure: $(am__configure_deps)
  298. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  299. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  300. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  301. $(am__aclocal_m4_deps):
  302. install-dist_webDATA: $(dist_web_DATA)
  303. @$(NORMAL_INSTALL)
  304. test -z "$(webdir)" || $(MKDIR_P) "$(DESTDIR)$(webdir)"
  305. @list='$(dist_web_DATA)'; test -n "$(webdir)" || list=; \
  306. for p in $$list; do \
  307. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  308. echo "$$d$$p"; \
  309. done | $(am__base_list) | \
  310. while read files; do \
  311. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(webdir)'"; \
  312. $(INSTALL_DATA) $$files "$(DESTDIR)$(webdir)" || exit $$?; \
  313. done
  314.  
  315. uninstall-dist_webDATA:
  316. @$(NORMAL_UNINSTALL)
  317. @list='$(dist_web_DATA)'; test -n "$(webdir)" || list=; \
  318. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  319. test -n "$$files" || exit 0; \
  320. echo " ( cd '$(DESTDIR)$(webdir)' && rm -f" $$files ")"; \
  321. cd "$(DESTDIR)$(webdir)" && rm -f $$files
  322.  
  323. # This directory's subdirectories are mostly independent; you can cd
  324. # into them and run `make' without going through this Makefile.
  325. # To change the values of `make' variables: instead of editing Makefiles,
  326. # (1) if the variable is set in `config.status', edit `config.status'
  327. # (which will cause the Makefiles to be regenerated when you run `make');
  328. # (2) otherwise, pass the desired values on the `make' command line.
  329. $(RECURSIVE_TARGETS):
  330. @fail= failcom='exit 1'; \
  331. for f in x $$MAKEFLAGS; do \
  332. case $$f in \
  333. *=* | --[!k]*);; \
  334. *k*) failcom='fail=yes';; \
  335. esac; \
  336. done; \
  337. dot_seen=no; \
  338. target=`echo $@ | sed s/-recursive//`; \
  339. list='$(SUBDIRS)'; for subdir in $$list; do \
  340. echo "Making $$target in $$subdir"; \
  341. if test "$$subdir" = "."; then \
  342. dot_seen=yes; \
  343. local_target="$$target-am"; \
  344. else \
  345. local_target="$$target"; \
  346. fi; \
  347. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  348. || eval $$failcom; \
  349. done; \
  350. if test "$$dot_seen" = "no"; then \
  351. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  352. fi; test -z "$$fail"
  353.  
  354. $(RECURSIVE_CLEAN_TARGETS):
  355. @fail= failcom='exit 1'; \
  356. for f in x $$MAKEFLAGS; do \
  357. case $$f in \
  358. *=* | --[!k]*);; \
  359. *k*) failcom='fail=yes';; \
  360. esac; \
  361. done; \
  362. dot_seen=no; \
  363. case "$@" in \
  364. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  365. *) list='$(SUBDIRS)' ;; \
  366. esac; \
  367. rev=''; for subdir in $$list; do \
  368. if test "$$subdir" = "."; then :; else \
  369. rev="$$subdir $$rev"; \
  370. fi; \
  371. done; \
  372. rev="$$rev ."; \
  373. target=`echo $@ | sed s/-recursive//`; \
  374. for subdir in $$rev; do \
  375. echo "Making $$target in $$subdir"; \
  376. if test "$$subdir" = "."; then \
  377. local_target="$$target-am"; \
  378. else \
  379. local_target="$$target"; \
  380. fi; \
  381. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  382. || eval $$failcom; \
  383. done && test -z "$$fail"
  384. tags-recursive:
  385. list='$(SUBDIRS)'; for subdir in $$list; do \
  386. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  387. done
  388. ctags-recursive:
  389. list='$(SUBDIRS)'; for subdir in $$list; do \
  390. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  391. done
  392.  
  393. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  394. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  395. unique=`for i in $$list; do \
  396. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  397. done | \
  398. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  399. END { if (nonempty) { for (i in files) print i; }; }'`; \
  400. mkid -fID $$unique
  401. tags: TAGS
  402.  
  403. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  404. $(TAGS_FILES) $(LISP)
  405. set x; \
  406. here=`pwd`; \
  407. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  408. include_option=--etags-include; \
  409. empty_fix=.; \
  410. else \
  411. include_option=--include; \
  412. empty_fix=; \
  413. fi; \
  414. list='$(SUBDIRS)'; for subdir in $$list; do \
  415. if test "$$subdir" = .; then :; else \
  416. test ! -f $$subdir/TAGS || \
  417. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  418. fi; \
  419. done; \
  420. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  421. unique=`for i in $$list; do \
  422. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  423. done | \
  424. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  425. END { if (nonempty) { for (i in files) print i; }; }'`; \
  426. shift; \
  427. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  428. test -n "$$unique" || unique=$$empty_fix; \
  429. if test $$# -gt 0; then \
  430. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  431. "$$@" $$unique; \
  432. else \
  433. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  434. $$unique; \
  435. fi; \
  436. fi
  437. ctags: CTAGS
  438. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  439. $(TAGS_FILES) $(LISP)
  440. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  441. unique=`for i in $$list; do \
  442. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  443. done | \
  444. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  445. END { if (nonempty) { for (i in files) print i; }; }'`; \
  446. test -z "$(CTAGS_ARGS)$$unique" \
  447. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  448. $$unique
  449.  
  450. GTAGS:
  451. here=`$(am__cd) $(top_builddir) && pwd` \
  452. && $(am__cd) $(top_srcdir) \
  453. && gtags -i $(GTAGS_ARGS) "$$here"
  454.  
  455. distclean-tags:
  456. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  457.  
  458. distdir: $(DISTFILES)
  459. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  460. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  461. list='$(DISTFILES)'; \
  462. dist_files=`for file in $$list; do echo $$file; done | \
  463. sed -e "s|^$$srcdirstrip/||;t" \
  464. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  465. case $$dist_files in \
  466. */*) $(MKDIR_P) `echo "$$dist_files" | \
  467. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  468. sort -u` ;; \
  469. esac; \
  470. for file in $$dist_files; do \
  471. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  472. if test -d $$d/$$file; then \
  473. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  474. if test -d "$(distdir)/$$file"; then \
  475. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  476. fi; \
  477. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  478. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  479. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  480. fi; \
  481. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  482. else \
  483. test -f "$(distdir)/$$file" \
  484. || cp -p $$d/$$file "$(distdir)/$$file" \
  485. || exit 1; \
  486. fi; \
  487. done
  488. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  489. if test "$$subdir" = .; then :; else \
  490. test -d "$(distdir)/$$subdir" \
  491. || $(MKDIR_P) "$(distdir)/$$subdir" \
  492. || exit 1; \
  493. fi; \
  494. done
  495. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  496. if test "$$subdir" = .; then :; else \
  497. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  498. $(am__relativize); \
  499. new_distdir=$$reldir; \
  500. dir1=$$subdir; dir2="$(top_distdir)"; \
  501. $(am__relativize); \
  502. new_top_distdir=$$reldir; \
  503. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  504. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  505. ($(am__cd) $$subdir && \
  506. $(MAKE) $(AM_MAKEFLAGS) \
  507. top_distdir="$$new_top_distdir" \
  508. distdir="$$new_distdir" \
  509. am__remove_distdir=: \
  510. am__skip_length_check=: \
  511. am__skip_mode_fix=: \
  512. distdir) \
  513. || exit 1; \
  514. fi; \
  515. done
  516. check-am: all-am
  517. check: check-recursive
  518. all-am: Makefile $(DATA)
  519. installdirs: installdirs-recursive
  520. installdirs-am:
  521. for dir in "$(DESTDIR)$(webdir)"; do \
  522. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  523. done
  524. install: install-recursive
  525. install-exec: install-exec-recursive
  526. install-data: install-data-recursive
  527. uninstall: uninstall-recursive
  528.  
  529. install-am: all-am
  530. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  531.  
  532. installcheck: installcheck-recursive
  533. install-strip:
  534. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  535. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  536. `test -z '$(STRIP)' || \
  537. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  538. mostlyclean-generic:
  539.  
  540. clean-generic:
  541.  
  542. distclean-generic:
  543. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  544. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  545.  
  546. maintainer-clean-generic:
  547. @echo "This command is intended for maintainers to use"
  548. @echo "it deletes files that may require special tools to rebuild."
  549. clean: clean-recursive
  550.  
  551. clean-am: clean-generic mostlyclean-am
  552.  
  553. distclean: distclean-recursive
  554. -rm -f Makefile
  555. distclean-am: clean-am distclean-generic distclean-tags
  556.  
  557. dvi: dvi-recursive
  558.  
  559. dvi-am:
  560.  
  561. html: html-recursive
  562.  
  563. html-am:
  564.  
  565. info: info-recursive
  566.  
  567. info-am:
  568.  
  569. install-data-am: install-dist_webDATA
  570. @$(NORMAL_INSTALL)
  571. $(MAKE) $(AM_MAKEFLAGS) install-data-hook
  572. install-dvi: install-dvi-recursive
  573.  
  574. install-dvi-am:
  575.  
  576. install-exec-am:
  577.  
  578. install-html: install-html-recursive
  579.  
  580. install-html-am:
  581.  
  582. install-info: install-info-recursive
  583.  
  584. install-info-am:
  585.  
  586. install-man:
  587.  
  588. install-pdf: install-pdf-recursive
  589.  
  590. install-pdf-am:
  591.  
  592. install-ps: install-ps-recursive
  593.  
  594. install-ps-am:
  595.  
  596. installcheck-am:
  597.  
  598. maintainer-clean: maintainer-clean-recursive
  599. -rm -f Makefile
  600. maintainer-clean-am: distclean-am maintainer-clean-generic
  601.  
  602. mostlyclean: mostlyclean-recursive
  603.  
  604. mostlyclean-am: mostlyclean-generic
  605.  
  606. pdf: pdf-recursive
  607.  
  608. pdf-am:
  609.  
  610. ps: ps-recursive
  611.  
  612. ps-am:
  613.  
  614. uninstall-am: uninstall-dist_webDATA
  615. @$(NORMAL_INSTALL)
  616. $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
  617. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  618. install-am install-data-am install-strip tags-recursive \
  619. uninstall-am
  620.  
  621. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  622. all all-am check check-am clean clean-generic ctags \
  623. ctags-recursive distclean distclean-generic distclean-tags \
  624. distdir dvi dvi-am html html-am info info-am install \
  625. install-am install-data install-data-am install-data-hook \
  626. install-dist_webDATA install-dvi install-dvi-am install-exec \
  627. install-exec-am install-html install-html-am install-info \
  628. install-info-am install-man install-pdf install-pdf-am \
  629. install-ps install-ps-am install-strip installcheck \
  630. installcheck-am installdirs installdirs-am maintainer-clean \
  631. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  632. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  633. uninstall-dist_webDATA uninstall-hook
  634.  
  635.  
  636. # Yes, you are correct. This is a HACK!
  637. install-data-hook:
  638. ( cd $(DESTDIR)$(webdir); chown $(webuser):$(webgroup) $(dist_web_DATA) )
  639. ( cd $(DESTDIR)$(webdir); chown -R $(webuser):$(webgroup) $(SUBDIRS) )
  640. @-( cd $(DESTDIR)$(webdir); if ! test -e events; then mkdir events; fi; chown $(webuser):$(webgroup) events; chmod u+w events )
  641. @-( cd $(DESTDIR)$(webdir); if ! test -e images; then mkdir images; fi; chown $(webuser):$(webgroup) images; chmod u+w images )
  642. @-( cd $(DESTDIR)$(webdir); if ! test -e sounds; then mkdir sounds; fi; chown $(webuser):$(webgroup) sounds; chmod u+w sounds )
  643. @-( cd $(DESTDIR)$(webdir); if ! test -e tools; then mkdir tools; fi; chown $(webuser):$(webgroup) tools; chmod u+w tools )
  644. @-( cd $(DESTDIR)$(webdir); if ! test -e temp; then mkdir temp; fi; chown $(webuser):$(webgroup) temp; chmod u+w temp )
  645.  
  646. uninstall-hook:
  647. @-( cd $(DESTDIR)$(webdir); rm -rf $(SUBDIRS) )
  648. @-( cd $(DESTDIR)$(webdir); rm -rf events images sounds tools temp )
  649.  
  650. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  651. # Otherwise a system limit (for SysV at least) may be exceeded.
  652. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement