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