Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. #
  14. # Makefile for building lcms sample programs
  15. # Originally Written by Bob Friesenhahn, June 2003
  16. # Additions and bugs by Marti Maria Oct 2004
  17. VPATH = @srcdir@
  18. pkgdatadir = $(datadir)/@PACKAGE@
  19. pkglibdir = $(libdir)/@PACKAGE@
  20. pkgincludedir = $(includedir)/@PACKAGE@
  21. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. target_triplet = @target@
  36. bin_PROGRAMS = icctrans$(EXEEXT) wtpt$(EXEEXT) icc2ps$(EXEEXT) \
  37. icclink$(EXEEXT)
  38. subdir = samples
  39. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  40. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  41. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  42. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  43. $(ACLOCAL_M4)
  44. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  45. CONFIG_CLEAN_FILES =
  46. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
  47. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  48. PROGRAMS = $(bin_PROGRAMS)
  49. am_icc2ps_OBJECTS = icc2ps.$(OBJEXT) xgetopt.$(OBJEXT)
  50. icc2ps_OBJECTS = $(am_icc2ps_OBJECTS)
  51. icc2ps_DEPENDENCIES = $(top_builddir)/src/liblcms.la
  52. icc2ps_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  53. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icc2ps_LDFLAGS) \
  54. $(LDFLAGS) -o $@
  55. am_icclink_OBJECTS = icclink.$(OBJEXT) xgetopt.$(OBJEXT) \
  56. vprf.$(OBJEXT)
  57. icclink_OBJECTS = $(am_icclink_OBJECTS)
  58. icclink_DEPENDENCIES = $(top_builddir)/src/liblcms.la
  59. icclink_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  60. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icclink_LDFLAGS) \
  61. $(LDFLAGS) -o $@
  62. am_icctrans_OBJECTS = icctrans.$(OBJEXT) xgetopt.$(OBJEXT) \
  63. vprf.$(OBJEXT)
  64. icctrans_OBJECTS = $(am_icctrans_OBJECTS)
  65. icctrans_DEPENDENCIES = $(top_builddir)/src/liblcms.la
  66. icctrans_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  67. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(icctrans_LDFLAGS) \
  68. $(LDFLAGS) -o $@
  69. am_wtpt_OBJECTS = wtpt.$(OBJEXT) xgetopt.$(OBJEXT)
  70. wtpt_OBJECTS = $(am_wtpt_OBJECTS)
  71. wtpt_DEPENDENCIES = $(top_builddir)/src/liblcms.la
  72. wtpt_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  73. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(wtpt_LDFLAGS) \
  74. $(LDFLAGS) -o $@
  75. DEFAULT_INCLUDES = -I.@am__isrc@
  76. depcomp = $(SHELL) $(top_srcdir)/depcomp
  77. am__depfiles_maybe = depfiles
  78. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  79. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  80. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  81. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  82. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  83. CCLD = $(CC)
  84. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  85. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  86. $(LDFLAGS) -o $@
  87. SOURCES = $(icc2ps_SOURCES) $(icclink_SOURCES) $(icctrans_SOURCES) \
  88. $(wtpt_SOURCES)
  89. DIST_SOURCES = $(icc2ps_SOURCES) $(icclink_SOURCES) \
  90. $(icctrans_SOURCES) $(wtpt_SOURCES)
  91. man1dir = $(mandir)/man1
  92. NROFF = nroff
  93. MANS = $(man_MANS)
  94. ETAGS = etags
  95. CTAGS = ctags
  96. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  97. ACLOCAL = @ACLOCAL@
  98. AMTAR = @AMTAR@
  99. AR = @AR@
  100. AS = @AS@
  101. AUTOCONF = @AUTOCONF@
  102. AUTOHEADER = @AUTOHEADER@
  103. AUTOMAKE = @AUTOMAKE@
  104. AWK = @AWK@
  105. CC = @CC@
  106. CCDEPMODE = @CCDEPMODE@
  107. CFLAGS = @CFLAGS@
  108. CPP = @CPP@
  109. CPPFLAGS = @CPPFLAGS@
  110. CXX = @CXX@
  111. CXXCPP = @CXXCPP@
  112. CXXDEPMODE = @CXXDEPMODE@
  113. CXXFLAGS = @CXXFLAGS@
  114. CYGPATH_W = @CYGPATH_W@
  115. DEFS = @DEFS@
  116. DEPDIR = @DEPDIR@
  117. DLLTOOL = @DLLTOOL@
  118. ECHO = @ECHO@
  119. ECHO_C = @ECHO_C@
  120. ECHO_N = @ECHO_N@
  121. ECHO_T = @ECHO_T@
  122. EGREP = @EGREP@
  123. EXEEXT = @EXEEXT@
  124. F77 = @F77@
  125. FFLAGS = @FFLAGS@
  126. GREP = @GREP@
  127. INSTALL = @INSTALL@
  128. INSTALL_DATA = @INSTALL_DATA@
  129. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  130. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  131. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  132. INT16_T = @INT16_T@
  133. INT32_T = @INT32_T@
  134. INT64_T = @INT64_T@
  135. INT8_T = @INT8_T@
  136. JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
  137. LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
  138. LCMS_PYEXECDIR = @LCMS_PYEXECDIR@
  139. LCMS_PYINCLUDE = @LCMS_PYINCLUDE@
  140. LCMS_PYLIB = @LCMS_PYLIB@
  141. LD = @LD@
  142. LDFLAGS = @LDFLAGS@
  143. LIBOBJS = @LIBOBJS@
  144. LIBRARY_AGE = @LIBRARY_AGE@
  145. LIBRARY_CURRENT = @LIBRARY_CURRENT@
  146. LIBRARY_REVISION = @LIBRARY_REVISION@
  147. LIBS = @LIBS@
  148. LIBTOOL = @LIBTOOL@
  149. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  150. LIB_JPEG = @LIB_JPEG@
  151. LIB_MATH = @LIB_MATH@
  152. LIB_TIFF = @LIB_TIFF@
  153. LIB_ZLIB = @LIB_ZLIB@
  154. LN_S = @LN_S@
  155. LTLIBOBJS = @LTLIBOBJS@
  156. MAINT = @MAINT@
  157. MAKEINFO = @MAKEINFO@
  158. MKDIR_P = @MKDIR_P@
  159. OBJDUMP = @OBJDUMP@
  160. OBJEXT = @OBJEXT@
  161. PACKAGE = @PACKAGE@
  162. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  163. PACKAGE_NAME = @PACKAGE_NAME@
  164. PACKAGE_STRING = @PACKAGE_STRING@
  165. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  166. PACKAGE_VERSION = @PACKAGE_VERSION@
  167. PATH_SEPARATOR = @PATH_SEPARATOR@
  168. PYTHON = @PYTHON@
  169. PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  170. PYTHON_PLATFORM = @PYTHON_PLATFORM@
  171. PYTHON_PREFIX = @PYTHON_PREFIX@
  172. PYTHON_VERSION = @PYTHON_VERSION@
  173. RANLIB = @RANLIB@
  174. SED = @SED@
  175. SET_MAKE = @SET_MAKE@
  176. SHELL = @SHELL@
  177. STRIP = @STRIP@
  178. TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
  179. UINT16_T = @UINT16_T@
  180. UINT32_T = @UINT32_T@
  181. UINT64_T = @UINT64_T@
  182. UINT8_T = @UINT8_T@
  183. VERSION = @VERSION@
  184. abs_builddir = @abs_builddir@
  185. abs_srcdir = @abs_srcdir@
  186. abs_top_builddir = @abs_top_builddir@
  187. abs_top_srcdir = @abs_top_srcdir@
  188. ac_ct_CC = @ac_ct_CC@
  189. ac_ct_CXX = @ac_ct_CXX@
  190. ac_ct_F77 = @ac_ct_F77@
  191. am__include = @am__include@
  192. am__leading_dot = @am__leading_dot@
  193. am__quote = @am__quote@
  194. am__tar = @am__tar@
  195. am__untar = @am__untar@
  196. bindir = @bindir@
  197. build = @build@
  198. build_alias = @build_alias@
  199. build_cpu = @build_cpu@
  200. build_os = @build_os@
  201. build_vendor = @build_vendor@
  202. builddir = @builddir@
  203. datadir = @datadir@
  204. datarootdir = @datarootdir@
  205. docdir = @docdir@
  206. dvidir = @dvidir@
  207. exec_prefix = @exec_prefix@
  208. host = @host@
  209. host_alias = @host_alias@
  210. host_cpu = @host_cpu@
  211. host_os = @host_os@
  212. host_vendor = @host_vendor@
  213. htmldir = @htmldir@
  214. includedir = @includedir@
  215. infodir = @infodir@
  216. inline = @inline@
  217. install_sh = @install_sh@
  218. libdir = @libdir@
  219. libexecdir = @libexecdir@
  220. localedir = @localedir@
  221. localstatedir = @localstatedir@
  222. mandir = @mandir@
  223. mkdir_p = @mkdir_p@
  224. oldincludedir = @oldincludedir@
  225. pdfdir = @pdfdir@
  226. pkgpyexecdir = @pkgpyexecdir@
  227. pkgpythondir = @pkgpythondir@
  228. prefix = @prefix@
  229. program_transform_name = @program_transform_name@
  230. psdir = @psdir@
  231. pyexecdir = @pyexecdir@
  232. pythondir = @pythondir@
  233. sbindir = @sbindir@
  234. sharedstatedir = @sharedstatedir@
  235. srcdir = @srcdir@
  236. sysconfdir = @sysconfdir@
  237. target = @target@
  238. target_alias = @target_alias@
  239. target_cpu = @target_cpu@
  240. target_os = @target_os@
  241. target_vendor = @target_vendor@
  242. top_builddir = @top_builddir@
  243. top_srcdir = @top_srcdir@
  244. # Don't require all the GNU mandated files
  245. AUTOMAKE_OPTIONS = 1.7 foreign
  246. AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
  247. icctrans_LDADD = $(top_builddir)/src/liblcms.la
  248. icctrans_LDFLAGS = @LDFLAGS@
  249. icctrans_SOURCES = icctrans.c xgetopt.c vprf.c
  250. icctrans_MANS = icctrans.1
  251. wtpt_LDADD = $(top_builddir)/src/liblcms.la
  252. wtpt_LDFLAGS = @LDFLAGS@
  253. wtpt_SOURCES = wtpt.c xgetopt.c
  254. icc2ps_LDADD = $(top_builddir)/src/liblcms.la
  255. icc2ps_LDFLAGS = @LDFLAGS@
  256. icc2ps_SOURCES = icc2ps.c xgetopt.c
  257. icclink_LDADD = $(top_builddir)/src/liblcms.la
  258. icclink_LDFLAGS = @LDFLAGS@
  259. icclink_SOURCES = icclink.c xgetopt.c vprf.c
  260. man_MANS = wtpt.1 icc2ps.1 icclink.1
  261. EXTRA_DIST = $(man_MANS)
  262. all: all-am
  263. .SUFFIXES:
  264. .SUFFIXES: .c .lo .o .obj
  265. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  266. @for dep in $?; do \
  267. case '$(am__configure_deps)' in \
  268. *$$dep*) \
  269. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  270. && exit 0; \
  271. exit 1;; \
  272. esac; \
  273. done; \
  274. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign samples/Makefile'; \
  275. cd $(top_srcdir) && \
  276. $(AUTOMAKE) --foreign samples/Makefile
  277. .PRECIOUS: Makefile
  278. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  279. @case '$?' in \
  280. *config.status*) \
  281. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  282. *) \
  283. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  284. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  285. esac;
  286. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  287. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  288. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  289. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  290. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  291. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  292. install-binPROGRAMS: $(bin_PROGRAMS)
  293. @$(NORMAL_INSTALL)
  294. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  295. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  296. p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  297. if test -f $$p \
  298. || test -f $$p1 \
  299. ; then \
  300. f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  301. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
  302. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
  303. else :; fi; \
  304. done
  305. uninstall-binPROGRAMS:
  306. @$(NORMAL_UNINSTALL)
  307. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  308. f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  309. echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
  310. rm -f "$(DESTDIR)$(bindir)/$$f"; \
  311. done
  312. clean-binPROGRAMS:
  313. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  314. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  315. echo " rm -f $$p $$f"; \
  316. rm -f $$p $$f ; \
  317. done
  318. icc2ps$(EXEEXT): $(icc2ps_OBJECTS) $(icc2ps_DEPENDENCIES)
  319. @rm -f icc2ps$(EXEEXT)
  320. $(icc2ps_LINK) $(icc2ps_OBJECTS) $(icc2ps_LDADD) $(LIBS)
  321. icclink$(EXEEXT): $(icclink_OBJECTS) $(icclink_DEPENDENCIES)
  322. @rm -f icclink$(EXEEXT)
  323. $(icclink_LINK) $(icclink_OBJECTS) $(icclink_LDADD) $(LIBS)
  324. icctrans$(EXEEXT): $(icctrans_OBJECTS) $(icctrans_DEPENDENCIES)
  325. @rm -f icctrans$(EXEEXT)
  326. $(icctrans_LINK) $(icctrans_OBJECTS) $(icctrans_LDADD) $(LIBS)
  327. wtpt$(EXEEXT): $(wtpt_OBJECTS) $(wtpt_DEPENDENCIES)
  328. @rm -f wtpt$(EXEEXT)
  329. $(wtpt_LINK) $(wtpt_OBJECTS) $(wtpt_LDADD) $(LIBS)
  330. mostlyclean-compile:
  331. -rm -f *.$(OBJEXT)
  332. distclean-compile:
  333. -rm -f *.tab.c
  334. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icc2ps.Po@am__quote@
  335. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icclink.Po@am__quote@
  336. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icctrans.Po@am__quote@
  337. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vprf.Po@am__quote@
  338. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wtpt.Po@am__quote@
  339. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetopt.Po@am__quote@
  340. .c.o:
  341. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  342. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  343. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  344. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  345. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  346. .c.obj:
  347. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  348. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  349. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  350. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  351. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  352. .c.lo:
  353. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  354. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  355. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  356. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  357. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  358. mostlyclean-libtool:
  359. -rm -f *.lo
  360. clean-libtool:
  361. -rm -rf .libs _libs
  362. install-man1: $(man1_MANS) $(man_MANS)
  363. @$(NORMAL_INSTALL)
  364. test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  365. @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
  366. l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
  367. for i in $$l2; do \
  368. case "$$i" in \
  369. *.1*) list="$$list $$i" ;; \
  370. esac; \
  371. done; \
  372. for i in $$list; do \
  373. if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
  374. else file=$$i; fi; \
  375. ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  376. case "$$ext" in \
  377. 1*) ;; \
  378. *) ext='1' ;; \
  379. esac; \
  380. inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  381. inst=`echo $$inst | sed -e 's/^.*\///'`; \
  382. inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  383. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  384. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
  385. done
  386. uninstall-man1:
  387. @$(NORMAL_UNINSTALL)
  388. @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
  389. l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
  390. for i in $$l2; do \
  391. case "$$i" in \
  392. *.1*) list="$$list $$i" ;; \
  393. esac; \
  394. done; \
  395. for i in $$list; do \
  396. ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  397. case "$$ext" in \
  398. 1*) ;; \
  399. *) ext='1' ;; \
  400. esac; \
  401. inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  402. inst=`echo $$inst | sed -e 's/^.*\///'`; \
  403. inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  404. echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
  405. rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
  406. done
  407. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  408. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  409. unique=`for i in $$list; do \
  410. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  411. done | \
  412. $(AWK) ' { files[$$0] = 1; } \
  413. END { for (i in files) print i; }'`; \
  414. mkid -fID $$unique
  415. tags: TAGS
  416. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  417. $(TAGS_FILES) $(LISP)
  418. tags=; \
  419. here=`pwd`; \
  420. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  421. unique=`for i in $$list; do \
  422. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  423. done | \
  424. $(AWK) ' { files[$$0] = 1; } \
  425. END { for (i in files) print i; }'`; \
  426. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  427. test -n "$$unique" || unique=$$empty_fix; \
  428. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  429. $$tags $$unique; \
  430. fi
  431. ctags: CTAGS
  432. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  433. $(TAGS_FILES) $(LISP)
  434. tags=; \
  435. here=`pwd`; \
  436. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  437. unique=`for i in $$list; do \
  438. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  439. done | \
  440. $(AWK) ' { files[$$0] = 1; } \
  441. END { for (i in files) print i; }'`; \
  442. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  443. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  444. $$tags $$unique
  445. GTAGS:
  446. here=`$(am__cd) $(top_builddir) && pwd` \
  447. && cd $(top_srcdir) \
  448. && gtags -i $(GTAGS_ARGS) $$here
  449. distclean-tags:
  450. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  451. distdir: $(DISTFILES)
  452. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  453. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  454. list='$(DISTFILES)'; \
  455. dist_files=`for file in $$list; do echo $$file; done | \
  456. sed -e "s|^$$srcdirstrip/||;t" \
  457. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  458. case $$dist_files in \
  459. */*) $(MKDIR_P) `echo "$$dist_files" | \
  460. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  461. sort -u` ;; \
  462. esac; \
  463. for file in $$dist_files; do \
  464. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  465. if test -d $$d/$$file; then \
  466. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  467. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  468. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  469. fi; \
  470. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  471. else \
  472. test -f $(distdir)/$$file \
  473. || cp -p $$d/$$file $(distdir)/$$file \
  474. || exit 1; \
  475. fi; \
  476. done
  477. check-am: all-am
  478. check: check-am
  479. all-am: Makefile $(PROGRAMS) $(MANS)
  480. installdirs:
  481. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
  482. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  483. done
  484. install: install-am
  485. install-exec: install-exec-am
  486. install-data: install-data-am
  487. uninstall: uninstall-am
  488. install-am: all-am
  489. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  490. installcheck: installcheck-am
  491. install-strip:
  492. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  493. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  494. `test -z '$(STRIP)' || \
  495. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  496. mostlyclean-generic:
  497. clean-generic:
  498. distclean-generic:
  499. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  500. maintainer-clean-generic:
  501. @echo "This command is intended for maintainers to use"
  502. @echo "it deletes files that may require special tools to rebuild."
  503. clean: clean-am
  504. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  505. distclean: distclean-am
  506. -rm -rf ./$(DEPDIR)
  507. -rm -f Makefile
  508. distclean-am: clean-am distclean-compile distclean-generic \
  509. distclean-tags
  510. dvi: dvi-am
  511. dvi-am:
  512. html: html-am
  513. info: info-am
  514. info-am:
  515. install-data-am: install-man
  516. install-dvi: install-dvi-am
  517. install-exec-am: install-binPROGRAMS
  518. install-html: install-html-am
  519. install-info: install-info-am
  520. install-man: install-man1
  521. install-pdf: install-pdf-am
  522. install-ps: install-ps-am
  523. installcheck-am:
  524. maintainer-clean: maintainer-clean-am
  525. -rm -rf ./$(DEPDIR)
  526. -rm -f Makefile
  527. maintainer-clean-am: distclean-am maintainer-clean-generic
  528. mostlyclean: mostlyclean-am
  529. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  530. mostlyclean-libtool
  531. pdf: pdf-am
  532. pdf-am:
  533. ps: ps-am
  534. ps-am:
  535. uninstall-am: uninstall-binPROGRAMS uninstall-man
  536. uninstall-man: uninstall-man1
  537. .MAKE: install-am install-strip
  538. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  539. clean-generic clean-libtool ctags distclean distclean-compile \
  540. distclean-generic distclean-libtool distclean-tags distdir dvi \
  541. dvi-am html html-am info info-am install install-am \
  542. install-binPROGRAMS install-data install-data-am install-dvi \
  543. install-dvi-am install-exec install-exec-am install-html \
  544. install-html-am install-info install-info-am install-man \
  545. install-man1 install-pdf install-pdf-am install-ps \
  546. install-ps-am install-strip installcheck installcheck-am \
  547. installdirs maintainer-clean maintainer-clean-generic \
  548. mostlyclean mostlyclean-compile mostlyclean-generic \
  549. mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  550. uninstall-am uninstall-binPROGRAMS uninstall-man \
  551. uninstall-man1
  552. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  553. # Otherwise a system limit (for SysV at least) may be exceeded.
  554. .NOEXPORT: