Advertisement
Guest User

Makefile

a guest
Apr 16th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.79 KB | None | 0 0
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # Makefile. Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  5.  
  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.  
  16.  
  17. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  18. am__make_running_with_option = \
  19. case $${target_option-} in \
  20. ?) ;; \
  21. *) echo "am__make_running_with_option: internal error: invalid" \
  22. "target option '$${target_option-}' specified" >&2; \
  23. exit 1;; \
  24. esac; \
  25. has_opt=no; \
  26. sane_makeflags=$$MAKEFLAGS; \
  27. if $(am__is_gnu_make); then \
  28. sane_makeflags=$$MFLAGS; \
  29. else \
  30. case $$MAKEFLAGS in \
  31. *\\[\ \ ]*) \
  32. bs=\\; \
  33. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  34. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  35. esac; \
  36. fi; \
  37. skip_next=no; \
  38. strip_trailopt () \
  39. { \
  40. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  41. }; \
  42. for flg in $$sane_makeflags; do \
  43. test $$skip_next = yes && { skip_next=no; continue; }; \
  44. case $$flg in \
  45. *=*|--*) continue;; \
  46. -*I) strip_trailopt 'I'; skip_next=yes;; \
  47. -*I?*) strip_trailopt 'I';; \
  48. -*O) strip_trailopt 'O'; skip_next=yes;; \
  49. -*O?*) strip_trailopt 'O';; \
  50. -*l) strip_trailopt 'l'; skip_next=yes;; \
  51. -*l?*) strip_trailopt 'l';; \
  52. -[dEDm]) skip_next=yes;; \
  53. -[JT]) skip_next=yes;; \
  54. esac; \
  55. case $$flg in \
  56. *$$target_option*) has_opt=yes; break;; \
  57. esac; \
  58. done; \
  59. test $$has_opt = yes
  60. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  61. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  62. pkgdatadir = $(datadir)/gala
  63. pkgincludedir = $(includedir)/gala
  64. pkglibdir = $(libdir)/gala
  65. pkglibexecdir = $(libexecdir)/gala
  66. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  67. install_sh_DATA = $(install_sh) -c -m 644
  68. install_sh_PROGRAM = $(install_sh) -c
  69. install_sh_SCRIPT = $(install_sh) -c
  70. INSTALL_HEADER = $(INSTALL_DATA)
  71. transform = $(program_transform_name)
  72. NORMAL_INSTALL = :
  73. PRE_INSTALL = :
  74. POST_INSTALL = :
  75. NORMAL_UNINSTALL = :
  76. PRE_UNINSTALL = :
  77. POST_UNINSTALL = :
  78. build_triplet = x86_64-unknown-linux-gnu
  79. host_triplet = x86_64-unknown-linux-gnu
  80. DIST_COMMON = $(top_srcdir)/Makefile.common INSTALL NEWS README \
  81. AUTHORS ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  82. $(top_srcdir)/configure $(am__configure_deps) \
  83. $(srcdir)/config.h.in COPYING build-aux/compile \
  84. build-aux/config.guess build-aux/config.sub \
  85. build-aux/install-sh build-aux/missing build-aux/ltmain.sh \
  86. $(top_srcdir)/build-aux/compile \
  87. $(top_srcdir)/build-aux/config.guess \
  88. $(top_srcdir)/build-aux/config.sub \
  89. $(top_srcdir)/build-aux/install-sh \
  90. $(top_srcdir)/build-aux/ltmain.sh \
  91. $(top_srcdir)/build-aux/missing
  92. subdir = .
  93. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  94. am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
  95. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  96. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  97. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  98. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  99. $(ACLOCAL_M4)
  100. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  101. configure.lineno config.status.lineno
  102. mkinstalldirs = $(install_sh) -d
  103. CONFIG_HEADER = config.h
  104. CONFIG_CLEAN_FILES =
  105. CONFIG_CLEAN_VPATH_FILES =
  106. AM_V_P = $(am__v_P_$(V))
  107. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  108. am__v_P_0 = false
  109. am__v_P_1 = :
  110. AM_V_GEN = $(am__v_GEN_$(V))
  111. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  112. am__v_GEN_0 = @echo " GEN " $@;
  113. am__v_GEN_1 =
  114. AM_V_at = $(am__v_at_$(V))
  115. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  116. am__v_at_0 = @
  117. am__v_at_1 =
  118. SOURCES =
  119. DIST_SOURCES =
  120. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  121. ctags-recursive dvi-recursive html-recursive info-recursive \
  122. install-data-recursive install-dvi-recursive \
  123. install-exec-recursive install-html-recursive \
  124. install-info-recursive install-pdf-recursive \
  125. install-ps-recursive install-recursive installcheck-recursive \
  126. installdirs-recursive pdf-recursive ps-recursive \
  127. tags-recursive uninstall-recursive
  128. am__can_run_installinfo = \
  129. case $$AM_UPDATE_INFO_DIR in \
  130. n|no|NO) false;; \
  131. *) (install-info --version) >/dev/null 2>&1;; \
  132. esac
  133. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  134. distclean-recursive maintainer-clean-recursive
  135. am__recursive_targets = \
  136. $(RECURSIVE_TARGETS) \
  137. $(RECURSIVE_CLEAN_TARGETS) \
  138. $(am__extra_recursive_targets)
  139. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  140. cscope distdir dist dist-all distcheck
  141. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  142. $(LISP)config.h.in
  143. # Read a list of newline-separated strings from the standard input,
  144. # and print each of them once, without duplicates. Input order is
  145. # *not* preserved.
  146. am__uniquify_input = $(AWK) '\
  147. BEGIN { nonempty = 0; } \
  148. { items[$$0] = 1; nonempty = 1; } \
  149. END { if (nonempty) { for (i in items) print i; }; } \
  150. '
  151. # Make sure the list of sources is unique. This is necessary because,
  152. # e.g., the same source file might be shared among _SOURCES variables
  153. # for different programs/libraries.
  154. am__define_uniq_tagged_files = \
  155. list='$(am__tagged_files)'; \
  156. unique=`for i in $$list; do \
  157. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  158. done | $(am__uniquify_input)`
  159. ETAGS = etags
  160. CTAGS = ctags
  161. CSCOPE = cscope
  162. DIST_SUBDIRS = $(SUBDIRS)
  163. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  164. distdir = $(PACKAGE)-$(VERSION)
  165. top_distdir = $(distdir)
  166. am__remove_distdir = \
  167. if test -d "$(distdir)"; then \
  168. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  169. && rm -rf "$(distdir)" \
  170. || { sleep 5 && rm -rf "$(distdir)"; }; \
  171. else :; fi
  172. am__post_remove_distdir = $(am__remove_distdir)
  173. am__relativize = \
  174. dir0=`pwd`; \
  175. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  176. sed_rest='s,^[^/]*/*,,'; \
  177. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  178. sed_butlast='s,/*[^/]*$$,,'; \
  179. while test -n "$$dir1"; do \
  180. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  181. if test "$$first" != "."; then \
  182. if test "$$first" = ".."; then \
  183. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  184. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  185. else \
  186. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  187. if test "$$first2" = "$$first"; then \
  188. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  189. else \
  190. dir2="../$$dir2"; \
  191. fi; \
  192. dir0="$$dir0"/"$$first"; \
  193. fi; \
  194. fi; \
  195. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  196. done; \
  197. reldir="$$dir2"
  198. GZIP_ENV = --best
  199. DIST_ARCHIVES = $(distdir).tar.xz
  200. DIST_TARGETS = dist-xz
  201. distuninstallcheck_listfiles = find . -type f -print
  202. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  203. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  204. distcleancheck_listfiles = find . -type f -print
  205. ACLOCAL = ${SHELL} /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala/build-aux/missing aclocal-1.14
  206. ALL_LINGUAS =
  207. AMTAR = $${TAR-tar}
  208. AM_DEFAULT_VERBOSITY = 0
  209. API_VERSION = 0.2
  210. AR = ar
  211. AUTOCONF = ${SHELL} /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala/build-aux/missing autoconf
  212. AUTOHEADER = ${SHELL} /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala/build-aux/missing autoheader
  213. AUTOMAKE = ${SHELL} /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala/build-aux/missing automake-1.14
  214. AWK = gawk
  215. CC = gcc
  216. CCDEPMODE = depmode=gcc3
  217. CFLAGS = -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4
  218. CPP = gcc -E
  219. CPPFLAGS = -D_FORTIFY_SOURCE=2
  220. CYGPATH_W = echo
  221. DATADIRNAME = share
  222. DEFS = -DHAVE_CONFIG_H
  223. DEPDIR = .deps
  224. DLLTOOL = false
  225. DSYMUTIL =
  226. DUMPBIN =
  227. ECHO_C =
  228. ECHO_N = -n
  229. ECHO_T =
  230. EGREP = /usr/bin/grep -E
  231. EXEEXT =
  232. FGREP = /usr/bin/grep -F
  233. GALA_CORE_CFLAGS = -pthread -DMUTTER_MAJOR_VERSION=3 -DMUTTER_MINOR_VERSION=12 -DMUTTER_MICRO_VERSION=0 -DMUTTER_PLUGIN_API_VERSION=3 -pthread -I/usr/include/gtk-3.0 -I/usr/include/libbamf3 -I/usr/lib/libbamf3/include -I/usr/include/clutter-gtk-1.0 -I/usr/include/granite -I/usr/include/mutter -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 -I/usr/include/gnome-desktop-3.0 -I/usr/include/plank -I/usr/include/gee-0.8 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gsettings-desktop-schemas
  234.  
  235. GALA_CORE_LIBS = -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgdk-3 -lbamf3 -lclutter-1.0 -lclutter-gtk-1.0 -lgranite -lgio-2.0 -lmutter -lcogl-path -lcogl-pango -lcogl -lgmodule-2.0 -pthread -lwayland-egl -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lwayland-cursor -lwayland-client -lxkbcommon -lwayland-server -lXext -lXdamage -lXfixes -lXcomposite -lXi -lX11 -lgnome-desktop-3 -lplank -lgee-0.8 -lgthread-2.0 -pthread -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0
  236.  
  237. GALA_CORE_VALAFLAGS = --thread --target-glib=2.32 --define HAS_MUTTER310 --define HAS_MUTTER312 -g --pkg gio-unix-2.0 --pkg gmodule-2.0 --pkg gtk+-3.0 --pkg gdk-x11-3.0 --pkg libbamf3 --pkg libmutter --pkg clutter-gtk-1.0 --pkg granite --pkg gee-0.8 --pkg gdesktopenums-3.0 --pkg gnome-desktop-3.0 --pkg xfixes-4.0 --pkg plank
  238.  
  239. GALA_MAJOR_MINOR_VERSION = 0.1
  240. GETTEXT_PACKAGE = gala
  241. GLIB_COMPILE_SCHEMAS = glib-compile-schemas
  242. GMSGFMT = /usr/bin/msgfmt
  243. GREP = /usr/bin/grep
  244. GSETTINGS_DISABLE_SCHEMAS_COMPILE = 1
  245. INSTALL = /usr/bin/install -c
  246. INSTALL_DATA = ${INSTALL} -m 644
  247. INSTALL_PROGRAM = ${INSTALL}
  248. INSTALL_SCRIPT = ${INSTALL}
  249. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  250. INTLTOOL_EXTRACT = /usr/bin/intltool-extract
  251. INTLTOOL_MERGE = /usr/bin/intltool-merge
  252. INTLTOOL_PERL = /usr/bin/perl
  253. INTLTOOL_UPDATE = /usr/bin/intltool-update
  254. INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
  255. INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
  256. INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
  257. INTLTOOL__v_MERGE_0 = @echo " ITMRG " $@;
  258. LD = /usr/bin/ld -m elf_x86_64
  259. LDFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro
  260. LIBOBJS =
  261. LIBS =
  262. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  263. LIPO =
  264. LN_S = ln -s
  265. LTLIBOBJS =
  266. LT_AGE = 0
  267. LT_CURRENT = 0
  268. LT_REVISION = 0
  269. MAINT =
  270. MAKEINFO = ${SHELL} /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala/build-aux/missing makeinfo
  271. MANIFEST_TOOL = :
  272. MKDIR_P = /usr/bin/mkdir -p
  273. MSGFMT = /usr/bin/msgfmt
  274. MSGMERGE = /usr/bin/msgmerge
  275. MUTTER_CFLAGS = -DMUTTER_MAJOR_VERSION=3 -DMUTTER_MINOR_VERSION=12 -DMUTTER_MICRO_VERSION=0 -DMUTTER_PLUGIN_API_VERSION=3 -pthread -I/usr/include/mutter -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/clutter-1.0 -I/usr/include/pango-1.0 -I/usr/include/cogl -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/cogl -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libdrm -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gsettings-desktop-schemas
  276. MUTTER_LIBS = -lmutter -lgtk-3 -lgdk-3 -lclutter-1.0 -lcogl-path -lcairo-gobject -latk-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lcogl-pango -lcogl -lgmodule-2.0 -pthread -lgdk_pixbuf-2.0 -lwayland-egl -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lwayland-cursor -lwayland-client -lxkbcommon -lwayland-server -lXext -lXdamage -lXfixes -lXcomposite -lXi -lX11
  277. NM = /usr/bin/nm -B
  278. NMEDIT =
  279. OBJDUMP = objdump
  280. OBJEXT = o
  281. OTOOL =
  282. OTOOL64 =
  283. PACKAGE = gala
  284. PACKAGE_BUGREPORT = https://bugs.launchpad.net/gala
  285. PACKAGE_NAME = gala
  286. PACKAGE_STRING = gala 0.1.0.375
  287. PACKAGE_TARNAME = gala
  288. PACKAGE_URL = https://launchpad.net/gala
  289. PACKAGE_VERSION = 0.1.0.375
  290. PATH_SEPARATOR = :
  291. PKG_CONFIG = /usr/bin/pkg-config
  292. PKG_CONFIG_LIBDIR =
  293. PKG_CONFIG_PATH =
  294. PLUGIN_LDFLAGS = -module -avoid-version
  295. RANLIB = ranlib
  296. SED = /usr/bin/sed
  297. SET_MAKE =
  298. SHELL = /bin/sh
  299. STRIP = strip
  300. USE_NLS = yes
  301. VALAC = /usr/bin/valac
  302. VAPIGEN = /usr/bin/vapigen
  303. VERSION = 0.1.0.375
  304. XGETTEXT = /usr/bin/xgettext
  305. abs_builddir = /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala
  306. abs_srcdir = /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala
  307. abs_top_builddir = /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala
  308. abs_top_srcdir = /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala
  309. ac_ct_AR = ar
  310. ac_ct_CC = gcc
  311. ac_ct_DUMPBIN =
  312. am__include = include
  313. am__leading_dot = .
  314. am__quote =
  315. am__tar = tar --format=ustar -chf - "$$tardir"
  316. am__untar = tar -xf -
  317. bindir = ${exec_prefix}/bin
  318. build = x86_64-unknown-linux-gnu
  319. build_alias =
  320. build_cpu = x86_64
  321. build_os = linux-gnu
  322. build_vendor = unknown
  323. builddir = .
  324. datadir = ${datarootdir}
  325. datarootdir = ${prefix}/share
  326. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  327. dvidir = ${docdir}
  328. exec_prefix = ${prefix}
  329. gsettingsschemadir = ${datarootdir}/glib-2.0/schemas
  330. host = x86_64-unknown-linux-gnu
  331. host_alias =
  332. host_cpu = x86_64
  333. host_os = linux-gnu
  334. host_vendor = unknown
  335. htmldir = ${docdir}
  336. includedir = ${prefix}/include
  337. infodir = ${datarootdir}/info
  338. install_sh = ${SHELL} /tmp/yaourt-tmp-jesse/aur-gala-bzr/src/gala/build-aux/install-sh
  339. intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
  340. intltool__v_merge_options_0 = -q
  341. libdir = ${exec_prefix}/lib
  342. libexecdir = ${exec_prefix}/libexec
  343. localedir = ${datarootdir}/locale
  344. localstatedir = ${prefix}/var
  345. mandir = ${datarootdir}/man
  346. mkdir_p = $(MKDIR_P)
  347. oldincludedir = /usr/include
  348. pdfdir = ${docdir}
  349. prefix = /usr
  350. program_transform_name = s,x,x,
  351. psdir = ${docdir}
  352. sbindir = ${exec_prefix}/sbin
  353. sharedstatedir = ${prefix}/com
  354. srcdir = .
  355. sysconfdir = ${prefix}/etc
  356. target_alias =
  357. top_build_prefix =
  358. top_builddir = .
  359. top_srcdir = .
  360. NULL =
  361. AM_V_VALA = $(am__v_VALA_$(V))
  362. am__v_VALA_ = $(am__v_VALA_$(AM_DEFAULT_VERBOSITY))
  363. am__v_VALA_0 = @echo " VALAC " $?;
  364. AM_CPPFLAGS = \
  365. -include $(CONFIG_HEADER) \
  366. -DDATADIR=\"$(datadir)\" \
  367. -DPKGDATADIR=\"$(pkgdatadir)\" \
  368. -DLIBDIR=\"$(libdir)\" \
  369. -DPKGLIBDIR=\"$(pkglibdir)\" \
  370. -DPLUGINDIR=\"$(pkglibdir)/plugins\" \
  371. -DSCHEMA=\"org.pantheon.desktop.gala\" \
  372. $(NULL)
  373.  
  374. SUBDIRS = \
  375. data \
  376. lib \
  377. plugins \
  378. src \
  379. po \
  380. vapi \
  381. $(NULL)
  382.  
  383. EXTRA_DIST = \
  384. .version \
  385. build-aux/bzr-version-gen \
  386. $(NULL)
  387.  
  388. BUILT_SOURCES = \
  389. $(top_srcdir)/.version \
  390. $(NULL)
  391.  
  392. all: $(BUILT_SOURCES) config.h
  393. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  394.  
  395. .SUFFIXES:
  396. am--refresh: Makefile
  397. @:
  398. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(am__configure_deps)
  399. @for dep in $?; do \
  400. case '$(am__configure_deps)' in \
  401. *$$dep*) \
  402. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  403. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  404. && exit 0; \
  405. exit 1;; \
  406. esac; \
  407. done; \
  408. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  409. $(am__cd) $(top_srcdir) && \
  410. $(AUTOMAKE) --gnu Makefile
  411. .PRECIOUS: Makefile
  412. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  413. @case '$?' in \
  414. *config.status*) \
  415. echo ' $(SHELL) ./config.status'; \
  416. $(SHELL) ./config.status;; \
  417. *) \
  418. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  419. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  420. esac;
  421. $(top_srcdir)/Makefile.common:
  422.  
  423. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  424. $(SHELL) ./config.status --recheck
  425.  
  426. $(top_srcdir)/configure: $(am__configure_deps)
  427. $(am__cd) $(srcdir) && $(AUTOCONF)
  428. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  429. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  430. $(am__aclocal_m4_deps):
  431.  
  432. config.h: stamp-h1
  433. @test -f $@ || rm -f stamp-h1
  434. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  435.  
  436. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  437. @rm -f stamp-h1
  438. cd $(top_builddir) && $(SHELL) ./config.status config.h
  439. $(srcdir)/config.h.in: $(am__configure_deps)
  440. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  441. rm -f stamp-h1
  442. touch $@
  443.  
  444. distclean-hdr:
  445. -rm -f config.h stamp-h1
  446.  
  447. mostlyclean-libtool:
  448. -rm -f *.lo
  449.  
  450. clean-libtool:
  451. -rm -rf .libs _libs
  452.  
  453. distclean-libtool:
  454. -rm -f libtool config.lt
  455.  
  456. # This directory's subdirectories are mostly independent; you can cd
  457. # into them and run 'make' without going through this Makefile.
  458. # To change the values of 'make' variables: instead of editing Makefiles,
  459. # (1) if the variable is set in 'config.status', edit 'config.status'
  460. # (which will cause the Makefiles to be regenerated when you run 'make');
  461. # (2) otherwise, pass the desired values on the 'make' command line.
  462. $(am__recursive_targets):
  463. @fail=; \
  464. if $(am__make_keepgoing); then \
  465. failcom='fail=yes'; \
  466. else \
  467. failcom='exit 1'; \
  468. fi; \
  469. dot_seen=no; \
  470. target=`echo $@ | sed s/-recursive//`; \
  471. case "$@" in \
  472. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  473. *) list='$(SUBDIRS)' ;; \
  474. esac; \
  475. for subdir in $$list; do \
  476. echo "Making $$target in $$subdir"; \
  477. if test "$$subdir" = "."; then \
  478. dot_seen=yes; \
  479. local_target="$$target-am"; \
  480. else \
  481. local_target="$$target"; \
  482. fi; \
  483. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  484. || eval $$failcom; \
  485. done; \
  486. if test "$$dot_seen" = "no"; then \
  487. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  488. fi; test -z "$$fail"
  489.  
  490. ID: $(am__tagged_files)
  491. $(am__define_uniq_tagged_files); mkid -fID $$unique
  492. tags: tags-recursive
  493. TAGS: tags
  494.  
  495. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  496. set x; \
  497. here=`pwd`; \
  498. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  499. include_option=--etags-include; \
  500. empty_fix=.; \
  501. else \
  502. include_option=--include; \
  503. empty_fix=; \
  504. fi; \
  505. list='$(SUBDIRS)'; for subdir in $$list; do \
  506. if test "$$subdir" = .; then :; else \
  507. test ! -f $$subdir/TAGS || \
  508. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  509. fi; \
  510. done; \
  511. $(am__define_uniq_tagged_files); \
  512. shift; \
  513. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  514. test -n "$$unique" || unique=$$empty_fix; \
  515. if test $$# -gt 0; then \
  516. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  517. "$$@" $$unique; \
  518. else \
  519. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  520. $$unique; \
  521. fi; \
  522. fi
  523. ctags: ctags-recursive
  524.  
  525. CTAGS: ctags
  526. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  527. $(am__define_uniq_tagged_files); \
  528. test -z "$(CTAGS_ARGS)$$unique" \
  529. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  530. $$unique
  531.  
  532. GTAGS:
  533. here=`$(am__cd) $(top_builddir) && pwd` \
  534. && $(am__cd) $(top_srcdir) \
  535. && gtags -i $(GTAGS_ARGS) "$$here"
  536. cscope: cscope.files
  537. test ! -s cscope.files \
  538. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  539. clean-cscope:
  540. -rm -f cscope.files
  541. cscope.files: clean-cscope cscopelist
  542. cscopelist: cscopelist-recursive
  543.  
  544. cscopelist-am: $(am__tagged_files)
  545. list='$(am__tagged_files)'; \
  546. case "$(srcdir)" in \
  547. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  548. *) sdir=$(subdir)/$(srcdir) ;; \
  549. esac; \
  550. for i in $$list; do \
  551. if test -f "$$i"; then \
  552. echo "$(subdir)/$$i"; \
  553. else \
  554. echo "$$sdir/$$i"; \
  555. fi; \
  556. done >> $(top_builddir)/cscope.files
  557.  
  558. distclean-tags:
  559. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  560. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  561.  
  562. distdir: $(DISTFILES)
  563. $(am__remove_distdir)
  564. test -d "$(distdir)" || mkdir "$(distdir)"
  565. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  566. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  567. list='$(DISTFILES)'; \
  568. dist_files=`for file in $$list; do echo $$file; done | \
  569. sed -e "s|^$$srcdirstrip/||;t" \
  570. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  571. case $$dist_files in \
  572. */*) $(MKDIR_P) `echo "$$dist_files" | \
  573. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  574. sort -u` ;; \
  575. esac; \
  576. for file in $$dist_files; do \
  577. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  578. if test -d $$d/$$file; then \
  579. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  580. if test -d "$(distdir)/$$file"; then \
  581. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  582. fi; \
  583. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  584. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  585. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  586. fi; \
  587. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  588. else \
  589. test -f "$(distdir)/$$file" \
  590. || cp -p $$d/$$file "$(distdir)/$$file" \
  591. || exit 1; \
  592. fi; \
  593. done
  594. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  595. if test "$$subdir" = .; then :; else \
  596. $(am__make_dryrun) \
  597. || test -d "$(distdir)/$$subdir" \
  598. || $(MKDIR_P) "$(distdir)/$$subdir" \
  599. || exit 1; \
  600. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  601. $(am__relativize); \
  602. new_distdir=$$reldir; \
  603. dir1=$$subdir; dir2="$(top_distdir)"; \
  604. $(am__relativize); \
  605. new_top_distdir=$$reldir; \
  606. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  607. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  608. ($(am__cd) $$subdir && \
  609. $(MAKE) $(AM_MAKEFLAGS) \
  610. top_distdir="$$new_top_distdir" \
  611. distdir="$$new_distdir" \
  612. am__remove_distdir=: \
  613. am__skip_length_check=: \
  614. am__skip_mode_fix=: \
  615. distdir) \
  616. || exit 1; \
  617. fi; \
  618. done
  619. $(MAKE) $(AM_MAKEFLAGS) \
  620. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  621. dist-hook
  622. -test -n "$(am__skip_mode_fix)" \
  623. || find "$(distdir)" -type d ! -perm -755 \
  624. -exec chmod u+rwx,go+rx {} \; -o \
  625. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  626. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  627. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  628. || chmod -R a+r "$(distdir)"
  629. dist-gzip: distdir
  630. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  631. $(am__post_remove_distdir)
  632.  
  633. dist-bzip2: distdir
  634. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  635. $(am__post_remove_distdir)
  636.  
  637. dist-lzip: distdir
  638. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  639. $(am__post_remove_distdir)
  640. dist-xz: distdir
  641. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  642. $(am__post_remove_distdir)
  643.  
  644. dist-tarZ: distdir
  645. @echo WARNING: "Support for shar distribution archives is" \
  646. "deprecated." >&2
  647. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  648. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  649. $(am__post_remove_distdir)
  650.  
  651. dist-shar: distdir
  652. @echo WARNING: "Support for distribution archives compressed with" \
  653. "legacy program 'compress' is deprecated." >&2
  654. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  655. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  656. $(am__post_remove_distdir)
  657.  
  658. dist-zip: distdir
  659. -rm -f $(distdir).zip
  660. zip -rq $(distdir).zip $(distdir)
  661. $(am__post_remove_distdir)
  662.  
  663. dist dist-all:
  664. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  665. $(am__post_remove_distdir)
  666.  
  667. # This target untars the dist file and tries a VPATH configuration. Then
  668. # it guarantees that the distribution is self-contained by making another
  669. # tarfile.
  670. distcheck: dist
  671. case '$(DIST_ARCHIVES)' in \
  672. *.tar.gz*) \
  673. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  674. *.tar.bz2*) \
  675. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  676. *.tar.lz*) \
  677. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  678. *.tar.xz*) \
  679. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  680. *.tar.Z*) \
  681. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  682. *.shar.gz*) \
  683. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  684. *.zip*) \
  685. unzip $(distdir).zip ;;\
  686. esac
  687. chmod -R a-w $(distdir)
  688. chmod u+w $(distdir)
  689. mkdir $(distdir)/_build $(distdir)/_inst
  690. chmod a-w $(distdir)
  691. test -d $(distdir)/_build || exit 0; \
  692. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  693. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  694. && am__cwd=`pwd` \
  695. && $(am__cd) $(distdir)/_build \
  696. && ../configure \
  697. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  698. $(DISTCHECK_CONFIGURE_FLAGS) \
  699. --srcdir=.. --prefix="$$dc_install_base" \
  700. && $(MAKE) $(AM_MAKEFLAGS) \
  701. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  702. && $(MAKE) $(AM_MAKEFLAGS) check \
  703. && $(MAKE) $(AM_MAKEFLAGS) install \
  704. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  705. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  706. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  707. distuninstallcheck \
  708. && chmod -R a-w "$$dc_install_base" \
  709. && ({ \
  710. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  711. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  712. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  713. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  714. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  715. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  716. && rm -rf "$$dc_destdir" \
  717. && $(MAKE) $(AM_MAKEFLAGS) dist \
  718. && rm -rf $(DIST_ARCHIVES) \
  719. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  720. && cd "$$am__cwd" \
  721. || exit 1
  722. $(am__post_remove_distdir)
  723. @(echo "$(distdir) archives ready for distribution: "; \
  724. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  725. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  726. distuninstallcheck:
  727. @test -n '$(distuninstallcheck_dir)' || { \
  728. echo 'ERROR: trying to run $@ with an empty' \
  729. '$$(distuninstallcheck_dir)' >&2; \
  730. exit 1; \
  731. }; \
  732. $(am__cd) '$(distuninstallcheck_dir)' || { \
  733. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  734. exit 1; \
  735. }; \
  736. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  737. || { echo "ERROR: files left after uninstall:" ; \
  738. if test -n "$(DESTDIR)"; then \
  739. echo " (check DESTDIR support)"; \
  740. fi ; \
  741. $(distuninstallcheck_listfiles) ; \
  742. exit 1; } >&2
  743. distcleancheck: distclean
  744. @if test '$(srcdir)' = . ; then \
  745. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  746. exit 1 ; \
  747. fi
  748. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  749. || { echo "ERROR: files left in build directory after distclean:" ; \
  750. $(distcleancheck_listfiles) ; \
  751. exit 1; } >&2
  752. check-am: all-am
  753. check: $(BUILT_SOURCES)
  754. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  755. all-am: Makefile config.h
  756. installdirs: installdirs-recursive
  757. installdirs-am:
  758. install: $(BUILT_SOURCES)
  759. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  760. install-exec: install-exec-recursive
  761. install-data: install-data-recursive
  762. uninstall: uninstall-recursive
  763.  
  764. install-am: all-am
  765. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  766.  
  767. installcheck: installcheck-recursive
  768. install-strip:
  769. if test -z '$(STRIP)'; then \
  770. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  771. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  772. install; \
  773. else \
  774. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  775. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  776. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  777. fi
  778. mostlyclean-generic:
  779.  
  780. clean-generic:
  781.  
  782. distclean-generic:
  783. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  784. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  785.  
  786. maintainer-clean-generic:
  787. @echo "This command is intended for maintainers to use"
  788. @echo "it deletes files that may require special tools to rebuild."
  789. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  790. clean: clean-recursive
  791.  
  792. clean-am: clean-generic clean-libtool mostlyclean-am
  793.  
  794. distclean: distclean-recursive
  795. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  796. -rm -f Makefile
  797. distclean-am: clean-am distclean-generic distclean-hdr \
  798. distclean-libtool distclean-local distclean-tags
  799.  
  800. dvi: dvi-recursive
  801.  
  802. dvi-am:
  803.  
  804. html: html-recursive
  805.  
  806. html-am:
  807.  
  808. info: info-recursive
  809.  
  810. info-am:
  811.  
  812. install-data-am:
  813.  
  814. install-dvi: install-dvi-recursive
  815.  
  816. install-dvi-am:
  817.  
  818. install-exec-am:
  819.  
  820. install-html: install-html-recursive
  821.  
  822. install-html-am:
  823.  
  824. install-info: install-info-recursive
  825.  
  826. install-info-am:
  827.  
  828. install-man:
  829.  
  830. install-pdf: install-pdf-recursive
  831.  
  832. install-pdf-am:
  833.  
  834. install-ps: install-ps-recursive
  835.  
  836. install-ps-am:
  837.  
  838. installcheck-am:
  839.  
  840. maintainer-clean: maintainer-clean-recursive
  841. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  842. -rm -rf $(top_srcdir)/autom4te.cache
  843. -rm -f Makefile
  844. maintainer-clean-am: distclean-am maintainer-clean-generic
  845.  
  846. mostlyclean: mostlyclean-recursive
  847.  
  848. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  849.  
  850. pdf: pdf-recursive
  851.  
  852. pdf-am:
  853.  
  854. ps: ps-recursive
  855.  
  856. ps-am:
  857.  
  858. uninstall-am:
  859.  
  860. .MAKE: $(am__recursive_targets) all check install install-am \
  861. install-strip
  862.  
  863. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  864. am--refresh check check-am clean clean-cscope clean-generic \
  865. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  866. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  867. dist-tarZ dist-xz dist-zip distcheck distclean \
  868. distclean-generic distclean-hdr distclean-libtool \
  869. distclean-local distclean-tags distcleancheck distdir \
  870. distuninstallcheck dvi dvi-am html html-am info info-am \
  871. install install-am install-data install-data-am install-dvi \
  872. install-dvi-am install-exec install-exec-am install-html \
  873. install-html-am install-info install-info-am install-man \
  874. install-pdf install-pdf-am install-ps install-ps-am \
  875. install-strip installcheck installcheck-am installdirs \
  876. installdirs-am maintainer-clean maintainer-clean-generic \
  877. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  878. ps ps-am tags tags-am uninstall uninstall-am
  879.  
  880.  
  881. $(top_srcdir)/.version:
  882. echo $(VERSION) > $@-t && mv $@-t $@
  883.  
  884. dist-hook:
  885. echo $(VERSION) > $(distdir)/.tarball-version
  886.  
  887. distclean-local:
  888. if test "x$(srcdir)" = "x."; then :; else \
  889. rm -f ChangeLog; \
  890. fi
  891.  
  892. ChangeLog:
  893. @echo Creating $@
  894. @if test -d "$(srcdir)/.bzr"; then \
  895. (bzr log --gnu -n1) | fmt --split-only --width=80 > $@.tmp \
  896. && mv -f $@.tmp $@ \
  897. || ($(RM) $@.tmp; \
  898. echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
  899. (test -f $@ || echo git-log is required to generate this file >> $@)); \
  900. else \
  901. test -f $@ || \
  902. (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
  903. echo A git checkout and git-log is required to generate this file >> $@); \
  904. fi
  905.  
  906. .PHONY: ChangeLog
  907.  
  908. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  909. # Otherwise a system limit (for SysV at least) may be exceeded.
  910. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement