* Add this nice filesystem testing tool that I've recently
[dragonfly.git] / contrib / bc / dc / Makefile.in
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
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 LEX = @LEX@
62 MAKEINFO = @MAKEINFO@
63 PACKAGE = @PACKAGE@
64 RANLIB = @RANLIB@
65 READLINELIB = @READLINELIB@
66 VERSION = @VERSION@
67 YACC = @YACC@
68
69 bin_PROGRAMS = dc
70
71 dc_SOURCES = dc.c misc.c eval.c stack.c array.c numeric.c string.c
72 noinst_HEADERS = dc.h dc-proto.h dc-regdef.h
73
74 INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../h
75 LDADD = ../lib/libbc.a
76
77 MAINTAINERCLEANFILES = Makefile.in
78
79 CFLAGS = @CFLAGS@ -Wall -funsigned-char
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_HEADER = ../config.h
82 CONFIG_CLEAN_FILES = 
83 PROGRAMS =  $(bin_PROGRAMS)
84
85
86 DEFS = @DEFS@ -I. -I$(srcdir) -I..
87 CPPFLAGS = @CPPFLAGS@
88 LDFLAGS = @LDFLAGS@
89 LIBS = @LIBS@
90 dc_OBJECTS =  dc.o misc.o eval.o stack.o array.o numeric.o string.o
91 dc_LDADD = $(LDADD)
92 dc_DEPENDENCIES =  ../lib/libbc.a
93 dc_LDFLAGS = 
94 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
97 HEADERS =  $(noinst_HEADERS)
98
99 DIST_COMMON =  Makefile.am Makefile.in
100
101
102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103
104 TAR = tar
105 GZIP_ENV = --best
106 SOURCES = $(dc_SOURCES)
107 OBJECTS = $(dc_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 dc/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 dc: $(dc_OBJECTS) $(dc_DEPENDENCIES)
165         @rm -f dc
166         $(LINK) $(dc_LDFLAGS) $(dc_OBJECTS) $(dc_LDADD) $(LIBS)
167
168 tags: TAGS
169
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171         list='$(SOURCES) $(HEADERS)'; \
172         unique=`for i in $$list; do echo $$i; done | \
173           awk '    { files[$$0] = 1; } \
174                END { for (i in files) print i; }'`; \
175         here=`pwd` && cd $(srcdir) \
176           && mkid -f$$here/ID $$unique $(LISP)
177
178 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
179         tags=; \
180         here=`pwd`; \
181         list='$(SOURCES) $(HEADERS)'; \
182         unique=`for i in $$list; do echo $$i; done | \
183           awk '    { files[$$0] = 1; } \
184                END { for (i in files) print i; }'`; \
185         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
186           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
187
188 mostlyclean-tags:
189
190 clean-tags:
191
192 distclean-tags:
193         -rm -f TAGS ID
194
195 maintainer-clean-tags:
196
197 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
198
199 subdir = dc
200
201 distdir: $(DISTFILES)
202         @for file in $(DISTFILES); do \
203           d=$(srcdir); \
204           if test -d $$d/$$file; then \
205             cp -pr $$/$$file $(distdir)/$$file; \
206           else \
207             test -f $(distdir)/$$file \
208             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
209             || cp -p $$d/$$file $(distdir)/$$file || :; \
210           fi; \
211         done
212 array.o: array.c ../config.h dc.h dc-proto.h dc-regdef.h
213 dc.o: dc.c ../config.h ../h/getopt.h dc.h dc-proto.h
214 eval.o: eval.c ../config.h dc.h dc-proto.h
215 misc.o: misc.c ../config.h ../h/getopt.h dc.h dc-proto.h
216 numeric.o: numeric.c ../config.h ../h/number.h dc.h dc-proto.h
217 stack.o: stack.c ../config.h dc.h dc-proto.h dc-regdef.h
218 string.o: string.c ../config.h dc.h dc-proto.h
219
220 info-am:
221 info: info-am
222 dvi-am:
223 dvi: dvi-am
224 check-am: all-am
225 check: check-am
226 installcheck-am:
227 installcheck: installcheck-am
228 install-exec-am: install-binPROGRAMS
229 install-exec: install-exec-am
230
231 install-data-am:
232 install-data: install-data-am
233
234 install-am: all-am
235         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
236 install: install-am
237 uninstall-am: uninstall-binPROGRAMS
238 uninstall: uninstall-am
239 all-am: Makefile $(PROGRAMS) $(HEADERS)
240 all-redirect: all-am
241 install-strip:
242         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
243 installdirs:
244         $(mkinstalldirs)  $(DESTDIR)$(bindir)
245
246
247 mostlyclean-generic:
248
249 clean-generic:
250
251 distclean-generic:
252         -rm -f Makefile $(CONFIG_CLEAN_FILES)
253         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
254
255 maintainer-clean-generic:
256         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
257 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
258                 mostlyclean-tags mostlyclean-generic
259
260 mostlyclean: mostlyclean-am
261
262 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
263                 mostlyclean-am
264
265 clean: clean-am
266
267 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
268                 distclean-generic clean-am
269
270 distclean: distclean-am
271
272 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
273                 maintainer-clean-compile maintainer-clean-tags \
274                 maintainer-clean-generic distclean-am
275         @echo "This command is intended for maintainers to use;"
276         @echo "it deletes files that may require special tools to rebuild."
277
278 maintainer-clean: maintainer-clean-am
279
280 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
281 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
282 mostlyclean-compile distclean-compile clean-compile \
283 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
284 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
285 check-am installcheck-am installcheck install-exec-am install-exec \
286 install-data-am install-data install-am install uninstall-am uninstall \
287 all-redirect all-am all installdirs mostlyclean-generic \
288 distclean-generic clean-generic maintainer-clean-generic clean \
289 mostlyclean distclean maintainer-clean
290
291
292 $(PROGRAMS): $(LDADD)
293
294 # Tell versions [3.59,3.63) of GNU make to not export all variables.
295 # Otherwise a system limit (for SysV at least) may be exceeded.
296 .NOEXPORT: