Makefile.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745
  1. # Makefile.in generated by automake 1.16.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2021 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. #
  13. # Makefile for building jpegicc
  14. # Written by Bob Friesenhahn, June 2003
  15. # Bugs introduced by Marti Maria on October 2004
  16. VPATH = @srcdir@
  17. am__is_gnu_make = { \
  18. if test -z '$(MAKELEVEL)'; then \
  19. false; \
  20. elif test -n '$(MAKE_HOST)'; then \
  21. true; \
  22. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  23. true; \
  24. else \
  25. false; \
  26. fi; \
  27. }
  28. am__make_running_with_option = \
  29. case $${target_option-} in \
  30. ?) ;; \
  31. *) echo "am__make_running_with_option: internal error: invalid" \
  32. "target option '$${target_option-}' specified" >&2; \
  33. exit 1;; \
  34. esac; \
  35. has_opt=no; \
  36. sane_makeflags=$$MAKEFLAGS; \
  37. if $(am__is_gnu_make); then \
  38. sane_makeflags=$$MFLAGS; \
  39. else \
  40. case $$MAKEFLAGS in \
  41. *\\[\ \ ]*) \
  42. bs=\\; \
  43. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  44. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  45. esac; \
  46. fi; \
  47. skip_next=no; \
  48. strip_trailopt () \
  49. { \
  50. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  51. }; \
  52. for flg in $$sane_makeflags; do \
  53. test $$skip_next = yes && { skip_next=no; continue; }; \
  54. case $$flg in \
  55. *=*|--*) continue;; \
  56. -*I) strip_trailopt 'I'; skip_next=yes;; \
  57. -*I?*) strip_trailopt 'I';; \
  58. -*O) strip_trailopt 'O'; skip_next=yes;; \
  59. -*O?*) strip_trailopt 'O';; \
  60. -*l) strip_trailopt 'l'; skip_next=yes;; \
  61. -*l?*) strip_trailopt 'l';; \
  62. -[dEDm]) skip_next=yes;; \
  63. -[JT]) skip_next=yes;; \
  64. esac; \
  65. case $$flg in \
  66. *$$target_option*) has_opt=yes; break;; \
  67. esac; \
  68. done; \
  69. test $$has_opt = yes
  70. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  71. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  72. pkgdatadir = $(datadir)/@PACKAGE@
  73. pkgincludedir = $(includedir)/@PACKAGE@
  74. pkglibdir = $(libdir)/@PACKAGE@
  75. pkglibexecdir = $(libexecdir)/@PACKAGE@
  76. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  77. install_sh_DATA = $(install_sh) -c -m 644
  78. install_sh_PROGRAM = $(install_sh) -c
  79. install_sh_SCRIPT = $(install_sh) -c
  80. INSTALL_HEADER = $(INSTALL_DATA)
  81. transform = $(program_transform_name)
  82. NORMAL_INSTALL = :
  83. PRE_INSTALL = :
  84. POST_INSTALL = :
  85. NORMAL_UNINSTALL = :
  86. PRE_UNINSTALL = :
  87. POST_UNINSTALL = :
  88. build_triplet = @build@
  89. host_triplet = @host@
  90. @HasJPEG_TRUE@bin_PROGRAMS = jpgicc$(EXEEXT)
  91. subdir = utils/jpgicc
  92. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  93. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
  94. $(top_srcdir)/m4/ax_append_flag.m4 \
  95. $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  96. $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  97. $(top_srcdir)/m4/ax_pthread.m4 \
  98. $(top_srcdir)/m4/ax_require_defined.m4 \
  99. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  100. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  101. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  102. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  103. $(ACLOCAL_M4)
  104. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  105. mkinstalldirs = $(install_sh) -d
  106. CONFIG_CLEAN_FILES =
  107. CONFIG_CLEAN_VPATH_FILES =
  108. am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
  109. PROGRAMS = $(bin_PROGRAMS)
  110. am__dirstamp = $(am__leading_dot)dirstamp
  111. am_jpgicc_OBJECTS = jpgicc.$(OBJEXT) iccjpeg.$(OBJEXT) \
  112. ../common/xgetopt.$(OBJEXT) ../common/vprf.$(OBJEXT)
  113. jpgicc_OBJECTS = $(am_jpgicc_OBJECTS)
  114. jpgicc_DEPENDENCIES = $(top_builddir)/src/liblcms2mt.la
  115. AM_V_lt = $(am__v_lt_@AM_V@)
  116. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  117. am__v_lt_0 = --silent
  118. am__v_lt_1 =
  119. jpgicc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  120. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  121. $(jpgicc_LDFLAGS) $(LDFLAGS) -o $@
  122. AM_V_P = $(am__v_P_@AM_V@)
  123. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  124. am__v_P_0 = false
  125. am__v_P_1 = :
  126. AM_V_GEN = $(am__v_GEN_@AM_V@)
  127. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  128. am__v_GEN_0 = @echo " GEN " $@;
  129. am__v_GEN_1 =
  130. AM_V_at = $(am__v_at_@AM_V@)
  131. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  132. am__v_at_0 = @
  133. am__v_at_1 =
  134. DEFAULT_INCLUDES = -I.@am__isrc@
  135. depcomp =
  136. am__depfiles_maybe =
  137. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  138. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  139. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  140. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  141. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  142. $(AM_CFLAGS) $(CFLAGS)
  143. AM_V_CC = $(am__v_CC_@AM_V@)
  144. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  145. am__v_CC_0 = @echo " CC " $@;
  146. am__v_CC_1 =
  147. CCLD = $(CC)
  148. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  149. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  150. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  151. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  152. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  153. am__v_CCLD_0 = @echo " CCLD " $@;
  154. am__v_CCLD_1 =
  155. SOURCES = $(jpgicc_SOURCES)
  156. DIST_SOURCES = $(jpgicc_SOURCES)
  157. am__can_run_installinfo = \
  158. case $$AM_UPDATE_INFO_DIR in \
  159. n|no|NO) false;; \
  160. *) (install-info --version) >/dev/null 2>&1;; \
  161. esac
  162. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  163. am__vpath_adj = case $$p in \
  164. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  165. *) f=$$p;; \
  166. esac;
  167. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  168. am__install_max = 40
  169. am__nobase_strip_setup = \
  170. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  171. am__nobase_strip = \
  172. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  173. am__nobase_list = $(am__nobase_strip_setup); \
  174. for p in $$list; do echo "$$p $$p"; done | \
  175. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  176. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  177. if (++n[$$2] == $(am__install_max)) \
  178. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  179. END { for (dir in files) print dir, files[dir] }'
  180. am__base_list = \
  181. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  182. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  183. am__uninstall_files_from_dir = { \
  184. test -z "$$files" \
  185. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  186. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  187. $(am__cd) "$$dir" && rm -f $$files; }; \
  188. }
  189. man1dir = $(mandir)/man1
  190. NROFF = nroff
  191. MANS = $(man_MANS)
  192. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  193. # Read a list of newline-separated strings from the standard input,
  194. # and print each of them once, without duplicates. Input order is
  195. # *not* preserved.
  196. am__uniquify_input = $(AWK) '\
  197. BEGIN { nonempty = 0; } \
  198. { items[$$0] = 1; nonempty = 1; } \
  199. END { if (nonempty) { for (i in items) print i; }; } \
  200. '
  201. # Make sure the list of sources is unique. This is necessary because,
  202. # e.g., the same source file might be shared among _SOURCES variables
  203. # for different programs/libraries.
  204. am__define_uniq_tagged_files = \
  205. list='$(am__tagged_files)'; \
  206. unique=`for i in $$list; do \
  207. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  208. done | $(am__uniquify_input)`
  209. am__DIST_COMMON = $(srcdir)/Makefile.in
  210. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  211. ACLOCAL = @ACLOCAL@
  212. AMTAR = @AMTAR@
  213. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  214. AR = @AR@
  215. AS = @AS@
  216. AUTOCONF = @AUTOCONF@
  217. AUTOHEADER = @AUTOHEADER@
  218. AUTOMAKE = @AUTOMAKE@
  219. AWK = @AWK@
  220. CC = @CC@
  221. CCDEPMODE = @CCDEPMODE@
  222. CFLAGS = @CFLAGS@
  223. CPP = @CPP@
  224. CPPFLAGS = @CPPFLAGS@
  225. CSCOPE = @CSCOPE@
  226. CTAGS = @CTAGS@
  227. CXX = @CXX@
  228. CXXCPP = @CXXCPP@
  229. CXXDEPMODE = @CXXDEPMODE@
  230. CXXFLAGS = @CXXFLAGS@
  231. CYGPATH_W = @CYGPATH_W@
  232. DEFS = @DEFS@
  233. DEPDIR = @DEPDIR@
  234. DLLTOOL = @DLLTOOL@
  235. DSYMUTIL = @DSYMUTIL@
  236. DUMPBIN = @DUMPBIN@
  237. ECHO_C = @ECHO_C@
  238. ECHO_N = @ECHO_N@
  239. ECHO_T = @ECHO_T@
  240. EGREP = @EGREP@
  241. ETAGS = @ETAGS@
  242. EXEEXT = @EXEEXT@
  243. FGREP = @FGREP@
  244. FILECMD = @FILECMD@
  245. GREP = @GREP@
  246. INSTALL = @INSTALL@
  247. INSTALL_DATA = @INSTALL_DATA@
  248. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  249. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  250. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  251. JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
  252. LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
  253. LD = @LD@
  254. LDFLAGS = @LDFLAGS@
  255. LIBOBJS = @LIBOBJS@
  256. LIBRARY_AGE = @LIBRARY_AGE@
  257. LIBRARY_CURRENT = @LIBRARY_CURRENT@
  258. LIBRARY_REVISION = @LIBRARY_REVISION@
  259. LIBS = @LIBS@
  260. LIBTOOL = @LIBTOOL@
  261. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  262. LIB_JPEG = @LIB_JPEG@
  263. LIB_MATH = @LIB_MATH@
  264. LIB_PLUGINS = @LIB_PLUGINS@
  265. LIB_THREAD = @LIB_THREAD@
  266. LIB_TIFF = @LIB_TIFF@
  267. LIB_ZLIB = @LIB_ZLIB@
  268. LIPO = @LIPO@
  269. LN_S = @LN_S@
  270. LTLIBOBJS = @LTLIBOBJS@
  271. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  272. MAINT = @MAINT@
  273. MAKEINFO = @MAKEINFO@
  274. MANIFEST_TOOL = @MANIFEST_TOOL@
  275. MKDIR_P = @MKDIR_P@
  276. NM = @NM@
  277. NMEDIT = @NMEDIT@
  278. OBJDUMP = @OBJDUMP@
  279. OBJEXT = @OBJEXT@
  280. OTOOL = @OTOOL@
  281. OTOOL64 = @OTOOL64@
  282. PACKAGE = @PACKAGE@
  283. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  284. PACKAGE_NAME = @PACKAGE_NAME@
  285. PACKAGE_STRING = @PACKAGE_STRING@
  286. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  287. PACKAGE_URL = @PACKAGE_URL@
  288. PACKAGE_VERSION = @PACKAGE_VERSION@
  289. PATH_SEPARATOR = @PATH_SEPARATOR@
  290. PTHREAD_CC = @PTHREAD_CC@
  291. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  292. PTHREAD_CXX = @PTHREAD_CXX@
  293. PTHREAD_LIBS = @PTHREAD_LIBS@
  294. RANLIB = @RANLIB@
  295. SED = @SED@
  296. SET_MAKE = @SET_MAKE@
  297. SHELL = @SHELL@
  298. STRIP = @STRIP@
  299. TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
  300. VERSION = @VERSION@
  301. abs_builddir = @abs_builddir@
  302. abs_srcdir = @abs_srcdir@
  303. abs_top_builddir = @abs_top_builddir@
  304. abs_top_srcdir = @abs_top_srcdir@
  305. ac_ct_AR = @ac_ct_AR@
  306. ac_ct_CC = @ac_ct_CC@
  307. ac_ct_CXX = @ac_ct_CXX@
  308. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  309. am__include = @am__include@
  310. am__leading_dot = @am__leading_dot@
  311. am__quote = @am__quote@
  312. am__tar = @am__tar@
  313. am__untar = @am__untar@
  314. ax_pthread_config = @ax_pthread_config@
  315. bindir = @bindir@
  316. build = @build@
  317. build_alias = @build_alias@
  318. build_cpu = @build_cpu@
  319. build_os = @build_os@
  320. build_vendor = @build_vendor@
  321. builddir = @builddir@
  322. datadir = @datadir@
  323. datarootdir = @datarootdir@
  324. docdir = @docdir@
  325. dvidir = @dvidir@
  326. exec_prefix = @exec_prefix@
  327. host = @host@
  328. host_alias = @host_alias@
  329. host_cpu = @host_cpu@
  330. host_os = @host_os@
  331. host_vendor = @host_vendor@
  332. htmldir = @htmldir@
  333. includedir = @includedir@
  334. infodir = @infodir@
  335. inline = @inline@
  336. install_sh = @install_sh@
  337. libdir = @libdir@
  338. libexecdir = @libexecdir@
  339. localedir = @localedir@
  340. localstatedir = @localstatedir@
  341. mandir = @mandir@
  342. mkdir_p = @mkdir_p@
  343. oldincludedir = @oldincludedir@
  344. pdfdir = @pdfdir@
  345. prefix = @prefix@
  346. program_transform_name = @program_transform_name@
  347. psdir = @psdir@
  348. runstatedir = @runstatedir@
  349. sbindir = @sbindir@
  350. sharedstatedir = @sharedstatedir@
  351. srcdir = @srcdir@
  352. sysconfdir = @sysconfdir@
  353. target_alias = @target_alias@
  354. top_build_prefix = @top_build_prefix@
  355. top_builddir = @top_builddir@
  356. top_srcdir = @top_srcdir@
  357. # Don't require all the GNU mandated files
  358. AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies
  359. AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
  360. -I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common
  361. jpgicc_LDADD = $(top_builddir)/src/liblcms2mt.la @JPEGICC_DEPLIBS@
  362. jpgicc_LDFLAGS = @LDFLAGS@
  363. jpgicc_SOURCES = jpgicc.c iccjpeg.c ../common/xgetopt.c ../common/vprf.c ../common/utils.h
  364. man_MANS = jpgicc.1
  365. EXTRA_DIST = iccjpeg.h $(man_MANS)
  366. all: all-am
  367. .SUFFIXES:
  368. .SUFFIXES: .c .lo .o .obj
  369. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  370. @for dep in $?; do \
  371. case '$(am__configure_deps)' in \
  372. *$$dep*) \
  373. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  374. && { if test -f $@; then exit 0; else break; fi; }; \
  375. exit 1;; \
  376. esac; \
  377. done; \
  378. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/jpgicc/Makefile'; \
  379. $(am__cd) $(top_srcdir) && \
  380. $(AUTOMAKE) --foreign utils/jpgicc/Makefile
  381. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  382. @case '$?' in \
  383. *config.status*) \
  384. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  385. *) \
  386. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  387. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  388. esac;
  389. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  390. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  391. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  392. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  393. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  394. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  395. $(am__aclocal_m4_deps):
  396. install-binPROGRAMS: $(bin_PROGRAMS)
  397. @$(NORMAL_INSTALL)
  398. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  399. if test -n "$$list"; then \
  400. echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
  401. $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
  402. fi; \
  403. for p in $$list; do echo "$$p $$p"; done | \
  404. sed 's/$(EXEEXT)$$//' | \
  405. while read p p1; do if test -f $$p \
  406. || test -f $$p1 \
  407. ; then echo "$$p"; echo "$$p"; else :; fi; \
  408. done | \
  409. sed -e 'p;s,.*/,,;n;h' \
  410. -e 's|.*|.|' \
  411. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  412. sed 'N;N;N;s,\n, ,g' | \
  413. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  414. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  415. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  416. else { print "f", $$3 "/" $$4, $$1; } } \
  417. END { for (d in files) print "f", d, files[d] }' | \
  418. while read type dir files; do \
  419. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  420. test -z "$$files" || { \
  421. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  422. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  423. } \
  424. ; done
  425. uninstall-binPROGRAMS:
  426. @$(NORMAL_UNINSTALL)
  427. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  428. files=`for p in $$list; do echo "$$p"; done | \
  429. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  430. -e 's/$$/$(EXEEXT)/' \
  431. `; \
  432. test -n "$$list" || exit 0; \
  433. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  434. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  435. clean-binPROGRAMS:
  436. @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  437. echo " rm -f" $$list; \
  438. rm -f $$list || exit $$?; \
  439. test -n "$(EXEEXT)" || exit 0; \
  440. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  441. echo " rm -f" $$list; \
  442. rm -f $$list
  443. ../common/$(am__dirstamp):
  444. @$(MKDIR_P) ../common
  445. @: > ../common/$(am__dirstamp)
  446. ../common/xgetopt.$(OBJEXT): ../common/$(am__dirstamp)
  447. ../common/vprf.$(OBJEXT): ../common/$(am__dirstamp)
  448. jpgicc$(EXEEXT): $(jpgicc_OBJECTS) $(jpgicc_DEPENDENCIES) $(EXTRA_jpgicc_DEPENDENCIES)
  449. @rm -f jpgicc$(EXEEXT)
  450. $(AM_V_CCLD)$(jpgicc_LINK) $(jpgicc_OBJECTS) $(jpgicc_LDADD) $(LIBS)
  451. mostlyclean-compile:
  452. -rm -f *.$(OBJEXT)
  453. -rm -f ../common/*.$(OBJEXT)
  454. distclean-compile:
  455. -rm -f *.tab.c
  456. .c.o:
  457. $(AM_V_CC)$(COMPILE) -c -o $@ $<
  458. .c.obj:
  459. $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  460. .c.lo:
  461. $(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
  462. mostlyclean-libtool:
  463. -rm -f *.lo
  464. clean-libtool:
  465. -rm -rf .libs _libs
  466. install-man1: $(man_MANS)
  467. @$(NORMAL_INSTALL)
  468. @list1=''; \
  469. list2='$(man_MANS)'; \
  470. test -n "$(man1dir)" \
  471. && test -n "`echo $$list1$$list2`" \
  472. || exit 0; \
  473. echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
  474. $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
  475. { for i in $$list1; do echo "$$i"; done; \
  476. if test -n "$$list2"; then \
  477. for i in $$list2; do echo "$$i"; done \
  478. | sed -n '/\.1[a-z]*$$/p'; \
  479. fi; \
  480. } | while read p; do \
  481. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  482. echo "$$d$$p"; echo "$$p"; \
  483. done | \
  484. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  485. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  486. sed 'N;N;s,\n, ,g' | { \
  487. list=; while read file base inst; do \
  488. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  489. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  490. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  491. fi; \
  492. done; \
  493. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  494. while read files; do \
  495. test -z "$$files" || { \
  496. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  497. $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  498. done; }
  499. uninstall-man1:
  500. @$(NORMAL_UNINSTALL)
  501. @list=''; test -n "$(man1dir)" || exit 0; \
  502. files=`{ for i in $$list; do echo "$$i"; done; \
  503. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  504. sed -n '/\.1[a-z]*$$/p'; \
  505. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  506. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  507. dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
  508. ID: $(am__tagged_files)
  509. $(am__define_uniq_tagged_files); mkid -fID $$unique
  510. tags: tags-am
  511. TAGS: tags
  512. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  513. set x; \
  514. here=`pwd`; \
  515. $(am__define_uniq_tagged_files); \
  516. shift; \
  517. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  518. test -n "$$unique" || unique=$$empty_fix; \
  519. if test $$# -gt 0; then \
  520. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  521. "$$@" $$unique; \
  522. else \
  523. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  524. $$unique; \
  525. fi; \
  526. fi
  527. ctags: ctags-am
  528. CTAGS: ctags
  529. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  530. $(am__define_uniq_tagged_files); \
  531. test -z "$(CTAGS_ARGS)$$unique" \
  532. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  533. $$unique
  534. GTAGS:
  535. here=`$(am__cd) $(top_builddir) && pwd` \
  536. && $(am__cd) $(top_srcdir) \
  537. && gtags -i $(GTAGS_ARGS) "$$here"
  538. cscopelist: cscopelist-am
  539. cscopelist-am: $(am__tagged_files)
  540. list='$(am__tagged_files)'; \
  541. case "$(srcdir)" in \
  542. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  543. *) sdir=$(subdir)/$(srcdir) ;; \
  544. esac; \
  545. for i in $$list; do \
  546. if test -f "$$i"; then \
  547. echo "$(subdir)/$$i"; \
  548. else \
  549. echo "$$sdir/$$i"; \
  550. fi; \
  551. done >> $(top_builddir)/cscope.files
  552. distclean-tags:
  553. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  554. distdir: $(BUILT_SOURCES)
  555. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  556. distdir-am: $(DISTFILES)
  557. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  558. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  559. list='$(DISTFILES)'; \
  560. dist_files=`for file in $$list; do echo $$file; done | \
  561. sed -e "s|^$$srcdirstrip/||;t" \
  562. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  563. case $$dist_files in \
  564. */*) $(MKDIR_P) `echo "$$dist_files" | \
  565. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  566. sort -u` ;; \
  567. esac; \
  568. for file in $$dist_files; do \
  569. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  570. if test -d $$d/$$file; then \
  571. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  572. if test -d "$(distdir)/$$file"; then \
  573. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  574. fi; \
  575. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  576. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  577. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  578. fi; \
  579. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  580. else \
  581. test -f "$(distdir)/$$file" \
  582. || cp -p $$d/$$file "$(distdir)/$$file" \
  583. || exit 1; \
  584. fi; \
  585. done
  586. check-am: all-am
  587. check: check-am
  588. all-am: Makefile $(PROGRAMS) $(MANS)
  589. installdirs:
  590. for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
  591. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  592. done
  593. install: install-am
  594. install-exec: install-exec-am
  595. install-data: install-data-am
  596. uninstall: uninstall-am
  597. install-am: all-am
  598. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  599. installcheck: installcheck-am
  600. install-strip:
  601. if test -z '$(STRIP)'; then \
  602. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  603. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  604. install; \
  605. else \
  606. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  607. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  608. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  609. fi
  610. mostlyclean-generic:
  611. clean-generic:
  612. distclean-generic:
  613. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  614. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  615. -rm -f ../common/$(am__dirstamp)
  616. maintainer-clean-generic:
  617. @echo "This command is intended for maintainers to use"
  618. @echo "it deletes files that may require special tools to rebuild."
  619. clean: clean-am
  620. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  621. distclean: distclean-am
  622. -rm -f Makefile
  623. distclean-am: clean-am distclean-compile distclean-generic \
  624. distclean-tags
  625. dvi: dvi-am
  626. dvi-am:
  627. html: html-am
  628. html-am:
  629. info: info-am
  630. info-am:
  631. install-data-am: install-man
  632. install-dvi: install-dvi-am
  633. install-dvi-am:
  634. install-exec-am: install-binPROGRAMS
  635. install-html: install-html-am
  636. install-html-am:
  637. install-info: install-info-am
  638. install-info-am:
  639. install-man: install-man1
  640. install-pdf: install-pdf-am
  641. install-pdf-am:
  642. install-ps: install-ps-am
  643. install-ps-am:
  644. installcheck-am:
  645. maintainer-clean: maintainer-clean-am
  646. -rm -f Makefile
  647. maintainer-clean-am: distclean-am maintainer-clean-generic
  648. mostlyclean: mostlyclean-am
  649. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  650. mostlyclean-libtool
  651. pdf: pdf-am
  652. pdf-am:
  653. ps: ps-am
  654. ps-am:
  655. uninstall-am: uninstall-binPROGRAMS uninstall-man
  656. uninstall-man: uninstall-man1
  657. .MAKE: install-am install-strip
  658. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
  659. clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
  660. ctags ctags-am distclean distclean-compile distclean-generic \
  661. distclean-libtool distclean-tags distdir dvi dvi-am html \
  662. html-am info info-am install install-am install-binPROGRAMS \
  663. install-data install-data-am install-dvi install-dvi-am \
  664. install-exec install-exec-am install-html install-html-am \
  665. install-info install-info-am install-man install-man1 \
  666. install-pdf install-pdf-am install-ps install-ps-am \
  667. install-strip installcheck installcheck-am installdirs \
  668. maintainer-clean maintainer-clean-generic mostlyclean \
  669. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  670. pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
  671. uninstall-binPROGRAMS uninstall-man uninstall-man1
  672. .PRECIOUS: Makefile
  673. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  674. # Otherwise a system limit (for SysV at least) may be exceeded.
  675. .NOEXPORT: