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