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