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