Advertisement
Guest User

Untitled

a guest
Aug 12th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 31.99 KB | None | 0 0
  1. # Makefile.in generated by automake 1.13.3 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)/gthumb
  63. pkgincludedir = $(includedir)/gthumb
  64. pkglibdir = $(libdir)/gthumb
  65. pkglibexecdir = $(libexecdir)/gthumb
  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-pc-linux-gnu
  79. host_triplet = x86_64-pc-linux-gnu
  80. subdir = .
  81. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  82.     $(top_srcdir)/configure $(am__configure_deps) \
  83.     $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \
  84.     README compile config.guess config.rpath config.sub depcomp \
  85.     install-sh missing ltmain.sh
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/m4/gthumb.m4 \
  88.     $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
  89.     $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  90.     $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  91.     $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93.     $(ACLOCAL_M4)
  94. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  95.  configure.lineno config.status.lineno
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = config.h
  98. CONFIG_CLEAN_FILES =
  99. CONFIG_CLEAN_VPATH_FILES =
  100. AM_V_P = $(am__v_P_$(V))
  101. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  102. am__v_P_0 = false
  103. am__v_P_1 = :
  104. AM_V_GEN = $(am__v_GEN_$(V))
  105. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  106. am__v_GEN_0 = @echo "  GEN     " $@;
  107. am__v_GEN_1 =
  108. AM_V_at = $(am__v_at_$(V))
  109. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  110. am__v_at_0 = @
  111. am__v_at_1 =
  112. SOURCES =
  113. DIST_SOURCES =
  114. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  115.     ctags-recursive dvi-recursive html-recursive info-recursive \
  116.     install-data-recursive install-dvi-recursive \
  117.     install-exec-recursive install-html-recursive \
  118.     install-info-recursive install-pdf-recursive \
  119.     install-ps-recursive install-recursive installcheck-recursive \
  120.     installdirs-recursive pdf-recursive ps-recursive \
  121.     tags-recursive uninstall-recursive
  122. am__can_run_installinfo = \
  123.   case $$AM_UPDATE_INFO_DIR in \
  124.     n|no|NO) false;; \
  125.     *) (install-info --version) >/dev/null 2>&1;; \
  126.   esac
  127. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  128.   distclean-recursive maintainer-clean-recursive
  129. am__recursive_targets = \
  130.   $(RECURSIVE_TARGETS) \
  131.   $(RECURSIVE_CLEAN_TARGETS) \
  132.   $(am__extra_recursive_targets)
  133. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  134.     cscope distdir dist dist-all distcheck
  135. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  136.     $(LISP)config.h.in
  137. # Read a list of newline-separated strings from the standard input,
  138. # and print each of them once, without duplicates.  Input order is
  139. # *not* preserved.
  140. am__uniquify_input = $(AWK) '\
  141.  BEGIN { nonempty = 0; } \
  142.  { items[$$0] = 1; nonempty = 1; } \
  143.  END { if (nonempty) { for (i in items) print i; }; } \
  144. '
  145. # Make sure the list of sources is unique.  This is necessary because,
  146. # e.g., the same source file might be shared among _SOURCES variables
  147. # for different programs/libraries.
  148. am__define_uniq_tagged_files = \
  149.   list='$(am__tagged_files)'; \
  150.   unique=`for i in $$list; do \
  151.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  152.   done | $(am__uniquify_input)`
  153. ETAGS = etags
  154. CTAGS = ctags
  155. CSCOPE = cscope
  156. DIST_SUBDIRS = $(SUBDIRS)
  157. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  158. distdir = $(PACKAGE)-$(VERSION)
  159. top_distdir = $(distdir)
  160. am__remove_distdir = \
  161.   if test -d "$(distdir)"; then \
  162.     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  163.       && rm -rf "$(distdir)" \
  164.       || { sleep 5 && rm -rf "$(distdir)"; }; \
  165.   else :; fi
  166. am__post_remove_distdir = $(am__remove_distdir)
  167. am__relativize = \
  168.   dir0=`pwd`; \
  169.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  170.   sed_rest='s,^[^/]*/*,,'; \
  171.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  172.   sed_butlast='s,/*[^/]*$$,,'; \
  173.   while test -n "$$dir1"; do \
  174.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  175.     if test "$$first" != "."; then \
  176.       if test "$$first" = ".."; then \
  177.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  178.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  179.       else \
  180.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  181.         if test "$$first2" = "$$first"; then \
  182.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  183.         else \
  184.           dir2="../$$dir2"; \
  185.         fi; \
  186.         dir0="$$dir0"/"$$first"; \
  187.       fi; \
  188.     fi; \
  189.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  190.   done; \
  191.   reldir="$$dir2"
  192. GZIP_ENV = --best
  193. DIST_ARCHIVES = $(distdir).tar.xz
  194. DIST_TARGETS = dist-xz
  195. distuninstallcheck_listfiles = find . -type f -print
  196. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  197.   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  198. distcleancheck_listfiles = find . -type f -print
  199. ACLOCAL = ${SHELL} /home/jackson/packaging/gthumb/gthumb-3.2.3/missing aclocal-1.13
  200. ACLOCAL_AMFLAGS = -I m4
  201. ALL_LINGUAS =
  202. AMTAR = $${TAR-tar}
  203. AM_DEFAULT_VERBOSITY = 0
  204. AR = ar
  205. AUTOCONF = ${SHELL} /home/jackson/packaging/gthumb/gthumb-3.2.3/missing autoconf
  206. AUTOHEADER = ${SHELL} /home/jackson/packaging/gthumb/gthumb-3.2.3/missing autoheader
  207. AUTOMAKE = ${SHELL} /home/jackson/packaging/gthumb/gthumb-3.2.3/missing automake-1.13
  208. AWK = gawk
  209. BISON = bison
  210. CATALOGS =
  211. CATOBJEXT = .gmo
  212. CC = gcc
  213. CCDEPMODE = depmode=none
  214. CFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -fPIC -DPIC -Wl,--as-needed -g -O0 -DDEBUG  -Wall -Wcast-align -Wtype-limits -Wclobbered -Wempty-body -Wignored-qualifiers
  215. CLUTTER_CFLAGS =
  216. CLUTTER_LIBS =
  217. CPP = gcc -E
  218. CPPFLAGS = -D_FORTIFY_SOURCE=2
  219. CXX = g++
  220. CXXCPP = g++ -E
  221. CXXDEPMODE = depmode=none
  222. CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
  223. CYGPATH_W = echo
  224. DATADIRNAME = share
  225. DEFS = -DHAVE_CONFIG_H
  226. DEPDIR = .deps
  227. DISABLE_DEPRECATED =
  228. DLLTOOL = false
  229. DSYMUTIL =
  230. DUMPBIN =
  231. ECHO_C =
  232. ECHO_N = -n
  233. ECHO_T =
  234. EGREP = /bin/grep -E
  235. EXEEXT =
  236. EXIV2_CFLAGS =  
  237. EXIV2_LIBS = -lexiv2  
  238. EXTENSION_LIBTOOL_FLAGS = -module -avoid-version -disable-static
  239. FGREP = /bin/grep -F
  240. FLEX = flex
  241. GETTEXT_PACKAGE = gthumb
  242. GLIB_COMPILE_RESOURCES = /usr/bin/glib-compile-resources
  243. GLIB_COMPILE_SCHEMAS = /usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas
  244. GLIB_GENMARSHAL = /usr/bin/glib-genmarshal
  245. GLIB_MKENUMS = /usr/bin/glib-mkenums
  246. GMOFILES =
  247. GMSGFMT = /usr/bin/msgfmt
  248. GREP = /bin/grep
  249. GSETTINGS_DISABLE_SCHEMAS_COMPILE =
  250. GSTREAMER_CFLAGS =
  251. GSTREAMER_LIBS =
  252. GTHUMB_API_VERSION = 3.2
  253. GTHUMB_CFLAGS = -pthread -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gsettings-desktop-schemas  
  254. GTHUMB_EXTENSION_IN_RULE = %.extension.in: %.extension.in.in $(extension_LTLIBRARIES) ; sed -e "s|%LIBRARY%|`. ./$(extension_LTLIBRARIES) && echo $$dlname`|" -e "s|%VERSION%|$(VERSION)|" -e "s|%GTHUMB_API_VERSION%|$(GTHUMB_API_VERSION)|" $< > $@
  255. GTHUMB_EXTENSION_RULE = %.extension: %.extension.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
  256. GTHUMB_IMPLIB =
  257. GTHUMB_LIBS = -pthread -Wl,--export-dynamic -L/usr/local/lib -lgthread-2.0 -lgmodule-2.0 -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lpng12 -lz  
  258. GTK_CFLAGS = -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12  
  259. GTK_LIBS = -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  
  260. INSTALL = /usr/bin/install -c
  261. INSTALL_DATA = ${INSTALL} -m 644
  262. INSTALL_PROGRAM = ${INSTALL}
  263. INSTALL_SCRIPT = ${INSTALL}
  264. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  265. INSTOBJEXT = .mo
  266. INTLLIBS =
  267. INTLTOOL_EXTRACT = /usr/bin/intltool-extract
  268. INTLTOOL_MERGE = /usr/bin/intltool-merge
  269. INTLTOOL_PERL = /usr/bin/perl
  270. INTLTOOL_UPDATE = /usr/bin/intltool-update
  271. INTLTOOL_V_MERGE = $(INTLTOOL__v_MERGE_$(V))
  272. INTLTOOL_V_MERGE_OPTIONS = $(intltool__v_merge_options_$(V))
  273. INTLTOOL__v_MERGE_ = $(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))
  274. INTLTOOL__v_MERGE_0 = @echo "  ITMRG " $@;
  275. JPEG_LIBS = -ljpeg -lm -lz
  276. JSON_GLIB_CFLAGS = -pthread -I/usr/include/json-glib-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
  277. JSON_GLIB_LIBS = -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
  278. LD = /usr/bin/ld -m elf_x86_64
  279. LDFLAGS = -Wl,-Bsymbolic-functions -Wl,-z,relro
  280. LEX = flex
  281. LEXLIB = -lfl
  282. LEX_OUTPUT_ROOT = lex.yy
  283. LIBBRASERO_CFLAGS =
  284. LIBBRASERO_LIBS =
  285. LIBCHAMPLAIN_CFLAGS =
  286. LIBCHAMPLAIN_LIBS =
  287. LIBOBJS =
  288. LIBOPENRAW_CFLAGS =
  289. LIBOPENRAW_LIBS =
  290. LIBRSVG_CFLAGS = -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2  
  291. LIBRSVG_LIBS = -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lglib-2.0  
  292. LIBS = -lm
  293. LIBSECRET_CFLAGS =
  294. LIBSECRET_LIBS =
  295. LIBSOUP_CFLAGS = -pthread -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
  296. LIBSOUP_GNOME_CFLAGS = -pthread -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
  297. LIBSOUP_GNOME_LIBS = -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
  298. LIBSOUP_LIBS = -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0  
  299. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  300. LIBWEBP_CFLAGS =
  301. LIBWEBP_LIBS =
  302. LIPO =
  303. LN_S = ln -s
  304. LTLIBOBJS =
  305. MAINT = #
  306. MAKEINFO = ${SHELL} /home/jackson/packaging/gthumb/gthumb-3.2.3/missing makeinfo
  307. MANIFEST_TOOL = :
  308. MKDIR_P = /bin/mkdir -p
  309. MKINSTALLDIRS = ./mkinstalldirs
  310. MSGFMT = /usr/bin/msgfmt
  311. MSGFMT_OPTS = -c
  312. MSGMERGE = /usr/bin/msgmerge
  313. M_LIBS = -lm
  314. NM = /usr/bin/nm -B
  315. NMEDIT =
  316. OBJDUMP = objdump
  317. OBJEXT = o
  318. OTOOL =
  319. OTOOL64 =
  320. PACKAGE = gthumb
  321. PACKAGE_BUGREPORT = http://bugzilla.gnome.org/enter_bug.cgi?product=gthumb
  322. PACKAGE_NAME = gthumb
  323. PACKAGE_STRING = gthumb 3.2.3
  324. PACKAGE_TARNAME = gthumb
  325. PACKAGE_URL =
  326. PACKAGE_VERSION = 3.2.3
  327. PATH_SEPARATOR = :
  328. PKG_CONFIG = /usr/bin/pkg-config
  329. PKG_CONFIG_LIBDIR =
  330. PKG_CONFIG_PATH =
  331. POFILES =
  332. POSUB = po
  333. PO_IN_DATADIR_FALSE =
  334. PO_IN_DATADIR_TRUE =
  335. RANLIB = ranlib
  336. SED = /bin/sed
  337. SET_MAKE =
  338. SHELL = /bin/bash
  339. SMCLIENT_CFLAGS =
  340. SMCLIENT_LIBS =
  341. STRIP = strip
  342. TIFF_LIBS = -ltiff -lm -lz
  343. USE_NLS = yes
  344. VERSION = 3.2.3
  345. WARN_CFLAGS = -Wall -Wcast-align -Wtype-limits -Wclobbered -Wempty-body -Wignored-qualifiers
  346. WARN_CXXFLAGS = -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wno-unused
  347. WEBKIT2_CFLAGS =
  348. WEBKIT2_LIBS =
  349. XGETTEXT = /usr/bin/xgettext
  350. abs_builddir = /home/jackson/packaging/gthumb/gthumb-3.2.3
  351. abs_srcdir = /home/jackson/packaging/gthumb/gthumb-3.2.3
  352. abs_top_builddir = /home/jackson/packaging/gthumb/gthumb-3.2.3
  353. abs_top_srcdir = /home/jackson/packaging/gthumb/gthumb-3.2.3
  354. ac_ct_AR = ar
  355. ac_ct_CC = gcc
  356. ac_ct_CXX = g++
  357. ac_ct_DUMPBIN =
  358. am__include = include
  359. am__leading_dot = .
  360. am__quote =
  361. am__tar = tar --format=ustar -chf - "$$tardir"
  362. am__untar = tar -xf -
  363. bindir = ${exec_prefix}/bin
  364. build = x86_64-pc-linux-gnu
  365. build_alias = x86_64-linux-gnu
  366. build_cpu = x86_64
  367. build_os = linux-gnu
  368. build_vendor = pc
  369. builddir = .
  370. datadir = ${datarootdir}
  371. datarootdir = ${prefix}/share
  372. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  373. dvidir = ${docdir}
  374. exec_prefix = ${prefix}
  375. gsettingsschemadir = ${datarootdir}/glib-2.0/schemas
  376. host = x86_64-pc-linux-gnu
  377. host_alias =
  378. host_cpu = x86_64
  379. host_os = linux-gnu
  380. host_vendor = pc
  381. htmldir = ${docdir}
  382. includedir = ${prefix}/include
  383. infodir = ${prefix}/share/info
  384. install_sh = ${SHELL} /home/jackson/packaging/gthumb/gthumb-3.2.3/install-sh
  385. intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
  386. intltool__v_merge_options_0 = -q
  387. libdir = ${prefix}/lib/x86_64-linux-gnu
  388. libexecdir = ${prefix}/lib/x86_64-linux-gnu
  389. localedir = ${datarootdir}/locale
  390. localstatedir = /var
  391. mandir = ${prefix}/share/man
  392. mkdir_p = $(MKDIR_P)
  393. oldincludedir = /usr/include
  394. pdfdir = ${docdir}
  395. prefix = /usr
  396. program_transform_name = s,x,x,
  397. psdir = ${docdir}
  398. sbindir = ${exec_prefix}/sbin
  399. sharedstatedir = ${prefix}/com
  400. srcdir = .
  401. sysconfdir = /etc
  402. target_alias =
  403. top_build_prefix =
  404. top_builddir = .
  405. top_srcdir = .
  406. SUBDIRS = m4 copy-n-paste data po gthumb extensions tests help
  407. EXTRA_DIST = \
  408.     AUTHORS                 \
  409.     ChangeLog.pre-git   \
  410.         MAINTAINERS             \
  411.         NEWS                    \
  412.         README                  \
  413.     config.rpath        \
  414.     intltool-merge.in       \
  415.     intltool-update.in      \
  416.     intltool-extract.in
  417.  
  418. DISTCLEANFILES = \
  419.     po/.intltool-merge-cache        \
  420.     intltool-extract                \
  421.     intltool-merge                  \
  422.     intltool-update
  423.  
  424. MAINTAINERCLEANFILES = \
  425.     $(srcdir)/INSTALL       \
  426.     $(srcdir)/aclocal.m4        \
  427.     $(srcdir)/autoscan.log      \
  428.     $(srcdir)/compile       \
  429.     $(srcdir)/config.guess      \
  430.     $(srcdir)/config.h.in       \
  431.     $(srcdir)/config.sub        \
  432.     $(srcdir)/configure.scan    \
  433.     $(srcdir)/depcomp       \
  434.     $(srcdir)/gnome-doc-utils.make  \
  435.     $(srcdir)/install-sh        \
  436.     $(srcdir)/ltmain.sh         \
  437.     $(srcdir)/omf.make      \
  438.     $(srcdir)/m4/intltool.m4    \
  439.     $(srcdir)/m4/libtool.m4     \
  440.     $(srcdir)/m4/lt~obsolete.m4 \
  441.     $(srcdir)/m4/ltoptions.m4   \
  442.     $(srcdir)/m4/ltsugar.m4     \
  443.     $(srcdir)/m4/ltversion.m4   \
  444.     $(srcdir)/m4/gnome-doc-utils.m4 \
  445.     $(srcdir)/missing       \
  446.     $(srcdir)/mkinstalldirs     \
  447.     $(srcdir)/xmldocs.make      \
  448.     $(srcdir)/gtk-doc.make      \
  449.     $(srcdir)/ChangeLog         \
  450.     `find "$(srcdir)" -type f -name Makefile.in -print`
  451.  
  452. GITIGNOREFILES = build .autotools .cdt* .cproject .project .settings/ *.patch
  453. DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
  454. all: config.h
  455.     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  456.  
  457. .SUFFIXES:
  458. am--refresh: Makefile
  459.     @:
  460. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
  461.     @for dep in $?; do \
  462.       case '$(am__configure_deps)' in \
  463.         *$$dep*) \
  464.           echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  465.           $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  466.         && exit 0; \
  467.           exit 1;; \
  468.       esac; \
  469.     done; \
  470.     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  471.     $(am__cd) $(top_srcdir) && \
  472.       $(AUTOMAKE) --foreign Makefile
  473. .PRECIOUS: Makefile
  474. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  475.     @case '$?' in \
  476.       *config.status*) \
  477.         echo ' $(SHELL) ./config.status'; \
  478.         $(SHELL) ./config.status;; \
  479.       *) \
  480.         echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  481.         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  482.     esac;
  483.  
  484. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  485.     $(SHELL) ./config.status --recheck
  486.  
  487. $(top_srcdir)/configure: # $(am__configure_deps)
  488.     $(am__cd) $(srcdir) && $(AUTOCONF)
  489. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  490.     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  491. $(am__aclocal_m4_deps):
  492.  
  493. config.h: stamp-h1
  494.     @if test ! -f $@; then rm -f stamp-h1; else :; fi
  495.     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  496.  
  497. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  498.     @rm -f stamp-h1
  499.     cd $(top_builddir) && $(SHELL) ./config.status config.h
  500. $(srcdir)/config.h.in: # $(am__configure_deps)
  501.     ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  502.     rm -f stamp-h1
  503.     touch $@
  504.  
  505. distclean-hdr:
  506.     -rm -f config.h stamp-h1
  507.  
  508. mostlyclean-libtool:
  509.     -rm -f *.lo
  510.  
  511. clean-libtool:
  512.     -rm -rf .libs _libs
  513.  
  514. distclean-libtool:
  515.     -rm -f libtool config.lt
  516.  
  517. # This directory's subdirectories are mostly independent; you can cd
  518. # into them and run 'make' without going through this Makefile.
  519. # To change the values of 'make' variables: instead of editing Makefiles,
  520. # (1) if the variable is set in 'config.status', edit 'config.status'
  521. #     (which will cause the Makefiles to be regenerated when you run 'make');
  522. # (2) otherwise, pass the desired values on the 'make' command line.
  523. $(am__recursive_targets):
  524.     @fail=; \
  525.     if $(am__make_keepgoing); then \
  526.       failcom='fail=yes'; \
  527.     else \
  528.       failcom='exit 1'; \
  529.     fi; \
  530.     dot_seen=no; \
  531.     target=`echo $@ | sed s/-recursive//`; \
  532.     case "$@" in \
  533.       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  534.       *) list='$(SUBDIRS)' ;; \
  535.     esac; \
  536.     for subdir in $$list; do \
  537.       echo "Making $$target in $$subdir"; \
  538.       if test "$$subdir" = "."; then \
  539.         dot_seen=yes; \
  540.         local_target="$$target-am"; \
  541.       else \
  542.         local_target="$$target"; \
  543.       fi; \
  544.       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  545.       || eval $$failcom; \
  546.     done; \
  547.     if test "$$dot_seen" = "no"; then \
  548.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  549.     fi; test -z "$$fail"
  550.  
  551. ID: $(am__tagged_files)
  552.     $(am__define_uniq_tagged_files); mkid -fID $$unique
  553. tags: tags-recursive
  554. TAGS: tags
  555.  
  556. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  557.     set x; \
  558.     here=`pwd`; \
  559.     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  560.       include_option=--etags-include; \
  561.       empty_fix=.; \
  562.     else \
  563.       include_option=--include; \
  564.       empty_fix=; \
  565.     fi; \
  566.     list='$(SUBDIRS)'; for subdir in $$list; do \
  567.       if test "$$subdir" = .; then :; else \
  568.         test ! -f $$subdir/TAGS || \
  569.           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  570.       fi; \
  571.     done; \
  572.     $(am__define_uniq_tagged_files); \
  573.     shift; \
  574.     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  575.       test -n "$$unique" || unique=$$empty_fix; \
  576.       if test $$# -gt 0; then \
  577.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  578.           "$$@" $$unique; \
  579.       else \
  580.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  581.           $$unique; \
  582.       fi; \
  583.     fi
  584. ctags: ctags-recursive
  585.  
  586. CTAGS: ctags
  587. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  588.     $(am__define_uniq_tagged_files); \
  589.     test -z "$(CTAGS_ARGS)$$unique" \
  590.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  591.          $$unique
  592.  
  593. GTAGS:
  594.     here=`$(am__cd) $(top_builddir) && pwd` \
  595.       && $(am__cd) $(top_srcdir) \
  596.       && gtags -i $(GTAGS_ARGS) "$$here"
  597. cscope: cscope.files
  598.     test ! -s cscope.files \
  599.       || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  600. clean-cscope:
  601.     -rm -f cscope.files
  602. cscope.files: clean-cscope cscopelist
  603. cscopelist: cscopelist-recursive
  604.  
  605. cscopelist-am: $(am__tagged_files)
  606.     list='$(am__tagged_files)'; \
  607.     case "$(srcdir)" in \
  608.       [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  609.       *) sdir=$(subdir)/$(srcdir) ;; \
  610.     esac; \
  611.     for i in $$list; do \
  612.       if test -f "$$i"; then \
  613.         echo "$(subdir)/$$i"; \
  614.       else \
  615.         echo "$$sdir/$$i"; \
  616.       fi; \
  617.     done >> $(top_builddir)/cscope.files
  618.  
  619. distclean-tags:
  620.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  621.     -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  622.  
  623. distdir: $(DISTFILES)
  624.     $(am__remove_distdir)
  625.     test -d "$(distdir)" || mkdir "$(distdir)"
  626.     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  627.     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  628.     list='$(DISTFILES)'; \
  629.       dist_files=`for file in $$list; do echo $$file; done | \
  630.       sed -e "s|^$$srcdirstrip/||;t" \
  631.           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  632.     case $$dist_files in \
  633.       */*) $(MKDIR_P) `echo "$$dist_files" | \
  634.                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  635.                sort -u` ;; \
  636.     esac; \
  637.     for file in $$dist_files; do \
  638.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  639.       if test -d $$d/$$file; then \
  640.         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  641.         if test -d "$(distdir)/$$file"; then \
  642.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  643.         fi; \
  644.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  645.           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  646.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  647.         fi; \
  648.         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  649.       else \
  650.         test -f "$(distdir)/$$file" \
  651.         || cp -p $$d/$$file "$(distdir)/$$file" \
  652.         || exit 1; \
  653.       fi; \
  654.     done
  655.     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  656.       if test "$$subdir" = .; then :; else \
  657.         $(am__make_dryrun) \
  658.           || test -d "$(distdir)/$$subdir" \
  659.           || $(MKDIR_P) "$(distdir)/$$subdir" \
  660.           || exit 1; \
  661.         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  662.         $(am__relativize); \
  663.         new_distdir=$$reldir; \
  664.         dir1=$$subdir; dir2="$(top_distdir)"; \
  665.         $(am__relativize); \
  666.         new_top_distdir=$$reldir; \
  667.         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  668.         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  669.         ($(am__cd) $$subdir && \
  670.           $(MAKE) $(AM_MAKEFLAGS) \
  671.             top_distdir="$$new_top_distdir" \
  672.             distdir="$$new_distdir" \
  673.         am__remove_distdir=: \
  674.         am__skip_length_check=: \
  675.         am__skip_mode_fix=: \
  676.             distdir) \
  677.           || exit 1; \
  678.       fi; \
  679.     done
  680.     -test -n "$(am__skip_mode_fix)" \
  681.     || find "$(distdir)" -type d ! -perm -755 \
  682.         -exec chmod u+rwx,go+rx {} \; -o \
  683.       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  684.       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  685.       ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  686.     || chmod -R a+r "$(distdir)"
  687. dist-gzip: distdir
  688.     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  689.     $(am__post_remove_distdir)
  690.  
  691. dist-bzip2: distdir
  692.     tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  693.     $(am__post_remove_distdir)
  694.  
  695. dist-lzip: distdir
  696.     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  697.     $(am__post_remove_distdir)
  698. dist-xz: distdir
  699.     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  700.     $(am__post_remove_distdir)
  701.  
  702. dist-tarZ: distdir
  703.     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  704.     $(am__post_remove_distdir)
  705.  
  706. dist-shar: distdir
  707.     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  708.     $(am__post_remove_distdir)
  709.  
  710. dist-zip: distdir
  711.     -rm -f $(distdir).zip
  712.     zip -rq $(distdir).zip $(distdir)
  713.     $(am__post_remove_distdir)
  714.  
  715. dist dist-all:
  716.     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  717.     $(am__post_remove_distdir)
  718.  
  719. # This target untars the dist file and tries a VPATH configuration.  Then
  720. # it guarantees that the distribution is self-contained by making another
  721. # tarfile.
  722. distcheck: dist
  723.     case '$(DIST_ARCHIVES)' in \
  724.     *.tar.gz*) \
  725.       GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  726.     *.tar.bz2*) \
  727.       bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  728.     *.tar.lz*) \
  729.       lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  730.     *.tar.xz*) \
  731.       xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  732.     *.tar.Z*) \
  733.       uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  734.     *.shar.gz*) \
  735.       GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  736.     *.zip*) \
  737.       unzip $(distdir).zip ;;\
  738.     esac
  739.     chmod -R a-w $(distdir)
  740.     chmod u+w $(distdir)
  741.     mkdir $(distdir)/_build $(distdir)/_inst
  742.     chmod a-w $(distdir)
  743.     test -d $(distdir)/_build || exit 0; \
  744.     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  745.       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  746.       && am__cwd=`pwd` \
  747.       && $(am__cd) $(distdir)/_build \
  748.       && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  749.         $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  750.         $(DISTCHECK_CONFIGURE_FLAGS) \
  751.       && $(MAKE) $(AM_MAKEFLAGS) \
  752.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  753.       && $(MAKE) $(AM_MAKEFLAGS) check \
  754.       && $(MAKE) $(AM_MAKEFLAGS) install \
  755.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  756.       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  757.       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  758.             distuninstallcheck \
  759.       && chmod -R a-w "$$dc_install_base" \
  760.       && ({ \
  761.            (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  762.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  763.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  764.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  765.                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  766.           } || { rm -rf "$$dc_destdir"; exit 1; }) \
  767.       && rm -rf "$$dc_destdir" \
  768.       && $(MAKE) $(AM_MAKEFLAGS) dist \
  769.       && rm -rf $(DIST_ARCHIVES) \
  770.       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  771.       && cd "$$am__cwd" \
  772.       || exit 1
  773.     $(am__post_remove_distdir)
  774.     @(echo "$(distdir) archives ready for distribution: "; \
  775.       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  776.       sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  777. distuninstallcheck:
  778.     @test -n '$(distuninstallcheck_dir)' || { \
  779.       echo 'ERROR: trying to run $@ with an empty' \
  780.            '$$(distuninstallcheck_dir)' >&2; \
  781.       exit 1; \
  782.     }; \
  783.     $(am__cd) '$(distuninstallcheck_dir)' || { \
  784.       echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  785.       exit 1; \
  786.     }; \
  787.     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  788.        || { echo "ERROR: files left after uninstall:" ; \
  789.             if test -n "$(DESTDIR)"; then \
  790.               echo "  (check DESTDIR support)"; \
  791.             fi ; \
  792.             $(distuninstallcheck_listfiles) ; \
  793.             exit 1; } >&2
  794. distcleancheck: distclean
  795.     @if test '$(srcdir)' = . ; then \
  796.       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  797.       exit 1 ; \
  798.     fi
  799.     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  800.       || { echo "ERROR: files left in build directory after distclean:" ; \
  801.            $(distcleancheck_listfiles) ; \
  802.            exit 1; } >&2
  803. check-am: all-am
  804. check: check-recursive
  805. all-am: Makefile config.h
  806. installdirs: installdirs-recursive
  807. installdirs-am:
  808. install: install-recursive
  809. install-exec: install-exec-recursive
  810. install-data: install-data-recursive
  811. uninstall: uninstall-recursive
  812.  
  813. install-am: all-am
  814.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  815.  
  816. installcheck: installcheck-recursive
  817. install-strip:
  818.     if test -z '$(STRIP)'; then \
  819.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  820.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  821.           install; \
  822.     else \
  823.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  824.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  825.         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  826.     fi
  827. mostlyclean-generic:
  828.  
  829. clean-generic:
  830.  
  831. distclean-generic:
  832.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  833.     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  834.     -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  835.  
  836. maintainer-clean-generic:
  837.     @echo "This command is intended for maintainers to use"
  838.     @echo "it deletes files that may require special tools to rebuild."
  839.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  840. clean: clean-recursive
  841.  
  842. clean-am: clean-generic clean-libtool mostlyclean-am
  843.  
  844. distclean: distclean-recursive
  845.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  846.     -rm -f Makefile
  847. distclean-am: clean-am distclean-generic distclean-hdr \
  848.     distclean-libtool distclean-tags
  849.  
  850. dvi: dvi-recursive
  851.  
  852. dvi-am:
  853.  
  854. html: html-recursive
  855.  
  856. html-am:
  857.  
  858. info: info-recursive
  859.  
  860. info-am:
  861.  
  862. install-data-am:
  863.  
  864. install-dvi: install-dvi-recursive
  865.  
  866. install-dvi-am:
  867.  
  868. install-exec-am:
  869.  
  870. install-html: install-html-recursive
  871.  
  872. install-html-am:
  873.  
  874. install-info: install-info-recursive
  875.  
  876. install-info-am:
  877.  
  878. install-man:
  879.  
  880. install-pdf: install-pdf-recursive
  881.  
  882. install-pdf-am:
  883.  
  884. install-ps: install-ps-recursive
  885.  
  886. install-ps-am:
  887.  
  888. installcheck-am:
  889.  
  890. maintainer-clean: maintainer-clean-recursive
  891.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  892.     -rm -rf $(top_srcdir)/autom4te.cache
  893.     -rm -f Makefile
  894. maintainer-clean-am: distclean-am maintainer-clean-generic
  895.  
  896. mostlyclean: mostlyclean-recursive
  897.  
  898. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  899.  
  900. pdf: pdf-recursive
  901.  
  902. pdf-am:
  903.  
  904. ps: ps-recursive
  905.  
  906. ps-am:
  907.  
  908. uninstall-am:
  909.  
  910. .MAKE: $(am__recursive_targets) all install-am install-strip
  911.  
  912. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  913.     am--refresh check check-am clean clean-cscope clean-generic \
  914.     clean-libtool cscope cscopelist-am ctags ctags-am dist \
  915.     dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  916.     dist-xz dist-zip distcheck distclean distclean-generic \
  917.     distclean-hdr distclean-libtool distclean-tags distcleancheck \
  918.     distdir distuninstallcheck dvi dvi-am html html-am info \
  919.     info-am install install-am install-data install-data-am \
  920.     install-dvi install-dvi-am install-exec install-exec-am \
  921.     install-html install-html-am install-info install-info-am \
  922.     install-man install-pdf install-pdf-am install-ps \
  923.     install-ps-am install-strip installcheck installcheck-am \
  924.     installdirs installdirs-am maintainer-clean \
  925.     maintainer-clean-generic mostlyclean mostlyclean-generic \
  926.     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  927.     uninstall-am
  928.  
  929.  
  930. -include $(top_srcdir)/git.mk
  931.  
  932. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  933. # Otherwise a system limit (for SysV at least) may be exceeded.
  934. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement