~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: 2004-04-29 20:54:22 UTC
  • Revision ID: james.westby@ubuntu.com-20040429205422-7p6w6hg8d5x5z2tn
Tags: 1.06-15
* configure.in: Patch was supposed to be '-I -8' (Closes: #237957)
* Also ran autoconf2.50 to re-create configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4 from Makefile.am
 
1
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
SHELL = @SHELL@
 
15
@SET_MAKE@
15
16
 
16
17
srcdir = @srcdir@
17
18
top_srcdir = @top_srcdir@
18
19
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
20
pkgdatadir = $(datadir)/@PACKAGE@
38
21
pkglibdir = $(libdir)/@PACKAGE@
39
22
pkgincludedir = $(includedir)/@PACKAGE@
40
 
 
41
23
top_builddir = ..
42
24
 
43
 
ACLOCAL = @ACLOCAL@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOMAKE = @AUTOMAKE@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48
26
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
 
 
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
 
30
INSTALL_HEADER = $(INSTALL_DATA)
 
31
transform = $(program_transform_name)
54
32
NORMAL_INSTALL = :
55
33
PRE_INSTALL = :
56
34
POST_INSTALL = :
57
35
NORMAL_UNINSTALL = :
58
36
PRE_UNINSTALL = :
59
37
POST_UNINSTALL = :
 
38
ACLOCAL = @ACLOCAL@
 
39
AMDEP_FALSE = @AMDEP_FALSE@
 
40
AMDEP_TRUE = @AMDEP_TRUE@
 
41
AMTAR = @AMTAR@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOHEADER = @AUTOHEADER@
 
44
AUTOMAKE = @AUTOMAKE@
 
45
AWK = @AWK@
60
46
CC = @CC@
 
47
CCDEPMODE = @CCDEPMODE@
 
48
CFLAGS = @CFLAGS@
 
49
CPP = @CPP@
 
50
CPPFLAGS = @CPPFLAGS@
 
51
CYGPATH_W = @CYGPATH_W@
 
52
 
 
53
DEFS = @DEFS@ $(DEFSADD)
 
54
DEPDIR = @DEPDIR@
 
55
ECHO_C = @ECHO_C@
 
56
ECHO_N = @ECHO_N@
 
57
ECHO_T = @ECHO_T@
 
58
EGREP = @EGREP@
 
59
EXEEXT = @EXEEXT@
 
60
INSTALL_DATA = @INSTALL_DATA@
 
61
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
62
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
63
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
64
LDFLAGS = @LDFLAGS@
61
65
LEX = @LEX@
 
66
LEXLIB = @LEXLIB@
 
67
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
68
LIBOBJS = @LIBOBJS@
 
69
LIBS = @LIBS@
 
70
LTLIBOBJS = @LTLIBOBJS@
 
71
MAINT = @MAINT@
 
72
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
73
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
62
74
MAKEINFO = @MAKEINFO@
 
75
OBJEXT = @OBJEXT@
63
76
PACKAGE = @PACKAGE@
 
77
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
78
PACKAGE_NAME = @PACKAGE_NAME@
 
79
PACKAGE_STRING = @PACKAGE_STRING@
 
80
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
81
PACKAGE_VERSION = @PACKAGE_VERSION@
 
82
PATH_SEPARATOR = @PATH_SEPARATOR@
64
83
RANLIB = @RANLIB@
65
84
READLINELIB = @READLINELIB@
 
85
SET_MAKE = @SET_MAKE@
 
86
SHELL = @SHELL@
 
87
STRIP = @STRIP@
66
88
VERSION = @VERSION@
67
89
YACC = @YACC@
68
 
 
 
90
ac_ct_CC = @ac_ct_CC@
 
91
ac_ct_RANLIB = @ac_ct_RANLIB@
 
92
ac_ct_STRIP = @ac_ct_STRIP@
 
93
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
94
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
95
am__include = @am__include@
 
96
am__leading_dot = @am__leading_dot@
 
97
am__quote = @am__quote@
 
98
bindir = @bindir@
 
99
build_alias = @build_alias@
 
100
datadir = @datadir@
 
101
exec_prefix = @exec_prefix@
 
102
host_alias = @host_alias@
 
103
includedir = @includedir@
 
104
infodir = @infodir@
 
105
install_sh = @install_sh@
 
106
libdir = @libdir@
 
107
libexecdir = @libexecdir@
 
108
localstatedir = @localstatedir@
 
109
mandir = @mandir@
 
110
oldincludedir = @oldincludedir@
 
111
prefix = @prefix@
 
112
program_transform_name = @program_transform_name@
 
113
sbindir = @sbindir@
 
114
sharedstatedir = @sharedstatedir@
 
115
sysconfdir = @sysconfdir@
 
116
target_alias = @target_alias@
69
117
noinst_LIBRARIES = libbc.a
70
118
 
71
119
INCLUDES = -I. -I.. -I$(srcdir)/../h
72
120
 
73
121
libbc_a_SOURCES = getopt.c getopt1.c vfprintf.c number.c
74
122
 
75
 
DEFS = @DEFS@ $(DEFSADD)
76
 
 
77
 
CFLAGS = @CFLAGS@ -Wall -funsigned-char
 
123
AM_CFLAGS = @CFLAGS@ -Wall -funsigned-char
78
124
 
79
125
MAINTAINERCLEANFILES = Makefile.in number.c
 
126
subdir = lib
 
127
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
80
128
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)
 
129
CONFIG_HEADER = $(top_builddir)/config.h
 
130
CONFIG_CLEAN_FILES =
 
131
LIBRARIES = $(noinst_LIBRARIES)
 
132
 
 
133
libbc_a_AR = $(AR) cru
 
134
libbc_a_LIBADD =
 
135
am_libbc_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) \
 
136
        vfprintf.$(OBJEXT) number.$(OBJEXT)
 
137
libbc_a_OBJECTS = $(am_libbc_a_OBJECTS)
 
138
 
 
139
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
140
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
141
am__depfiles_maybe = depfiles
 
142
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/getopt.Po ./$(DEPDIR)/getopt1.Po \
 
143
@AMDEP_TRUE@    ./$(DEPDIR)/number.Po ./$(DEPDIR)/vfprintf.Po
 
144
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
145
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
146
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
 
147
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
148
DIST_SOURCES = $(libbc_a_SOURCES)
 
149
DIST_COMMON = Makefile.am Makefile.in
101
150
SOURCES = $(libbc_a_SOURCES)
102
 
OBJECTS = $(libbc_a_OBJECTS)
103
 
 
104
 
all: all-redirect
 
151
 
 
152
all: all-am
 
153
 
105
154
.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:
 
155
.SUFFIXES: .c .o .obj
 
156
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
157
        cd $(top_srcdir) && \
 
158
          $(AUTOMAKE) --gnu  lib/Makefile
 
159
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
160
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
161
 
 
162
AR = ar
116
163
 
117
164
clean-noinstLIBRARIES:
118
165
        -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 $<
 
166
libbc.a: $(libbc_a_OBJECTS) $(libbc_a_DEPENDENCIES) 
 
167
        -rm -f libbc.a
 
168
        $(libbc_a_AR) libbc.a $(libbc_a_OBJECTS) $(libbc_a_LIBADD)
 
169
        $(RANLIB) libbc.a
132
170
 
133
171
mostlyclean-compile:
134
 
        -rm -f *.o core *.core
135
 
 
136
 
clean-compile:
 
172
        -rm -f *.$(OBJEXT) core *.core
137
173
 
138
174
distclean-compile:
139
175
        -rm -f *.tab.c
140
176
 
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
 
177
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
 
178
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
 
179
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/number.Po@am__quote@
 
180
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfprintf.Po@am__quote@
 
181
 
 
182
distclean-depend:
 
183
        -rm -rf ./$(DEPDIR)
 
184
 
 
185
.c.o:
 
186
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
187
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
 
188
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
189
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
190
@am__fastdepCC_TRUE@    fi
 
191
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
192
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
193
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
194
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
195
 
 
196
.c.obj:
 
197
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
 
198
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
 
199
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
200
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
 
201
@am__fastdepCC_TRUE@    fi
 
202
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
203
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
204
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
205
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
206
uninstall-info-am:
 
207
 
 
208
ETAGS = etags
 
209
ETAGSFLAGS =
 
210
 
 
211
CTAGS = ctags
 
212
CTAGSFLAGS =
147
213
 
148
214
tags: TAGS
149
215
 
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:
 
216
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
217
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
218
        unique=`for i in $$list; do \
 
219
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
220
          done | \
 
221
          $(AWK) '    { files[$$0] = 1; } \
 
222
               END { for (i in files) print i; }'`; \
 
223
        mkid -fID $$unique
 
224
 
 
225
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
226
                $(TAGS_FILES) $(LISP)
 
227
        tags=; \
 
228
        here=`pwd`; \
 
229
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
230
        unique=`for i in $$list; do \
 
231
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
232
          done | \
 
233
          $(AWK) '    { files[$$0] = 1; } \
 
234
               END { for (i in files) print i; }'`; \
 
235
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
236
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
237
             $$tags $$unique
 
238
 
 
239
ctags: CTAGS
 
240
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
241
                $(TAGS_FILES) $(LISP)
 
242
        tags=; \
 
243
        here=`pwd`; \
 
244
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
245
        unique=`for i in $$list; do \
 
246
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
247
          done | \
 
248
          $(AWK) '    { files[$$0] = 1; } \
 
249
               END { for (i in files) print i; }'`; \
 
250
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
251
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
252
             $$tags $$unique
 
253
 
 
254
GTAGS:
 
255
        here=`$(am__cd) $(top_builddir) && pwd` \
 
256
          && cd $(top_srcdir) \
 
257
          && gtags -i $(GTAGS_ARGS) $$here
171
258
 
172
259
distclean-tags:
173
 
        -rm -f TAGS ID
174
 
 
175
 
maintainer-clean-tags:
176
 
 
177
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
178
 
 
179
 
subdir = lib
 
260
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
261
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
262
 
 
263
top_distdir = ..
 
264
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
180
265
 
181
266
distdir: $(DISTFILES)
182
 
        @for file in $(DISTFILES); do \
183
 
          d=$(srcdir); \
 
267
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
268
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
269
        list='$(DISTFILES)'; for file in $$list; do \
 
270
          case $$file in \
 
271
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
272
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
273
          esac; \
 
274
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
275
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
276
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
277
            dir="/$$dir"; \
 
278
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
279
          else \
 
280
            dir=''; \
 
281
          fi; \
184
282
          if test -d $$d/$$file; then \
185
 
            cp -pr $$/$$file $(distdir)/$$file; \
 
283
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
284
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
285
            fi; \
 
286
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
186
287
          else \
187
288
            test -f $(distdir)/$$file \
188
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
189
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
289
            || cp -p $$d/$$file $(distdir)/$$file \
 
290
            || exit 1; \
190
291
          fi; \
191
292
        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
293
check-am: all-am
202
294
check: check-am
203
 
installcheck-am:
204
 
installcheck: installcheck-am
205
 
install-exec-am:
 
295
all-am: Makefile $(LIBRARIES)
 
296
 
 
297
installdirs:
 
298
install: install-am
206
299
install-exec: install-exec-am
207
 
 
208
 
install-data-am:
209
300
install-data: install-data-am
 
301
uninstall: uninstall-am
210
302
 
211
303
install-am: all-am
212
304
        @$(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
 
305
 
 
306
installcheck: installcheck-am
218
307
install-strip:
219
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
220
 
installdirs:
221
 
 
222
 
 
 
308
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
309
          INSTALL_STRIP_FLAG=-s \
 
310
          `test -z '$(STRIP)' || \
 
311
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
223
312
mostlyclean-generic:
224
313
 
225
314
clean-generic:
226
315
 
227
316
distclean-generic:
228
317
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
229
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
230
318
 
231
319
maintainer-clean-generic:
 
320
        @echo "This command is intended for maintainers to use"
 
321
        @echo "it deletes files that may require special tools to rebuild."
232
322
        -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
323
clean: clean-am
242
324
 
243
 
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
244
 
                distclean-tags distclean-generic clean-am
 
325
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
245
326
 
246
327
distclean: distclean-am
247
328
 
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."
 
329
distclean-am: clean-am distclean-compile distclean-depend \
 
330
        distclean-generic distclean-tags
 
331
 
 
332
dvi: dvi-am
 
333
 
 
334
dvi-am:
 
335
 
 
336
info: info-am
 
337
 
 
338
info-am:
 
339
 
 
340
install-data-am:
 
341
 
 
342
install-exec-am:
 
343
 
 
344
install-info: install-info-am
 
345
 
 
346
install-man:
 
347
 
 
348
installcheck-am:
253
349
 
254
350
maintainer-clean: maintainer-clean-am
255
351
 
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
 
352
maintainer-clean-am: distclean-am maintainer-clean-generic
 
353
 
 
354
mostlyclean: mostlyclean-am
 
355
 
 
356
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
357
 
 
358
pdf: pdf-am
 
359
 
 
360
pdf-am:
 
361
 
 
362
ps: ps-am
 
363
 
 
364
ps-am:
 
365
 
 
366
uninstall-am: uninstall-info-am
 
367
 
 
368
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
369
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
370
        distclean-depend distclean-generic distclean-tags distdir dvi \
 
371
        dvi-am info info-am install install-am install-data \
 
372
        install-data-am install-exec install-exec-am install-info \
 
373
        install-info-am install-man install-strip installcheck \
 
374
        installcheck-am installdirs maintainer-clean \
 
375
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
376
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
377
        uninstall-am uninstall-info-am
266
378
 
267
379
 
268
380
newnumber.o: number.c muldigits.h
277
389
 
278
390
specialnumber: newnumber.o
279
391
        cp newnumber.o number.o
280
 
 
281
392
# Tell versions [3.59,3.63) of GNU make to not export all variables.
282
393
# Otherwise a system limit (for SysV at least) may be exceeded.
283
394
.NOEXPORT: