"Fossies" - the Fresh Open Source Software Archive 
Member "xtermset-0.5.2/Makefile.in" (20 Dec 2000, 11177 Bytes) of package /linux/misc/old/xtermset-0.5.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # Copyright (C) 2000 Breyten J. Ernsting <bje@dds.nl>
14 #
15 # This file is free software; as a special exception the author gives
16 # unlimited permission to copy and/or distribute it, with or without
17 # modifications, as long as this notice is preserved.
18 #
19 # This program is distributed in the hope that it will be useful, but
20 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
21 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
22
23
24 SHELL = @SHELL@
25
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 prefix = @prefix@
30 exec_prefix = @exec_prefix@
31
32 bindir = @bindir@
33 sbindir = @sbindir@
34 libexecdir = @libexecdir@
35 datadir = @datadir@
36 sysconfdir = @sysconfdir@
37 sharedstatedir = @sharedstatedir@
38 localstatedir = @localstatedir@
39 libdir = @libdir@
40 infodir = @infodir@
41 mandir = @mandir@
42 includedir = @includedir@
43 oldincludedir = /usr/include
44
45 DESTDIR =
46
47 pkgdatadir = $(datadir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50
51 top_builddir = .
52
53 ACLOCAL = @ACLOCAL@
54 AUTOCONF = @AUTOCONF@
55 AUTOMAKE = @AUTOMAKE@
56 AUTOHEADER = @AUTOHEADER@
57
58 INSTALL = @INSTALL@
59 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
60 INSTALL_DATA = @INSTALL_DATA@
61 INSTALL_SCRIPT = @INSTALL_SCRIPT@
62 transform = @program_transform_name@
63
64 NORMAL_INSTALL = :
65 PRE_INSTALL = :
66 POST_INSTALL = :
67 NORMAL_UNINSTALL = :
68 PRE_UNINSTALL = :
69 POST_UNINSTALL = :
70 CC = @CC@
71 MAKEINFO = @MAKEINFO@
72 PACKAGE = @PACKAGE@
73 VERSION = @VERSION@
74
75 EXTRA_DIST = reconf configure
76 SUBDIRS = m4 doc src
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_HEADER = config.h
80 CONFIG_CLEAN_FILES =
81 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
82 Makefile.am Makefile.in NEWS THANKS acconfig.h aclocal.m4 config.h.in \
83 configure configure.in install-sh missing mkinstalldirs
84
85
86 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
87
88 TAR = gtar
89 GZIP_ENV = --best
90 all: all-redirect
91 .SUFFIXES:
92 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
93 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
94
95 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
96 cd $(top_builddir) \
97 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
98
99 $(ACLOCAL_M4): configure.in
100 cd $(srcdir) && $(ACLOCAL)
101
102 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
103 $(SHELL) ./config.status --recheck
104 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
105 cd $(srcdir) && $(AUTOCONF)
106
107 config.h: stamp-h
108 @if test ! -f $@; then \
109 rm -f stamp-h; \
110 $(MAKE) stamp-h; \
111 else :; fi
112 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
113 cd $(top_builddir) \
114 && CONFIG_FILES= CONFIG_HEADERS=config.h \
115 $(SHELL) ./config.status
116 @echo timestamp > stamp-h 2> /dev/null
117 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
118 @if test ! -f $@; then \
119 rm -f $(srcdir)/stamp-h.in; \
120 $(MAKE) $(srcdir)/stamp-h.in; \
121 else :; fi
122 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
123 cd $(top_srcdir) && $(AUTOHEADER)
124 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
125
126 mostlyclean-hdr:
127
128 clean-hdr:
129
130 distclean-hdr:
131 -rm -f config.h
132
133 maintainer-clean-hdr:
134
135 # This directory's subdirectories are mostly independent; you can cd
136 # into them and run `make' without going through this Makefile.
137 # To change the values of `make' variables: instead of editing Makefiles,
138 # (1) if the variable is set in `config.status', edit `config.status'
139 # (which will cause the Makefiles to be regenerated when you run `make');
140 # (2) otherwise, pass the desired values on the `make' command line.
141
142 @SET_MAKE@
143
144 all-recursive install-data-recursive install-exec-recursive \
145 installdirs-recursive install-recursive uninstall-recursive \
146 check-recursive installcheck-recursive info-recursive dvi-recursive:
147 @set fnord $(MAKEFLAGS); amf=$$2; \
148 dot_seen=no; \
149 target=`echo $@ | sed s/-recursive//`; \
150 list='$(SUBDIRS)'; for subdir in $$list; do \
151 echo "Making $$target in $$subdir"; \
152 if test "$$subdir" = "."; then \
153 dot_seen=yes; \
154 local_target="$$target-am"; \
155 else \
156 local_target="$$target"; \
157 fi; \
158 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
159 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160 done; \
161 if test "$$dot_seen" = "no"; then \
162 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
163 fi; test -z "$$fail"
164
165 mostlyclean-recursive clean-recursive distclean-recursive \
166 maintainer-clean-recursive:
167 @set fnord $(MAKEFLAGS); amf=$$2; \
168 dot_seen=no; \
169 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
170 rev="$$subdir $$rev"; \
171 test "$$subdir" = "." && dot_seen=yes; \
172 done; \
173 test "$$dot_seen" = "no" && rev=". $$rev"; \
174 target=`echo $@ | sed s/-recursive//`; \
175 for subdir in $$rev; do \
176 echo "Making $$target in $$subdir"; \
177 if test "$$subdir" = "."; then \
178 local_target="$$target-am"; \
179 else \
180 local_target="$$target"; \
181 fi; \
182 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
183 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
184 done && test -z "$$fail"
185 tags-recursive:
186 list='$(SUBDIRS)'; for subdir in $$list; do \
187 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
188 done
189
190 tags: TAGS
191
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193 list='$(SOURCES) $(HEADERS)'; \
194 unique=`for i in $$list; do echo $$i; done | \
195 awk ' { files[$$0] = 1; } \
196 END { for (i in files) print i; }'`; \
197 here=`pwd` && cd $(srcdir) \
198 && mkid -f$$here/ID $$unique $(LISP)
199
200 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
201 tags=; \
202 here=`pwd`; \
203 list='$(SUBDIRS)'; for subdir in $$list; do \
204 if test "$$subdir" = .; then :; else \
205 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
206 fi; \
207 done; \
208 list='$(SOURCES) $(HEADERS)'; \
209 unique=`for i in $$list; do echo $$i; done | \
210 awk ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
212 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
213 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
214
215 mostlyclean-tags:
216
217 clean-tags:
218
219 distclean-tags:
220 -rm -f TAGS ID
221
222 maintainer-clean-tags:
223
224 distdir = $(PACKAGE)-$(VERSION)
225 top_distdir = $(distdir)
226
227 # This target untars the dist file and tries a VPATH configuration. Then
228 # it guarantees that the distribution is self-contained by making another
229 # tarfile.
230 distcheck: dist
231 -rm -rf $(distdir)
232 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
233 mkdir $(distdir)/=build
234 mkdir $(distdir)/=inst
235 dc_install_base=`cd $(distdir)/=inst && pwd`; \
236 cd $(distdir)/=build \
237 && ../configure --srcdir=.. --prefix=$$dc_install_base \
238 && $(MAKE) $(AM_MAKEFLAGS) \
239 && $(MAKE) $(AM_MAKEFLAGS) dvi \
240 && $(MAKE) $(AM_MAKEFLAGS) check \
241 && $(MAKE) $(AM_MAKEFLAGS) install \
242 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
243 && $(MAKE) $(AM_MAKEFLAGS) dist
244 -rm -rf $(distdir)
245 @banner="$(distdir).tar.gz is ready for distribution"; \
246 dashes=`echo "$$banner" | sed s/./=/g`; \
247 echo "$$dashes"; \
248 echo "$$banner"; \
249 echo "$$dashes"
250 dist: distdir
251 -chmod -R a+r $(distdir)
252 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
253 -rm -rf $(distdir)
254 dist-all: distdir
255 -chmod -R a+r $(distdir)
256 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
257 -rm -rf $(distdir)
258 distdir: $(DISTFILES)
259 -rm -rf $(distdir)
260 mkdir $(distdir)
261 -chmod 777 $(distdir)
262 @for file in $(DISTFILES); do \
263 d=$(srcdir); \
264 if test -d $$d/$$file; then \
265 cp -pr $$/$$file $(distdir)/$$file; \
266 else \
267 test -f $(distdir)/$$file \
268 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
269 || cp -p $$d/$$file $(distdir)/$$file || :; \
270 fi; \
271 done
272 for subdir in $(SUBDIRS); do \
273 if test "$$subdir" = .; then :; else \
274 test -d $(distdir)/$$subdir \
275 || mkdir $(distdir)/$$subdir \
276 || exit 1; \
277 chmod 777 $(distdir)/$$subdir; \
278 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
279 || exit 1; \
280 fi; \
281 done
282 info-am:
283 info: info-recursive
284 dvi-am:
285 dvi: dvi-recursive
286 check-am: all-am
287 check: check-recursive
288 installcheck-am:
289 installcheck: installcheck-recursive
290 all-recursive-am: config.h
291 $(MAKE) $(AM_MAKEFLAGS) all-recursive
292
293 install-exec-am:
294 install-exec: install-exec-recursive
295
296 install-data-am:
297 install-data: install-data-recursive
298
299 install-am: all-am
300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
301 install: install-recursive
302 uninstall-am:
303 uninstall: uninstall-recursive
304 all-am: Makefile config.h
305 all-redirect: all-recursive-am
306 install-strip:
307 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
308 installdirs: installdirs-recursive
309 installdirs-am:
310
311
312 mostlyclean-generic:
313
314 clean-generic:
315
316 distclean-generic:
317 -rm -f Makefile $(CONFIG_CLEAN_FILES)
318 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
319
320 maintainer-clean-generic:
321 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
322
323 mostlyclean: mostlyclean-recursive
324
325 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
326
327 clean: clean-recursive
328
329 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
330
331 distclean: distclean-recursive
332 -rm -f config.status
333
334 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
335 maintainer-clean-generic distclean-am
336 @echo "This command is intended for maintainers to use;"
337 @echo "it deletes files that may require special tools to rebuild."
338
339 maintainer-clean: maintainer-clean-recursive
340 -rm -f config.status
341
342 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
343 install-data-recursive uninstall-data-recursive install-exec-recursive \
344 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
345 all-recursive check-recursive installcheck-recursive info-recursive \
346 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
347 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
348 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
349 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
350 install-exec-am install-exec install-data-am install-data install-am \
351 install uninstall-am uninstall all-redirect all-am all installdirs-am \
352 installdirs mostlyclean-generic distclean-generic clean-generic \
353 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
354
355
356 # Tell versions [3.59,3.63) of GNU make to not export all variables.
357 # Otherwise a system limit (for SysV at least) may be exceeded.
358 .NOEXPORT: