Makefile.in 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  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. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. # Copyright (C) 2011 Michael McMaster <michael@codesrc.com>
  15. #
  16. # This file is part of libzipper.
  17. #
  18. # libzipper is free software: you can redistribute it and/or modify
  19. # it under the terms of the GNU General Public License as published by
  20. # the Free Software Foundation, either version 3 of the License, or
  21. # (at your option) any later version.
  22. #
  23. # libzipper is distributed in the hope that it will be useful,
  24. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. # GNU General Public License for more details.
  27. #
  28. # You should have received a copy of the GNU General Public License
  29. # along with libzipper. If not, see <http://www.gnu.org/licenses/>.
  30. VPATH = @srcdir@
  31. pkgdatadir = $(datadir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkglibexecdir = $(libexecdir)/@PACKAGE@
  35. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  36. install_sh_DATA = $(install_sh) -c -m 644
  37. install_sh_PROGRAM = $(install_sh) -c
  38. install_sh_SCRIPT = $(install_sh) -c
  39. INSTALL_HEADER = $(INSTALL_DATA)
  40. transform = $(program_transform_name)
  41. NORMAL_INSTALL = :
  42. PRE_INSTALL = :
  43. POST_INSTALL = :
  44. NORMAL_UNINSTALL = :
  45. PRE_UNINSTALL = :
  46. POST_UNINSTALL = :
  47. build_triplet = @build@
  48. host_triplet = @host@
  49. target_triplet = @target@
  50. DIST_COMMON = README $(am__configure_deps) $(dist_noinst_SCRIPTS) \
  51. $(include_HEADERS) $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \
  52. $(srcdir)/Makefile.in $(srcdir)/autoconfig.h.in \
  53. $(srcdir)/doxygen.am $(srcdir)/libzipper1.pc.in \
  54. $(srcdir)/zipper.1.in $(top_srcdir)/configure COPYING INSTALL \
  55. NEWS config.guess config.sub depcomp install-sh ltmain.sh \
  56. missing
  57. @DX_COND_doc_TRUE@@DX_COND_html_TRUE@am__append_1 = doxygen-install-html
  58. @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@am__append_2 = doxygen-install-chm
  59. @DX_COND_doc_TRUE@@DX_COND_man_TRUE@am__append_3 = doxygen-install-man
  60. @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@am__append_4 = doxygen-install-rtf
  61. @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@am__append_5 = doxygen-install-xml
  62. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@am__append_6 = doxygen-install-ps
  63. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@am__append_7 = doxygen-install-pdf
  64. @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@am__append_8 = doxygen-install-latex
  65. @HAVE_GNU_STRERROR_TRUE@am__append_9 = \
  66. @HAVE_GNU_STRERROR_TRUE@ port/strerror_gnu.cc
  67. @HAVE_GNU_STRERROR_FALSE@am__append_10 = \
  68. @HAVE_GNU_STRERROR_FALSE@ port/strerror_posix.cc
  69. bin_PROGRAMS = zipper$(EXEEXT)
  70. subdir = .
  71. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  72. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  73. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  74. $(ACLOCAL_M4)
  75. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  76. configure.lineno config.status.lineno
  77. mkinstalldirs = $(install_sh) -d
  78. CONFIG_HEADER = autoconfig.h
  79. CONFIG_CLEAN_FILES = Doxyfile libzipper1.pc zipper.1
  80. CONFIG_CLEAN_VPATH_FILES =
  81. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  82. am__vpath_adj = case $$p in \
  83. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  84. *) f=$$p;; \
  85. esac;
  86. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  87. am__install_max = 40
  88. am__nobase_strip_setup = \
  89. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  90. am__nobase_strip = \
  91. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  92. am__nobase_list = $(am__nobase_strip_setup); \
  93. for p in $$list; do echo "$$p $$p"; done | \
  94. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  95. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  96. if (++n[$$2] == $(am__install_max)) \
  97. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  98. END { for (dir in files) print dir, files[dir] }'
  99. am__base_list = \
  100. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  101. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  102. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
  103. "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" \
  104. "$(DESTDIR)$(includedir)"
  105. LTLIBRARIES = $(lib_LTLIBRARIES)
  106. libzipper_la_LIBADD =
  107. am__libzipper_la_SOURCES_DIST = Compressor.cc CompressedFile.cc \
  108. Container.cc Decompressor.cc deflate.cc deflate.hh \
  109. Exception.cc FileReader.cc FileWriter.cc gzip.cc gzip.hh \
  110. Reader.cc split.hh strerror.hh util.hh Writer.cc zip.hh zip.cc \
  111. port/strerror_gnu.cc port/strerror_posix.cc
  112. @HAVE_GNU_STRERROR_TRUE@am__objects_1 = strerror_gnu.lo
  113. @HAVE_GNU_STRERROR_FALSE@am__objects_2 = strerror_posix.lo
  114. am_libzipper_la_OBJECTS = Compressor.lo CompressedFile.lo Container.lo \
  115. Decompressor.lo deflate.lo Exception.lo FileReader.lo \
  116. FileWriter.lo gzip.lo Reader.lo Writer.lo zip.lo \
  117. $(am__objects_1) $(am__objects_2)
  118. libzipper_la_OBJECTS = $(am_libzipper_la_OBJECTS)
  119. libzipper_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
  120. $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
  121. $(CXXFLAGS) $(libzipper_la_LDFLAGS) $(LDFLAGS) -o $@
  122. PROGRAMS = $(bin_PROGRAMS)
  123. am_zipper_OBJECTS = zipper.$(OBJEXT)
  124. zipper_OBJECTS = $(am_zipper_OBJECTS)
  125. zipper_DEPENDENCIES = libzipper.la
  126. SCRIPTS = $(dist_noinst_SCRIPTS)
  127. DEFAULT_INCLUDES = -I.@am__isrc@
  128. depcomp = $(SHELL) $(top_srcdir)/depcomp
  129. am__depfiles_maybe = depfiles
  130. am__mv = mv -f
  131. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  132. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  133. LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  134. --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  135. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  136. CXXLD = $(CXX)
  137. CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  138. --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
  139. $(LDFLAGS) -o $@
  140. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  141. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  142. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  143. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  144. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  145. CCLD = $(CC)
  146. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  147. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  148. $(LDFLAGS) -o $@
  149. SOURCES = $(libzipper_la_SOURCES) $(zipper_SOURCES)
  150. DIST_SOURCES = $(am__libzipper_la_SOURCES_DIST) $(zipper_SOURCES)
  151. man1dir = $(mandir)/man1
  152. NROFF = nroff
  153. MANS = $(man_MANS)
  154. DATA = $(pkgconfig_DATA)
  155. HEADERS = $(include_HEADERS)
  156. ETAGS = etags
  157. CTAGS = ctags
  158. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  159. distdir = $(PACKAGE)-$(VERSION)
  160. top_distdir = $(distdir)
  161. am__remove_distdir = \
  162. { test ! -d "$(distdir)" \
  163. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  164. && rm -fr "$(distdir)"; }; }
  165. DIST_ARCHIVES = $(distdir).tar.gz
  166. GZIP_ENV = --best
  167. distuninstallcheck_listfiles = find . -type f -print
  168. distcleancheck_listfiles = find . -type f -print
  169. ACLOCAL = @ACLOCAL@
  170. AMTAR = @AMTAR@
  171. AR = @AR@
  172. AUTOCONF = @AUTOCONF@
  173. AUTOHEADER = @AUTOHEADER@
  174. AUTOMAKE = @AUTOMAKE@
  175. AWK = @AWK@
  176. CC = @CC@
  177. CCDEPMODE = @CCDEPMODE@
  178. CFLAGS = @CFLAGS@
  179. CPP = @CPP@
  180. CPPFLAGS = @CPPFLAGS@
  181. CXX = @CXX@
  182. CXXCPP = @CXXCPP@
  183. CXXDEPMODE = @CXXDEPMODE@
  184. CXXFLAGS = -g -O2 -W -Wall -std=c++0x
  185. CYGPATH_W = @CYGPATH_W@
  186. DEFS = @DEFS@
  187. DEPDIR = @DEPDIR@
  188. DLLTOOL = @DLLTOOL@
  189. DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
  190. DSYMUTIL = @DSYMUTIL@
  191. DUMPBIN = @DUMPBIN@
  192. DX_CONFIG = @DX_CONFIG@
  193. DX_DOCDIR = @DX_DOCDIR@
  194. DX_DOT = @DX_DOT@
  195. DX_DOXYGEN = @DX_DOXYGEN@
  196. DX_DVIPS = @DX_DVIPS@
  197. DX_EGREP = @DX_EGREP@
  198. DX_ENV = @DX_ENV@
  199. DX_FLAG_chi = @DX_FLAG_chi@
  200. DX_FLAG_chm = @DX_FLAG_chm@
  201. DX_FLAG_doc = @DX_FLAG_doc@
  202. DX_FLAG_dot = @DX_FLAG_dot@
  203. DX_FLAG_html = @DX_FLAG_html@
  204. DX_FLAG_man = @DX_FLAG_man@
  205. DX_FLAG_pdf = @DX_FLAG_pdf@
  206. DX_FLAG_ps = @DX_FLAG_ps@
  207. DX_FLAG_rtf = @DX_FLAG_rtf@
  208. DX_FLAG_xml = @DX_FLAG_xml@
  209. DX_HHC = @DX_HHC@
  210. DX_LATEX = @DX_LATEX@
  211. DX_MAKEINDEX = @DX_MAKEINDEX@
  212. DX_PDFLATEX = @DX_PDFLATEX@
  213. DX_PERL = @DX_PERL@
  214. DX_PROJECT = @DX_PROJECT@
  215. ECHO_C = @ECHO_C@
  216. ECHO_N = @ECHO_N@
  217. ECHO_T = @ECHO_T@
  218. EGREP = @EGREP@
  219. EXEEXT = @EXEEXT@
  220. FGREP = @FGREP@
  221. GREP = @GREP@
  222. INSTALL = @INSTALL@
  223. INSTALL_DATA = @INSTALL_DATA@
  224. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  225. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  226. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  227. LD = @LD@
  228. LDFLAGS = @LDFLAGS@
  229. LIBOBJS = @LIBOBJS@
  230. LIBS = @LIBS@
  231. LIBTOOL = @LIBTOOL@
  232. LIPO = @LIPO@
  233. LN_S = @LN_S@
  234. LTLIBOBJS = @LTLIBOBJS@
  235. MAINT = @MAINT@
  236. MAKEINFO = @MAKEINFO@
  237. MANIFEST_TOOL = @MANIFEST_TOOL@
  238. MKDIR_P = @MKDIR_P@
  239. NM = @NM@
  240. NMEDIT = @NMEDIT@
  241. OBJDUMP = @OBJDUMP@
  242. OBJEXT = @OBJEXT@
  243. OTOOL = @OTOOL@
  244. OTOOL64 = @OTOOL64@
  245. PACKAGE = @PACKAGE@
  246. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  247. PACKAGE_NAME = @PACKAGE_NAME@
  248. PACKAGE_STRING = @PACKAGE_STRING@
  249. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  250. PACKAGE_URL = @PACKAGE_URL@
  251. PACKAGE_VERSION = @PACKAGE_VERSION@
  252. PATH_SEPARATOR = @PATH_SEPARATOR@
  253. PKG_CONFIG = @PKG_CONFIG@
  254. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  255. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  256. RANLIB = @RANLIB@
  257. SED = @SED@
  258. SET_MAKE = @SET_MAKE@
  259. SHELL = @SHELL@
  260. STRIP = @STRIP@
  261. VERSION = @VERSION@
  262. ZLIB_CFLAGS = @ZLIB_CFLAGS@
  263. ZLIB_LIBS = @ZLIB_LIBS@
  264. abs_builddir = @abs_builddir@
  265. abs_srcdir = @abs_srcdir@
  266. abs_top_builddir = @abs_top_builddir@
  267. abs_top_srcdir = @abs_top_srcdir@
  268. ac_ct_AR = @ac_ct_AR@
  269. ac_ct_CC = @ac_ct_CC@
  270. ac_ct_CXX = @ac_ct_CXX@
  271. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  272. am__include = @am__include@
  273. am__leading_dot = @am__leading_dot@
  274. am__quote = @am__quote@
  275. am__tar = @am__tar@
  276. am__untar = @am__untar@
  277. bindir = @bindir@
  278. build = @build@
  279. build_alias = @build_alias@
  280. build_cpu = @build_cpu@
  281. build_os = @build_os@
  282. build_vendor = @build_vendor@
  283. builddir = @builddir@
  284. datadir = @datadir@
  285. datarootdir = @datarootdir@
  286. docdir = @docdir@
  287. dvidir = @dvidir@
  288. exec_prefix = @exec_prefix@
  289. host = @host@
  290. host_alias = @host_alias@
  291. host_cpu = @host_cpu@
  292. host_os = @host_os@
  293. host_vendor = @host_vendor@
  294. htmldir = @htmldir@
  295. includedir = @includedir@
  296. infodir = @infodir@
  297. install_sh = @install_sh@
  298. libdir = @libdir@
  299. libexecdir = @libexecdir@
  300. libzipper_version = @libzipper_version@
  301. localedir = @localedir@
  302. localstatedir = @localstatedir@
  303. mandir = @mandir@
  304. mkdir_p = @mkdir_p@
  305. oldincludedir = @oldincludedir@
  306. pdfdir = @pdfdir@
  307. prefix = @prefix@
  308. program_transform_name = @program_transform_name@
  309. psdir = @psdir@
  310. sbindir = @sbindir@
  311. sharedstatedir = @sharedstatedir@
  312. srcdir = @srcdir@
  313. sysconfdir = @sysconfdir@
  314. target = @target@
  315. target_alias = @target_alias@
  316. target_cpu = @target_cpu@
  317. target_os = @target_os@
  318. target_vendor = @target_vendor@
  319. top_build_prefix = @top_build_prefix@
  320. top_builddir = @top_builddir@
  321. top_srcdir = @top_srcdir@
  322. DOXYGEN_INSTALL = $(am__append_1) $(am__append_2) $(am__append_3) \
  323. $(am__append_4) $(am__append_5) $(am__append_6) \
  324. $(am__append_7) $(am__append_8)
  325. @DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
  326. @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
  327. @DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
  328. @DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
  329. @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
  330. @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
  331. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
  332. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
  333. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
  334. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
  335. @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
  336. @DX_COND_doc_TRUE@DX_CLEANFILES = \
  337. @DX_COND_doc_TRUE@ @DX_DOCDIR@/@PACKAGE@.tag \
  338. @DX_COND_doc_TRUE@ -r \
  339. @DX_COND_doc_TRUE@ $(DX_CLEAN_HTML) \
  340. @DX_COND_doc_TRUE@ $(DX_CLEAN_CHM) \
  341. @DX_COND_doc_TRUE@ $(DX_CLEAN_CHI) \
  342. @DX_COND_doc_TRUE@ $(DX_CLEAN_MAN) \
  343. @DX_COND_doc_TRUE@ $(DX_CLEAN_RTF) \
  344. @DX_COND_doc_TRUE@ $(DX_CLEAN_XML) \
  345. @DX_COND_doc_TRUE@ $(DX_CLEAN_PS) \
  346. @DX_COND_doc_TRUE@ $(DX_CLEAN_PDF) \
  347. @DX_COND_doc_TRUE@ $(DX_CLEAN_LATEX)
  348. dist_noinst_SCRIPTS = \
  349. autogen.sh
  350. pkgconfigdir = $(libdir)/pkgconfig
  351. pkgconfig_DATA = libzipper1.pc
  352. EXTRA_DIST = \
  353. COPYING \
  354. INSTALL \
  355. INSTALL.Android \
  356. NEWS \
  357. README \
  358. VERSION \
  359. android/zipper/Android.mk
  360. lib_LTLIBRARIES = libzipper.la
  361. libzipper_la_SOURCES = Compressor.cc CompressedFile.cc Container.cc \
  362. Decompressor.cc deflate.cc deflate.hh Exception.cc \
  363. FileReader.cc FileWriter.cc gzip.cc gzip.hh Reader.cc split.hh \
  364. strerror.hh util.hh Writer.cc zip.hh zip.cc $(am__append_9) \
  365. $(am__append_10)
  366. # Public API headers go here, for installation to /usr/include
  367. include_HEADERS = zipper.hh
  368. libzipper_la_LDFLAGS = ${ZLIB_LIBS} -version-info 1:0
  369. libzipper_la_CFLAGS = ${ZLIB_CFLAGS}
  370. man_MANS = zipper.1
  371. zipper_SOURCES = \
  372. zipper.cc
  373. zipper_LDADD = libzipper.la
  374. MOSTLYCLEANFILES = $(DX_CLEANFILES)
  375. all: autoconfig.h
  376. $(MAKE) $(AM_MAKEFLAGS) all-am
  377. .SUFFIXES:
  378. .SUFFIXES: .cc .lo .o .obj
  379. am--refresh:
  380. @:
  381. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/doxygen.am $(am__configure_deps)
  382. @for dep in $?; do \
  383. case '$(am__configure_deps)' in \
  384. *$$dep*) \
  385. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  386. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  387. && exit 0; \
  388. exit 1;; \
  389. esac; \
  390. done; \
  391. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  392. $(am__cd) $(top_srcdir) && \
  393. $(AUTOMAKE) --foreign Makefile
  394. .PRECIOUS: Makefile
  395. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  396. @case '$?' in \
  397. *config.status*) \
  398. echo ' $(SHELL) ./config.status'; \
  399. $(SHELL) ./config.status;; \
  400. *) \
  401. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  402. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  403. esac;
  404. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  405. $(SHELL) ./config.status --recheck
  406. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  407. $(am__cd) $(srcdir) && $(AUTOCONF)
  408. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  409. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  410. $(am__aclocal_m4_deps):
  411. autoconfig.h: stamp-h1
  412. @if test ! -f $@; then \
  413. rm -f stamp-h1; \
  414. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  415. else :; fi
  416. stamp-h1: $(srcdir)/autoconfig.h.in $(top_builddir)/config.status
  417. @rm -f stamp-h1
  418. cd $(top_builddir) && $(SHELL) ./config.status autoconfig.h
  419. $(srcdir)/autoconfig.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  420. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  421. rm -f stamp-h1
  422. touch $@
  423. distclean-hdr:
  424. -rm -f autoconfig.h stamp-h1
  425. Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
  426. cd $(top_builddir) && $(SHELL) ./config.status $@
  427. libzipper1.pc: $(top_builddir)/config.status $(srcdir)/libzipper1.pc.in
  428. cd $(top_builddir) && $(SHELL) ./config.status $@
  429. zipper.1: $(top_builddir)/config.status $(srcdir)/zipper.1.in
  430. cd $(top_builddir) && $(SHELL) ./config.status $@
  431. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  432. @$(NORMAL_INSTALL)
  433. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  434. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  435. list2=; for p in $$list; do \
  436. if test -f $$p; then \
  437. list2="$$list2 $$p"; \
  438. else :; fi; \
  439. done; \
  440. test -z "$$list2" || { \
  441. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  442. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  443. }
  444. uninstall-libLTLIBRARIES:
  445. @$(NORMAL_UNINSTALL)
  446. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  447. for p in $$list; do \
  448. $(am__strip_dir) \
  449. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  450. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  451. done
  452. clean-libLTLIBRARIES:
  453. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  454. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  455. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  456. test "$$dir" != "$$p" || dir=.; \
  457. echo "rm -f \"$${dir}/so_locations\""; \
  458. rm -f "$${dir}/so_locations"; \
  459. done
  460. libzipper.la: $(libzipper_la_OBJECTS) $(libzipper_la_DEPENDENCIES)
  461. $(libzipper_la_LINK) -rpath $(libdir) $(libzipper_la_OBJECTS) $(libzipper_la_LIBADD) $(LIBS)
  462. install-binPROGRAMS: $(bin_PROGRAMS)
  463. @$(NORMAL_INSTALL)
  464. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  465. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  466. for p in $$list; do echo "$$p $$p"; done | \
  467. sed 's/$(EXEEXT)$$//' | \
  468. while read p p1; do if test -f $$p || test -f $$p1; \
  469. then echo "$$p"; echo "$$p"; else :; fi; \
  470. done | \
  471. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  472. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  473. sed 'N;N;N;s,\n, ,g' | \
  474. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  475. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  476. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  477. else { print "f", $$3 "/" $$4, $$1; } } \
  478. END { for (d in files) print "f", d, files[d] }' | \
  479. while read type dir files; do \
  480. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  481. test -z "$$files" || { \
  482. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  483. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  484. } \
  485. ; done
  486. uninstall-binPROGRAMS:
  487. @$(NORMAL_UNINSTALL)
  488. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  489. files=`for p in $$list; do echo "$$p"; done | \
  490. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  491. -e 's/$$/$(EXEEXT)/' `; \
  492. test -n "$$list" || exit 0; \
  493. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  494. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  495. clean-binPROGRAMS:
  496. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  497. echo " rm -f" $$list; \
  498. rm -f $$list || exit $$?; \
  499. test -n "$(EXEEXT)" || exit 0; \
  500. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  501. echo " rm -f" $$list; \
  502. rm -f $$list
  503. zipper$(EXEEXT): $(zipper_OBJECTS) $(zipper_DEPENDENCIES)
  504. @rm -f zipper$(EXEEXT)
  505. $(CXXLINK) $(zipper_OBJECTS) $(zipper_LDADD) $(LIBS)
  506. mostlyclean-compile:
  507. -rm -f *.$(OBJEXT)
  508. distclean-compile:
  509. -rm -f *.tab.c
  510. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CompressedFile.Plo@am__quote@
  511. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Compressor.Plo@am__quote@
  512. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Container.Plo@am__quote@
  513. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Decompressor.Plo@am__quote@
  514. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Plo@am__quote@
  515. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileReader.Plo@am__quote@
  516. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileWriter.Plo@am__quote@
  517. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Reader.Plo@am__quote@
  518. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Writer.Plo@am__quote@
  519. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deflate.Plo@am__quote@
  520. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gzip.Plo@am__quote@
  521. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_gnu.Plo@am__quote@
  522. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror_posix.Plo@am__quote@
  523. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zip.Plo@am__quote@
  524. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/zipper.Po@am__quote@
  525. .cc.o:
  526. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  527. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  528. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  529. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  530. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
  531. .cc.obj:
  532. @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  533. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  534. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  535. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  536. @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  537. .cc.lo:
  538. @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  539. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  540. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  541. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  542. @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
  543. strerror_gnu.lo: port/strerror_gnu.cc
  544. @am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT strerror_gnu.lo -MD -MP -MF $(DEPDIR)/strerror_gnu.Tpo -c -o strerror_gnu.lo `test -f 'port/strerror_gnu.cc' || echo '$(srcdir)/'`port/strerror_gnu.cc
  545. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/strerror_gnu.Tpo $(DEPDIR)/strerror_gnu.Plo
  546. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='port/strerror_gnu.cc' object='strerror_gnu.lo' libtool=yes @AMDEPBACKSLASH@
  547. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  548. @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o strerror_gnu.lo `test -f 'port/strerror_gnu.cc' || echo '$(srcdir)/'`port/strerror_gnu.cc
  549. strerror_posix.lo: port/strerror_posix.cc
  550. @am__fastdepCXX_TRUE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT strerror_posix.lo -MD -MP -MF $(DEPDIR)/strerror_posix.Tpo -c -o strerror_posix.lo `test -f 'port/strerror_posix.cc' || echo '$(srcdir)/'`port/strerror_posix.cc
  551. @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/strerror_posix.Tpo $(DEPDIR)/strerror_posix.Plo
  552. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='port/strerror_posix.cc' object='strerror_posix.lo' libtool=yes @AMDEPBACKSLASH@
  553. @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  554. @am__fastdepCXX_FALSE@ $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o strerror_posix.lo `test -f 'port/strerror_posix.cc' || echo '$(srcdir)/'`port/strerror_posix.cc
  555. mostlyclean-libtool:
  556. -rm -f *.lo
  557. clean-libtool:
  558. -rm -rf .libs _libs
  559. distclean-libtool:
  560. -rm -f libtool config.lt
  561. install-man1: $(man_MANS)
  562. @$(NORMAL_INSTALL)
  563. test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  564. @list=''; test -n "$(man1dir)" || exit 0; \
  565. { for i in $$list; do echo "$$i"; done; \
  566. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  567. sed -n '/\.1[a-z]*$$/p'; \
  568. } | while read p; do \
  569. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  570. echo "$$d$$p"; echo "$$p"; \
  571. done | \
  572. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  573. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  574. sed 'N;N;s,\n, ,g' | { \
  575. list=; while read file base inst; do \
  576. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  577. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  578. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  579. fi; \
  580. done; \
  581. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  582. while read files; do \
  583. test -z "$$files" || { \
  584. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  585. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  586. done; }
  587. uninstall-man1:
  588. @$(NORMAL_UNINSTALL)
  589. @list=''; test -n "$(man1dir)" || exit 0; \
  590. files=`{ for i in $$list; do echo "$$i"; done; \
  591. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  592. sed -n '/\.1[a-z]*$$/p'; \
  593. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  594. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  595. test -z "$$files" || { \
  596. echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  597. cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  598. install-pkgconfigDATA: $(pkgconfig_DATA)
  599. @$(NORMAL_INSTALL)
  600. test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
  601. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  602. for p in $$list; do \
  603. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  604. echo "$$d$$p"; \
  605. done | $(am__base_list) | \
  606. while read files; do \
  607. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  608. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  609. done
  610. uninstall-pkgconfigDATA:
  611. @$(NORMAL_UNINSTALL)
  612. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  613. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  614. test -n "$$files" || exit 0; \
  615. echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
  616. cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
  617. install-includeHEADERS: $(include_HEADERS)
  618. @$(NORMAL_INSTALL)
  619. test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  620. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  621. for p in $$list; do \
  622. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  623. echo "$$d$$p"; \
  624. done | $(am__base_list) | \
  625. while read files; do \
  626. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  627. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  628. done
  629. uninstall-includeHEADERS:
  630. @$(NORMAL_UNINSTALL)
  631. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  632. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  633. test -n "$$files" || exit 0; \
  634. echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
  635. cd "$(DESTDIR)$(includedir)" && rm -f $$files
  636. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  637. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  638. unique=`for i in $$list; do \
  639. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  640. done | \
  641. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  642. END { if (nonempty) { for (i in files) print i; }; }'`; \
  643. mkid -fID $$unique
  644. tags: TAGS
  645. TAGS: $(HEADERS) $(SOURCES) autoconfig.h.in $(TAGS_DEPENDENCIES) \
  646. $(TAGS_FILES) $(LISP)
  647. set x; \
  648. here=`pwd`; \
  649. list='$(SOURCES) $(HEADERS) autoconfig.h.in $(LISP) $(TAGS_FILES)'; \
  650. unique=`for i in $$list; do \
  651. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  652. done | \
  653. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  654. END { if (nonempty) { for (i in files) print i; }; }'`; \
  655. shift; \
  656. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  657. test -n "$$unique" || unique=$$empty_fix; \
  658. if test $$# -gt 0; then \
  659. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  660. "$$@" $$unique; \
  661. else \
  662. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  663. $$unique; \
  664. fi; \
  665. fi
  666. ctags: CTAGS
  667. CTAGS: $(HEADERS) $(SOURCES) autoconfig.h.in $(TAGS_DEPENDENCIES) \
  668. $(TAGS_FILES) $(LISP)
  669. list='$(SOURCES) $(HEADERS) autoconfig.h.in $(LISP) $(TAGS_FILES)'; \
  670. unique=`for i in $$list; do \
  671. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  672. done | \
  673. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  674. END { if (nonempty) { for (i in files) print i; }; }'`; \
  675. test -z "$(CTAGS_ARGS)$$unique" \
  676. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  677. $$unique
  678. GTAGS:
  679. here=`$(am__cd) $(top_builddir) && pwd` \
  680. && $(am__cd) $(top_srcdir) \
  681. && gtags -i $(GTAGS_ARGS) "$$here"
  682. distclean-tags:
  683. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  684. distdir: $(DISTFILES)
  685. @list='$(MANS)'; if test -n "$$list"; then \
  686. list=`for p in $$list; do \
  687. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  688. if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  689. if test -n "$$list" && \
  690. grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  691. echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  692. grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
  693. echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  694. echo " typically \`make maintainer-clean' will remove them" >&2; \
  695. exit 1; \
  696. else :; fi; \
  697. else :; fi
  698. $(am__remove_distdir)
  699. test -d "$(distdir)" || mkdir "$(distdir)"
  700. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  701. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  702. list='$(DISTFILES)'; \
  703. dist_files=`for file in $$list; do echo $$file; done | \
  704. sed -e "s|^$$srcdirstrip/||;t" \
  705. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  706. case $$dist_files in \
  707. */*) $(MKDIR_P) `echo "$$dist_files" | \
  708. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  709. sort -u` ;; \
  710. esac; \
  711. for file in $$dist_files; do \
  712. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  713. if test -d $$d/$$file; then \
  714. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  715. if test -d "$(distdir)/$$file"; then \
  716. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  717. fi; \
  718. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  719. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  720. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  721. fi; \
  722. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  723. else \
  724. test -f "$(distdir)/$$file" \
  725. || cp -p $$d/$$file "$(distdir)/$$file" \
  726. || exit 1; \
  727. fi; \
  728. done
  729. -test -n "$(am__skip_mode_fix)" \
  730. || find "$(distdir)" -type d ! -perm -755 \
  731. -exec chmod u+rwx,go+rx {} \; -o \
  732. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  733. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  734. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  735. || chmod -R a+r "$(distdir)"
  736. dist-gzip: distdir
  737. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  738. $(am__remove_distdir)
  739. dist-bzip2: distdir
  740. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  741. $(am__remove_distdir)
  742. dist-lzma: distdir
  743. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  744. $(am__remove_distdir)
  745. dist-xz: distdir
  746. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  747. $(am__remove_distdir)
  748. dist-tarZ: distdir
  749. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  750. $(am__remove_distdir)
  751. dist-shar: distdir
  752. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  753. $(am__remove_distdir)
  754. dist-zip: distdir
  755. -rm -f $(distdir).zip
  756. zip -rq $(distdir).zip $(distdir)
  757. $(am__remove_distdir)
  758. dist dist-all: distdir
  759. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  760. $(am__remove_distdir)
  761. # This target untars the dist file and tries a VPATH configuration. Then
  762. # it guarantees that the distribution is self-contained by making another
  763. # tarfile.
  764. distcheck: dist
  765. case '$(DIST_ARCHIVES)' in \
  766. *.tar.gz*) \
  767. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  768. *.tar.bz2*) \
  769. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  770. *.tar.lzma*) \
  771. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  772. *.tar.xz*) \
  773. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  774. *.tar.Z*) \
  775. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  776. *.shar.gz*) \
  777. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  778. *.zip*) \
  779. unzip $(distdir).zip ;;\
  780. esac
  781. chmod -R a-w $(distdir); chmod a+w $(distdir)
  782. mkdir $(distdir)/_build
  783. mkdir $(distdir)/_inst
  784. chmod a-w $(distdir)
  785. test -d $(distdir)/_build || exit 0; \
  786. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  787. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  788. && am__cwd=`pwd` \
  789. && $(am__cd) $(distdir)/_build \
  790. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  791. $(DISTCHECK_CONFIGURE_FLAGS) \
  792. && $(MAKE) $(AM_MAKEFLAGS) \
  793. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  794. && $(MAKE) $(AM_MAKEFLAGS) check \
  795. && $(MAKE) $(AM_MAKEFLAGS) install \
  796. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  797. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  798. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  799. distuninstallcheck \
  800. && chmod -R a-w "$$dc_install_base" \
  801. && ({ \
  802. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  803. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  804. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  805. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  806. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  807. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  808. && rm -rf "$$dc_destdir" \
  809. && $(MAKE) $(AM_MAKEFLAGS) dist \
  810. && rm -rf $(DIST_ARCHIVES) \
  811. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  812. && cd "$$am__cwd" \
  813. || exit 1
  814. $(am__remove_distdir)
  815. @(echo "$(distdir) archives ready for distribution: "; \
  816. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  817. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  818. distuninstallcheck:
  819. @$(am__cd) '$(distuninstallcheck_dir)' \
  820. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  821. || { echo "ERROR: files left after uninstall:" ; \
  822. if test -n "$(DESTDIR)"; then \
  823. echo " (check DESTDIR support)"; \
  824. fi ; \
  825. $(distuninstallcheck_listfiles) ; \
  826. exit 1; } >&2
  827. distcleancheck: distclean
  828. @if test '$(srcdir)' = . ; then \
  829. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  830. exit 1 ; \
  831. fi
  832. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  833. || { echo "ERROR: files left in build directory after distclean:" ; \
  834. $(distcleancheck_listfiles) ; \
  835. exit 1; } >&2
  836. check-am: all-am
  837. check: check-am
  838. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
  839. $(HEADERS) autoconfig.h all-local
  840. install-binPROGRAMS: install-libLTLIBRARIES
  841. installdirs:
  842. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
  843. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  844. done
  845. install: install-am
  846. install-exec: install-exec-am
  847. install-data: install-data-am
  848. uninstall: uninstall-am
  849. install-am: all-am
  850. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  851. installcheck: installcheck-am
  852. install-strip:
  853. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  854. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  855. `test -z '$(STRIP)' || \
  856. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  857. mostlyclean-generic:
  858. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  859. clean-generic:
  860. distclean-generic:
  861. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  862. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  863. maintainer-clean-generic:
  864. @echo "This command is intended for maintainers to use"
  865. @echo "it deletes files that may require special tools to rebuild."
  866. clean: clean-am
  867. clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  868. clean-libtool mostlyclean-am
  869. distclean: distclean-am
  870. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  871. -rm -rf ./$(DEPDIR)
  872. -rm -f Makefile
  873. distclean-am: clean-am distclean-compile distclean-generic \
  874. distclean-hdr distclean-libtool distclean-tags
  875. dvi: dvi-am
  876. dvi-am:
  877. html: html-am
  878. html-am:
  879. info: info-am
  880. info-am:
  881. install-data-am: install-data-local install-includeHEADERS install-man \
  882. install-pkgconfigDATA
  883. install-dvi: install-dvi-am
  884. install-dvi-am:
  885. install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
  886. install-html: install-html-am
  887. install-html-am:
  888. install-info: install-info-am
  889. install-info-am:
  890. install-man: install-man1
  891. install-pdf: install-pdf-am
  892. install-pdf-am:
  893. install-ps: install-ps-am
  894. install-ps-am:
  895. installcheck-am:
  896. maintainer-clean: maintainer-clean-am
  897. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  898. -rm -rf $(top_srcdir)/autom4te.cache
  899. -rm -rf ./$(DEPDIR)
  900. -rm -f Makefile
  901. maintainer-clean-am: distclean-am maintainer-clean-generic
  902. mostlyclean: mostlyclean-am
  903. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  904. mostlyclean-libtool
  905. pdf: pdf-am
  906. pdf-am:
  907. ps: ps-am
  908. ps-am:
  909. uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
  910. uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA
  911. uninstall-man: uninstall-man1
  912. .MAKE: all install-am install-strip
  913. .PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
  914. clean clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
  915. clean-libtool ctags dist dist-all dist-bzip2 dist-gzip \
  916. dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
  917. distclean distclean-compile distclean-generic distclean-hdr \
  918. distclean-libtool distclean-tags distcleancheck distdir \
  919. distuninstallcheck dvi dvi-am html html-am info info-am \
  920. install install-am install-binPROGRAMS install-data \
  921. install-data-am install-data-local install-dvi install-dvi-am \
  922. install-exec install-exec-am install-html install-html-am \
  923. install-includeHEADERS install-info install-info-am \
  924. install-libLTLIBRARIES install-man install-man1 install-pdf \
  925. install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
  926. install-strip installcheck installcheck-am installdirs \
  927. maintainer-clean maintainer-clean-generic mostlyclean \
  928. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  929. pdf pdf-am ps ps-am tags uninstall uninstall-am \
  930. uninstall-binPROGRAMS uninstall-includeHEADERS \
  931. uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \
  932. uninstall-pkgconfigDATA
  933. @DX_COND_doc_TRUE@@DX_COND_html_TRUE@doxygen-install-html:
  934. @DX_COND_doc_TRUE@@DX_COND_html_TRUE@ $(INSTALL) -d $(DESTDIR)$(docdir)/html; \
  935. @DX_COND_doc_TRUE@@DX_COND_html_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/html/* $(DESTDIR)$(docdir)/html;
  936. @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@doxygen-install-chm:
  937. @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@ $(INSTALL) -d $(DESTDIR)$(docdir)/chm; \
  938. @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/chm/* $(DESTDIR)$(docdir)/chm;
  939. @DX_COND_doc_TRUE@@DX_COND_man_TRUE@doxygen-install-man:
  940. @DX_COND_doc_TRUE@@DX_COND_man_TRUE@ $(INSTALL) -d $(DESTDIR)$(docdir)/man; \
  941. @DX_COND_doc_TRUE@@DX_COND_man_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/man/* $(DESTDIR)$(docdir)/man;
  942. @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@doxygen-install-rtf:
  943. @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@ $(INSTALL) -d $(DESTDIR)$(docdir)/rtf; \
  944. @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/rtf/* $(DESTDIR)$(docdir)/rtf;
  945. @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@doxygen-install-xml:
  946. @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@ $(INSTALL) -d $(DESTDIR)$(docdir)/xml; \
  947. @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/xml/* $(DESTDIR)$(docdir)/xml;
  948. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
  949. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
  950. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ cd @DX_DOCDIR@/latex; \
  951. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
  952. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
  953. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(MAKEINDEX_PATH) refman.idx; \
  954. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
  955. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=5; \
  956. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
  957. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ refman.log > /dev/null 2>&1 \
  958. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ && test $$countdown -gt 0; do \
  959. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_LATEX) refman.tex; \
  960. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ countdown=`expr $$countdown - 1`; \
  961. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ done; \
  962. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
  963. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-install-ps:
  964. @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/@PACKAGE@.ps $(DESTDIR)$(docdir);
  965. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
  966. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
  967. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ cd @DX_DOCDIR@/latex; \
  968. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
  969. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
  970. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_MAKEINDEX) refman.idx; \
  971. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
  972. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=5; \
  973. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
  974. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ refman.log > /dev/null 2>&1 \
  975. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ && test $$countdown -gt 0; do \
  976. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(DX_PDFLATEX) refman.tex; \
  977. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ countdown=`expr $$countdown - 1`; \
  978. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ done; \
  979. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ mv refman.pdf ../@PACKAGE@.pdf
  980. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-install-pdf:
  981. @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/@PACKAGE@.pdf $(DESTDIR)$(docdir);
  982. @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@doxygen-install-latex:
  983. @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@ $(INSTALL) -d $(DESTDIR)$(docdir)/latex; \
  984. @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@ $(INSTALL_DATA) @DX_DOCDIR@/latex/* $(DESTDIR)$(docdir)/latex;
  985. @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc doxygen-install $(DX_PS_GOAL) $(DX_PDF_GOAL)
  986. @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
  987. @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
  988. @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
  989. @DX_COND_doc_TRUE@doxygen-install: $(DOXYGEN_INSTALL)
  990. @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
  991. @DX_COND_doc_TRUE@ rm -rf @DX_DOCDIR@
  992. @DX_COND_doc_TRUE@ $(DX_ENV) $(DX_DOXYGEN) $(DX_CONFIG)
  993. install-data-local: doxygen-install
  994. all-local: doxygen-doc
  995. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  996. # Otherwise a system limit (for SysV at least) may be exceeded.
  997. .NOEXPORT: