/[dejagnu]/dejagnu/example/calc/Makefile.in
ViewVC logotype

Diff of /dejagnu/example/calc/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by rsavoye, Sun May 6 16:22:20 2001 UTC revision 1.4 by rsavoye, Fri Apr 26 03:32:40 2002 UTC
# Line 1  Line 1 
1  # Makefile.in generated automatically by automake 1.4 from Makefile.am  # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2    
3  # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4    # Free Software Foundation, Inc.
5  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
6  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
7  # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
# Line 10  Line 11 
11  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
13    
14    @SET_MAKE@
15    
16  # Copyright (C) 1992 - 2001 Free Software Foundation, Inc.  # Copyright (C) 1992 - 2001 Free Software Foundation, Inc.
17  #  #
18  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 27  Line 30 
30  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
31  #  #
32    
   
33  SHELL = @SHELL@  SHELL = @SHELL@
34    
35  srcdir = @srcdir@  srcdir = @srcdir@
# Line 48  infodir = @infodir@ Line 50  infodir = @infodir@
50  mandir = @mandir@  mandir = @mandir@
51  includedir = @includedir@  includedir = @includedir@
52  oldincludedir = /usr/include  oldincludedir = /usr/include
   
 DESTDIR =  
   
53  pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
54  pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
55  pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   
56  top_builddir = .  top_builddir = .
57    
58  ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
# Line 63  AUTOMAKE = @AUTOMAKE@ Line 61  AUTOMAKE = @AUTOMAKE@
61  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
62    
63  INSTALL = @INSTALL@  INSTALL = @INSTALL@
64  INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)  INSTALL_PROGRAM = @INSTALL_PROGRAM@
65  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
66  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
67    INSTALL_HEADER = $(INSTALL_DATA)
68  transform = @program_transform_name@  transform = @program_transform_name@
   
69  NORMAL_INSTALL = :  NORMAL_INSTALL = :
70  PRE_INSTALL = :  PRE_INSTALL = :
71  POST_INSTALL = :  POST_INSTALL = :
72  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
73  PRE_UNINSTALL = :  PRE_UNINSTALL = :
74  POST_UNINSTALL = :  POST_UNINSTALL = :
75    AMTAR = @AMTAR@
76    AWK = @AWK@
77  CC = @CC@  CC = @CC@
78  MAKEINFO = @MAKEINFO@  DEPDIR = @DEPDIR@
79    EXEEXT = @EXEEXT@
80    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81    MAINT = @MAINT@
82    OBJEXT = @OBJEXT@
83  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
84  VERSION = @VERSION@  VERSION = @VERSION@
85    am__include = @am__include@
86    am__quote = @am__quote@
87    install_sh = @install_sh@
88    
89  AUTOMAKE_OPTIONS = dejagnu  AUTOMAKE_OPTIONS = dejagnu
90    
# Line 85  noinst_PROGRAMS = calc Line 92  noinst_PROGRAMS = calc
92  calc_SOURCES = calc.c  calc_SOURCES = calc.c
93    
94  RUNTESTDEFAULTFLAGS = --tool calc CALC=`pwd`/calc --srcdir $$srcdir/testsuite  RUNTESTDEFAULTFLAGS = --tool calc CALC=`pwd`/calc --srcdir $$srcdir/testsuite
95    subdir = .
96  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97  mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
98  CONFIG_HEADER = calc.h  CONFIG_HEADER = calc.h
99  CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
100  PROGRAMS =  $(noinst_PROGRAMS)  noinst_PROGRAMS = calc$(EXEEXT)
101    PROGRAMS = $(noinst_PROGRAMS)
102    
103    am_calc_OBJECTS = calc.$(OBJEXT)
104    calc_OBJECTS = $(am_calc_OBJECTS)
105    calc_LDADD = $(LDADD)
106    calc_DEPENDENCIES =
107    calc_LDFLAGS =
108    
109  DEFS = @DEFS@ -I. -I$(srcdir) -I.  DEFS = @DEFS@
110    DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
111  CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
112  LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
113  LIBS = @LIBS@  LIBS = @LIBS@
114  calc_OBJECTS =  calc.o  depcomp = $(SHELL) $(top_srcdir)/../../depcomp
115  calc_LDADD = $(LDADD)  @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/calc.Po
116  calc_DEPENDENCIES =  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
117  calc_LDFLAGS =          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CFLAGS = @CFLAGS@  
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)  
118  CCLD = $(CC)  CCLD = $(CC)
119  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
120  DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \  CFLAGS = @CFLAGS@
121  Makefile.am Makefile.in NEWS aclocal.m4 calc.h.in configure \  DIST_SOURCES = $(calc_SOURCES)
122  configure.in  DIST_COMMON = README ../../depcomp ../../install-sh ../../missing \
123            ../../mkinstalldirs ./stamp-h.in AUTHORS COPYING ChangeLog \
124            INSTALL Makefile.am Makefile.in NEWS aclocal.m4 calc.h.in \
125  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)          configure configure.in
   
 TAR = gtar  
 GZIP_ENV = --best  
 DEP_FILES =  .deps/calc.P  
 EXPECT = expect  
 RUNTEST = runtest  
126  SOURCES = $(calc_SOURCES)  SOURCES = $(calc_SOURCES)
 OBJECTS = $(calc_OBJECTS)  
127    
128  all: all-redirect  all: calc.h
129  .SUFFIXES:          $(MAKE) $(AM_MAKEFLAGS) all-am
 .SUFFIXES: .S .c .o .s  
 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)  
         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile  
130    
131  Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)  .SUFFIXES:
132          cd $(top_builddir) \  .SUFFIXES: .c .o .obj
133            && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
134            cd $(top_srcdir) && \
135  $(ACLOCAL_M4):  configure.in            $(AUTOMAKE) --gnu  Makefile
136          cd $(srcdir) && $(ACLOCAL)  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
137            cd $(top_builddir) && \
138              CONFIG_HEADERS= CONFIG_LINKS= \
139              CONFIG_FILES=$@ $(SHELL) ./config.status
140    
141  config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
142          $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
143  $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)  $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
144          cd $(srcdir) && $(AUTOCONF)          cd $(srcdir) && $(AUTOCONF)
145    
146    $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
147            cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
148  calc.h: stamp-h  calc.h: stamp-h
149          @if test ! -f $@; then \          @if test ! -f $@; then \
150                  rm -f stamp-h; \                  rm -f stamp-h; \
151                  $(MAKE) stamp-h; \                  $(MAKE) stamp-h; \
152          else :; fi          else :; fi
153  stamp-h: $(srcdir)/calc.h.in $(top_builddir)/config.status  stamp-h: $(srcdir)/calc.h.in $(top_builddir)/config.status
154            @rm -f stamp-h stamp-hT
155            @echo timestamp > stamp-hT 2> /dev/null
156          cd $(top_builddir) \          cd $(top_builddir) \
157            && CONFIG_FILES= CONFIG_HEADERS=calc.h \            && CONFIG_FILES= CONFIG_HEADERS=calc.h \
158               $(SHELL) ./config.status               $(SHELL) ./config.status
159          @echo timestamp > stamp-h 2> /dev/null          @mv stamp-hT stamp-h
160  $(srcdir)/calc.h.in: $(srcdir)/stamp-h.in  $(srcdir)/calc.h.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/./stamp-h.in
161          @if test ! -f $@; then \          @if test ! -f $@; then \
162                  rm -f $(srcdir)/stamp-h.in; \                  rm -f $(srcdir)/./stamp-h.in; \
163                  $(MAKE) $(srcdir)/stamp-h.in; \                  $(MAKE) $(srcdir)/./stamp-h.in; \
164          else :; fi          else :; fi
165  $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)  $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
166            @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
167            @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
168          cd $(top_srcdir) && $(AUTOHEADER)          cd $(top_srcdir) && $(AUTOHEADER)
169          @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null          @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
   
 mostlyclean-hdr:  
   
 clean-hdr:  
170    
171  distclean-hdr:  distclean-hdr:
172          -rm -f calc.h          -rm -f calc.h
173    
 maintainer-clean-hdr:  
   
 mostlyclean-noinstPROGRAMS:  
   
174  clean-noinstPROGRAMS:  clean-noinstPROGRAMS:
175          -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)          -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
176    calc$(EXEEXT): $(calc_OBJECTS) $(calc_DEPENDENCIES)
177  distclean-noinstPROGRAMS:          @rm -f calc$(EXEEXT)
178            $(LINK) $(calc_LDFLAGS) $(calc_OBJECTS) $(calc_LDADD) $(LIBS)
 maintainer-clean-noinstPROGRAMS:  
   
 .s.o:  
         $(COMPILE) -c $<  
   
 .S.o:  
         $(COMPILE) -c $<  
179    
180  mostlyclean-compile:  mostlyclean-compile:
181          -rm -f *.o core *.core          -rm -f *.$(OBJEXT) core *.core
   
 clean-compile:  
182    
183  distclean-compile:  distclean-compile:
184          -rm -f *.tab.c          -rm -f *.tab.c
185    
186  maintainer-clean-compile:  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/calc.Po@am__quote@
187    
188  calc: $(calc_OBJECTS) $(calc_DEPENDENCIES)  distclean-depend:
189          @rm -f calc          -rm -rf $(DEPDIR)
190          $(LINK) $(calc_LDFLAGS) $(calc_OBJECTS) $(calc_LDADD) $(LIBS)  
191    .c.o:
192    @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
193    @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
194    @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
195            $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
196    
197    .c.obj:
198    @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
199    @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
200    @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
201            $(COMPILE) -c `cygpath -w $<`
202    CCDEPMODE = @CCDEPMODE@
203    uninstall-info-am:
204    
205  tags: TAGS  tags: TAGS
206    
207  ID: $(HEADERS) $(SOURCES) $(LISP)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
208          list='$(SOURCES) $(HEADERS)'; \          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
209          unique=`for i in $$list; do echo $$i; done | \          unique=`for i in $$list; do \
210            awk '    { files[$$0] = 1; } \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
211              done | \
212              $(AWK) '    { files[$$0] = 1; } \
213                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
214          here=`pwd` && cd $(srcdir) \          mkid -fID $$unique $(LISP)
           && mkid -f$$here/ID $$unique $(LISP)  
215    
216  TAGS:  $(HEADERS) $(SOURCES) calc.h.in $(TAGS_DEPENDENCIES) $(LISP)  TAGS:  $(HEADERS) $(SOURCES) calc.h.in $(TAGS_DEPENDENCIES) \
217                    $(TAGS_FILES) $(LISP)
218          tags=; \          tags=; \
219          here=`pwd`; \          here=`pwd`; \
220          list='$(SOURCES) $(HEADERS)'; \          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
221          unique=`for i in $$list; do echo $$i; done | \          unique=`for i in $$list; do \
222            awk '    { files[$$0] = 1; } \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223              done | \
224              $(AWK) '    { files[$$0] = 1; } \
225                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
226          test -z "$(ETAGS_ARGS)calc.h.in$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)calc.h.in$$unique$(LISP)$$tags" \
227            || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags calc.h.in $$unique $(LISP) -o $$here/TAGS)            || etags $(ETAGS_ARGS) $$tags calc.h.in $$unique $(LISP)
228    
229  mostlyclean-tags:  GTAGS:
230            here=`CDPATH=: && cd $(top_builddir) && pwd` \
231  clean-tags:            && cd $(top_srcdir) \
232              && gtags -i $(GTAGS_ARGS) $$here
233    
234  distclean-tags:  distclean-tags:
235          -rm -f TAGS ID          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
236    RUNTESTFLAGS =
237    DEJATOOL = $(PACKAGE)
238    EXPECT = expect
239    RUNTEST = runtest
240    
241    check-DEJAGNU: site.exp
242            srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \
243            EXPECT=$(EXPECT); export EXPECT; \
244            runtest=$(RUNTEST); \
245            if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
246              l='$(DEJATOOL)'; for tool in $$l; do \
247                $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
248              done; \
249            else echo "WARNING: could not find \`runtest'" 1>&2; :;\
250            fi
251    site.exp: Makefile
252            @echo 'Making a new site.exp file...'
253            @echo '## these variables are automatically generated by make ##' >site.tmp
254            @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
255            @echo '# edit the last section' >>site.tmp
256            @echo 'set tool $(DEJATOOL)' >>site.tmp
257            @echo 'set srcdir $(srcdir)' >>site.tmp
258            @echo "set objdir `pwd`" >>site.tmp
259            @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
260            @test ! -f site.exp || \
261              sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
262            @-rm -f site.bak
263            @test ! -f site.exp || mv site.exp site.bak
264            @mv site.tmp site.exp
265    
266  maintainer-clean-tags:  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267    
268    top_distdir = .
269    # Avoid unsightly `./'.
270  distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
271  top_distdir = $(distdir)  
272    GZIP_ENV = --best
273    
274    distdir: $(DISTFILES)
275            -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
276            mkdir $(distdir)
277            $(mkinstalldirs) $(distdir)/../..
278            @for file in $(DISTFILES); do \
279              if test -f $$file; then d=.; else d=$(srcdir); fi; \
280              dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
281              if test "$$dir" != "$$file" && test "$$dir" != "."; then \
282                $(mkinstalldirs) "$(distdir)/$$dir"; \
283              fi; \
284              if test -d $$d/$$file; then \
285                cp -pR $$d/$$file $(distdir) \
286                || exit 1; \
287              else \
288                test -f $(distdir)/$$file \
289                || cp -p $$d/$$file $(distdir)/$$file \
290                || exit 1; \
291              fi; \
292            done
293            -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
294              ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
295              ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
296              ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
297            || chmod -R a+r $(distdir)
298    dist: distdir
299            $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
300            -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
301    
302  # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
303  # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
304  # tarfile.  # tarfile.
305  distcheck: dist  distcheck: dist
306          -rm -rf $(distdir)          -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
307          GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
308            chmod -R a-w $(distdir); chmod a+w $(distdir)
309          mkdir $(distdir)/=build          mkdir $(distdir)/=build
310          mkdir $(distdir)/=inst          mkdir $(distdir)/=inst
311          dc_install_base=`cd $(distdir)/=inst && pwd`; \          chmod a-w $(distdir)
312          cd $(distdir)/=build \          dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
313              && cd $(distdir)/=build \
314            && ../configure --srcdir=.. --prefix=$$dc_install_base \            && ../configure --srcdir=.. --prefix=$$dc_install_base \
315            && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
316            && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
317            && $(MAKE) $(AM_MAKEFLAGS) check \            && $(MAKE) $(AM_MAKEFLAGS) check \
318            && $(MAKE) $(AM_MAKEFLAGS) install \            && $(MAKE) $(AM_MAKEFLAGS) install \
319            && $(MAKE) $(AM_MAKEFLAGS) installcheck \            && $(MAKE) $(AM_MAKEFLAGS) installcheck \
320            && $(MAKE) $(AM_MAKEFLAGS) dist            && $(MAKE) $(AM_MAKEFLAGS) uninstall \
321          -rm -rf $(distdir)            && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
322          @banner="$(distdir).tar.gz is ready for distribution"; \               || (echo "Error: files left after uninstall" 1>&2; \
323          dashes=`echo "$$banner" | sed s/./=/g`; \                   exit 1) ) \
324          echo "$$dashes"; \            && $(MAKE) $(AM_MAKEFLAGS) dist \
325          echo "$$banner"; \            && $(MAKE) $(AM_MAKEFLAGS) distclean \
326          echo "$$dashes"            && rm -f $(distdir).tar.gz \
327  dist: distdir            && (test `find . -type f -print | wc -l` -eq 0 \
328          -chmod -R a+r $(distdir)               || (echo "Error: files left after distclean" 1>&2; \
329          GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)                   exit 1) )
330          -rm -rf $(distdir)          -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
331  dist-all: distdir          @echo "$(distdir).tar.gz is ready for distribution" | \
332          -chmod -R a+r $(distdir)            sed 'h;s/./=/g;p;x;p;x'
         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)  
         -rm -rf $(distdir)  
 distdir: $(DISTFILES)  
         -rm -rf $(distdir)  
         mkdir $(distdir)  
         -chmod 777 $(distdir)  
         here=`cd $(top_builddir) && pwd`; \  
         top_distdir=`cd $(distdir) && pwd`; \  
         distdir=`cd $(distdir) && pwd`; \  
         cd $(top_srcdir) \  
           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile  
         @for file in $(DISTFILES); do \  
           d=$(srcdir); \  
           if test -d $$d/$$file; then \  
             cp -pr $$d/$$file $(distdir)/$$file; \  
           else \  
             test -f $(distdir)/$$file \  
             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \  
             || cp -p $$d/$$file $(distdir)/$$file || :; \  
           fi; \  
         done  
   
 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)  
   
 -include $(DEP_FILES)  
   
 mostlyclean-depend:  
   
 clean-depend:  
   
 distclean-depend:  
         -rm -rf .deps  
   
 maintainer-clean-depend:  
   
 %.o: %.c  
         @echo '$(COMPILE) -c $<'; \  
         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-cp .deps/$(*F).pp .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm .deps/$(*F).pp  
   
 %.lo: %.c  
         @echo '$(LTCOMPILE) -c $<'; \  
         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<  
         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \  
           < .deps/$(*F).pp > .deps/$(*F).P; \  
         tr ' ' '\012' < .deps/$(*F).pp \  
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \  
             >> .deps/$(*F).P; \  
         rm -f .deps/$(*F).pp  
   
 RUNTESTFLAGS =  
   
 DEJATOOL = $(PACKAGE)  
   
 check-DEJAGNU: site.exp  
         srcdir=`cd $(srcdir) && pwd`; export srcdir; \  
         EXPECT=$(EXPECT); export EXPECT; \  
         runtest=$(RUNTEST); \  
         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \  
           $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \  
         else echo "WARNING: could not find \`runtest'" 1>&2; :;\  
         fi  
 site.exp: Makefile  
         @echo 'Making a new site.exp file...'  
         @test ! -f site.bak || rm -f site.bak  
         @echo '## these variables are automatically generated by make ##' > $@-t  
         @echo '# Do not edit here.  If you wish to override these values' >> $@-t  
         @echo '# edit the last section' >> $@-t  
         @echo 'set tool $(DEJATOOL)' >> $@-t  
         @echo 'set srcdir $(srcdir)' >> $@-t  
         @echo 'set objdir' `pwd` >> $@-t  
         @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t  
         @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t  
         @test ! -f site.exp || mv site.exp site.bak  
         @mv $@-t site.exp  
 info-am:  
 info: info-am  
 dvi-am:  
 dvi: dvi-am  
