PageRenderTime 58ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/flumotion/ui/Makefile.in

https://github.com/flyapen/UgFlu
Autoconf | 474 lines | 403 code | 48 blank | 23 comment | 40 complexity | cc3a4ec554558b289a654ebe31833b68 MD5 | raw file
  1. # Makefile.in generated by automake 1.10.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # py_compile = $(top_srcdir)/common/py-compile-destdir --destdir $(DESTDIR)
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkglibdir = $(libdir)/@PACKAGE@
  17. pkgincludedir = $(includedir)/@PACKAGE@
  18. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  19. install_sh_DATA = $(install_sh) -c -m 644
  20. install_sh_PROGRAM = $(install_sh) -c
  21. install_sh_SCRIPT = $(install_sh) -c
  22. INSTALL_HEADER = $(INSTALL_DATA)
  23. transform = $(program_transform_name)
  24. NORMAL_INSTALL = :
  25. PRE_INSTALL = :
  26. POST_INSTALL = :
  27. NORMAL_UNINSTALL = :
  28. PRE_UNINSTALL = :
  29. POST_UNINSTALL = :
  30. build_triplet = @build@
  31. host_triplet = @host@
  32. DIST_COMMON = $(flumotion_PYTHON) $(srcdir)/Makefile.am \
  33. $(srcdir)/Makefile.in $(top_srcdir)/common/python.mk
  34. subdir = flumotion/ui
  35. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  36. am__aclocal_m4_deps = $(top_srcdir)/common/as-ac-expand.m4 \
  37. $(top_srcdir)/common/as-libtool-tags.m4 \
  38. $(top_srcdir)/common/as-python.m4 \
  39. $(top_srcdir)/common/as-version.m4 \
  40. $(top_srcdir)/common/intltool.m4 \
  41. $(top_srcdir)/common/twisted-module.m4 \
  42. $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
  43. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  44. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/progtest.m4 \
  45. $(top_srcdir)/configure.ac
  46. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  47. $(ACLOCAL_M4)
  48. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  49. CONFIG_CLEAN_FILES =
  50. SOURCES =
  51. DIST_SOURCES =
  52. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  53. am__vpath_adj = case $$p in \
  54. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  55. *) f=$$p;; \
  56. esac;
  57. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  58. am__installdirs = "$(DESTDIR)$(flumotiondir)"
  59. flumotionPYTHON_INSTALL = $(INSTALL_DATA)
  60. py_compile = $(top_srcdir)/py-compile
  61. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  62. ACLOCAL = @ACLOCAL@
  63. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  64. AMTAR = @AMTAR@
  65. AR = @AR@
  66. AUTOCONF = @AUTOCONF@
  67. AUTOHEADER = @AUTOHEADER@
  68. AUTOMAKE = @AUTOMAKE@
  69. AWK = @AWK@
  70. BINDIR = @BINDIR@
  71. CC = @CC@
  72. CCDEPMODE = @CCDEPMODE@
  73. CFLAGS = @CFLAGS@
  74. CORTADO_PREFIX = @CORTADO_PREFIX@
  75. CPP = @CPP@
  76. CPPFLAGS = @CPPFLAGS@
  77. CYGPATH_W = @CYGPATH_W@
  78. DATADIR = @DATADIR@
  79. DEFS = @DEFS@
  80. DEPDIR = @DEPDIR@
  81. DSYMUTIL = @DSYMUTIL@
  82. ECHO = @ECHO@
  83. ECHO_C = @ECHO_C@
  84. ECHO_N = @ECHO_N@
  85. ECHO_T = @ECHO_T@
  86. EGREP = @EGREP@
  87. EPYDOC = @EPYDOC@
  88. EXEEXT = @EXEEXT@
  89. FLUMOTION = @FLUMOTION@
  90. FLUMOTION_MAJOR = @FLUMOTION_MAJOR@
  91. FLUMOTION_MICRO = @FLUMOTION_MICRO@
  92. FLUMOTION_MINOR = @FLUMOTION_MINOR@
  93. FLUMOTION_NANO = @FLUMOTION_NANO@
  94. FLUMOTION_RELEASE = @FLUMOTION_RELEASE@
  95. GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
  96. GMSGFMT = @GMSGFMT@
  97. GREP = @GREP@
  98. GST_010_REQ = @GST_010_REQ@
  99. GTK_CFLAGS = @GTK_CFLAGS@
  100. GTK_LIBS = @GTK_LIBS@
  101. INSTALL = @INSTALL@
  102. INSTALL_DATA = @INSTALL_DATA@
  103. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  104. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  105. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  106. INTLLIBS = @INTLLIBS@
  107. INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
  108. INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
  109. INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
  110. INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
  111. INTLTOOL_ICONV = @INTLTOOL_ICONV@
  112. INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
  113. INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
  114. INTLTOOL_MERGE = @INTLTOOL_MERGE@
  115. INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
  116. INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
  117. INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
  118. INTLTOOL_PERL = @INTLTOOL_PERL@
  119. INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
  120. INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
  121. INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
  122. INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
  123. INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
  124. INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
  125. INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
  126. INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
  127. INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
  128. INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
  129. INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
  130. INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
  131. INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
  132. INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
  133. LDFLAGS = @LDFLAGS@
  134. LIBDIR = @LIBDIR@
  135. LIBICONV = @LIBICONV@
  136. LIBINTL = @LIBINTL@
  137. LIBOBJS = @LIBOBJS@
  138. LIBS = @LIBS@
  139. LIBTOOL = @LIBTOOL@
  140. LN_S = @LN_S@
  141. LOCALSTATEDIR = @LOCALSTATEDIR@
  142. LTLIBICONV = @LTLIBICONV@
  143. LTLIBINTL = @LTLIBINTL@
  144. LTLIBOBJS = @LTLIBOBJS@
  145. MAKEINFO = @MAKEINFO@
  146. MKDIR_P = @MKDIR_P@
  147. MKINSTALLDIRS = @MKINSTALLDIRS@
  148. MSGFMT = @MSGFMT@
  149. MSGMERGE = @MSGMERGE@
  150. NMEDIT = @NMEDIT@
  151. OBJEXT = @OBJEXT@
  152. PACKAGE = @PACKAGE@
  153. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  154. PACKAGE_NAME = @PACKAGE_NAME@
  155. PACKAGE_STRING = @PACKAGE_STRING@
  156. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  157. PACKAGE_VERSION = @PACKAGE_VERSION@
  158. PATH_SEPARATOR = @PATH_SEPARATOR@
  159. PKG_CONFIG = @PKG_CONFIG@
  160. POSUB = @POSUB@
  161. PYCHECKER = @PYCHECKER@
  162. PYGST_010_REQ = @PYGST_010_REQ@
  163. PYGTK_010_REQ = @PYGTK_010_REQ@
  164. PYGTK_CFLAGS = @PYGTK_CFLAGS@
  165. PYGTK_CODEGEN = @PYGTK_CODEGEN@
  166. PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
  167. PYGTK_LIBS = @PYGTK_LIBS@
  168. PYTHON = @PYTHON@
  169. PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  170. PYTHON_INCLUDES = @PYTHON_INCLUDES@
  171. PYTHON_PLATFORM = @PYTHON_PLATFORM@
  172. PYTHON_PREFIX = @PYTHON_PREFIX@
  173. PYTHON_VERSION = @PYTHON_VERSION@
  174. RANLIB = @RANLIB@
  175. RELEASE = @RELEASE@
  176. SBINDIR = @SBINDIR@
  177. SED = @SED@
  178. SET_MAKE = @SET_MAKE@
  179. SHELL = @SHELL@
  180. STRIP = @STRIP@
  181. SYSCONFDIR = @SYSCONFDIR@
  182. USE_NLS = @USE_NLS@
  183. VERSION = @VERSION@
  184. XGETTEXT = @XGETTEXT@
  185. XVFB = @XVFB@
  186. abs_builddir = @abs_builddir@
  187. abs_srcdir = @abs_srcdir@
  188. abs_top_builddir = @abs_top_builddir@
  189. abs_top_srcdir = @abs_top_srcdir@
  190. ac_ct_CC = @ac_ct_CC@
  191. am__include = @am__include@
  192. am__leading_dot = @am__leading_dot@
  193. am__quote = @am__quote@
  194. am__tar = @am__tar@
  195. am__untar = @am__untar@
  196. bindir = @bindir@
  197. build = @build@
  198. build_alias = @build_alias@
  199. build_cpu = @build_cpu@
  200. build_os = @build_os@
  201. build_vendor = @build_vendor@
  202. builddir = @builddir@
  203. datadir = @datadir@
  204. datarootdir = @datarootdir@
  205. docdir = @docdir@
  206. dvidir = @dvidir@
  207. exec_prefix = @exec_prefix@
  208. host = @host@
  209. host_alias = @host_alias@
  210. host_cpu = @host_cpu@
  211. host_os = @host_os@
  212. host_vendor = @host_vendor@
  213. htmldir = @htmldir@
  214. includedir = @includedir@
  215. infodir = @infodir@
  216. install_sh = @install_sh@
  217. libdir = @libdir@
  218. libexecdir = @libexecdir@
  219. localedir = @localedir@
  220. localstatedir = @localstatedir@
  221. mandir = @mandir@
  222. mkdir_p = @mkdir_p@
  223. oldincludedir = @oldincludedir@
  224. pdfdir = @pdfdir@
  225. pkgpyexecdir = @pkgpyexecdir@
  226. pkgpythondir = @pkgpythondir@
  227. prefix = @prefix@
  228. program_transform_name = @program_transform_name@
  229. psdir = @psdir@
  230. pyexecdir = @pyexecdir@
  231. pythondir = @pythondir@
  232. sbindir = @sbindir@
  233. sharedstatedir = @sharedstatedir@
  234. srcdir = @srcdir@
  235. sysconfdir = @sysconfdir@
  236. target_alias = @target_alias@
  237. top_build_prefix = @top_build_prefix@
  238. top_builddir = @top_builddir@
  239. top_srcdir = @top_srcdir@
  240. flumotiondir = $(libdir)/flumotion/python/flumotion/ui
  241. flumotion_PYTHON = \
  242. __init__.py \
  243. fgtk.py \
  244. fileselector.py \
  245. fvumeter.py \
  246. glade.py \
  247. kiwipatches.py \
  248. linkwidget.py \
  249. icons.py \
  250. simplewizard.py \
  251. trayicon.py \
  252. wizard.py
  253. TAGS_FILES = $(flumotion_PYTHON)
  254. EXTRA_DIST = $(flumotion_PYTHON)
  255. all: all-am
  256. .SUFFIXES:
  257. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/common/python.mk $(am__configure_deps)
  258. @for dep in $?; do \
  259. case '$(am__configure_deps)' in \
  260. *$$dep*) \
  261. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  262. && exit 0; \
  263. exit 1;; \
  264. esac; \
  265. done; \
  266. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu flumotion/ui/Makefile'; \
  267. cd $(top_srcdir) && \
  268. $(AUTOMAKE) --gnu flumotion/ui/Makefile
  269. .PRECIOUS: Makefile
  270. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  271. @case '$?' in \
  272. *config.status*) \
  273. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  274. *) \
  275. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  276. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  277. esac;
  278. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  279. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  280. $(top_srcdir)/configure: $(am__configure_deps)
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  282. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  283. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  284. mostlyclean-libtool:
  285. -rm -f *.lo
  286. clean-libtool:
  287. -rm -rf .libs _libs
  288. install-flumotionPYTHON: $(flumotion_PYTHON)
  289. @$(NORMAL_INSTALL)
  290. test -z "$(flumotiondir)" || $(MKDIR_P) "$(DESTDIR)$(flumotiondir)"
  291. @list='$(flumotion_PYTHON)'; dlist=''; for p in $$list; do\
  292. if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
  293. if test -f $$b$$p; then \
  294. f=$(am__strip_dir) \
  295. dlist="$$dlist $$f"; \
  296. echo " $(flumotionPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(flumotiondir)/$$f'"; \
  297. $(flumotionPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(flumotiondir)/$$f"; \
  298. else :; fi; \
  299. done; \
  300. if test -n "$$dlist"; then \
  301. if test -z "$(DESTDIR)"; then \
  302. PYTHON=$(PYTHON) $(py_compile) --basedir "$(flumotiondir)" $$dlist; \
  303. else \
  304. PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(flumotiondir)" $$dlist; \
  305. fi; \
  306. else :; fi
  307. uninstall-flumotionPYTHON:
  308. @$(NORMAL_UNINSTALL)
  309. @list='$(flumotion_PYTHON)'; dlist=''; for p in $$list; do\
  310. f=$(am__strip_dir) \
  311. rm -f "$(DESTDIR)$(flumotiondir)/$$f"; \
  312. rm -f "$(DESTDIR)$(flumotiondir)/$${f}c"; \
  313. rm -f "$(DESTDIR)$(flumotiondir)/$${f}o"; \
  314. done
  315. tags: TAGS
  316. TAGS:
  317. ctags: CTAGS
  318. CTAGS:
  319. distdir: $(DISTFILES)
  320. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  321. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  322. list='$(DISTFILES)'; \
  323. dist_files=`for file in $$list; do echo $$file; done | \
  324. sed -e "s|^$$srcdirstrip/||;t" \
  325. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  326. case $$dist_files in \
  327. */*) $(MKDIR_P) `echo "$$dist_files" | \
  328. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  329. sort -u` ;; \
  330. esac; \
  331. for file in $$dist_files; do \
  332. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  333. if test -d $$d/$$file; then \
  334. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  335. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  336. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  337. fi; \
  338. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  339. else \
  340. test -f $(distdir)/$$file \
  341. || cp -p $$d/$$file $(distdir)/$$file \
  342. || exit 1; \
  343. fi; \
  344. done
  345. check-am: all-am
  346. check: check-am
  347. all-am: Makefile
  348. installdirs:
  349. for dir in "$(DESTDIR)$(flumotiondir)"; do \
  350. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  351. done
  352. install: install-am
  353. install-exec: install-exec-am
  354. install-data: install-data-am
  355. uninstall: uninstall-am
  356. install-am: all-am
  357. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  358. installcheck: installcheck-am
  359. install-strip:
  360. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  361. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  362. `test -z '$(STRIP)' || \
  363. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  364. mostlyclean-generic:
  365. clean-generic:
  366. distclean-generic:
  367. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  368. maintainer-clean-generic:
  369. @echo "This command is intended for maintainers to use"
  370. @echo "it deletes files that may require special tools to rebuild."
  371. clean: clean-am
  372. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  373. distclean: distclean-am
  374. -rm -f Makefile
  375. distclean-am: clean-am distclean-generic
  376. dvi: dvi-am
  377. dvi-am:
  378. html: html-am
  379. info: info-am
  380. info-am:
  381. install-data-am: install-flumotionPYTHON
  382. install-dvi: install-dvi-am
  383. install-exec-am:
  384. install-html: install-html-am
  385. install-info: install-info-am
  386. install-man:
  387. install-pdf: install-pdf-am
  388. install-ps: install-ps-am
  389. installcheck-am:
  390. maintainer-clean: maintainer-clean-am
  391. -rm -f Makefile
  392. maintainer-clean-am: distclean-am maintainer-clean-generic
  393. mostlyclean: mostlyclean-am
  394. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  395. pdf: pdf-am
  396. pdf-am:
  397. ps: ps-am
  398. ps-am:
  399. uninstall-am: uninstall-flumotionPYTHON
  400. .MAKE: install-am install-strip
  401. .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  402. clean-local distclean distclean-generic distclean-libtool \
  403. distdir dvi dvi-am html html-am info info-am install \
  404. install-am install-data install-data-am install-dvi \
  405. install-dvi-am install-exec install-exec-am \
  406. install-flumotionPYTHON install-html install-html-am \
  407. install-info install-info-am install-man install-pdf \
  408. install-pdf-am install-ps install-ps-am install-strip \
  409. installcheck installcheck-am installdirs maintainer-clean \
  410. maintainer-clean-generic mostlyclean mostlyclean-generic \
  411. mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
  412. uninstall-flumotionPYTHON
  413. #if HAVE_PYCHECKER
  414. #check-local: $(PYCHECKER_FILES)
  415. # if test ! -z "$(PYCHECKER_FILES)"; \
  416. # then \
  417. # PYTHONPATH=$(top_srcdir):$(top_builddir) \
  418. # pychecker -Q -F $(top_srcdir)/misc/pycheckerrc \
  419. # $(PYCHECKER_FILES); \
  420. # fi
  421. #endif
  422. clean-local:
  423. rm -rf *.pyc *.pyo
  424. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  425. # Otherwise a system limit (for SysV at least) may be exceeded.
  426. .NOEXPORT: