"Fossies" - the Fresh Open Source Software Archive 
Member "xtermset-0.5.2/doc/Makefile.in" (20 Dec 2000, 7101 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 = xtermset.1 terms.5
76 man_MANS = xtermset.1 terms.5
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_HEADER = ../config.h
79 CONFIG_CLEAN_FILES =
80 man1dir = $(mandir)/man1
81 man5dir = $(mandir)/man5
82 MANS = $(man_MANS)
83
84 NROFF = nroff
85 DIST_COMMON = Makefile.am Makefile.in
86
87
88 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
89
90 TAR = gtar
91 GZIP_ENV = --best
92 all: all-redirect
93 .SUFFIXES:
94 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
95 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
96
97 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
98 cd $(top_builddir) \
99 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
100
101
102 install-man1:
103 $(mkinstalldirs) $(DESTDIR)$(man1dir)
104 @list='$(man1_MANS)'; \
105 l2='$(man_MANS)'; for i in $$l2; do \
106 case "$$i" in \
107 *.1*) list="$$list $$i" ;; \
108 esac; \
109 done; \
110 for i in $$list; do \
111 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
112 else file=$$i; fi; \
113 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
114 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
115 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
116 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
117 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
118 done
119
120 uninstall-man1:
121 @list='$(man1_MANS)'; \
122 l2='$(man_MANS)'; for i in $$l2; do \
123 case "$$i" in \
124 *.1*) list="$$list $$i" ;; \
125 esac; \
126 done; \
127 for i in $$list; do \
128 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
129 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
130 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
131 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
132 rm -f $(DESTDIR)$(man1dir)/$$inst; \
133 done
134
135 install-man5:
136 $(mkinstalldirs) $(DESTDIR)$(man5dir)
137 @list='$(man5_MANS)'; \
138 l2='$(man_MANS)'; for i in $$l2; do \
139 case "$$i" in \
140 *.5*) list="$$list $$i" ;; \
141 esac; \
142 done; \
143 for i in $$list; do \
144 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
145 else file=$$i; fi; \
146 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
147 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
148 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
149 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \
150 $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \
151 done
152
153 uninstall-man5:
154 @list='$(man5_MANS)'; \
155 l2='$(man_MANS)'; for i in $$l2; do \
156 case "$$i" in \
157 *.5*) list="$$list $$i" ;; \
158 esac; \
159 done; \
160 for i in $$list; do \
161 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
162 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
163 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
164 echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \
165 rm -f $(DESTDIR)$(man5dir)/$$inst; \
166 done
167 install-man: $(MANS)
168 @$(NORMAL_INSTALL)
169 $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5
170 uninstall-man:
171 @$(NORMAL_UNINSTALL)
172 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5
173 tags: TAGS
174 TAGS:
175
176
177 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
178
179 subdir = doc
180
181 distdir: $(DISTFILES)
182 @for file in $(DISTFILES); do \
183 d=$(srcdir); \
184 if test -d $$d/$$file; then \
185 cp -pr $$/$$file $(distdir)/$$file; \
186 else \
187 test -f $(distdir)/$$file \
188 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
189 || cp -p $$d/$$file $(distdir)/$$file || :; \
190 fi; \
191 done
192 info-am:
193 info: info-am
194 dvi-am:
195 dvi: dvi-am
196 check-am: all-am
197 check: check-am
198 installcheck-am:
199 installcheck: installcheck-am
200 install-exec-am:
201 install-exec: install-exec-am
202
203 install-data-am: install-man
204 install-data: install-data-am
205
206 install-am: all-am
207 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
208 install: install-am
209 uninstall-am: uninstall-man
210 uninstall: uninstall-am
211 all-am: Makefile $(MANS)
212 all-redirect: all-am
213 install-strip:
214 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
215 installdirs:
216 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
217
218
219 mostlyclean-generic:
220
221 clean-generic:
222
223 distclean-generic:
224 -rm -f Makefile $(CONFIG_CLEAN_FILES)
225 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
226
227 maintainer-clean-generic:
228 mostlyclean-am: mostlyclean-generic
229
230 mostlyclean: mostlyclean-am
231
232 clean-am: clean-generic mostlyclean-am
233
234 clean: clean-am
235
236 distclean-am: distclean-generic clean-am
237
238 distclean: distclean-am
239
240 maintainer-clean-am: maintainer-clean-generic distclean-am
241 @echo "This command is intended for maintainers to use;"
242 @echo "it deletes files that may require special tools to rebuild."
243
244 maintainer-clean: maintainer-clean-am
245
246 .PHONY: install-man1 uninstall-man1 install-man5 uninstall-man5 \
247 install-man uninstall-man tags distdir info-am info dvi-am dvi check \
248 check-am installcheck-am installcheck install-exec-am install-exec \
249 install-data-am install-data install-am install uninstall-am uninstall \
250 all-redirect all-am all installdirs mostlyclean-generic \
251 distclean-generic clean-generic maintainer-clean-generic clean \
252 mostlyclean distclean maintainer-clean
253
254
255 # Tell versions [3.59,3.63) of GNU make to not export all variables.
256 # Otherwise a system limit (for SysV at least) may be exceeded.
257 .NOEXPORT: