"Fossies" - the Fresh Open Source Software Archive 
Member "xtermset-0.5.2/src/Makefile.in" (20 Dec 2000, 8528 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.h terms
76 bin_PROGRAMS = xtermset
77 xtermset_SOURCES = xtermset.c arguments.c term.c
78 pkgdata_DATA = terms
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../config.h
81 CONFIG_CLEAN_FILES =
82 PROGRAMS = $(bin_PROGRAMS)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) -I..
86 CPPFLAGS = @CPPFLAGS@
87 LDFLAGS = @LDFLAGS@
88 LIBS = @LIBS@
89 xtermset_OBJECTS = xtermset.o arguments.o term.o
90 xtermset_LDADD = $(LDADD)
91 xtermset_DEPENDENCIES =
92 xtermset_LDFLAGS =
93 CFLAGS = @CFLAGS@
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97 DATA = $(pkgdata_DATA)
98
99 DIST_COMMON = Makefile.am Makefile.in
100
101
102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104 TAR = gtar
105 GZIP_ENV = --best
106 SOURCES = $(xtermset_SOURCES)
107 OBJECTS = $(xtermset_OBJECTS)
108
109 all: all-redirect
110 .SUFFIXES:
111 .SUFFIXES: .S .c .o .s
112 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
113 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
114
115 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
116 cd $(top_builddir) \
117 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118
119
120 mostlyclean-binPROGRAMS:
121
122 clean-binPROGRAMS:
123 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
124
125 distclean-binPROGRAMS:
126
127 maintainer-clean-binPROGRAMS:
128
129 install-binPROGRAMS: $(bin_PROGRAMS)
130 @$(NORMAL_INSTALL)
131 $(mkinstalldirs) $(DESTDIR)$(bindir)
132 @list='$(bin_PROGRAMS)'; for p in $$list; do \
133 if test -f $$p; then \
134 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
135 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
136 else :; fi; \
137 done
138
139 uninstall-binPROGRAMS:
140 @$(NORMAL_UNINSTALL)
141 list='$(bin_PROGRAMS)'; for p in $$list; do \
142 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
143 done
144
145 .c.o:
146 $(COMPILE) -c $<
147
148 .s.o:
149 $(COMPILE) -c $<
150
151 .S.o:
152 $(COMPILE) -c $<
153
154 mostlyclean-compile:
155 -rm -f *.o core *.core
156
157 clean-compile:
158
159 distclean-compile:
160 -rm -f *.tab.c
161
162 maintainer-clean-compile:
163
164 xtermset: $(xtermset_OBJECTS) $(xtermset_DEPENDENCIES)
165 @rm -f xtermset
166 $(LINK) $(xtermset_LDFLAGS) $(xtermset_OBJECTS) $(xtermset_LDADD) $(LIBS)
167
168 install-pkgdataDATA: $(pkgdata_DATA)
169 @$(NORMAL_INSTALL)
170 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
171 @list='$(pkgdata_DATA)'; for p in $$list; do \
172 if test -f $(srcdir)/$$p; then \
173 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
174 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
175 else if test -f $$p; then \
176 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
177 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
178 fi; fi; \
179 done
180
181 uninstall-pkgdataDATA:
182 @$(NORMAL_UNINSTALL)
183 list='$(pkgdata_DATA)'; for p in $$list; do \
184 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
185 done
186
187 tags: TAGS
188
189 ID: $(HEADERS) $(SOURCES) $(LISP)
190 list='$(SOURCES) $(HEADERS)'; \
191 unique=`for i in $$list; do echo $$i; done | \
192 awk ' { files[$$0] = 1; } \
193 END { for (i in files) print i; }'`; \
194 here=`pwd` && cd $(srcdir) \
195 && mkid -f$$here/ID $$unique $(LISP)
196
197 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
198 tags=; \
199 here=`pwd`; \
200 list='$(SOURCES) $(HEADERS)'; \
201 unique=`for i in $$list; do echo $$i; done | \
202 awk ' { files[$$0] = 1; } \
203 END { for (i in files) print i; }'`; \
204 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
205 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
206
207 mostlyclean-tags:
208
209 clean-tags:
210
211 distclean-tags:
212 -rm -f TAGS ID
213
214 maintainer-clean-tags:
215
216 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
217
218 subdir = src
219
220 distdir: $(DISTFILES)
221 @for file in $(DISTFILES); do \
222 d=$(srcdir); \
223 if test -d $$d/$$file; then \
224 cp -pr $$/$$file $(distdir)/$$file; \
225 else \
226 test -f $(distdir)/$$file \
227 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
228 || cp -p $$d/$$file $(distdir)/$$file || :; \
229 fi; \
230 done
231 info-am:
232 info: info-am
233 dvi-am:
234 dvi: dvi-am
235 check-am: all-am
236 check: check-am
237 installcheck-am:
238 installcheck: installcheck-am
239 install-exec-am: install-binPROGRAMS
240 install-exec: install-exec-am
241
242 install-data-am: install-pkgdataDATA
243 install-data: install-data-am
244
245 install-am: all-am
246 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
247 install: install-am
248 uninstall-am: uninstall-binPROGRAMS uninstall-pkgdataDATA
249 uninstall: uninstall-am
250 all-am: Makefile $(PROGRAMS) $(DATA)
251 all-redirect: all-am
252 install-strip:
253 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
254 installdirs:
255 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
256
257
258 mostlyclean-generic:
259
260 clean-generic:
261
262 distclean-generic:
263 -rm -f Makefile $(CONFIG_CLEAN_FILES)
264 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
265
266 maintainer-clean-generic:
267 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
268 mostlyclean-tags mostlyclean-generic
269
270 mostlyclean: mostlyclean-am
271
272 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
273 mostlyclean-am
274
275 clean: clean-am
276
277 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
278 distclean-generic clean-am
279
280 distclean: distclean-am
281
282 maintainer-clean-am: maintainer-clean-binPROGRAMS \
283 maintainer-clean-compile maintainer-clean-tags \
284 maintainer-clean-generic distclean-am
285 @echo "This command is intended for maintainers to use;"
286 @echo "it deletes files that may require special tools to rebuild."
287
288 maintainer-clean: maintainer-clean-am
289
290 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
291 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
292 mostlyclean-compile distclean-compile clean-compile \
293 maintainer-clean-compile uninstall-pkgdataDATA install-pkgdataDATA tags \
294 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
295 distdir info-am info dvi-am dvi check check-am installcheck-am \
296 installcheck install-exec-am install-exec install-data-am install-data \
297 install-am install uninstall-am uninstall all-redirect all-am all \
298 installdirs mostlyclean-generic distclean-generic clean-generic \
299 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
300
301
302 # Tell versions [3.59,3.63) of GNU make to not export all variables.
303 # Otherwise a system limit (for SysV at least) may be exceeded.
304 .NOEXPORT: