/[dejagnu]/dejagnu/testsuite/Makefile.in
ViewVC logotype

Diff of /dejagnu/testsuite/Makefile.in

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

revision 1.9 by rsavoye, Fri Apr 26 05:56:50 2002 UTC revision 1.10 by rsavoye, Wed Sep 4 03:44:26 2002 UTC
# Line 1  Line 1 
1  # Makefile.in generated automatically by automake 1.5 from Makefile.am.  # Makefile.in generated by automake 1.6 from Makefile.am.
2    # @configure_input@
3    
4  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5  # Free Software Foundation, Inc.  # Free Software Foundation, Inc.
6  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
7  # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
# Line 12  Line 13 
13  # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
14    
15  @SET_MAKE@  @SET_MAKE@
   
16  SHELL = @SHELL@  SHELL = @SHELL@
17    
18  srcdir = @srcdir@  srcdir = @srcdir@
# Line 43  AUTOCONF = @AUTOCONF@ Line 43  AUTOCONF = @AUTOCONF@
43  AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
44  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
45    
46    am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47  INSTALL = @INSTALL@  INSTALL = @INSTALL@
48  INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
49  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
50    install_sh_DATA = $(install_sh) -c -m 644
51    install_sh_PROGRAM = $(install_sh) -c
52  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
53  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
54  transform = @program_transform_name@  transform = @program_transform_name@
# Line 55  POST_INSTALL = : Line 58  POST_INSTALL = :
58  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
59  PRE_UNINSTALL = :  PRE_UNINSTALL = :
60  POST_UNINSTALL = :  POST_UNINSTALL = :
61    
62    EXEEXT = @EXEEXT@
63    OBJEXT = @OBJEXT@
64    PATH_SEPARATOR = @PATH_SEPARATOR@
65  AMTAR = @AMTAR@  AMTAR = @AMTAR@
66  AWK = @AWK@  AWK = @AWK@
67  BOARDS = @BOARDS@  BOARDS = @BOARDS@
# Line 63  CONFIG = @CONFIG@ Line 70  CONFIG = @CONFIG@
70  CXX = @CXX@  CXX = @CXX@
71  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
72  DOCBOOK = @DOCBOOK@  DOCBOOK = @DOCBOOK@
 EXEEXT = @EXEEXT@  
73  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74  MAINT = @MAINT@  MAINT = @MAINT@
 OBJEXT = @OBJEXT@  
75  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
76    STRIP = @STRIP@
77  TCLSH = @TCLSH@  TCLSH = @TCLSH@
78  VERSION = @VERSION@  VERSION = @VERSION@
79  YACC = @YACC@  YACC = @YACC@
# Line 106  $(srcdir)/Makefile.in: @MAINTAINER_MODE_ Line 112  $(srcdir)/Makefile.in: @MAINTAINER_MODE_
112          cd $(top_srcdir) && \          cd $(top_srcdir) && \
113            $(AUTOMAKE) --gnu  testsuite/Makefile            $(AUTOMAKE) --gnu  testsuite/Makefile
114  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
115          cd $(top_builddir) && \          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
           CONFIG_HEADERS= CONFIG_LINKS= \  
           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status  
116  uninstall-info-am:  uninstall-info-am:
117    
118  # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
# Line 166  tags-recursive: Line 170  tags-recursive:
170            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
171          done          done
172    
173    ETAGS = etags
174    ETAGSFLAGS =
175    
176  tags: TAGS  tags: TAGS
177    
178  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
179          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
180          unique=`for i in $$list; do \          unique=`for i in $$list; do \
181              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182            done | \            done | \
183            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
184                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
185          mkid -fID $$unique $(LISP)          mkid -fID $$unique
186    
187  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
188                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
# Line 186  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 193  TAGS: tags-recursive $(HEADERS) $(SOURCE
193              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
194            fi; \            fi; \
195          done; \          done; \
196          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
197          unique=`for i in $$list; do \          unique=`for i in $$list; do \
198              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199            done | \            done | \
200            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
201                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
202          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)$$tags$$unique" \
203            || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
204                 $$tags $$unique
205    
206  GTAGS:  GTAGS:
207          here=`CDPATH=: && cd $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
208            && cd $(top_srcdir) \            && cd $(top_srcdir) \
209            && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
210    
# Line 207  DEJATOOL = $(PACKAGE) Line 215  DEJATOOL = $(PACKAGE)
215  EXPECT = expect  EXPECT = expect
216    
217  check-DEJAGNU: site.exp  check-DEJAGNU: site.exp
218          srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \          srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
219          EXPECT=$(EXPECT); export EXPECT; \          EXPECT=$(EXPECT); export EXPECT; \
220          runtest=$(RUNTEST); \          runtest=$(RUNTEST); \
221          if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \          if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
# Line 216  check-DEJAGNU: site.exp Line 224  check-DEJAGNU: site.exp
224            done; \            done; \
225          else echo "WARNING: could not find \`runtest'" 1>&2; :;\          else echo "WARNING: could not find \`runtest'" 1>&2; :;\
226          fi          fi
   
227  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228    
229  top_distdir = ..  top_distdir = ..
# Line 224  distdir = $(top_distdir)/$(PACKAGE)-$(VE Line 231  distdir = $(top_distdir)/$(PACKAGE)-$(VE
231    
232  distdir: $(DISTFILES)  distdir: $(DISTFILES)
233          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
234            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
235            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
236            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
237              $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
238                $(mkinstalldirs) "$(distdir)$$dir"; \
239              else \
240                dir=''; \
241            fi; \            fi; \
242            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
243              cp -pR $$d/$$file $(distdir) \              cp -pR $$d/$$file $(distdir)$$dir \
244              || exit 1; \              || exit 1; \
245            else \            else \
246              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
# Line 238  distdir: $(DISTFILES) Line 248  distdir: $(DISTFILES)
248              || exit 1; \              || exit 1; \
249            fi; \            fi; \
250          done          done
251          for subdir in $(SUBDIRS); do \          list='$(SUBDIRS)'; for subdir in $$list; do \
252            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
253              test -d $(distdir)/$$subdir \              test -d $(distdir)/$$subdir \
254              || mkdir $(distdir)/$$subdir \              || mkdir $(distdir)/$$subdir \
# Line 269  install-am: all-am Line 279  install-am: all-am
279  installcheck: installcheck-recursive  installcheck: installcheck-recursive
280  install-strip:  install-strip:
281          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
282              INSTALL_STRIP_FLAG=-s \
283            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
284              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
285  mostlyclean-generic:  mostlyclean-generic:

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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