333  check-am: all-am  check-am: all-am
334          $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU          $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
335  check: check-am  check: check-am
336  installcheck-am:  all-am: Makefile $(PROGRAMS) calc.h
 installcheck: installcheck-am  
 all-recursive-am: calc.h  
         $(MAKE) $(AM_MAKEFLAGS) all-recursive  
337    
338  install-exec-am:  installdirs:
 install-exec: install-exec-am  
339    
340  install-data-am:  install: install-am
341    install-exec: install-exec-am
342  install-data: install-data-am  install-data: install-data-am
343    uninstall: uninstall-am
344    
345  install-am: all-am  install-am: all-am
346          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 install: install-am  
 uninstall-am:  
 uninstall: uninstall-am  
 all-am: Makefile $(PROGRAMS) calc.h  
 all-redirect: all-am  
 install-strip:  
         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install  
 installdirs:  
   
347    
348    installcheck: installcheck-am
349    install-strip:
350            $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351              `test -z '$(STRIP)' || \
352                echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353  mostlyclean-generic:  mostlyclean-generic:
354    
355  clean-generic:  clean-generic:
356    
357  distclean-generic:  distclean-generic:
358          -rm -f Makefile $(CONFIG_CLEAN_FILES)          -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
         -rm -f config.cache config.log stamp-h stamp-h[0-9]*  
359    
360  maintainer-clean-generic:  maintainer-clean-generic:
361  mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstPROGRAMS \          @echo "This command is intended for maintainers to use"
362                  mostlyclean-compile mostlyclean-tags mostlyclean-depend \          @echo "it deletes files that may require special tools to rebuild."
363                  mostlyclean-generic  clean: clean-am
364    
365  mostlyclean: mostlyclean-am  clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
366    
367  clean-am:  clean-hdr clean-noinstPROGRAMS clean-compile clean-tags \  dist-all: distdir
368                  clean-depend clean-generic mostlyclean-am          $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
369            -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
370    distclean: distclean-am
371            -rm -f config.status config.cache config.log
372    distclean-am: clean-am distclean-compile distclean-depend \
373            distclean-generic distclean-hdr distclean-tags
374    
375  clean: clean-am  dvi: dvi-am
376    
377  distclean-am:  distclean-hdr distclean-noinstPROGRAMS distclean-compile \  dvi-am:
                 distclean-tags distclean-depend distclean-generic \  
                 clean-am  
378    
379  distclean: distclean-am  info: info-am
         -rm -f config.status  
380    
381  maintainer-clean-am:  maintainer-clean-hdr \  info-am:
382                  maintainer-clean-noinstPROGRAMS \  
383                  maintainer-clean-compile maintainer-clean-tags \  install-data-am:
384                  maintainer-clean-depend maintainer-clean-generic \  
385                  distclean-am  install-exec-am:
386          @echo "This command is intended for maintainers to use;"  
387          @echo "it deletes files that may require special tools to rebuild."  install-info: install-info-am
388    
389    install-man:
390    
391    installcheck-am:
392    
393  maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
         -rm -f config.status  
394    
395  .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \  maintainer-clean-am: distclean-am maintainer-clean-generic
396  mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \  
397  clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \  mostlyclean: mostlyclean-am
398  mostlyclean-compile distclean-compile clean-compile \  
399  maintainer-clean-compile tags mostlyclean-tags distclean-tags \  mostlyclean-am: mostlyclean-compile mostlyclean-generic
400  clean-tags maintainer-clean-tags distdir mostlyclean-depend \  
401  distclean-depend clean-depend maintainer-clean-depend check-DEJAGNU \  uninstall-am: uninstall-info-am
 info-am info dvi-am dvi check check-am installcheck-am installcheck \  
 all-recursive-am install-exec-am install-exec install-data-am \  
 install-data install-am install uninstall-am uninstall all-redirect \  
 all-am all installdirs mostlyclean-generic distclean-generic \  
 clean-generic maintainer-clean-generic clean mostlyclean distclean \  
 maintainer-clean  
402    
403    .PHONY: GTAGS all all-am check check-DEJAGNU check-am clean \
404            clean-generic clean-noinstPROGRAMS dist dist-all distcheck \
405            distclean distclean-compile distclean-depend distclean-generic \
406            distclean-hdr distclean-tags distdir dvi dvi-am info info-am \
407            install install-am install-data install-data-am install-exec \
408            install-exec-am install-info install-info-am install-man \
409            install-strip installcheck installcheck-am installdirs \
410            maintainer-clean maintainer-clean-generic mostlyclean \
411            mostlyclean-compile mostlyclean-generic tags uninstall \
412            uninstall-am uninstall-info-am
413    
414  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
415  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26