~ubuntu-branches/ubuntu/maverick/bc/maverick

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2002-04-13 11:33:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020413113349-hl2r1t730b91ov68
Tags: upstream-1.06
ImportĀ upstreamĀ versionĀ 1.06

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
noinst_LIBRARIES = libbc.a
 
70
 
 
71
INCLUDES = -I. -I.. -I$(srcdir)/../h
 
72
 
 
73
libbc_a_SOURCES = getopt.c getopt1.c vfprintf.c number.c
 
74
 
 
75
DEFS = @DEFS@ $(DEFSADD)
 
76
 
 
77
CFLAGS = @CFLAGS@ -Wall -funsigned-char
 
78
 
 
79
MAINTAINERCLEANFILES = Makefile.in number.c
 
80
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
81
CONFIG_HEADER = ../config.h
 
82
CONFIG_CLEAN_FILES = 
 
83
LIBRARIES =  $(noinst_LIBRARIES)
 
84
 
 
85
CPPFLAGS = @CPPFLAGS@
 
86
LDFLAGS = @LDFLAGS@
 
87
LIBS = @LIBS@
 
88
libbc_a_LIBADD = 
 
89
libbc_a_OBJECTS =  getopt.o getopt1.o vfprintf.o number.o
 
90
AR = ar
 
91
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
92
CCLD = $(CC)
 
93
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
94
DIST_COMMON =  Makefile.am Makefile.in
 
95
 
 
96
 
 
97
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
98
 
 
99
TAR = tar
 
100
GZIP_ENV = --best
 
101
SOURCES = $(libbc_a_SOURCES)
 
102
OBJECTS = $(libbc_a_OBJECTS)
 
103
 
 
104
all: all-redirect
 
105
.SUFFIXES:
 
106
.SUFFIXES: .S .c .o .s
 
107
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
108
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/Makefile
 
109
 
 
110
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
111
        cd $(top_builddir) \
 
112
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
113
 
 
114
 
 
115
mostlyclean-noinstLIBRARIES:
 
116
 
 
117
clean-noinstLIBRARIES:
 
118
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
119
 
 
120
distclean-noinstLIBRARIES:
 
121
 
 
122
maintainer-clean-noinstLIBRARIES:
 
123
 
 
124
.c.o:
 
125
        $(COMPILE) -c $<
 
126
 
 
127
.s.o:
 
128
        $(COMPILE) -c $<
 
129
 
 
130
.S.o:
 
131
        $(COMPILE) -c $<
 
132
 
 
133
mostlyclean-compile:
 
134
        -rm -f *.o core *.core
 
135
 
 
136
clean-compile:
 
137
 
 
138
distclean-compile:
 
139
        -rm -f *.tab.c
 
140
 
 
141
maintainer-clean-compile:
 
142
 
 
143
libbc.a: $(libbc_a_OBJECTS) $(libbc_a_DEPENDENCIES)
 
144
        -rm -f libbc.a
 
145
        $(AR) cru libbc.a $(libbc_a_OBJECTS) $(libbc_a_LIBADD)
 
146
        $(RANLIB) libbc.a
 
147
 
 
148
tags: TAGS
 
149
 
 
150
ID: $(HEADERS) $(SOURCES) $(LISP)
 
151
        list='$(SOURCES) $(HEADERS)'; \
 
152
        unique=`for i in $$list; do echo $$i; done | \
 
153
          awk '    { files[$$0] = 1; } \
 
154
               END { for (i in files) print i; }'`; \
 
155
        here=`pwd` && cd $(srcdir) \
 
156
          && mkid -f$$here/ID $$unique $(LISP)
 
157
 
 
158
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
159
        tags=; \
 
160
        here=`pwd`; \
 
161
        list='$(SOURCES) $(HEADERS)'; \
 
162
        unique=`for i in $$list; do echo $$i; done | \
 
163
          awk '    { files[$$0] = 1; } \
 
164
               END { for (i in files) print i; }'`; \
 
165
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
166
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
167
 
 
168
mostlyclean-tags:
 
169
 
 
170
clean-tags:
 
171
 
 
172
distclean-tags:
 
173
        -rm -f TAGS ID
 
174
 
 
175
maintainer-clean-tags:
 
176
 
 
177
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
178
 
 
179
subdir = lib
 
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
getopt.o: getopt.c ../config.h ../h/getopt.h
 
193
getopt1.o: getopt1.c ../config.h ../h/getopt.h
 
194
number.o: number.c ../config.h ../h/number.h
 
195
vfprintf.o: vfprintf.c ../config.h
 
196
 
 
197
info-am:
 
198
info: info-am
 
199
dvi-am:
 
200
dvi: dvi-am
 
201
check-am: all-am
 
202
check: check-am
 
203
installcheck-am:
 
204
installcheck: installcheck-am
 
205
install-exec-am:
 
206
install-exec: install-exec-am
 
207
 
 
208
install-data-am:
 
209
install-data: install-data-am
 
210
 
 
211
install-am: all-am
 
212
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
213
install: install-am
 
214
uninstall-am:
 
215
uninstall: uninstall-am
 
216
all-am: Makefile $(LIBRARIES)
 
217
all-redirect: all-am
 
218
install-strip:
 
219
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
220
installdirs:
 
221
 
 
222
 
 
223
mostlyclean-generic:
 
224
 
 
225
clean-generic:
 
226
 
 
227
distclean-generic:
 
228
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
229
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
230
 
 
231
maintainer-clean-generic:
 
232
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
233
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
234
                mostlyclean-tags mostlyclean-generic
 
235
 
 
236
mostlyclean: mostlyclean-am
 
237
 
 
238
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
 
239
                mostlyclean-am
 
240
 
 
241
clean: clean-am
 
242
 
 
243
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 
244
                distclean-tags distclean-generic clean-am
 
245
 
 
246
distclean: distclean-am
 
247
 
 
248
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 
249
                maintainer-clean-compile maintainer-clean-tags \
 
250
                maintainer-clean-generic distclean-am
 
251
        @echo "This command is intended for maintainers to use;"
 
252
        @echo "it deletes files that may require special tools to rebuild."
 
253
 
 
254
maintainer-clean: maintainer-clean-am
 
255
 
 
256
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
257
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
258
mostlyclean-compile distclean-compile clean-compile \
 
259
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 
260
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
261
check-am installcheck-am installcheck install-exec-am install-exec \
 
262
install-data-am install-data install-am install uninstall-am uninstall \
 
263
all-redirect all-am all installdirs mostlyclean-generic \
 
264
distclean-generic clean-generic maintainer-clean-generic clean \
 
265
mostlyclean distclean maintainer-clean
 
266
 
 
267
 
 
268
newnumber.o: number.c muldigits.h
 
269
        $(CC) $(CFLAGS) $(INCLUDES) -c -DMULDIGITS -o newnumber.o $(srcdir)/number.c
 
270
 
 
271
muldigits.h: testmul
 
272
        @echo "The following may take up to 10 minutes."
 
273
        testmul > muldigits.h
 
274
 
 
275
testmul: testmul.o number.o
 
276
        $(CC) $(CFLAGS) -o testmul testmul.o number.o
 
277
 
 
278
specialnumber: newnumber.o
 
279
        cp newnumber.o number.o
 
280
 
 
281
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
282
# Otherwise a system limit (for SysV at least) may be exceeded.
 
283
.NOEXPORT: