]> cygwin.com Git - cygwin-apps/cygutils.git/blame - src/Makefile.in
Add col; regenerate autofiles
[cygwin-apps/cygutils.git] / src / Makefile.in
CommitLineData
ad412770 1# Makefile.in generated by automake 1.6.1 from Makefile.am.
13a7ef4c 2# @configure_input@
6cc111d5 3
13a7ef4c 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
6cc111d5
CW
5# Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
6cc111d5
CW
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
13a7ef4c 46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
6cc111d5
CW
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
13a7ef4c
CW
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
6cc111d5
CW
52INSTALL_SCRIPT = @INSTALL_SCRIPT@
53INSTALL_HEADER = $(INSTALL_DATA)
54transform = @program_transform_name@
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
13a7ef4c
CW
61
62EXEEXT = @EXEEXT@
63OBJEXT = @OBJEXT@
64PATH_SEPARATOR = @PATH_SEPARATOR@
6cc111d5
CW
65AMTAR = @AMTAR@
66AWK = @AWK@
67CC = @CC@
68DEPDIR = @DEPDIR@
6cc111d5
CW
69INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70MAINT = @MAINT@
6cc111d5 71PACKAGE = @PACKAGE@
13a7ef4c 72STRIP = @STRIP@
6cc111d5
CW
73VERSION = @VERSION@
74am__include = @am__include@
75am__quote = @am__quote@
76install_sh = @install_sh@
77
78SUBDIRS = \
79 ascii \
80 banner \
81 cal \
82 clip \
ad412770 83 col \
6cc111d5
CW
84 conv \
85 ddate \
86 dump \
87 ipc \
88 last \
89 lpr \
90 mkshortcut \
91 namei \
13a7ef4c
CW
92 realpath \
93 cygstart
6cc111d5
CW
94
95subdir = src
96mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99DIST_SOURCES =
100
101RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
102 uninstall-info-recursive all-recursive install-data-recursive \
103 install-exec-recursive installdirs-recursive install-recursive \
104 uninstall-recursive check-recursive installcheck-recursive
105DIST_COMMON = Makefile.am Makefile.in
106DIST_SUBDIRS = $(SUBDIRS)
107all: all-recursive
108
109.SUFFIXES:
110$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
111 cd $(top_srcdir) && \
112 $(AUTOMAKE) --gnu src/Makefile
113Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
13a7ef4c 114 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
6cc111d5
CW
115uninstall-info-am:
116
117# This directory's subdirectories are mostly independent; you can cd
118# into them and run `make' without going through this Makefile.
119# To change the values of `make' variables: instead of editing Makefiles,
120# (1) if the variable is set in `config.status', edit `config.status'
121# (which will cause the Makefiles to be regenerated when you run `make');
122# (2) otherwise, pass the desired values on the `make' command line.
123$(RECURSIVE_TARGETS):
ad412770 124 @set fnord $$MAKEFLAGS; amf=$$2; \
6cc111d5
CW
125 dot_seen=no; \
126 target=`echo $@ | sed s/-recursive//`; \
127 list='$(SUBDIRS)'; for subdir in $$list; do \
128 echo "Making $$target in $$subdir"; \
129 if test "$$subdir" = "."; then \
130 dot_seen=yes; \
131 local_target="$$target-am"; \
132 else \
133 local_target="$$target"; \
134 fi; \
135 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
136 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
137 done; \
138 if test "$$dot_seen" = "no"; then \
139 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
140 fi; test -z "$$fail"
141
142mostlyclean-recursive clean-recursive distclean-recursive \
143maintainer-clean-recursive:
ad412770 144 @set fnord $$MAKEFLAGS; amf=$$2; \
6cc111d5
CW
145 dot_seen=no; \
146 case "$@" in \
147 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
148 *) list='$(SUBDIRS)' ;; \
149 esac; \
150 rev=''; for subdir in $$list; do \
151 if test "$$subdir" = "."; then :; else \
152 rev="$$subdir $$rev"; \
153 fi; \
154 done; \
155 rev="$$rev ."; \
156 target=`echo $@ | sed s/-recursive//`; \
157 for subdir in $$rev; do \
158 echo "Making $$target in $$subdir"; \
159 if test "$$subdir" = "."; then \
160 local_target="$$target-am"; \
161 else \
162 local_target="$$target"; \
163 fi; \
164 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
165 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166 done && test -z "$$fail"
167tags-recursive:
168 list='$(SUBDIRS)'; for subdir in $$list; do \
169 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
170 done
171
13a7ef4c
CW
172ETAGS = etags
173ETAGSFLAGS =
174
6cc111d5
CW
175tags: TAGS
176
177ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
13a7ef4c 178 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
6cc111d5
CW
179 unique=`for i in $$list; do \
180 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181 done | \
182 $(AWK) ' { files[$$0] = 1; } \
183 END { for (i in files) print i; }'`; \
13a7ef4c 184 mkid -fID $$unique
6cc111d5
CW
185
186TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
187 $(TAGS_FILES) $(LISP)
188 tags=; \
189 here=`pwd`; \
190 list='$(SUBDIRS)'; for subdir in $$list; do \
191 if test "$$subdir" = .; then :; else \
192 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
193 fi; \
194 done; \
13a7ef4c 195 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
6cc111d5
CW
196 unique=`for i in $$list; do \
197 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198 done | \
199 $(AWK) ' { files[$$0] = 1; } \
200 END { for (i in files) print i; }'`; \
13a7ef4c
CW
201 test -z "$(ETAGS_ARGS)$$tags$$unique" \
202 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
203 $$tags $$unique
6cc111d5
CW
204
205GTAGS:
13a7ef4c 206 here=`$(am__cd) $(top_builddir) && pwd` \
6cc111d5
CW
207 && cd $(top_srcdir) \
208 && gtags -i $(GTAGS_ARGS) $$here
209
210distclean-tags:
211 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
6cc111d5
CW
212DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213
214top_distdir = ..
215distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
216
217distdir: $(DISTFILES)
218 @for file in $(DISTFILES); do \
13a7ef4c 219 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
6cc111d5
CW
220 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
221 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
13a7ef4c
CW
222 dir="/$$dir"; \
223 $(mkinstalldirs) "$(distdir)$$dir"; \
224 else \
225 dir=''; \
6cc111d5
CW
226 fi; \
227 if test -d $$d/$$file; then \
ad412770
CW
228 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
229 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
230 fi; \
231 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
6cc111d5
CW
232 else \
233 test -f $(distdir)/$$file \
234 || cp -p $$d/$$file $(distdir)/$$file \
235 || exit 1; \
236 fi; \
237 done
13a7ef4c 238 list='$(SUBDIRS)'; for subdir in $$list; do \
6cc111d5
CW
239 if test "$$subdir" = .; then :; else \
240 test -d $(distdir)/$$subdir \
241 || mkdir $(distdir)/$$subdir \
242 || exit 1; \
243 (cd $$subdir && \
244 $(MAKE) $(AM_MAKEFLAGS) \
245 top_distdir="$(top_distdir)" \
246 distdir=../$(distdir)/$$subdir \
247 distdir) \
248 || exit 1; \
249 fi; \
250 done
251check-am: all-am
252check: check-recursive
253all-am: Makefile
254installdirs: installdirs-recursive
255installdirs-am:
256
257install: install-recursive
258install-exec: install-exec-recursive
259install-data: install-data-recursive
260uninstall: uninstall-recursive
261
262install-am: all-am
263 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
264
265installcheck: installcheck-recursive
266install-strip:
267 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
13a7ef4c 268 INSTALL_STRIP_FLAG=-s \
6cc111d5
CW
269 `test -z '$(STRIP)' || \
270 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
271mostlyclean-generic:
272
273clean-generic:
274
275distclean-generic:
276 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
277
278maintainer-clean-generic:
279 @echo "This command is intended for maintainers to use"
280 @echo "it deletes files that may require special tools to rebuild."
281clean: clean-recursive
282
283clean-am: clean-generic mostlyclean-am
284
285distclean: distclean-recursive
286
287distclean-am: clean-am distclean-generic distclean-tags
288
289dvi: dvi-recursive
290
291dvi-am:
292
293info: info-recursive
294
295info-am:
296
297install-data-am:
298
299install-exec-am:
300
301install-info: install-info-recursive
302
303install-man:
304
305installcheck-am:
306
307maintainer-clean: maintainer-clean-recursive
308
309maintainer-clean-am: distclean-am maintainer-clean-generic
310
311mostlyclean: mostlyclean-recursive
312
313mostlyclean-am: mostlyclean-generic
314
315uninstall-am: uninstall-info-am
316
317uninstall-info: uninstall-info-recursive
318
319.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
320 clean-generic clean-recursive distclean distclean-generic \
321 distclean-recursive distclean-tags distdir dvi dvi-am \
322 dvi-recursive info info-am info-recursive install install-am \
323 install-data install-data-am install-data-recursive \
324 install-exec install-exec-am install-exec-recursive \
325 install-info install-info-am install-info-recursive install-man \
326 install-recursive install-strip installcheck installcheck-am \
327 installdirs installdirs-am installdirs-recursive \
328 maintainer-clean maintainer-clean-generic \
329 maintainer-clean-recursive mostlyclean mostlyclean-generic \
330 mostlyclean-recursive tags tags-recursive uninstall \
331 uninstall-am uninstall-info-am uninstall-info-recursive \
332 uninstall-recursive
333
334# Tell versions [3.59,3.63) of GNU make to not export all variables.
335# Otherwise a system limit (for SysV at least) may be exceeded.
336.NOEXPORT:
This page took 0.056044 seconds and 5 git commands to generate.