Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.13 KB | None | 0 0
  1. # Makefile.in generated by automake 1.11.6 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  5. # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  6. # Foundation, 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.  
  17.  
  18. am__make_dryrun = \
  19. { \
  20. am__dry=no; \
  21. case $$MAKEFLAGS in \
  22. *\\[\ \ ]*) \
  23. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  24. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  25. *) \
  26. for am__flg in $$MAKEFLAGS; do \
  27. case $$am__flg in \
  28. *=*|--*) ;; \
  29. *n*) am__dry=yes; break;; \
  30. esac; \
  31. done;; \
  32. esac; \
  33. test $$am__dry = yes; \
  34. }
  35. pkgdatadir = $(datadir)/emerald
  36. pkgincludedir = $(includedir)/emerald
  37. pkglibdir = $(libdir)/emerald
  38. pkglibexecdir = $(libexecdir)/emerald
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. install_sh_DATA = $(install_sh) -c -m 644
  41. install_sh_PROGRAM = $(install_sh) -c
  42. install_sh_SCRIPT = $(install_sh) -c
  43. INSTALL_HEADER = $(INSTALL_DATA)
  44. transform = $(program_transform_name)
  45. NORMAL_INSTALL = :
  46. PRE_INSTALL = :
  47. POST_INSTALL = :
  48. NORMAL_UNINSTALL = :
  49. PRE_UNINSTALL = :
  50. POST_UNINSTALL = :
  51. build_triplet = x86_64-unknown-linux-gnu
  52. host_triplet = x86_64-unknown-linux-gnu
  53. subdir = .
  54. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  55. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  56. $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
  57. TODO config.guess config.sub depcomp install-sh ltmain.sh \
  58. missing
  59. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  60. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  61. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  62. $(ACLOCAL_M4)
  63. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  64. configure.lineno config.status.lineno
  65. mkinstalldirs = $(install_sh) -d
  66. CONFIG_HEADER = config.h
  67. CONFIG_CLEAN_FILES =
  68. CONFIG_CLEAN_VPATH_FILES =
  69. SOURCES =
  70. DIST_SOURCES =
  71. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  72. html-recursive info-recursive install-data-recursive \
  73. install-dvi-recursive install-exec-recursive \
  74. install-html-recursive install-info-recursive \
  75. install-pdf-recursive install-ps-recursive install-recursive \
  76. installcheck-recursive installdirs-recursive pdf-recursive \
  77. ps-recursive uninstall-recursive
  78. am__can_run_installinfo = \
  79. case $$AM_UPDATE_INFO_DIR in \
  80. n|no|NO) false;; \
  81. *) (install-info --version) >/dev/null 2>&1;; \
  82. esac
  83. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  84. distclean-recursive maintainer-clean-recursive
  85. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  86. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  87. distdir dist dist-all distcheck
  88. ETAGS = etags
  89. CTAGS = ctags
  90. DIST_SUBDIRS = $(SUBDIRS)
  91. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  92. distdir = $(PACKAGE)-$(VERSION)
  93. top_distdir = $(distdir)
  94. am__remove_distdir = \
  95. if test -d "$(distdir)"; then \
  96. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  97. && rm -rf "$(distdir)" \
  98. || { sleep 5 && rm -rf "$(distdir)"; }; \
  99. else :; fi
  100. am__relativize = \
  101. dir0=`pwd`; \
  102. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  103. sed_rest='s,^[^/]*/*,,'; \
  104. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  105. sed_butlast='s,/*[^/]*$$,,'; \
  106. while test -n "$$dir1"; do \
  107. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  108. if test "$$first" != "."; then \
  109. if test "$$first" = ".."; then \
  110. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  111. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  112. else \
  113. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  114. if test "$$first2" = "$$first"; then \
  115. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  116. else \
  117. dir2="../$$dir2"; \
  118. fi; \
  119. dir0="$$dir0"/"$$first"; \
  120. fi; \
  121. fi; \
  122. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  123. done; \
  124. reldir="$$dir2"
  125. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  126. GZIP_ENV = --best
  127. distuninstallcheck_listfiles = find . -type f -print
  128. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  129. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  130. distcleancheck_listfiles = find . -type f -print
  131. ACLOCAL = ${SHELL} /home/yeahuyen/Downloads/emerald-0.9.5/missing --run aclocal-1.11
  132. ALL_LINGUAS =
  133. AMTAR = $${TAR-tar}
  134. AM_DEFAULT_VERBOSITY = 1
  135. AR = ar
  136. AUTOCONF = ${SHELL} /home/yeahuyen/Downloads/emerald-0.9.5/missing --run autoconf
  137. AUTOHEADER = ${SHELL} /home/yeahuyen/Downloads/emerald-0.9.5/missing --run autoheader
  138. AUTOMAKE = ${SHELL} /home/yeahuyen/Downloads/emerald-0.9.5/missing --run automake-1.11
  139. AWK = gawk
  140. CATALOGS =
  141. CATOBJEXT = .gmo
  142. CC = gcc
  143. CCDEPMODE = depmode=gcc3
  144. CFLAGS = -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I/usr/include/startup-notification-1.0 -I/usr/include/libwnck-1.0 -I/usr/include/compiz
  145. CPP = gcc -E
  146. CPPFLAGS =
  147. CYGPATH_W = echo
  148. DATADIRNAME = share
  149. DEFS = -DHAVE_CONFIG_H
  150. DEPDIR = .deps
  151. DLLTOOL = false
  152. DSYMUTIL =
  153. DUMPBIN =
  154. ECHO_C =
  155. ECHO_N = -n
  156. ECHO_T =
  157. EGREP = /bin/grep -E
  158. EMERALD_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/harfbuzz -I/usr/include/startup-notification-1.0 -I/usr/include/libwnck-1.0 -I/usr/include/compiz
  159. EMERALD_LIBS = -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lfreetype -lfontconfig -ldecoration -lXrender -lX11 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
  160. EMERALD_REQUIRES = xrender >= 0.8.4 gtk+-2.0 >= 2.8.0 libwnck-1.0 libdecoration pangocairo
  161. EXEEXT =
  162. FGREP = /bin/grep -F
  163. GETTEXT_PACKAGE = emerald
  164. GMOFILES =
  165. GMSGFMT = /usr/bin/msgfmt
  166. GREP = /bin/grep
  167. INSTALL = /usr/bin/install -c
  168. INSTALL_DATA = ${INSTALL} -m 644
  169. INSTALL_PROGRAM = ${INSTALL}
  170. INSTALL_SCRIPT = ${INSTALL}
  171. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  172. INSTOBJEXT = .mo
  173. INTLLIBS =
  174. INTLTOOL_EXTRACT = /usr/bin/intltool-extract
  175. INTLTOOL_MERGE = /usr/bin/intltool-merge
  176. INTLTOOL_PERL = /usr/bin/perl
  177. INTLTOOL_UPDATE = /usr/bin/intltool-update
  178. INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
  179. INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
  180. INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
  181. INTLTOOL__v_MERGE_0 = @echo " ITMRG " $@;
  182. LD = /usr/bin/ld -m elf_x86_64
  183. LDFLAGS =
  184. LIBOBJS =
  185. LIBS = -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lfreetype -lfontconfig -ldecoration -lXrender -lX11 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
  186. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  187. LIPO =
  188. LN_S = ln -s
  189. LTLIBOBJS =
  190. MAKEINFO = ${SHELL} /home/yeahuyen/Downloads/emerald-0.9.5/missing --run makeinfo
  191. MANIFEST_TOOL = :
  192. MKDIR_P = /bin/mkdir -p
  193. MKINSTALLDIRS = ./mkinstalldirs
  194. MSGFMT = /usr/bin/msgfmt
  195. MSGFMT_OPTS = -c
  196. MSGMERGE = /usr/bin/msgmerge
  197. NM = /usr/bin/nm -B
  198. NMEDIT =
  199. OBJDUMP = objdump
  200. OBJEXT = o
  201. OTOOL =
  202. OTOOL64 =
  203. PACKAGE = emerald
  204. PACKAGE_BUGREPORT = livinglatexkali@gmail.com
  205. PACKAGE_NAME = emerald
  206. PACKAGE_STRING = emerald 0.9.5
  207. PACKAGE_TARNAME = emerald
  208. PACKAGE_URL =
  209. PACKAGE_VERSION = 0.9.5
  210. PATH_SEPARATOR = :
  211. PKG_CONFIG = /usr/bin/pkg-config
  212. PKG_CONFIG_LIBDIR =
  213. PKG_CONFIG_PATH = NONE/lib/pkgconfig
  214. POFILES =
  215. POSUB = po
  216. PO_IN_DATADIR_FALSE =
  217. PO_IN_DATADIR_TRUE =
  218. RANLIB = ranlib
  219. SED = /bin/sed
  220. SET_MAKE =
  221. SHELL = /bin/bash
  222. STRIP = strip
  223. UPDATE_DESKTOP_DATABASE = /usr/bin/update-desktop-database
  224. UPDATE_ICON_CACHE = /usr/bin/gtk-update-icon-cache
  225. UPDATE_MIME_DATABASE = /usr/bin/update-mime-database
  226. USE_NLS = yes
  227. VERSION = 0.9.5
  228. XGETTEXT = /usr/bin/xgettext
  229. abs_builddir = /home/yeahuyen/Downloads/emerald-0.9.5
  230. abs_srcdir = /home/yeahuyen/Downloads/emerald-0.9.5
  231. abs_top_builddir = /home/yeahuyen/Downloads/emerald-0.9.5
  232. abs_top_srcdir = /home/yeahuyen/Downloads/emerald-0.9.5
  233. ac_ct_AR = ar
  234. ac_ct_CC = gcc
  235. ac_ct_DUMPBIN =
  236. am__include = include
  237. am__leading_dot = .
  238. am__quote =
  239. am__tar = $${TAR-tar} chof - "$$tardir"
  240. am__untar = $${TAR-tar} xf -
  241. bindir = ${exec_prefix}/bin
  242. build = x86_64-unknown-linux-gnu
  243. build_alias =
  244. build_cpu = x86_64
  245. build_os = linux-gnu
  246. build_vendor = unknown
  247. builddir = .
  248. datadir = ${datarootdir}
  249. datarootdir = ${prefix}/share
  250. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  251. dvidir = ${docdir}
  252. enginesdir = ${exec_prefix}/lib/emerald/engines
  253. exec_prefix = ${prefix}
  254. host = x86_64-unknown-linux-gnu
  255. host_alias =
  256. host_cpu = x86_64
  257. host_os = linux-gnu
  258. host_vendor = unknown
  259. htmldir = ${docdir}
  260. includedir = ${prefix}/include
  261. infodir = ${datarootdir}/info
  262. install_sh = ${SHELL} /home/yeahuyen/Downloads/emerald-0.9.5/install-sh
  263. intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
  264. intltool__v_merge_options_0 = -q
  265. libdir = ${exec_prefix}/lib
  266. libexecdir = ${exec_prefix}/libexec
  267. localedir = ${datarootdir}/locale
  268. localstatedir = ${prefix}/var
  269. mandir = ${datarootdir}/man
  270. mkdir_p = /bin/mkdir -p
  271. oldincludedir = /usr/include
  272. pdfdir = ${docdir}
  273. prefix = /usr/local
  274. program_transform_name = s,x,x,
  275. psdir = ${docdir}
  276. sbindir = ${exec_prefix}/sbin
  277. sharedstatedir = ${prefix}/com
  278. srcdir = .
  279. sysconfdir = ${prefix}/etc
  280. target_alias =
  281. top_build_prefix =
  282. top_builddir = .
  283. top_srcdir = .
  284. INCLUDES = -I$(top_srcdir)/include
  285. SUBDIRS = \
  286. libengine \
  287. src \
  288. include \
  289. engines \
  290. themer \
  291. pixmaps \
  292. misc \
  293. defaults \
  294. doc \
  295. po
  296.  
  297. EXTRA_DIST = \
  298. VERSION
  299.  
  300. all: config.h
  301. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  302.  
  303. .SUFFIXES:
  304. am--refresh: Makefile
  305. @:
  306. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  307. @for dep in $?; do \
  308. case '$(am__configure_deps)' in \
  309. *$$dep*) \
  310. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  311. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  312. && exit 0; \
  313. exit 1;; \
  314. esac; \
  315. done; \
  316. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  317. $(am__cd) $(top_srcdir) && \
  318. $(AUTOMAKE) --gnu Makefile
  319. .PRECIOUS: Makefile
  320. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  321. @case '$?' in \
  322. *config.status*) \
  323. echo ' $(SHELL) ./config.status'; \
  324. $(SHELL) ./config.status;; \
  325. *) \
  326. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  327. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  328. esac;
  329.  
  330. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  331. $(SHELL) ./config.status --recheck
  332.  
  333. $(top_srcdir)/configure: $(am__configure_deps)
  334. $(am__cd) $(srcdir) && $(AUTOCONF)
  335. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  336. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  337. $(am__aclocal_m4_deps):
  338.  
  339. config.h: stamp-h1
  340. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  341. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  342.  
  343. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  344. @rm -f stamp-h1
  345. cd $(top_builddir) && $(SHELL) ./config.status config.h
  346. $(srcdir)/config.h.in: $(am__configure_deps)
  347. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  348. rm -f stamp-h1
  349. touch $@
  350.  
  351. distclean-hdr:
  352. -rm -f config.h stamp-h1
  353.  
  354. mostlyclean-libtool:
  355. -rm -f *.lo
  356.  
  357. clean-libtool:
  358. -rm -rf .libs _libs
  359.  
  360. distclean-libtool:
  361. -rm -f libtool config.lt
  362.  
  363. # This directory's subdirectories are mostly independent; you can cd
  364. # into them and run `make' without going through this Makefile.
  365. # To change the values of `make' variables: instead of editing Makefiles,
  366. # (1) if the variable is set in `config.status', edit `config.status'
  367. # (which will cause the Makefiles to be regenerated when you run `make');
  368. # (2) otherwise, pass the desired values on the `make' command line.
  369. $(RECURSIVE_TARGETS):
  370. @fail= failcom='exit 1'; \
  371. for f in x $$MAKEFLAGS; do \
  372. case $$f in \
  373. *=* | --[!k]*);; \
  374. *k*) failcom='fail=yes';; \
  375. esac; \
  376. done; \
  377. dot_seen=no; \
  378. target=`echo $@ | sed s/-recursive//`; \
  379. list='$(SUBDIRS)'; for subdir in $$list; do \
  380. echo "Making $$target in $$subdir"; \
  381. if test "$$subdir" = "."; then \
  382. dot_seen=yes; \
  383. local_target="$$target-am"; \
  384. else \
  385. local_target="$$target"; \
  386. fi; \
  387. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  388. || eval $$failcom; \
  389. done; \
  390. if test "$$dot_seen" = "no"; then \
  391. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  392. fi; test -z "$$fail"
  393.  
  394. $(RECURSIVE_CLEAN_TARGETS):
  395. @fail= failcom='exit 1'; \
  396. for f in x $$MAKEFLAGS; do \
  397. case $$f in \
  398. *=* | --[!k]*);; \
  399. *k*) failcom='fail=yes';; \
  400. esac; \
  401. done; \
  402. dot_seen=no; \
  403. case "$@" in \
  404. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  405. *) list='$(SUBDIRS)' ;; \
  406. esac; \
  407. rev=''; for subdir in $$list; do \
  408. if test "$$subdir" = "."; then :; else \
  409. rev="$$subdir $$rev"; \
  410. fi; \
  411. done; \
  412. rev="$$rev ."; \
  413. target=`echo $@ | sed s/-recursive//`; \
  414. for subdir in $$rev; do \
  415. echo "Making $$target in $$subdir"; \
  416. if test "$$subdir" = "."; then \
  417. local_target="$$target-am"; \
  418. else \
  419. local_target="$$target"; \
  420. fi; \
  421. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  422. || eval $$failcom; \
  423. done && test -z "$$fail"
  424. tags-recursive:
  425. list='$(SUBDIRS)'; for subdir in $$list; do \
  426. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  427. done
  428. ctags-recursive:
  429. list='$(SUBDIRS)'; for subdir in $$list; do \
  430. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  431. done
  432.  
  433. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  434. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  435. unique=`for i in $$list; do \
  436. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  437. done | \
  438. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  439. END { if (nonempty) { for (i in files) print i; }; }'`; \
  440. mkid -fID $$unique
  441. tags: TAGS
  442.  
  443. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  444. $(TAGS_FILES) $(LISP)
  445. set x; \
  446. here=`pwd`; \
  447. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  448. include_option=--etags-include; \
  449. empty_fix=.; \
  450. else \
  451. include_option=--include; \
  452. empty_fix=; \
  453. fi; \
  454. list='$(SUBDIRS)'; for subdir in $$list; do \
  455. if test "$$subdir" = .; then :; else \
  456. test ! -f $$subdir/TAGS || \
  457. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  458. fi; \
  459. done; \
  460. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  461. unique=`for i in $$list; do \
  462. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  463. done | \
  464. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  465. END { if (nonempty) { for (i in files) print i; }; }'`; \
  466. shift; \
  467. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  468. test -n "$$unique" || unique=$$empty_fix; \
  469. if test $$# -gt 0; then \
  470. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  471. "$$@" $$unique; \
  472. else \
  473. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  474. $$unique; \
  475. fi; \
  476. fi
  477. ctags: CTAGS
  478. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  479. $(TAGS_FILES) $(LISP)
  480. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  481. unique=`for i in $$list; do \
  482. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  483. done | \
  484. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  485. END { if (nonempty) { for (i in files) print i; }; }'`; \
  486. test -z "$(CTAGS_ARGS)$$unique" \
  487. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  488. $$unique
  489.  
  490. GTAGS:
  491. here=`$(am__cd) $(top_builddir) && pwd` \
  492. && $(am__cd) $(top_srcdir) \
  493. && gtags -i $(GTAGS_ARGS) "$$here"
  494.  
  495. distclean-tags:
  496. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  497.  
  498. distdir: $(DISTFILES)
  499. $(am__remove_distdir)
  500. test -d "$(distdir)" || mkdir "$(distdir)"
  501. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  502. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  503. list='$(DISTFILES)'; \
  504. dist_files=`for file in $$list; do echo $$file; done | \
  505. sed -e "s|^$$srcdirstrip/||;t" \
  506. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  507. case $$dist_files in \
  508. */*) $(MKDIR_P) `echo "$$dist_files" | \
  509. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  510. sort -u` ;; \
  511. esac; \
  512. for file in $$dist_files; do \
  513. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  514. if test -d $$d/$$file; then \
  515. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  516. if test -d "$(distdir)/$$file"; then \
  517. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  518. fi; \
  519. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  520. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  521. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  522. fi; \
  523. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  524. else \
  525. test -f "$(distdir)/$$file" \
  526. || cp -p $$d/$$file "$(distdir)/$$file" \
  527. || exit 1; \
  528. fi; \
  529. done
  530. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  531. if test "$$subdir" = .; then :; else \
  532. $(am__make_dryrun) \
  533. || test -d "$(distdir)/$$subdir" \
  534. || $(MKDIR_P) "$(distdir)/$$subdir" \
  535. || exit 1; \
  536. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  537. $(am__relativize); \
  538. new_distdir=$$reldir; \
  539. dir1=$$subdir; dir2="$(top_distdir)"; \
  540. $(am__relativize); \
  541. new_top_distdir=$$reldir; \
  542. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  543. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  544. ($(am__cd) $$subdir && \
  545. $(MAKE) $(AM_MAKEFLAGS) \
  546. top_distdir="$$new_top_distdir" \
  547. distdir="$$new_distdir" \
  548. am__remove_distdir=: \
  549. am__skip_length_check=: \
  550. am__skip_mode_fix=: \
  551. distdir) \
  552. || exit 1; \
  553. fi; \
  554. done
  555. -test -n "$(am__skip_mode_fix)" \
  556. || find "$(distdir)" -type d ! -perm -755 \
  557. -exec chmod u+rwx,go+rx {} \; -o \
  558. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  559. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  560. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  561. || chmod -R a+r "$(distdir)"
  562. dist-gzip: distdir
  563. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  564. $(am__remove_distdir)
  565. dist-bzip2: distdir
  566. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  567. $(am__remove_distdir)
  568.  
  569. dist-lzip: distdir
  570. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  571. $(am__remove_distdir)
  572.  
  573. dist-lzma: distdir
  574. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  575. $(am__remove_distdir)
  576.  
  577. dist-xz: distdir
  578. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  579. $(am__remove_distdir)
  580.  
  581. dist-tarZ: distdir
  582. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  583. $(am__remove_distdir)
  584.  
  585. dist-shar: distdir
  586. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  587. $(am__remove_distdir)
  588.  
  589. dist-zip: distdir
  590. -rm -f $(distdir).zip
  591. zip -rq $(distdir).zip $(distdir)
  592. $(am__remove_distdir)
  593.  
  594. dist dist-all: distdir
  595. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  596. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  597. $(am__remove_distdir)
  598.  
  599. # This target untars the dist file and tries a VPATH configuration. Then
  600. # it guarantees that the distribution is self-contained by making another
  601. # tarfile.
  602. distcheck: dist
  603. case '$(DIST_ARCHIVES)' in \
  604. *.tar.gz*) \
  605. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  606. *.tar.bz2*) \
  607. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  608. *.tar.lzma*) \
  609. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  610. *.tar.lz*) \
  611. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  612. *.tar.xz*) \
  613. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  614. *.tar.Z*) \
  615. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  616. *.shar.gz*) \
  617. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  618. *.zip*) \
  619. unzip $(distdir).zip ;;\
  620. esac
  621. chmod -R a-w $(distdir); chmod u+w $(distdir)
  622. mkdir $(distdir)/_build
  623. mkdir $(distdir)/_inst
  624. chmod a-w $(distdir)
  625. test -d $(distdir)/_build || exit 0; \
  626. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  627. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  628. && am__cwd=`pwd` \
  629. && $(am__cd) $(distdir)/_build \
  630. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  631. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  632. $(DISTCHECK_CONFIGURE_FLAGS) \
  633. && $(MAKE) $(AM_MAKEFLAGS) \
  634. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  635. && $(MAKE) $(AM_MAKEFLAGS) check \
  636. && $(MAKE) $(AM_MAKEFLAGS) install \
  637. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  638. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  639. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  640. distuninstallcheck \
  641. && chmod -R a-w "$$dc_install_base" \
  642. && ({ \
  643. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  644. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  645. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  646. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  647. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  648. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  649. && rm -rf "$$dc_destdir" \
  650. && $(MAKE) $(AM_MAKEFLAGS) dist \
  651. && rm -rf $(DIST_ARCHIVES) \
  652. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  653. && cd "$$am__cwd" \
  654. || exit 1
  655. $(am__remove_distdir)
  656. @(echo "$(distdir) archives ready for distribution: "; \
  657. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  658. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  659. distuninstallcheck:
  660. @test -n '$(distuninstallcheck_dir)' || { \
  661. echo 'ERROR: trying to run $@ with an empty' \
  662. '$$(distuninstallcheck_dir)' >&2; \
  663. exit 1; \
  664. }; \
  665. $(am__cd) '$(distuninstallcheck_dir)' || { \
  666. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  667. exit 1; \
  668. }; \
  669. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  670. || { echo "ERROR: files left after uninstall:" ; \
  671. if test -n "$(DESTDIR)"; then \
  672. echo " (check DESTDIR support)"; \
  673. fi ; \
  674. $(distuninstallcheck_listfiles) ; \
  675. exit 1; } >&2
  676. distcleancheck: distclean
  677. @if test '$(srcdir)' = . ; then \
  678. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  679. exit 1 ; \
  680. fi
  681. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  682. || { echo "ERROR: files left in build directory after distclean:" ; \
  683. $(distcleancheck_listfiles) ; \
  684. exit 1; } >&2
  685. check-am: all-am
  686. check: check-recursive
  687. all-am: Makefile config.h
  688. installdirs: installdirs-recursive
  689. installdirs-am:
  690. install: install-recursive
  691. install-exec: install-exec-recursive
  692. install-data: install-data-recursive
  693. uninstall: uninstall-recursive
  694.  
  695. install-am: all-am
  696. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  697.  
  698. installcheck: installcheck-recursive
  699. install-strip:
  700. if test -z '$(STRIP)'; then \
  701. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  702. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  703. install; \
  704. else \
  705. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  706. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  707. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  708. fi
  709. mostlyclean-generic:
  710.  
  711. clean-generic:
  712.  
  713. distclean-generic:
  714. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  715. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  716.  
  717. maintainer-clean-generic:
  718. @echo "This command is intended for maintainers to use"
  719. @echo "it deletes files that may require special tools to rebuild."
  720. clean: clean-recursive
  721.  
  722. clean-am: clean-generic clean-libtool mostlyclean-am
  723.  
  724. distclean: distclean-recursive
  725. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  726. -rm -f Makefile
  727. distclean-am: clean-am distclean-generic distclean-hdr \
  728. distclean-libtool distclean-tags
  729.  
  730. dvi: dvi-recursive
  731.  
  732. dvi-am:
  733.  
  734. html: html-recursive
  735.  
  736. html-am:
  737.  
  738. info: info-recursive
  739.  
  740. info-am:
  741.  
  742. install-data-am:
  743.  
  744. install-dvi: install-dvi-recursive
  745.  
  746. install-dvi-am:
  747.  
  748. install-exec-am:
  749.  
  750. install-html: install-html-recursive
  751.  
  752. install-html-am:
  753.  
  754. install-info: install-info-recursive
  755.  
  756. install-info-am:
  757.  
  758. install-man:
  759.  
  760. install-pdf: install-pdf-recursive
  761.  
  762. install-pdf-am:
  763.  
  764. install-ps: install-ps-recursive
  765.  
  766. install-ps-am:
  767.  
  768. installcheck-am:
  769.  
  770. maintainer-clean: maintainer-clean-recursive
  771. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  772. -rm -rf $(top_srcdir)/autom4te.cache
  773. -rm -f Makefile
  774. maintainer-clean-am: distclean-am maintainer-clean-generic
  775.  
  776. mostlyclean: mostlyclean-recursive
  777.  
  778. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  779.  
  780. pdf: pdf-recursive
  781.  
  782. pdf-am:
  783.  
  784. ps: ps-recursive
  785.  
  786. ps-am:
  787.  
  788. uninstall-am:
  789.  
  790. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  791. ctags-recursive install-am install-strip tags-recursive
  792.  
  793. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  794. all all-am am--refresh check check-am clean clean-generic \
  795. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  796. dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
  797. dist-zip distcheck distclean distclean-generic distclean-hdr \
  798. distclean-libtool distclean-tags distcleancheck distdir \
  799. distuninstallcheck dvi dvi-am html html-am info info-am \
  800. install install-am install-data install-data-am install-dvi \
  801. install-dvi-am install-exec install-exec-am install-html \
  802. install-html-am install-info install-info-am install-man \
  803. install-pdf install-pdf-am install-ps install-ps-am \
  804. install-strip installcheck installcheck-am installdirs \
  805. installdirs-am maintainer-clean maintainer-clean-generic \
  806. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  807. ps ps-am tags tags-recursive uninstall uninstall-am
  808.  
  809.  
  810. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  811. # Otherwise a system limit (for SysV at least) may be exceeded.
  812. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement