Final 350 project

Dependencies:   uzair Camera_LS_Y201 F7_Ethernet LCD_DISCO_F746NG NetworkAPI SDFileSystem mbed

Committer:
shoaib_ahmed
Date:
Mon Jul 31 09:16:35 2017 +0000
Revision:
0:791a779d6220
final project;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shoaib_ahmed 0:791a779d6220 1 # Makefile.in generated by automake 1.15 from Makefile.am.
shoaib_ahmed 0:791a779d6220 2 # @configure_input@
shoaib_ahmed 0:791a779d6220 3
shoaib_ahmed 0:791a779d6220 4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
shoaib_ahmed 0:791a779d6220 5
shoaib_ahmed 0:791a779d6220 6 # This Makefile.in is free software; the Free Software Foundation
shoaib_ahmed 0:791a779d6220 7 # gives unlimited permission to copy and/or distribute it,
shoaib_ahmed 0:791a779d6220 8 # with or without modifications, as long as this notice is preserved.
shoaib_ahmed 0:791a779d6220 9
shoaib_ahmed 0:791a779d6220 10 # This program is distributed in the hope that it will be useful,
shoaib_ahmed 0:791a779d6220 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
shoaib_ahmed 0:791a779d6220 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
shoaib_ahmed 0:791a779d6220 13 # PARTICULAR PURPOSE.
shoaib_ahmed 0:791a779d6220 14
shoaib_ahmed 0:791a779d6220 15 @SET_MAKE@
shoaib_ahmed 0:791a779d6220 16
shoaib_ahmed 0:791a779d6220 17 #
shoaib_ahmed 0:791a779d6220 18 # Automake Makefile for the JPEG library
shoaib_ahmed 0:791a779d6220 19 #
shoaib_ahmed 0:791a779d6220 20 # This file is written by Bob Friesenhahn, Guido Vollbeding
shoaib_ahmed 0:791a779d6220 21 #
shoaib_ahmed 0:791a779d6220 22
shoaib_ahmed 0:791a779d6220 23
shoaib_ahmed 0:791a779d6220 24
shoaib_ahmed 0:791a779d6220 25 VPATH = @srcdir@
shoaib_ahmed 0:791a779d6220 26 am__is_gnu_make = { \
shoaib_ahmed 0:791a779d6220 27 if test -z '$(MAKELEVEL)'; then \
shoaib_ahmed 0:791a779d6220 28 false; \
shoaib_ahmed 0:791a779d6220 29 elif test -n '$(MAKE_HOST)'; then \
shoaib_ahmed 0:791a779d6220 30 true; \
shoaib_ahmed 0:791a779d6220 31 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
shoaib_ahmed 0:791a779d6220 32 true; \
shoaib_ahmed 0:791a779d6220 33 else \
shoaib_ahmed 0:791a779d6220 34 false; \
shoaib_ahmed 0:791a779d6220 35 fi; \
shoaib_ahmed 0:791a779d6220 36 }
shoaib_ahmed 0:791a779d6220 37 am__make_running_with_option = \
shoaib_ahmed 0:791a779d6220 38 case $${target_option-} in \
shoaib_ahmed 0:791a779d6220 39 ?) ;; \
shoaib_ahmed 0:791a779d6220 40 *) echo "am__make_running_with_option: internal error: invalid" \
shoaib_ahmed 0:791a779d6220 41 "target option '$${target_option-}' specified" >&2; \
shoaib_ahmed 0:791a779d6220 42 exit 1;; \
shoaib_ahmed 0:791a779d6220 43 esac; \
shoaib_ahmed 0:791a779d6220 44 has_opt=no; \
shoaib_ahmed 0:791a779d6220 45 sane_makeflags=$$MAKEFLAGS; \
shoaib_ahmed 0:791a779d6220 46 if $(am__is_gnu_make); then \
shoaib_ahmed 0:791a779d6220 47 sane_makeflags=$$MFLAGS; \
shoaib_ahmed 0:791a779d6220 48 else \
shoaib_ahmed 0:791a779d6220 49 case $$MAKEFLAGS in \
shoaib_ahmed 0:791a779d6220 50 *\\[\ \ ]*) \
shoaib_ahmed 0:791a779d6220 51 bs=\\; \
shoaib_ahmed 0:791a779d6220 52 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
shoaib_ahmed 0:791a779d6220 53 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
shoaib_ahmed 0:791a779d6220 54 esac; \
shoaib_ahmed 0:791a779d6220 55 fi; \
shoaib_ahmed 0:791a779d6220 56 skip_next=no; \
shoaib_ahmed 0:791a779d6220 57 strip_trailopt () \
shoaib_ahmed 0:791a779d6220 58 { \
shoaib_ahmed 0:791a779d6220 59 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
shoaib_ahmed 0:791a779d6220 60 }; \
shoaib_ahmed 0:791a779d6220 61 for flg in $$sane_makeflags; do \
shoaib_ahmed 0:791a779d6220 62 test $$skip_next = yes && { skip_next=no; continue; }; \
shoaib_ahmed 0:791a779d6220 63 case $$flg in \
shoaib_ahmed 0:791a779d6220 64 *=*|--*) continue;; \
shoaib_ahmed 0:791a779d6220 65 -*I) strip_trailopt 'I'; skip_next=yes;; \
shoaib_ahmed 0:791a779d6220 66 -*I?*) strip_trailopt 'I';; \
shoaib_ahmed 0:791a779d6220 67 -*O) strip_trailopt 'O'; skip_next=yes;; \
shoaib_ahmed 0:791a779d6220 68 -*O?*) strip_trailopt 'O';; \
shoaib_ahmed 0:791a779d6220 69 -*l) strip_trailopt 'l'; skip_next=yes;; \
shoaib_ahmed 0:791a779d6220 70 -*l?*) strip_trailopt 'l';; \
shoaib_ahmed 0:791a779d6220 71 -[dEDm]) skip_next=yes;; \
shoaib_ahmed 0:791a779d6220 72 -[JT]) skip_next=yes;; \
shoaib_ahmed 0:791a779d6220 73 esac; \
shoaib_ahmed 0:791a779d6220 74 case $$flg in \
shoaib_ahmed 0:791a779d6220 75 *$$target_option*) has_opt=yes; break;; \
shoaib_ahmed 0:791a779d6220 76 esac; \
shoaib_ahmed 0:791a779d6220 77 done; \
shoaib_ahmed 0:791a779d6220 78 test $$has_opt = yes
shoaib_ahmed 0:791a779d6220 79 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
shoaib_ahmed 0:791a779d6220 80 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
shoaib_ahmed 0:791a779d6220 81 pkgdatadir = $(datadir)/@PACKAGE@
shoaib_ahmed 0:791a779d6220 82 pkgincludedir = $(includedir)/@PACKAGE@
shoaib_ahmed 0:791a779d6220 83 pkglibdir = $(libdir)/@PACKAGE@
shoaib_ahmed 0:791a779d6220 84 pkglibexecdir = $(libexecdir)/@PACKAGE@
shoaib_ahmed 0:791a779d6220 85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
shoaib_ahmed 0:791a779d6220 86 install_sh_DATA = $(install_sh) -c -m 644
shoaib_ahmed 0:791a779d6220 87 install_sh_PROGRAM = $(install_sh) -c
shoaib_ahmed 0:791a779d6220 88 install_sh_SCRIPT = $(install_sh) -c
shoaib_ahmed 0:791a779d6220 89 INSTALL_HEADER = $(INSTALL_DATA)
shoaib_ahmed 0:791a779d6220 90 transform = $(program_transform_name)
shoaib_ahmed 0:791a779d6220 91 NORMAL_INSTALL = :
shoaib_ahmed 0:791a779d6220 92 PRE_INSTALL = :
shoaib_ahmed 0:791a779d6220 93 POST_INSTALL = :
shoaib_ahmed 0:791a779d6220 94 NORMAL_UNINSTALL = :
shoaib_ahmed 0:791a779d6220 95 PRE_UNINSTALL = :
shoaib_ahmed 0:791a779d6220 96 POST_UNINSTALL = :
shoaib_ahmed 0:791a779d6220 97 build_triplet = @build@
shoaib_ahmed 0:791a779d6220 98 host_triplet = @host@
shoaib_ahmed 0:791a779d6220 99 target_triplet = @target@
shoaib_ahmed 0:791a779d6220 100 @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=$(srcdir)/libjpeg.map
shoaib_ahmed 0:791a779d6220 101 bin_PROGRAMS = cjpeg$(EXEEXT) djpeg$(EXEEXT) jpegtran$(EXEEXT) \
shoaib_ahmed 0:791a779d6220 102 rdjpgcom$(EXEEXT) wrjpgcom$(EXEEXT)
shoaib_ahmed 0:791a779d6220 103 subdir = .
shoaib_ahmed 0:791a779d6220 104 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
shoaib_ahmed 0:791a779d6220 105 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
shoaib_ahmed 0:791a779d6220 106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
shoaib_ahmed 0:791a779d6220 107 $(ACLOCAL_M4)
shoaib_ahmed 0:791a779d6220 108 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
shoaib_ahmed 0:791a779d6220 109 $(am__configure_deps) $(include_HEADERS) $(noinst_HEADERS)
shoaib_ahmed 0:791a779d6220 110 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
shoaib_ahmed 0:791a779d6220 111 configure.lineno config.status.lineno
shoaib_ahmed 0:791a779d6220 112 mkinstalldirs = $(install_sh) -d
shoaib_ahmed 0:791a779d6220 113 CONFIG_HEADER = jconfig.h
shoaib_ahmed 0:791a779d6220 114 CONFIG_CLEAN_FILES =
shoaib_ahmed 0:791a779d6220 115 CONFIG_CLEAN_VPATH_FILES =
shoaib_ahmed 0:791a779d6220 116 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
shoaib_ahmed 0:791a779d6220 117 am__vpath_adj = case $$p in \
shoaib_ahmed 0:791a779d6220 118 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
shoaib_ahmed 0:791a779d6220 119 *) f=$$p;; \
shoaib_ahmed 0:791a779d6220 120 esac;
shoaib_ahmed 0:791a779d6220 121 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
shoaib_ahmed 0:791a779d6220 122 am__install_max = 40
shoaib_ahmed 0:791a779d6220 123 am__nobase_strip_setup = \
shoaib_ahmed 0:791a779d6220 124 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
shoaib_ahmed 0:791a779d6220 125 am__nobase_strip = \
shoaib_ahmed 0:791a779d6220 126 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
shoaib_ahmed 0:791a779d6220 127 am__nobase_list = $(am__nobase_strip_setup); \
shoaib_ahmed 0:791a779d6220 128 for p in $$list; do echo "$$p $$p"; done | \
shoaib_ahmed 0:791a779d6220 129 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
shoaib_ahmed 0:791a779d6220 130 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
shoaib_ahmed 0:791a779d6220 131 if (++n[$$2] == $(am__install_max)) \
shoaib_ahmed 0:791a779d6220 132 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
shoaib_ahmed 0:791a779d6220 133 END { for (dir in files) print dir, files[dir] }'
shoaib_ahmed 0:791a779d6220 134 am__base_list = \
shoaib_ahmed 0:791a779d6220 135 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
shoaib_ahmed 0:791a779d6220 136 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
shoaib_ahmed 0:791a779d6220 137 am__uninstall_files_from_dir = { \
shoaib_ahmed 0:791a779d6220 138 test -z "$$files" \
shoaib_ahmed 0:791a779d6220 139 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
shoaib_ahmed 0:791a779d6220 140 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
shoaib_ahmed 0:791a779d6220 141 $(am__cd) "$$dir" && rm -f $$files; }; \
shoaib_ahmed 0:791a779d6220 142 }
shoaib_ahmed 0:791a779d6220 143 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
shoaib_ahmed 0:791a779d6220 144 "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)"
shoaib_ahmed 0:791a779d6220 145 LTLIBRARIES = $(lib_LTLIBRARIES)
shoaib_ahmed 0:791a779d6220 146 libjpeg_la_LIBADD =
shoaib_ahmed 0:791a779d6220 147 am__objects_1 = jaricom.lo jcapimin.lo jcapistd.lo jcarith.lo \
shoaib_ahmed 0:791a779d6220 148 jccoefct.lo jccolor.lo jcdctmgr.lo jchuff.lo jcinit.lo \
shoaib_ahmed 0:791a779d6220 149 jcmainct.lo jcmarker.lo jcmaster.lo jcomapi.lo jcparam.lo \
shoaib_ahmed 0:791a779d6220 150 jcprepct.lo jcsample.lo jctrans.lo jdapimin.lo jdapistd.lo \
shoaib_ahmed 0:791a779d6220 151 jdarith.lo jdatadst.lo jdatasrc.lo jdcoefct.lo jdcolor.lo \
shoaib_ahmed 0:791a779d6220 152 jddctmgr.lo jdhuff.lo jdinput.lo jdmainct.lo jdmarker.lo \
shoaib_ahmed 0:791a779d6220 153 jdmaster.lo jdmerge.lo jdpostct.lo jdsample.lo jdtrans.lo \
shoaib_ahmed 0:791a779d6220 154 jerror.lo jfdctflt.lo jfdctfst.lo jfdctint.lo jidctflt.lo \
shoaib_ahmed 0:791a779d6220 155 jidctfst.lo jidctint.lo jquant1.lo jquant2.lo jutils.lo \
shoaib_ahmed 0:791a779d6220 156 jmemmgr.lo @MEMORYMGR@.lo
shoaib_ahmed 0:791a779d6220 157 am_libjpeg_la_OBJECTS = $(am__objects_1)
shoaib_ahmed 0:791a779d6220 158 libjpeg_la_OBJECTS = $(am_libjpeg_la_OBJECTS)
shoaib_ahmed 0:791a779d6220 159 AM_V_lt = $(am__v_lt_@AM_V@)
shoaib_ahmed 0:791a779d6220 160 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
shoaib_ahmed 0:791a779d6220 161 am__v_lt_0 = --silent
shoaib_ahmed 0:791a779d6220 162 am__v_lt_1 =
shoaib_ahmed 0:791a779d6220 163 libjpeg_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
shoaib_ahmed 0:791a779d6220 164 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
shoaib_ahmed 0:791a779d6220 165 $(libjpeg_la_LDFLAGS) $(LDFLAGS) -o $@
shoaib_ahmed 0:791a779d6220 166 PROGRAMS = $(bin_PROGRAMS)
shoaib_ahmed 0:791a779d6220 167 am_cjpeg_OBJECTS = cjpeg.$(OBJEXT) rdppm.$(OBJEXT) rdgif.$(OBJEXT) \
shoaib_ahmed 0:791a779d6220 168 rdtarga.$(OBJEXT) rdrle.$(OBJEXT) rdbmp.$(OBJEXT) \
shoaib_ahmed 0:791a779d6220 169 rdswitch.$(OBJEXT) cdjpeg.$(OBJEXT)
shoaib_ahmed 0:791a779d6220 170 cjpeg_OBJECTS = $(am_cjpeg_OBJECTS)
shoaib_ahmed 0:791a779d6220 171 cjpeg_DEPENDENCIES = libjpeg.la
shoaib_ahmed 0:791a779d6220 172 am_djpeg_OBJECTS = djpeg.$(OBJEXT) wrppm.$(OBJEXT) wrgif.$(OBJEXT) \
shoaib_ahmed 0:791a779d6220 173 wrtarga.$(OBJEXT) wrrle.$(OBJEXT) wrbmp.$(OBJEXT) \
shoaib_ahmed 0:791a779d6220 174 rdcolmap.$(OBJEXT) cdjpeg.$(OBJEXT)
shoaib_ahmed 0:791a779d6220 175 djpeg_OBJECTS = $(am_djpeg_OBJECTS)
shoaib_ahmed 0:791a779d6220 176 djpeg_DEPENDENCIES = libjpeg.la
shoaib_ahmed 0:791a779d6220 177 am_jpegtran_OBJECTS = jpegtran.$(OBJEXT) rdswitch.$(OBJEXT) \
shoaib_ahmed 0:791a779d6220 178 cdjpeg.$(OBJEXT) transupp.$(OBJEXT)
shoaib_ahmed 0:791a779d6220 179 jpegtran_OBJECTS = $(am_jpegtran_OBJECTS)
shoaib_ahmed 0:791a779d6220 180 jpegtran_DEPENDENCIES = libjpeg.la
shoaib_ahmed 0:791a779d6220 181 am_rdjpgcom_OBJECTS = rdjpgcom.$(OBJEXT)
shoaib_ahmed 0:791a779d6220 182 rdjpgcom_OBJECTS = $(am_rdjpgcom_OBJECTS)
shoaib_ahmed 0:791a779d6220 183 rdjpgcom_LDADD = $(LDADD)
shoaib_ahmed 0:791a779d6220 184 am_wrjpgcom_OBJECTS = wrjpgcom.$(OBJEXT)
shoaib_ahmed 0:791a779d6220 185 wrjpgcom_OBJECTS = $(am_wrjpgcom_OBJECTS)
shoaib_ahmed 0:791a779d6220 186 wrjpgcom_LDADD = $(LDADD)
shoaib_ahmed 0:791a779d6220 187 AM_V_P = $(am__v_P_@AM_V@)
shoaib_ahmed 0:791a779d6220 188 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
shoaib_ahmed 0:791a779d6220 189 am__v_P_0 = false
shoaib_ahmed 0:791a779d6220 190 am__v_P_1 = :
shoaib_ahmed 0:791a779d6220 191 AM_V_GEN = $(am__v_GEN_@AM_V@)
shoaib_ahmed 0:791a779d6220 192 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
shoaib_ahmed 0:791a779d6220 193 am__v_GEN_0 = @echo " GEN " $@;
shoaib_ahmed 0:791a779d6220 194 am__v_GEN_1 =
shoaib_ahmed 0:791a779d6220 195 AM_V_at = $(am__v_at_@AM_V@)
shoaib_ahmed 0:791a779d6220 196 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
shoaib_ahmed 0:791a779d6220 197 am__v_at_0 = @
shoaib_ahmed 0:791a779d6220 198 am__v_at_1 =
shoaib_ahmed 0:791a779d6220 199 DEFAULT_INCLUDES = -I.@am__isrc@
shoaib_ahmed 0:791a779d6220 200 depcomp = $(SHELL) $(top_srcdir)/depcomp
shoaib_ahmed 0:791a779d6220 201 am__depfiles_maybe = depfiles
shoaib_ahmed 0:791a779d6220 202 am__mv = mv -f
shoaib_ahmed 0:791a779d6220 203 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
shoaib_ahmed 0:791a779d6220 204 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
shoaib_ahmed 0:791a779d6220 205 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
shoaib_ahmed 0:791a779d6220 206 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
shoaib_ahmed 0:791a779d6220 207 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
shoaib_ahmed 0:791a779d6220 208 $(AM_CFLAGS) $(CFLAGS)
shoaib_ahmed 0:791a779d6220 209 AM_V_CC = $(am__v_CC_@AM_V@)
shoaib_ahmed 0:791a779d6220 210 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
shoaib_ahmed 0:791a779d6220 211 am__v_CC_0 = @echo " CC " $@;
shoaib_ahmed 0:791a779d6220 212 am__v_CC_1 =
shoaib_ahmed 0:791a779d6220 213 CCLD = $(CC)
shoaib_ahmed 0:791a779d6220 214 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
shoaib_ahmed 0:791a779d6220 215 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
shoaib_ahmed 0:791a779d6220 216 $(AM_LDFLAGS) $(LDFLAGS) -o $@
shoaib_ahmed 0:791a779d6220 217 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
shoaib_ahmed 0:791a779d6220 218 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
shoaib_ahmed 0:791a779d6220 219 am__v_CCLD_0 = @echo " CCLD " $@;
shoaib_ahmed 0:791a779d6220 220 am__v_CCLD_1 =
shoaib_ahmed 0:791a779d6220 221 SOURCES = $(libjpeg_la_SOURCES) $(cjpeg_SOURCES) $(djpeg_SOURCES) \
shoaib_ahmed 0:791a779d6220 222 $(jpegtran_SOURCES) $(rdjpgcom_SOURCES) $(wrjpgcom_SOURCES)
shoaib_ahmed 0:791a779d6220 223 am__can_run_installinfo = \
shoaib_ahmed 0:791a779d6220 224 case $$AM_UPDATE_INFO_DIR in \
shoaib_ahmed 0:791a779d6220 225 n|no|NO) false;; \
shoaib_ahmed 0:791a779d6220 226 *) (install-info --version) >/dev/null 2>&1;; \
shoaib_ahmed 0:791a779d6220 227 esac
shoaib_ahmed 0:791a779d6220 228 man1dir = $(mandir)/man1
shoaib_ahmed 0:791a779d6220 229 NROFF = nroff
shoaib_ahmed 0:791a779d6220 230 MANS = $(man_MANS)
shoaib_ahmed 0:791a779d6220 231 HEADERS = $(include_HEADERS) $(noinst_HEADERS)
shoaib_ahmed 0:791a779d6220 232 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
shoaib_ahmed 0:791a779d6220 233 $(LISP)jconfig.cfg
shoaib_ahmed 0:791a779d6220 234 # Read a list of newline-separated strings from the standard input,
shoaib_ahmed 0:791a779d6220 235 # and print each of them once, without duplicates. Input order is
shoaib_ahmed 0:791a779d6220 236 # *not* preserved.
shoaib_ahmed 0:791a779d6220 237 am__uniquify_input = $(AWK) '\
shoaib_ahmed 0:791a779d6220 238 BEGIN { nonempty = 0; } \
shoaib_ahmed 0:791a779d6220 239 { items[$$0] = 1; nonempty = 1; } \
shoaib_ahmed 0:791a779d6220 240 END { if (nonempty) { for (i in items) print i; }; } \
shoaib_ahmed 0:791a779d6220 241 '
shoaib_ahmed 0:791a779d6220 242 # Make sure the list of sources is unique. This is necessary because,
shoaib_ahmed 0:791a779d6220 243 # e.g., the same source file might be shared among _SOURCES variables
shoaib_ahmed 0:791a779d6220 244 # for different programs/libraries.
shoaib_ahmed 0:791a779d6220 245 am__define_uniq_tagged_files = \
shoaib_ahmed 0:791a779d6220 246 list='$(am__tagged_files)'; \
shoaib_ahmed 0:791a779d6220 247 unique=`for i in $$list; do \
shoaib_ahmed 0:791a779d6220 248 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
shoaib_ahmed 0:791a779d6220 249 done | $(am__uniquify_input)`
shoaib_ahmed 0:791a779d6220 250 ETAGS = etags
shoaib_ahmed 0:791a779d6220 251 CTAGS = ctags
shoaib_ahmed 0:791a779d6220 252 CSCOPE = cscope
shoaib_ahmed 0:791a779d6220 253 AM_RECURSIVE_TARGETS = cscope
shoaib_ahmed 0:791a779d6220 254 ACLOCAL = @ACLOCAL@
shoaib_ahmed 0:791a779d6220 255 AMTAR = @AMTAR@
shoaib_ahmed 0:791a779d6220 256 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
shoaib_ahmed 0:791a779d6220 257 AR = @AR@
shoaib_ahmed 0:791a779d6220 258 AS = @AS@
shoaib_ahmed 0:791a779d6220 259 AUTOCONF = @AUTOCONF@
shoaib_ahmed 0:791a779d6220 260 AUTOHEADER = @AUTOHEADER@
shoaib_ahmed 0:791a779d6220 261 AUTOMAKE = @AUTOMAKE@
shoaib_ahmed 0:791a779d6220 262 AWK = @AWK@
shoaib_ahmed 0:791a779d6220 263 CC = @CC@
shoaib_ahmed 0:791a779d6220 264 CCDEPMODE = @CCDEPMODE@
shoaib_ahmed 0:791a779d6220 265 CFLAGS = @CFLAGS@
shoaib_ahmed 0:791a779d6220 266 CPP = @CPP@
shoaib_ahmed 0:791a779d6220 267 CPPFLAGS = @CPPFLAGS@
shoaib_ahmed 0:791a779d6220 268 CYGPATH_W = @CYGPATH_W@
shoaib_ahmed 0:791a779d6220 269 DEFS = @DEFS@
shoaib_ahmed 0:791a779d6220 270 DEPDIR = @DEPDIR@
shoaib_ahmed 0:791a779d6220 271 DLLTOOL = @DLLTOOL@
shoaib_ahmed 0:791a779d6220 272 DSYMUTIL = @DSYMUTIL@
shoaib_ahmed 0:791a779d6220 273 DUMPBIN = @DUMPBIN@
shoaib_ahmed 0:791a779d6220 274 ECHO_C = @ECHO_C@
shoaib_ahmed 0:791a779d6220 275 ECHO_N = @ECHO_N@
shoaib_ahmed 0:791a779d6220 276 ECHO_T = @ECHO_T@
shoaib_ahmed 0:791a779d6220 277 EGREP = @EGREP@
shoaib_ahmed 0:791a779d6220 278 EXEEXT = @EXEEXT@
shoaib_ahmed 0:791a779d6220 279 FGREP = @FGREP@
shoaib_ahmed 0:791a779d6220 280 GREP = @GREP@
shoaib_ahmed 0:791a779d6220 281 INSTALL = @INSTALL@
shoaib_ahmed 0:791a779d6220 282 INSTALL_DATA = @INSTALL_DATA@
shoaib_ahmed 0:791a779d6220 283 INSTALL_PROGRAM = @INSTALL_PROGRAM@
shoaib_ahmed 0:791a779d6220 284 INSTALL_SCRIPT = @INSTALL_SCRIPT@
shoaib_ahmed 0:791a779d6220 285 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
shoaib_ahmed 0:791a779d6220 286 JPEG_LIB_VERSION = @JPEG_LIB_VERSION@
shoaib_ahmed 0:791a779d6220 287 LD = @LD@
shoaib_ahmed 0:791a779d6220 288 LDFLAGS = @LDFLAGS@
shoaib_ahmed 0:791a779d6220 289 LIBOBJS = @LIBOBJS@
shoaib_ahmed 0:791a779d6220 290 LIBS = @LIBS@
shoaib_ahmed 0:791a779d6220 291 LIBTOOL = @LIBTOOL@
shoaib_ahmed 0:791a779d6220 292 LIPO = @LIPO@
shoaib_ahmed 0:791a779d6220 293 LN_S = @LN_S@
shoaib_ahmed 0:791a779d6220 294 LTLIBOBJS = @LTLIBOBJS@
shoaib_ahmed 0:791a779d6220 295 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
shoaib_ahmed 0:791a779d6220 296 MAINT = @MAINT@
shoaib_ahmed 0:791a779d6220 297 MAKEINFO = @MAKEINFO@
shoaib_ahmed 0:791a779d6220 298 MANIFEST_TOOL = @MANIFEST_TOOL@
shoaib_ahmed 0:791a779d6220 299 MEMORYMGR = @MEMORYMGR@
shoaib_ahmed 0:791a779d6220 300 MKDIR_P = @MKDIR_P@
shoaib_ahmed 0:791a779d6220 301 NM = @NM@
shoaib_ahmed 0:791a779d6220 302 NMEDIT = @NMEDIT@
shoaib_ahmed 0:791a779d6220 303 OBJDUMP = @OBJDUMP@
shoaib_ahmed 0:791a779d6220 304 OBJEXT = @OBJEXT@
shoaib_ahmed 0:791a779d6220 305 OTOOL = @OTOOL@
shoaib_ahmed 0:791a779d6220 306 OTOOL64 = @OTOOL64@
shoaib_ahmed 0:791a779d6220 307 PACKAGE = @PACKAGE@
shoaib_ahmed 0:791a779d6220 308 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
shoaib_ahmed 0:791a779d6220 309 PACKAGE_NAME = @PACKAGE_NAME@
shoaib_ahmed 0:791a779d6220 310 PACKAGE_STRING = @PACKAGE_STRING@
shoaib_ahmed 0:791a779d6220 311 PACKAGE_TARNAME = @PACKAGE_TARNAME@
shoaib_ahmed 0:791a779d6220 312 PACKAGE_URL = @PACKAGE_URL@
shoaib_ahmed 0:791a779d6220 313 PACKAGE_VERSION = @PACKAGE_VERSION@
shoaib_ahmed 0:791a779d6220 314 PATH_SEPARATOR = @PATH_SEPARATOR@
shoaib_ahmed 0:791a779d6220 315 RANLIB = @RANLIB@
shoaib_ahmed 0:791a779d6220 316 SED = @SED@
shoaib_ahmed 0:791a779d6220 317 SET_MAKE = @SET_MAKE@
shoaib_ahmed 0:791a779d6220 318 SHELL = @SHELL@
shoaib_ahmed 0:791a779d6220 319 STRIP = @STRIP@
shoaib_ahmed 0:791a779d6220 320 VERSION = @VERSION@
shoaib_ahmed 0:791a779d6220 321 abs_builddir = @abs_builddir@
shoaib_ahmed 0:791a779d6220 322 abs_srcdir = @abs_srcdir@
shoaib_ahmed 0:791a779d6220 323 abs_top_builddir = @abs_top_builddir@
shoaib_ahmed 0:791a779d6220 324 abs_top_srcdir = @abs_top_srcdir@
shoaib_ahmed 0:791a779d6220 325 ac_ct_AR = @ac_ct_AR@
shoaib_ahmed 0:791a779d6220 326 ac_ct_CC = @ac_ct_CC@
shoaib_ahmed 0:791a779d6220 327 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
shoaib_ahmed 0:791a779d6220 328 am__include = @am__include@
shoaib_ahmed 0:791a779d6220 329 am__leading_dot = @am__leading_dot@
shoaib_ahmed 0:791a779d6220 330 am__quote = @am__quote@
shoaib_ahmed 0:791a779d6220 331 am__tar = @am__tar@
shoaib_ahmed 0:791a779d6220 332 am__untar = @am__untar@
shoaib_ahmed 0:791a779d6220 333 bindir = @bindir@
shoaib_ahmed 0:791a779d6220 334 build = @build@
shoaib_ahmed 0:791a779d6220 335 build_alias = @build_alias@
shoaib_ahmed 0:791a779d6220 336 build_cpu = @build_cpu@
shoaib_ahmed 0:791a779d6220 337 build_os = @build_os@
shoaib_ahmed 0:791a779d6220 338 build_vendor = @build_vendor@
shoaib_ahmed 0:791a779d6220 339 builddir = @builddir@
shoaib_ahmed 0:791a779d6220 340 datadir = @datadir@
shoaib_ahmed 0:791a779d6220 341 datarootdir = @datarootdir@
shoaib_ahmed 0:791a779d6220 342 docdir = @docdir@
shoaib_ahmed 0:791a779d6220 343 dvidir = @dvidir@
shoaib_ahmed 0:791a779d6220 344 exec_prefix = @exec_prefix@
shoaib_ahmed 0:791a779d6220 345 host = @host@
shoaib_ahmed 0:791a779d6220 346 host_alias = @host_alias@
shoaib_ahmed 0:791a779d6220 347 host_cpu = @host_cpu@
shoaib_ahmed 0:791a779d6220 348 host_os = @host_os@
shoaib_ahmed 0:791a779d6220 349 host_vendor = @host_vendor@
shoaib_ahmed 0:791a779d6220 350 htmldir = @htmldir@
shoaib_ahmed 0:791a779d6220 351 includedir = @includedir@
shoaib_ahmed 0:791a779d6220 352 infodir = @infodir@
shoaib_ahmed 0:791a779d6220 353 install_sh = @install_sh@
shoaib_ahmed 0:791a779d6220 354 libdir = @libdir@
shoaib_ahmed 0:791a779d6220 355 libexecdir = @libexecdir@
shoaib_ahmed 0:791a779d6220 356 localedir = @localedir@
shoaib_ahmed 0:791a779d6220 357 localstatedir = @localstatedir@
shoaib_ahmed 0:791a779d6220 358 mandir = @mandir@
shoaib_ahmed 0:791a779d6220 359 mkdir_p = @mkdir_p@
shoaib_ahmed 0:791a779d6220 360 oldincludedir = @oldincludedir@
shoaib_ahmed 0:791a779d6220 361 pdfdir = @pdfdir@
shoaib_ahmed 0:791a779d6220 362 prefix = @prefix@
shoaib_ahmed 0:791a779d6220 363 program_transform_name = @program_transform_name@
shoaib_ahmed 0:791a779d6220 364 psdir = @psdir@
shoaib_ahmed 0:791a779d6220 365 sbindir = @sbindir@
shoaib_ahmed 0:791a779d6220 366 sharedstatedir = @sharedstatedir@
shoaib_ahmed 0:791a779d6220 367 srcdir = @srcdir@
shoaib_ahmed 0:791a779d6220 368 sysconfdir = @sysconfdir@
shoaib_ahmed 0:791a779d6220 369 target = @target@
shoaib_ahmed 0:791a779d6220 370 target_alias = @target_alias@
shoaib_ahmed 0:791a779d6220 371 target_cpu = @target_cpu@
shoaib_ahmed 0:791a779d6220 372 target_os = @target_os@
shoaib_ahmed 0:791a779d6220 373 target_vendor = @target_vendor@
shoaib_ahmed 0:791a779d6220 374 top_build_prefix = @top_build_prefix@
shoaib_ahmed 0:791a779d6220 375 top_builddir = @top_builddir@
shoaib_ahmed 0:791a779d6220 376 top_srcdir = @top_srcdir@
shoaib_ahmed 0:791a779d6220 377
shoaib_ahmed 0:791a779d6220 378 # Sources to build library
shoaib_ahmed 0:791a779d6220 379 LIBSOURCES = jaricom.c jcapimin.c jcapistd.c jcarith.c jccoefct.c jccolor.c \
shoaib_ahmed 0:791a779d6220 380 jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
shoaib_ahmed 0:791a779d6220 381 jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
shoaib_ahmed 0:791a779d6220 382 jdapistd.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
shoaib_ahmed 0:791a779d6220 383 jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \
shoaib_ahmed 0:791a779d6220 384 jdmerge.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
shoaib_ahmed 0:791a779d6220 385 jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jquant1.c \
shoaib_ahmed 0:791a779d6220 386 jquant2.c jutils.c jmemmgr.c @MEMORYMGR@.c
shoaib_ahmed 0:791a779d6220 387
shoaib_ahmed 0:791a779d6220 388
shoaib_ahmed 0:791a779d6220 389 # System dependent sources
shoaib_ahmed 0:791a779d6220 390 SYSDEPSOURCES = jmemansi.c jmemname.c jmemnobs.c jmemdos.c jmemmac.c
shoaib_ahmed 0:791a779d6220 391
shoaib_ahmed 0:791a779d6220 392 # Headers which are installed to support the library
shoaib_ahmed 0:791a779d6220 393 INSTINCLUDES = jerror.h jmorecfg.h jpeglib.h
shoaib_ahmed 0:791a779d6220 394
shoaib_ahmed 0:791a779d6220 395 # Headers which are not installed
shoaib_ahmed 0:791a779d6220 396 OTHERINCLUDES = cderror.h cdjpeg.h jdct.h jinclude.h jmemsys.h jpegint.h \
shoaib_ahmed 0:791a779d6220 397 jversion.h transupp.h
shoaib_ahmed 0:791a779d6220 398
shoaib_ahmed 0:791a779d6220 399
shoaib_ahmed 0:791a779d6220 400 # Manual pages (Automake uses 'MANS' for itself)
shoaib_ahmed 0:791a779d6220 401 DISTMANS = cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
shoaib_ahmed 0:791a779d6220 402
shoaib_ahmed 0:791a779d6220 403 # Other documentation files
shoaib_ahmed 0:791a779d6220 404 DOCS = README install.txt usage.txt wizard.txt example.c libjpeg.txt \
shoaib_ahmed 0:791a779d6220 405 structure.txt coderules.txt filelist.txt change.log
shoaib_ahmed 0:791a779d6220 406
shoaib_ahmed 0:791a779d6220 407
shoaib_ahmed 0:791a779d6220 408 # Makefiles for various systems
shoaib_ahmed 0:791a779d6220 409 MKFILES = configure Makefile.in makefile.ansi makefile.unix makefile.b32 \
shoaib_ahmed 0:791a779d6220 410 makefile.bcc makefile.mc6 makefile.dj makefile.wat makefile.vc \
shoaib_ahmed 0:791a779d6220 411 makejdsw.vc6 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 makejmak.vc6 \
shoaib_ahmed 0:791a779d6220 412 makecdep.vc6 makecdsp.vc6 makecmak.vc6 makeddep.vc6 makeddsp.vc6 \
shoaib_ahmed 0:791a779d6220 413 makedmak.vc6 maketdep.vc6 maketdsp.vc6 maketmak.vc6 makerdep.vc6 \
shoaib_ahmed 0:791a779d6220 414 makerdsp.vc6 makermak.vc6 makewdep.vc6 makewdsp.vc6 makewmak.vc6 \
shoaib_ahmed 0:791a779d6220 415 makejsln.v10 makeasln.v10 makejvcx.v10 makejfil.v10 makecvcx.v10 \
shoaib_ahmed 0:791a779d6220 416 makecfil.v10 makedvcx.v10 makedfil.v10 maketvcx.v10 maketfil.v10 \
shoaib_ahmed 0:791a779d6220 417 makervcx.v10 makerfil.v10 makewvcx.v10 makewfil.v10 makeproj.mac \
shoaib_ahmed 0:791a779d6220 418 makcjpeg.st makdjpeg.st makljpeg.st maktjpeg.st makefile.manx \
shoaib_ahmed 0:791a779d6220 419 makefile.sas makefile.mms makefile.vms makvms.opt
shoaib_ahmed 0:791a779d6220 420
shoaib_ahmed 0:791a779d6220 421
shoaib_ahmed 0:791a779d6220 422 # Configuration files
shoaib_ahmed 0:791a779d6220 423 CONFIGFILES = jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \
shoaib_ahmed 0:791a779d6220 424 jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \
shoaib_ahmed 0:791a779d6220 425 jconfig.vms
shoaib_ahmed 0:791a779d6220 426
shoaib_ahmed 0:791a779d6220 427
shoaib_ahmed 0:791a779d6220 428 # Support scripts for configure
shoaib_ahmed 0:791a779d6220 429 CONFIGUREFILES = config.guess config.sub install-sh ltmain.sh depcomp \
shoaib_ahmed 0:791a779d6220 430 missing ar-lib
shoaib_ahmed 0:791a779d6220 431
shoaib_ahmed 0:791a779d6220 432
shoaib_ahmed 0:791a779d6220 433 # Miscellaneous support files
shoaib_ahmed 0:791a779d6220 434 OTHERFILES = jconfig.txt ckconfig.c jmemdosa.asm libjpeg.map
shoaib_ahmed 0:791a779d6220 435
shoaib_ahmed 0:791a779d6220 436 # Test support files
shoaib_ahmed 0:791a779d6220 437 TESTFILES = testorig.jpg testimg.ppm testimg.bmp testimg.jpg testprog.jpg \
shoaib_ahmed 0:791a779d6220 438 testimgp.jpg
shoaib_ahmed 0:791a779d6220 439
shoaib_ahmed 0:791a779d6220 440
shoaib_ahmed 0:791a779d6220 441 # libtool libraries to build
shoaib_ahmed 0:791a779d6220 442 lib_LTLIBRARIES = libjpeg.la
shoaib_ahmed 0:791a779d6220 443
shoaib_ahmed 0:791a779d6220 444 # Library sources for libjpeg.la
shoaib_ahmed 0:791a779d6220 445 libjpeg_la_SOURCES = $(LIBSOURCES)
shoaib_ahmed 0:791a779d6220 446
shoaib_ahmed 0:791a779d6220 447 # LDFLAGS for libjpeg.la
shoaib_ahmed 0:791a779d6220 448 libjpeg_la_LDFLAGS = -no-undefined -version-info $(JPEG_LIB_VERSION) \
shoaib_ahmed 0:791a779d6220 449 $(am__append_1)
shoaib_ahmed 0:791a779d6220 450
shoaib_ahmed 0:791a779d6220 451 # Executable sources & libs
shoaib_ahmed 0:791a779d6220 452 cjpeg_SOURCES = cjpeg.c rdppm.c rdgif.c rdtarga.c rdrle.c rdbmp.c \
shoaib_ahmed 0:791a779d6220 453 rdswitch.c cdjpeg.c
shoaib_ahmed 0:791a779d6220 454
shoaib_ahmed 0:791a779d6220 455 cjpeg_LDADD = libjpeg.la
shoaib_ahmed 0:791a779d6220 456 djpeg_SOURCES = djpeg.c wrppm.c wrgif.c wrtarga.c wrrle.c wrbmp.c \
shoaib_ahmed 0:791a779d6220 457 rdcolmap.c cdjpeg.c
shoaib_ahmed 0:791a779d6220 458
shoaib_ahmed 0:791a779d6220 459 djpeg_LDADD = libjpeg.la
shoaib_ahmed 0:791a779d6220 460 jpegtran_SOURCES = jpegtran.c rdswitch.c cdjpeg.c transupp.c
shoaib_ahmed 0:791a779d6220 461 jpegtran_LDADD = libjpeg.la
shoaib_ahmed 0:791a779d6220 462 rdjpgcom_SOURCES = rdjpgcom.c
shoaib_ahmed 0:791a779d6220 463 wrjpgcom_SOURCES = wrjpgcom.c
shoaib_ahmed 0:791a779d6220 464
shoaib_ahmed 0:791a779d6220 465 # Manual pages to install
shoaib_ahmed 0:791a779d6220 466 man_MANS = $(DISTMANS)
shoaib_ahmed 0:791a779d6220 467
shoaib_ahmed 0:791a779d6220 468 # Headers to install
shoaib_ahmed 0:791a779d6220 469 include_HEADERS = $(INSTINCLUDES)
shoaib_ahmed 0:791a779d6220 470
shoaib_ahmed 0:791a779d6220 471 # Other distributed headers
shoaib_ahmed 0:791a779d6220 472 noinst_HEADERS = $(OTHERINCLUDES)
shoaib_ahmed 0:791a779d6220 473
shoaib_ahmed 0:791a779d6220 474 # Other distributed files
shoaib_ahmed 0:791a779d6220 475 EXTRA_DIST = $(DOCS) $(DISTMANS) $(MKFILES) $(CONFIGFILES) $(SYSDEPSOURCES) \
shoaib_ahmed 0:791a779d6220 476 $(OTHERFILES) $(TESTFILES)
shoaib_ahmed 0:791a779d6220 477
shoaib_ahmed 0:791a779d6220 478
shoaib_ahmed 0:791a779d6220 479 # Files to be cleaned
shoaib_ahmed 0:791a779d6220 480 CLEANFILES = testout.ppm testout.bmp testout.jpg testoutp.ppm testoutp.jpg \
shoaib_ahmed 0:791a779d6220 481 testoutt.jpg
shoaib_ahmed 0:791a779d6220 482
shoaib_ahmed 0:791a779d6220 483 all: jconfig.h
shoaib_ahmed 0:791a779d6220 484 $(MAKE) $(AM_MAKEFLAGS) all-am
shoaib_ahmed 0:791a779d6220 485
shoaib_ahmed 0:791a779d6220 486 .SUFFIXES:
shoaib_ahmed 0:791a779d6220 487 .SUFFIXES: .c .lo .o .obj
shoaib_ahmed 0:791a779d6220 488 am--refresh: Makefile
shoaib_ahmed 0:791a779d6220 489 @:
shoaib_ahmed 0:791a779d6220 490 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
shoaib_ahmed 0:791a779d6220 491 @for dep in $?; do \
shoaib_ahmed 0:791a779d6220 492 case '$(am__configure_deps)' in \
shoaib_ahmed 0:791a779d6220 493 *$$dep*) \
shoaib_ahmed 0:791a779d6220 494 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
shoaib_ahmed 0:791a779d6220 495 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
shoaib_ahmed 0:791a779d6220 496 && exit 0; \
shoaib_ahmed 0:791a779d6220 497 exit 1;; \
shoaib_ahmed 0:791a779d6220 498 esac; \
shoaib_ahmed 0:791a779d6220 499 done; \
shoaib_ahmed 0:791a779d6220 500 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
shoaib_ahmed 0:791a779d6220 501 $(am__cd) $(top_srcdir) && \
shoaib_ahmed 0:791a779d6220 502 $(AUTOMAKE) --foreign Makefile
shoaib_ahmed 0:791a779d6220 503 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
shoaib_ahmed 0:791a779d6220 504 @case '$?' in \
shoaib_ahmed 0:791a779d6220 505 *config.status*) \
shoaib_ahmed 0:791a779d6220 506 echo ' $(SHELL) ./config.status'; \
shoaib_ahmed 0:791a779d6220 507 $(SHELL) ./config.status;; \
shoaib_ahmed 0:791a779d6220 508 *) \
shoaib_ahmed 0:791a779d6220 509 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
shoaib_ahmed 0:791a779d6220 510 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
shoaib_ahmed 0:791a779d6220 511 esac;
shoaib_ahmed 0:791a779d6220 512
shoaib_ahmed 0:791a779d6220 513 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
shoaib_ahmed 0:791a779d6220 514 $(SHELL) ./config.status --recheck
shoaib_ahmed 0:791a779d6220 515
shoaib_ahmed 0:791a779d6220 516 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
shoaib_ahmed 0:791a779d6220 517 $(am__cd) $(srcdir) && $(AUTOCONF)
shoaib_ahmed 0:791a779d6220 518 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
shoaib_ahmed 0:791a779d6220 519 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
shoaib_ahmed 0:791a779d6220 520 $(am__aclocal_m4_deps):
shoaib_ahmed 0:791a779d6220 521
shoaib_ahmed 0:791a779d6220 522 jconfig.h: stamp-h1
shoaib_ahmed 0:791a779d6220 523 @test -f $@ || rm -f stamp-h1
shoaib_ahmed 0:791a779d6220 524 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
shoaib_ahmed 0:791a779d6220 525
shoaib_ahmed 0:791a779d6220 526 stamp-h1: $(srcdir)/jconfig.cfg $(top_builddir)/config.status
shoaib_ahmed 0:791a779d6220 527 @rm -f stamp-h1
shoaib_ahmed 0:791a779d6220 528 cd $(top_builddir) && $(SHELL) ./config.status jconfig.h
shoaib_ahmed 0:791a779d6220 529 $(srcdir)/jconfig.cfg: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
shoaib_ahmed 0:791a779d6220 530 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
shoaib_ahmed 0:791a779d6220 531 rm -f stamp-h1
shoaib_ahmed 0:791a779d6220 532 touch $@
shoaib_ahmed 0:791a779d6220 533
shoaib_ahmed 0:791a779d6220 534 distclean-hdr:
shoaib_ahmed 0:791a779d6220 535 -rm -f jconfig.h stamp-h1
shoaib_ahmed 0:791a779d6220 536
shoaib_ahmed 0:791a779d6220 537 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
shoaib_ahmed 0:791a779d6220 538 @$(NORMAL_INSTALL)
shoaib_ahmed 0:791a779d6220 539 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
shoaib_ahmed 0:791a779d6220 540 list2=; for p in $$list; do \
shoaib_ahmed 0:791a779d6220 541 if test -f $$p; then \
shoaib_ahmed 0:791a779d6220 542 list2="$$list2 $$p"; \
shoaib_ahmed 0:791a779d6220 543 else :; fi; \
shoaib_ahmed 0:791a779d6220 544 done; \
shoaib_ahmed 0:791a779d6220 545 test -z "$$list2" || { \
shoaib_ahmed 0:791a779d6220 546 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
shoaib_ahmed 0:791a779d6220 547 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
shoaib_ahmed 0:791a779d6220 548 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
shoaib_ahmed 0:791a779d6220 549 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
shoaib_ahmed 0:791a779d6220 550 }
shoaib_ahmed 0:791a779d6220 551
shoaib_ahmed 0:791a779d6220 552 uninstall-libLTLIBRARIES:
shoaib_ahmed 0:791a779d6220 553 @$(NORMAL_UNINSTALL)
shoaib_ahmed 0:791a779d6220 554 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
shoaib_ahmed 0:791a779d6220 555 for p in $$list; do \
shoaib_ahmed 0:791a779d6220 556 $(am__strip_dir) \
shoaib_ahmed 0:791a779d6220 557 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
shoaib_ahmed 0:791a779d6220 558 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
shoaib_ahmed 0:791a779d6220 559 done
shoaib_ahmed 0:791a779d6220 560
shoaib_ahmed 0:791a779d6220 561 clean-libLTLIBRARIES:
shoaib_ahmed 0:791a779d6220 562 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
shoaib_ahmed 0:791a779d6220 563 @list='$(lib_LTLIBRARIES)'; \
shoaib_ahmed 0:791a779d6220 564 locs=`for p in $$list; do echo $$p; done | \
shoaib_ahmed 0:791a779d6220 565 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
shoaib_ahmed 0:791a779d6220 566 sort -u`; \
shoaib_ahmed 0:791a779d6220 567 test -z "$$locs" || { \
shoaib_ahmed 0:791a779d6220 568 echo rm -f $${locs}; \
shoaib_ahmed 0:791a779d6220 569 rm -f $${locs}; \
shoaib_ahmed 0:791a779d6220 570 }
shoaib_ahmed 0:791a779d6220 571
shoaib_ahmed 0:791a779d6220 572 libjpeg.la: $(libjpeg_la_OBJECTS) $(libjpeg_la_DEPENDENCIES) $(EXTRA_libjpeg_la_DEPENDENCIES)
shoaib_ahmed 0:791a779d6220 573 $(AM_V_CCLD)$(libjpeg_la_LINK) -rpath $(libdir) $(libjpeg_la_OBJECTS) $(libjpeg_la_LIBADD) $(LIBS)
shoaib_ahmed 0:791a779d6220 574 install-binPROGRAMS: $(bin_PROGRAMS)
shoaib_ahmed 0:791a779d6220 575 @$(NORMAL_INSTALL)
shoaib_ahmed 0:791a779d6220 576 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
shoaib_ahmed 0:791a779d6220 577 if test -n "$$list"; then \
shoaib_ahmed 0:791a779d6220 578 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
shoaib_ahmed 0:791a779d6220 579 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
shoaib_ahmed 0:791a779d6220 580 fi; \
shoaib_ahmed 0:791a779d6220 581 for p in $$list; do echo "$$p $$p"; done | \
shoaib_ahmed 0:791a779d6220 582 sed 's/$(EXEEXT)$$//' | \
shoaib_ahmed 0:791a779d6220 583 while read p p1; do if test -f $$p \
shoaib_ahmed 0:791a779d6220 584 || test -f $$p1 \
shoaib_ahmed 0:791a779d6220 585 ; then echo "$$p"; echo "$$p"; else :; fi; \
shoaib_ahmed 0:791a779d6220 586 done | \
shoaib_ahmed 0:791a779d6220 587 sed -e 'p;s,.*/,,;n;h' \
shoaib_ahmed 0:791a779d6220 588 -e 's|.*|.|' \
shoaib_ahmed 0:791a779d6220 589 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
shoaib_ahmed 0:791a779d6220 590 sed 'N;N;N;s,\n, ,g' | \
shoaib_ahmed 0:791a779d6220 591 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
shoaib_ahmed 0:791a779d6220 592 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
shoaib_ahmed 0:791a779d6220 593 if ($$2 == $$4) files[d] = files[d] " " $$1; \
shoaib_ahmed 0:791a779d6220 594 else { print "f", $$3 "/" $$4, $$1; } } \
shoaib_ahmed 0:791a779d6220 595 END { for (d in files) print "f", d, files[d] }' | \
shoaib_ahmed 0:791a779d6220 596 while read type dir files; do \
shoaib_ahmed 0:791a779d6220 597 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
shoaib_ahmed 0:791a779d6220 598 test -z "$$files" || { \
shoaib_ahmed 0:791a779d6220 599 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
shoaib_ahmed 0:791a779d6220 600 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
shoaib_ahmed 0:791a779d6220 601 } \
shoaib_ahmed 0:791a779d6220 602 ; done
shoaib_ahmed 0:791a779d6220 603
shoaib_ahmed 0:791a779d6220 604 uninstall-binPROGRAMS:
shoaib_ahmed 0:791a779d6220 605 @$(NORMAL_UNINSTALL)
shoaib_ahmed 0:791a779d6220 606 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
shoaib_ahmed 0:791a779d6220 607 files=`for p in $$list; do echo "$$p"; done | \
shoaib_ahmed 0:791a779d6220 608 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
shoaib_ahmed 0:791a779d6220 609 -e 's/$$/$(EXEEXT)/' \
shoaib_ahmed 0:791a779d6220 610 `; \
shoaib_ahmed 0:791a779d6220 611 test -n "$$list" || exit 0; \
shoaib_ahmed 0:791a779d6220 612 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
shoaib_ahmed 0:791a779d6220 613 cd "$(DESTDIR)$(bindir)" && rm -f $$files
shoaib_ahmed 0:791a779d6220 614
shoaib_ahmed 0:791a779d6220 615 clean-binPROGRAMS:
shoaib_ahmed 0:791a779d6220 616 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
shoaib_ahmed 0:791a779d6220 617 echo " rm -f" $$list; \
shoaib_ahmed 0:791a779d6220 618 rm -f $$list || exit $$?; \
shoaib_ahmed 0:791a779d6220 619 test -n "$(EXEEXT)" || exit 0; \
shoaib_ahmed 0:791a779d6220 620 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
shoaib_ahmed 0:791a779d6220 621 echo " rm -f" $$list; \
shoaib_ahmed 0:791a779d6220 622 rm -f $$list
shoaib_ahmed 0:791a779d6220 623
shoaib_ahmed 0:791a779d6220 624 cjpeg$(EXEEXT): $(cjpeg_OBJECTS) $(cjpeg_DEPENDENCIES) $(EXTRA_cjpeg_DEPENDENCIES)
shoaib_ahmed 0:791a779d6220 625 @rm -f cjpeg$(EXEEXT)
shoaib_ahmed 0:791a779d6220 626 $(AM_V_CCLD)$(LINK) $(cjpeg_OBJECTS) $(cjpeg_LDADD) $(LIBS)
shoaib_ahmed 0:791a779d6220 627
shoaib_ahmed 0:791a779d6220 628 djpeg$(EXEEXT): $(djpeg_OBJECTS) $(djpeg_DEPENDENCIES) $(EXTRA_djpeg_DEPENDENCIES)
shoaib_ahmed 0:791a779d6220 629 @rm -f djpeg$(EXEEXT)
shoaib_ahmed 0:791a779d6220 630 $(AM_V_CCLD)$(LINK) $(djpeg_OBJECTS) $(djpeg_LDADD) $(LIBS)
shoaib_ahmed 0:791a779d6220 631
shoaib_ahmed 0:791a779d6220 632 jpegtran$(EXEEXT): $(jpegtran_OBJECTS) $(jpegtran_DEPENDENCIES) $(EXTRA_jpegtran_DEPENDENCIES)
shoaib_ahmed 0:791a779d6220 633 @rm -f jpegtran$(EXEEXT)
shoaib_ahmed 0:791a779d6220 634 $(AM_V_CCLD)$(LINK) $(jpegtran_OBJECTS) $(jpegtran_LDADD) $(LIBS)
shoaib_ahmed 0:791a779d6220 635
shoaib_ahmed 0:791a779d6220 636 rdjpgcom$(EXEEXT): $(rdjpgcom_OBJECTS) $(rdjpgcom_DEPENDENCIES) $(EXTRA_rdjpgcom_DEPENDENCIES)
shoaib_ahmed 0:791a779d6220 637 @rm -f rdjpgcom$(EXEEXT)
shoaib_ahmed 0:791a779d6220 638 $(AM_V_CCLD)$(LINK) $(rdjpgcom_OBJECTS) $(rdjpgcom_LDADD) $(LIBS)
shoaib_ahmed 0:791a779d6220 639
shoaib_ahmed 0:791a779d6220 640 wrjpgcom$(EXEEXT): $(wrjpgcom_OBJECTS) $(wrjpgcom_DEPENDENCIES) $(EXTRA_wrjpgcom_DEPENDENCIES)
shoaib_ahmed 0:791a779d6220 641 @rm -f wrjpgcom$(EXEEXT)
shoaib_ahmed 0:791a779d6220 642 $(AM_V_CCLD)$(LINK) $(wrjpgcom_OBJECTS) $(wrjpgcom_LDADD) $(LIBS)
shoaib_ahmed 0:791a779d6220 643
shoaib_ahmed 0:791a779d6220 644 mostlyclean-compile:
shoaib_ahmed 0:791a779d6220 645 -rm -f *.$(OBJEXT)
shoaib_ahmed 0:791a779d6220 646
shoaib_ahmed 0:791a779d6220 647 distclean-compile:
shoaib_ahmed 0:791a779d6220 648 -rm -f *.tab.c
shoaib_ahmed 0:791a779d6220 649
shoaib_ahmed 0:791a779d6220 650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/@MEMORYMGR@.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdjpeg.Po@am__quote@
shoaib_ahmed 0:791a779d6220 652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjpeg.Po@am__quote@
shoaib_ahmed 0:791a779d6220 653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/djpeg.Po@am__quote@
shoaib_ahmed 0:791a779d6220 654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jaricom.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcapimin.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcapistd.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcarith.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jccoefct.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jccolor.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcdctmgr.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jchuff.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcinit.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcmainct.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcmarker.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcmaster.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcomapi.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcparam.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcprepct.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jcsample.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jctrans.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdapimin.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdapistd.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdarith.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdatadst.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdatasrc.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdcoefct.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdcolor.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jddctmgr.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdhuff.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdinput.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdmainct.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdmarker.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdmaster.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdmerge.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdpostct.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdsample.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jdtrans.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jerror.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jfdctflt.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jfdctfst.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jfdctint.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jidctflt.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jidctfst.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jidctint.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jmemmgr.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpegtran.Po@am__quote@
shoaib_ahmed 0:791a779d6220 697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jquant1.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jquant2.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jutils.Plo@am__quote@
shoaib_ahmed 0:791a779d6220 700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdbmp.Po@am__quote@
shoaib_ahmed 0:791a779d6220 701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdcolmap.Po@am__quote@
shoaib_ahmed 0:791a779d6220 702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdgif.Po@am__quote@
shoaib_ahmed 0:791a779d6220 703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdjpgcom.Po@am__quote@
shoaib_ahmed 0:791a779d6220 704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdppm.Po@am__quote@
shoaib_ahmed 0:791a779d6220 705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdrle.Po@am__quote@
shoaib_ahmed 0:791a779d6220 706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdswitch.Po@am__quote@
shoaib_ahmed 0:791a779d6220 707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdtarga.Po@am__quote@
shoaib_ahmed 0:791a779d6220 708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transupp.Po@am__quote@
shoaib_ahmed 0:791a779d6220 709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrbmp.Po@am__quote@
shoaib_ahmed 0:791a779d6220 710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrgif.Po@am__quote@
shoaib_ahmed 0:791a779d6220 711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrjpgcom.Po@am__quote@
shoaib_ahmed 0:791a779d6220 712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrppm.Po@am__quote@
shoaib_ahmed 0:791a779d6220 713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrrle.Po@am__quote@
shoaib_ahmed 0:791a779d6220 714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wrtarga.Po@am__quote@
shoaib_ahmed 0:791a779d6220 715
shoaib_ahmed 0:791a779d6220 716 .c.o:
shoaib_ahmed 0:791a779d6220 717 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
shoaib_ahmed 0:791a779d6220 718 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
shoaib_ahmed 0:791a779d6220 719 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
shoaib_ahmed 0:791a779d6220 720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
shoaib_ahmed 0:791a779d6220 721 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
shoaib_ahmed 0:791a779d6220 722
shoaib_ahmed 0:791a779d6220 723 .c.obj:
shoaib_ahmed 0:791a779d6220 724 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
shoaib_ahmed 0:791a779d6220 725 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
shoaib_ahmed 0:791a779d6220 726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
shoaib_ahmed 0:791a779d6220 727 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
shoaib_ahmed 0:791a779d6220 728 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
shoaib_ahmed 0:791a779d6220 729
shoaib_ahmed 0:791a779d6220 730 .c.lo:
shoaib_ahmed 0:791a779d6220 731 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
shoaib_ahmed 0:791a779d6220 732 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
shoaib_ahmed 0:791a779d6220 733 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
shoaib_ahmed 0:791a779d6220 734 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
shoaib_ahmed 0:791a779d6220 735 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
shoaib_ahmed 0:791a779d6220 736
shoaib_ahmed 0:791a779d6220 737 mostlyclean-libtool:
shoaib_ahmed 0:791a779d6220 738 -rm -f *.lo
shoaib_ahmed 0:791a779d6220 739
shoaib_ahmed 0:791a779d6220 740 clean-libtool:
shoaib_ahmed 0:791a779d6220 741 -rm -rf .libs _libs
shoaib_ahmed 0:791a779d6220 742
shoaib_ahmed 0:791a779d6220 743 distclean-libtool:
shoaib_ahmed 0:791a779d6220 744 -rm -f libtool config.lt
shoaib_ahmed 0:791a779d6220 745 install-man1: $(man_MANS)
shoaib_ahmed 0:791a779d6220 746 @$(NORMAL_INSTALL)
shoaib_ahmed 0:791a779d6220 747 @list1=''; \
shoaib_ahmed 0:791a779d6220 748 list2='$(man_MANS)'; \
shoaib_ahmed 0:791a779d6220 749 test -n "$(man1dir)" \
shoaib_ahmed 0:791a779d6220 750 && test -n "`echo $$list1$$list2`" \
shoaib_ahmed 0:791a779d6220 751 || exit 0; \
shoaib_ahmed 0:791a779d6220 752 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
shoaib_ahmed 0:791a779d6220 753 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
shoaib_ahmed 0:791a779d6220 754 { for i in $$list1; do echo "$$i"; done; \
shoaib_ahmed 0:791a779d6220 755 if test -n "$$list2"; then \
shoaib_ahmed 0:791a779d6220 756 for i in $$list2; do echo "$$i"; done \
shoaib_ahmed 0:791a779d6220 757 | sed -n '/\.1[a-z]*$$/p'; \
shoaib_ahmed 0:791a779d6220 758 fi; \
shoaib_ahmed 0:791a779d6220 759 } | while read p; do \
shoaib_ahmed 0:791a779d6220 760 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
shoaib_ahmed 0:791a779d6220 761 echo "$$d$$p"; echo "$$p"; \
shoaib_ahmed 0:791a779d6220 762 done | \
shoaib_ahmed 0:791a779d6220 763 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
shoaib_ahmed 0:791a779d6220 764 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
shoaib_ahmed 0:791a779d6220 765 sed 'N;N;s,\n, ,g' | { \
shoaib_ahmed 0:791a779d6220 766 list=; while read file base inst; do \
shoaib_ahmed 0:791a779d6220 767 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
shoaib_ahmed 0:791a779d6220 768 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
shoaib_ahmed 0:791a779d6220 769 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
shoaib_ahmed 0:791a779d6220 770 fi; \
shoaib_ahmed 0:791a779d6220 771 done; \
shoaib_ahmed 0:791a779d6220 772 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
shoaib_ahmed 0:791a779d6220 773 while read files; do \
shoaib_ahmed 0:791a779d6220 774 test -z "$$files" || { \
shoaib_ahmed 0:791a779d6220 775 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
shoaib_ahmed 0:791a779d6220 776 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
shoaib_ahmed 0:791a779d6220 777 done; }
shoaib_ahmed 0:791a779d6220 778
shoaib_ahmed 0:791a779d6220 779 uninstall-man1:
shoaib_ahmed 0:791a779d6220 780 @$(NORMAL_UNINSTALL)
shoaib_ahmed 0:791a779d6220 781 @list=''; test -n "$(man1dir)" || exit 0; \
shoaib_ahmed 0:791a779d6220 782 files=`{ for i in $$list; do echo "$$i"; done; \
shoaib_ahmed 0:791a779d6220 783 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
shoaib_ahmed 0:791a779d6220 784 sed -n '/\.1[a-z]*$$/p'; \
shoaib_ahmed 0:791a779d6220 785 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
shoaib_ahmed 0:791a779d6220 786 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
shoaib_ahmed 0:791a779d6220 787 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
shoaib_ahmed 0:791a779d6220 788 install-includeHEADERS: $(include_HEADERS)
shoaib_ahmed 0:791a779d6220 789 @$(NORMAL_INSTALL)
shoaib_ahmed 0:791a779d6220 790 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
shoaib_ahmed 0:791a779d6220 791 if test -n "$$list"; then \
shoaib_ahmed 0:791a779d6220 792 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
shoaib_ahmed 0:791a779d6220 793 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
shoaib_ahmed 0:791a779d6220 794 fi; \
shoaib_ahmed 0:791a779d6220 795 for p in $$list; do \
shoaib_ahmed 0:791a779d6220 796 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
shoaib_ahmed 0:791a779d6220 797 echo "$$d$$p"; \
shoaib_ahmed 0:791a779d6220 798 done | $(am__base_list) | \
shoaib_ahmed 0:791a779d6220 799 while read files; do \
shoaib_ahmed 0:791a779d6220 800 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
shoaib_ahmed 0:791a779d6220 801 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
shoaib_ahmed 0:791a779d6220 802 done
shoaib_ahmed 0:791a779d6220 803
shoaib_ahmed 0:791a779d6220 804 uninstall-includeHEADERS:
shoaib_ahmed 0:791a779d6220 805 @$(NORMAL_UNINSTALL)
shoaib_ahmed 0:791a779d6220 806 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
shoaib_ahmed 0:791a779d6220 807 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
shoaib_ahmed 0:791a779d6220 808 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
shoaib_ahmed 0:791a779d6220 809
shoaib_ahmed 0:791a779d6220 810 ID: $(am__tagged_files)
shoaib_ahmed 0:791a779d6220 811 $(am__define_uniq_tagged_files); mkid -fID $$unique
shoaib_ahmed 0:791a779d6220 812 tags: tags-am
shoaib_ahmed 0:791a779d6220 813 TAGS: tags
shoaib_ahmed 0:791a779d6220 814
shoaib_ahmed 0:791a779d6220 815 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
shoaib_ahmed 0:791a779d6220 816 set x; \
shoaib_ahmed 0:791a779d6220 817 here=`pwd`; \
shoaib_ahmed 0:791a779d6220 818 $(am__define_uniq_tagged_files); \
shoaib_ahmed 0:791a779d6220 819 shift; \
shoaib_ahmed 0:791a779d6220 820 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
shoaib_ahmed 0:791a779d6220 821 test -n "$$unique" || unique=$$empty_fix; \
shoaib_ahmed 0:791a779d6220 822 if test $$# -gt 0; then \
shoaib_ahmed 0:791a779d6220 823 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
shoaib_ahmed 0:791a779d6220 824 "$$@" $$unique; \
shoaib_ahmed 0:791a779d6220 825 else \
shoaib_ahmed 0:791a779d6220 826 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
shoaib_ahmed 0:791a779d6220 827 $$unique; \
shoaib_ahmed 0:791a779d6220 828 fi; \
shoaib_ahmed 0:791a779d6220 829 fi
shoaib_ahmed 0:791a779d6220 830 ctags: ctags-am
shoaib_ahmed 0:791a779d6220 831
shoaib_ahmed 0:791a779d6220 832 CTAGS: ctags
shoaib_ahmed 0:791a779d6220 833 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
shoaib_ahmed 0:791a779d6220 834 $(am__define_uniq_tagged_files); \
shoaib_ahmed 0:791a779d6220 835 test -z "$(CTAGS_ARGS)$$unique" \
shoaib_ahmed 0:791a779d6220 836 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
shoaib_ahmed 0:791a779d6220 837 $$unique
shoaib_ahmed 0:791a779d6220 838
shoaib_ahmed 0:791a779d6220 839 GTAGS:
shoaib_ahmed 0:791a779d6220 840 here=`$(am__cd) $(top_builddir) && pwd` \
shoaib_ahmed 0:791a779d6220 841 && $(am__cd) $(top_srcdir) \
shoaib_ahmed 0:791a779d6220 842 && gtags -i $(GTAGS_ARGS) "$$here"
shoaib_ahmed 0:791a779d6220 843 cscope: cscope.files
shoaib_ahmed 0:791a779d6220 844 test ! -s cscope.files \
shoaib_ahmed 0:791a779d6220 845 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
shoaib_ahmed 0:791a779d6220 846 clean-cscope:
shoaib_ahmed 0:791a779d6220 847 -rm -f cscope.files
shoaib_ahmed 0:791a779d6220 848 cscope.files: clean-cscope cscopelist
shoaib_ahmed 0:791a779d6220 849 cscopelist: cscopelist-am
shoaib_ahmed 0:791a779d6220 850
shoaib_ahmed 0:791a779d6220 851 cscopelist-am: $(am__tagged_files)
shoaib_ahmed 0:791a779d6220 852 list='$(am__tagged_files)'; \
shoaib_ahmed 0:791a779d6220 853 case "$(srcdir)" in \
shoaib_ahmed 0:791a779d6220 854 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
shoaib_ahmed 0:791a779d6220 855 *) sdir=$(subdir)/$(srcdir) ;; \
shoaib_ahmed 0:791a779d6220 856 esac; \
shoaib_ahmed 0:791a779d6220 857 for i in $$list; do \
shoaib_ahmed 0:791a779d6220 858 if test -f "$$i"; then \
shoaib_ahmed 0:791a779d6220 859 echo "$(subdir)/$$i"; \
shoaib_ahmed 0:791a779d6220 860 else \
shoaib_ahmed 0:791a779d6220 861 echo "$$sdir/$$i"; \
shoaib_ahmed 0:791a779d6220 862 fi; \
shoaib_ahmed 0:791a779d6220 863 done >> $(top_builddir)/cscope.files
shoaib_ahmed 0:791a779d6220 864
shoaib_ahmed 0:791a779d6220 865 distclean-tags:
shoaib_ahmed 0:791a779d6220 866 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
shoaib_ahmed 0:791a779d6220 867 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
shoaib_ahmed 0:791a779d6220 868 check-am: all-am
shoaib_ahmed 0:791a779d6220 869 $(MAKE) $(AM_MAKEFLAGS) check-local
shoaib_ahmed 0:791a779d6220 870 check: check-am
shoaib_ahmed 0:791a779d6220 871 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) \
shoaib_ahmed 0:791a779d6220 872 jconfig.h
shoaib_ahmed 0:791a779d6220 873 install-binPROGRAMS: install-libLTLIBRARIES
shoaib_ahmed 0:791a779d6220 874
shoaib_ahmed 0:791a779d6220 875 installdirs:
shoaib_ahmed 0:791a779d6220 876 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)"; do \
shoaib_ahmed 0:791a779d6220 877 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
shoaib_ahmed 0:791a779d6220 878 done
shoaib_ahmed 0:791a779d6220 879 install: install-am
shoaib_ahmed 0:791a779d6220 880 install-exec: install-exec-am
shoaib_ahmed 0:791a779d6220 881 install-data: install-data-am
shoaib_ahmed 0:791a779d6220 882 uninstall: uninstall-am
shoaib_ahmed 0:791a779d6220 883
shoaib_ahmed 0:791a779d6220 884 install-am: all-am
shoaib_ahmed 0:791a779d6220 885 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
shoaib_ahmed 0:791a779d6220 886
shoaib_ahmed 0:791a779d6220 887 installcheck: installcheck-am
shoaib_ahmed 0:791a779d6220 888 install-strip:
shoaib_ahmed 0:791a779d6220 889 if test -z '$(STRIP)'; then \
shoaib_ahmed 0:791a779d6220 890 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
shoaib_ahmed 0:791a779d6220 891 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
shoaib_ahmed 0:791a779d6220 892 install; \
shoaib_ahmed 0:791a779d6220 893 else \
shoaib_ahmed 0:791a779d6220 894 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
shoaib_ahmed 0:791a779d6220 895 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
shoaib_ahmed 0:791a779d6220 896 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
shoaib_ahmed 0:791a779d6220 897 fi
shoaib_ahmed 0:791a779d6220 898 mostlyclean-generic:
shoaib_ahmed 0:791a779d6220 899
shoaib_ahmed 0:791a779d6220 900 clean-generic:
shoaib_ahmed 0:791a779d6220 901 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
shoaib_ahmed 0:791a779d6220 902
shoaib_ahmed 0:791a779d6220 903 distclean-generic:
shoaib_ahmed 0:791a779d6220 904 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
shoaib_ahmed 0:791a779d6220 905 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
shoaib_ahmed 0:791a779d6220 906
shoaib_ahmed 0:791a779d6220 907 maintainer-clean-generic:
shoaib_ahmed 0:791a779d6220 908 @echo "This command is intended for maintainers to use"
shoaib_ahmed 0:791a779d6220 909 @echo "it deletes files that may require special tools to rebuild."
shoaib_ahmed 0:791a779d6220 910 clean: clean-am
shoaib_ahmed 0:791a779d6220 911
shoaib_ahmed 0:791a779d6220 912 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
shoaib_ahmed 0:791a779d6220 913 clean-libtool mostlyclean-am
shoaib_ahmed 0:791a779d6220 914
shoaib_ahmed 0:791a779d6220 915 distclean: distclean-am
shoaib_ahmed 0:791a779d6220 916 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
shoaib_ahmed 0:791a779d6220 917 -rm -rf ./$(DEPDIR)
shoaib_ahmed 0:791a779d6220 918 -rm -f Makefile
shoaib_ahmed 0:791a779d6220 919 distclean-am: clean-am distclean-compile distclean-generic \
shoaib_ahmed 0:791a779d6220 920 distclean-hdr distclean-libtool distclean-tags
shoaib_ahmed 0:791a779d6220 921
shoaib_ahmed 0:791a779d6220 922 dvi: dvi-am
shoaib_ahmed 0:791a779d6220 923
shoaib_ahmed 0:791a779d6220 924 dvi-am:
shoaib_ahmed 0:791a779d6220 925
shoaib_ahmed 0:791a779d6220 926 html: html-am
shoaib_ahmed 0:791a779d6220 927
shoaib_ahmed 0:791a779d6220 928 html-am:
shoaib_ahmed 0:791a779d6220 929
shoaib_ahmed 0:791a779d6220 930 info: info-am
shoaib_ahmed 0:791a779d6220 931
shoaib_ahmed 0:791a779d6220 932 info-am:
shoaib_ahmed 0:791a779d6220 933
shoaib_ahmed 0:791a779d6220 934 install-data-am: install-data-local install-includeHEADERS install-man
shoaib_ahmed 0:791a779d6220 935
shoaib_ahmed 0:791a779d6220 936 install-dvi: install-dvi-am
shoaib_ahmed 0:791a779d6220 937
shoaib_ahmed 0:791a779d6220 938 install-dvi-am:
shoaib_ahmed 0:791a779d6220 939
shoaib_ahmed 0:791a779d6220 940 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
shoaib_ahmed 0:791a779d6220 941
shoaib_ahmed 0:791a779d6220 942 install-html: install-html-am
shoaib_ahmed 0:791a779d6220 943
shoaib_ahmed 0:791a779d6220 944 install-html-am:
shoaib_ahmed 0:791a779d6220 945
shoaib_ahmed 0:791a779d6220 946 install-info: install-info-am
shoaib_ahmed 0:791a779d6220 947
shoaib_ahmed 0:791a779d6220 948 install-info-am:
shoaib_ahmed 0:791a779d6220 949
shoaib_ahmed 0:791a779d6220 950 install-man: install-man1
shoaib_ahmed 0:791a779d6220 951
shoaib_ahmed 0:791a779d6220 952 install-pdf: install-pdf-am
shoaib_ahmed 0:791a779d6220 953
shoaib_ahmed 0:791a779d6220 954 install-pdf-am:
shoaib_ahmed 0:791a779d6220 955
shoaib_ahmed 0:791a779d6220 956 install-ps: install-ps-am
shoaib_ahmed 0:791a779d6220 957
shoaib_ahmed 0:791a779d6220 958 install-ps-am:
shoaib_ahmed 0:791a779d6220 959
shoaib_ahmed 0:791a779d6220 960 installcheck-am:
shoaib_ahmed 0:791a779d6220 961
shoaib_ahmed 0:791a779d6220 962 maintainer-clean: maintainer-clean-am
shoaib_ahmed 0:791a779d6220 963 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
shoaib_ahmed 0:791a779d6220 964 -rm -rf $(top_srcdir)/autom4te.cache
shoaib_ahmed 0:791a779d6220 965 -rm -rf ./$(DEPDIR)
shoaib_ahmed 0:791a779d6220 966 -rm -f Makefile
shoaib_ahmed 0:791a779d6220 967 maintainer-clean-am: distclean-am maintainer-clean-generic
shoaib_ahmed 0:791a779d6220 968
shoaib_ahmed 0:791a779d6220 969 mostlyclean: mostlyclean-am
shoaib_ahmed 0:791a779d6220 970
shoaib_ahmed 0:791a779d6220 971 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
shoaib_ahmed 0:791a779d6220 972 mostlyclean-libtool
shoaib_ahmed 0:791a779d6220 973
shoaib_ahmed 0:791a779d6220 974 pdf: pdf-am
shoaib_ahmed 0:791a779d6220 975
shoaib_ahmed 0:791a779d6220 976 pdf-am:
shoaib_ahmed 0:791a779d6220 977
shoaib_ahmed 0:791a779d6220 978 ps: ps-am
shoaib_ahmed 0:791a779d6220 979
shoaib_ahmed 0:791a779d6220 980 ps-am:
shoaib_ahmed 0:791a779d6220 981
shoaib_ahmed 0:791a779d6220 982 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
shoaib_ahmed 0:791a779d6220 983 uninstall-libLTLIBRARIES uninstall-local uninstall-man
shoaib_ahmed 0:791a779d6220 984
shoaib_ahmed 0:791a779d6220 985 uninstall-man: uninstall-man1
shoaib_ahmed 0:791a779d6220 986
shoaib_ahmed 0:791a779d6220 987 .MAKE: all check-am install-am install-strip
shoaib_ahmed 0:791a779d6220 988
shoaib_ahmed 0:791a779d6220 989 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am \
shoaib_ahmed 0:791a779d6220 990 check-local clean clean-binPROGRAMS clean-cscope clean-generic \
shoaib_ahmed 0:791a779d6220 991 clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
shoaib_ahmed 0:791a779d6220 992 ctags-am distclean distclean-compile distclean-generic \
shoaib_ahmed 0:791a779d6220 993 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
shoaib_ahmed 0:791a779d6220 994 html-am info info-am install install-am install-binPROGRAMS \
shoaib_ahmed 0:791a779d6220 995 install-data install-data-am install-data-local install-dvi \
shoaib_ahmed 0:791a779d6220 996 install-dvi-am install-exec install-exec-am install-html \
shoaib_ahmed 0:791a779d6220 997 install-html-am install-includeHEADERS install-info \
shoaib_ahmed 0:791a779d6220 998 install-info-am install-libLTLIBRARIES install-man \
shoaib_ahmed 0:791a779d6220 999 install-man1 install-pdf install-pdf-am install-ps \
shoaib_ahmed 0:791a779d6220 1000 install-ps-am install-strip installcheck installcheck-am \
shoaib_ahmed 0:791a779d6220 1001 installdirs maintainer-clean maintainer-clean-generic \
shoaib_ahmed 0:791a779d6220 1002 mostlyclean mostlyclean-compile mostlyclean-generic \
shoaib_ahmed 0:791a779d6220 1003 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
shoaib_ahmed 0:791a779d6220 1004 uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS \
shoaib_ahmed 0:791a779d6220 1005 uninstall-libLTLIBRARIES uninstall-local uninstall-man \
shoaib_ahmed 0:791a779d6220 1006 uninstall-man1
shoaib_ahmed 0:791a779d6220 1007
shoaib_ahmed 0:791a779d6220 1008 .PRECIOUS: Makefile
shoaib_ahmed 0:791a779d6220 1009
shoaib_ahmed 0:791a779d6220 1010
shoaib_ahmed 0:791a779d6220 1011 # Install jconfig.h
shoaib_ahmed 0:791a779d6220 1012 install-data-local:
shoaib_ahmed 0:791a779d6220 1013 $(mkinstalldirs) $(DESTDIR)$(includedir)
shoaib_ahmed 0:791a779d6220 1014 $(INSTALL_HEADER) jconfig.h $(DESTDIR)$(includedir)/jconfig.h
shoaib_ahmed 0:791a779d6220 1015
shoaib_ahmed 0:791a779d6220 1016 # Uninstall jconfig.h
shoaib_ahmed 0:791a779d6220 1017 uninstall-local:
shoaib_ahmed 0:791a779d6220 1018 rm -f $(DESTDIR)$(includedir)/jconfig.h
shoaib_ahmed 0:791a779d6220 1019
shoaib_ahmed 0:791a779d6220 1020 # Run tests
shoaib_ahmed 0:791a779d6220 1021 test: check-local
shoaib_ahmed 0:791a779d6220 1022 check-local:
shoaib_ahmed 0:791a779d6220 1023 rm -f testout*
shoaib_ahmed 0:791a779d6220 1024 ./djpeg -dct int -ppm -outfile testout.ppm $(srcdir)/testorig.jpg
shoaib_ahmed 0:791a779d6220 1025 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp $(srcdir)/testorig.jpg
shoaib_ahmed 0:791a779d6220 1026 ./cjpeg -dct int -outfile testout.jpg $(srcdir)/testimg.ppm
shoaib_ahmed 0:791a779d6220 1027 ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg
shoaib_ahmed 0:791a779d6220 1028 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm
shoaib_ahmed 0:791a779d6220 1029 ./jpegtran -outfile testoutt.jpg $(srcdir)/testprog.jpg
shoaib_ahmed 0:791a779d6220 1030 cmp $(srcdir)/testimg.ppm testout.ppm
shoaib_ahmed 0:791a779d6220 1031 cmp $(srcdir)/testimg.bmp testout.bmp
shoaib_ahmed 0:791a779d6220 1032 cmp $(srcdir)/testimg.jpg testout.jpg
shoaib_ahmed 0:791a779d6220 1033 cmp $(srcdir)/testimg.ppm testoutp.ppm
shoaib_ahmed 0:791a779d6220 1034 cmp $(srcdir)/testimgp.jpg testoutp.jpg
shoaib_ahmed 0:791a779d6220 1035 cmp $(srcdir)/testorig.jpg testoutt.jpg
shoaib_ahmed 0:791a779d6220 1036
shoaib_ahmed 0:791a779d6220 1037 # Tell versions [3.59,3.63) of GNU make to not export all variables.
shoaib_ahmed 0:791a779d6220 1038 # Otherwise a system limit (for SysV at least) may be exceeded.
shoaib_ahmed 0:791a779d6220 1039 .NOEXPORT: