"Fossies" - the Fresh Open Source Software Archive 
Member "xtermset-0.5.2/m4/Makefile.in" (20 Dec 2000, 5582 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 # Install m4 macros in this directory
24
25
26 SHELL = @SHELL@
27
28 srcdir = @srcdir@
29 top_srcdir = @top_srcdir@
30 VPATH = @srcdir@
31 prefix = @prefix@
32 exec_prefix = @exec_prefix@
33
34 bindir = @bindir@
35 sbindir = @sbindir@
36 libexecdir = @libexecdir@
37 datadir = @datadir@
38 sysconfdir = @sysconfdir@
39 sharedstatedir = @sharedstatedir@
40 localstatedir = @localstatedir@
41 libdir = @libdir@
42 infodir = @infodir@
43 mandir = @mandir@
44 includedir = @includedir@
45 oldincludedir = /usr/include
46
47 DESTDIR =
48
49 pkgdatadir = $(datadir)/@PACKAGE@
50 pkglibdir = $(libdir)/@PACKAGE@
51 pkgincludedir = $(includedir)/@PACKAGE@
52
53 top_builddir = ..
54
55 ACLOCAL = @ACLOCAL@
56 AUTOCONF = @AUTOCONF@
57 AUTOMAKE = @AUTOMAKE@
58 AUTOHEADER = @AUTOHEADER@
59
60 INSTALL = @INSTALL@
61 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
62 INSTALL_DATA = @INSTALL_DATA@
63 INSTALL_SCRIPT = @INSTALL_SCRIPT@
64 transform = @program_transform_name@
65
66 NORMAL_INSTALL = :
67 PRE_INSTALL = :
68 POST_INSTALL = :
69 NORMAL_UNINSTALL = :
70 PRE_UNINSTALL = :
71 POST_UNINSTALL = :
72 CC = @CC@
73 MAKEINFO = @MAKEINFO@
74 PACKAGE = @PACKAGE@
75 VERSION = @VERSION@
76
77 m4datadir = $(datadir)/aclocal
78
79 # List your m4 macros here
80 m4macros =
81
82 # The following is boilerplate
83 m4data_DATA = $(m4macros)
84 EXTRA_DIST = $(m4data_DATA)
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = ../config.h
87 CONFIG_CLEAN_FILES =
88 DATA = $(m4data_DATA)
89
90 DIST_COMMON = Makefile.am Makefile.in
91
92
93 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
94
95 TAR = gtar
96 GZIP_ENV = --best
97 all: all-redirect
98 .SUFFIXES:
99 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
100 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps m4/Makefile
101
102 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
103 cd $(top_builddir) \
104 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
105
106
107 install-m4dataDATA: $(m4data_DATA)
108 @$(NORMAL_INSTALL)
109 $(mkinstalldirs) $(DESTDIR)$(m4datadir)
110 @list='$(m4data_DATA)'; for p in $$list; do \
111 if test -f $(srcdir)/$$p; then \
112 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
113 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
114 else if test -f $$p; then \
115 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
116 $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
117 fi; fi; \
118 done
119
120 uninstall-m4dataDATA:
121 @$(NORMAL_UNINSTALL)
122 list='$(m4data_DATA)'; for p in $$list; do \
123 rm -f $(DESTDIR)$(m4datadir)/$$p; \
124 done
125 tags: TAGS
126 TAGS:
127
128
129 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
130
131 subdir = m4
132
133 distdir: $(DISTFILES)
134 @for file in $(DISTFILES); do \
135 d=$(srcdir); \
136 if test -d $$d/$$file; then \
137 cp -pr $$/$$file $(distdir)/$$file; \
138 else \
139 test -f $(distdir)/$$file \
140 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
141 || cp -p $$d/$$file $(distdir)/$$file || :; \
142 fi; \
143 done
144 info-am:
145 info: info-am
146 dvi-am:
147 dvi: dvi-am
148 check-am: all-am
149 check: check-am
150 installcheck-am:
151 installcheck: installcheck-am
152 install-exec-am:
153 install-exec: install-exec-am
154
155 install-data-am: install-m4dataDATA
156 install-data: install-data-am
157
158 install-am: all-am
159 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
160 install: install-am
161 uninstall-am: uninstall-m4dataDATA
162 uninstall: uninstall-am
163 all-am: Makefile $(DATA)
164 all-redirect: all-am
165 install-strip:
166 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
167 installdirs:
168 $(mkinstalldirs) $(DESTDIR)$(m4datadir)
169
170
171 mostlyclean-generic:
172
173 clean-generic:
174
175 distclean-generic:
176 -rm -f Makefile $(CONFIG_CLEAN_FILES)
177 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
178
179 maintainer-clean-generic:
180 mostlyclean-am: mostlyclean-generic
181
182 mostlyclean: mostlyclean-am
183
184 clean-am: clean-generic mostlyclean-am
185
186 clean: clean-am
187
188 distclean-am: distclean-generic clean-am
189
190 distclean: distclean-am
191
192 maintainer-clean-am: maintainer-clean-generic distclean-am
193 @echo "This command is intended for maintainers to use;"
194 @echo "it deletes files that may require special tools to rebuild."
195
196 maintainer-clean: maintainer-clean-am
197
198 .PHONY: uninstall-m4dataDATA install-m4dataDATA tags distdir info-am \
199 info dvi-am dvi check check-am installcheck-am installcheck \
200 install-exec-am install-exec install-data-am install-data install-am \
201 install uninstall-am uninstall all-redirect all-am all installdirs \
202 mostlyclean-generic distclean-generic clean-generic \
203 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
204
205
206 # Tell versions [3.59,3.63) of GNU make to not export all variables.
207 # Otherwise a system limit (for SysV at least) may be exceeded.
208 .NOEXPORT: