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

Diff of /dejagnu/example/Makefile.in

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

revision 1.7 by rsavoye, Fri Apr 26 05:56:50 2002 UTC revision 1.8 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 97  $(srcdir)/Makefile.in: @MAINTAINER_MODE_ Line 103  $(srcdir)/Makefile.in: @MAINTAINER_MODE_
103          cd $(top_srcdir) && \          cd $(top_srcdir) && \
104            $(AUTOMAKE) --gnu  example/Makefile            $(AUTOMAKE) --gnu  example/Makefile
105  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
106          cd $(top_builddir) && \          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
           CONFIG_HEADERS= CONFIG_LINKS= \  
           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status  
107  uninstall-info-am:  uninstall-info-am:
108    
109  # This directory's subdirectories are mostly independent; you can cd  # This directory's subdirectories are mostly independent; you can cd
# Line 157  tags-recursive: Line 161  tags-recursive:
161            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \            test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
162          done          done
163    
164    ETAGS = etags
165    ETAGSFLAGS =
166    
167  tags: TAGS  tags: TAGS
168    
169  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
170          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
171          unique=`for i in $$list; do \          unique=`for i in $$list; do \
172              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173            done | \            done | \
174            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
175                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
176          mkid -fID $$unique $(LISP)          mkid -fID $$unique
177    
178  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
179                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
# Line 177  TAGS: tags-recursive $(HEADERS) $(SOURCE Line 184  TAGS: tags-recursive $(HEADERS) $(SOURCE
184              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \              test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
185            fi; \            fi; \
186          done; \          done; \
187          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
188          unique=`for i in $$list; do \          unique=`for i in $$list; do \
189              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190            done | \            done | \
191            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
192                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
193          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)$$tags$$unique" \
194            || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
195                 $$tags $$unique
196    
197  GTAGS:  GTAGS:
198          here=`CDPATH=: && cd $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
199            && cd $(top_srcdir) \            && cd $(top_srcdir) \
200            && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
201    
# Line 200  EXPECT = expect Line 208  EXPECT = expect
208  RUNTEST = runtest  RUNTEST = runtest
209    
210  check-DEJAGNU: site.exp  check-DEJAGNU: site.exp
211          srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \          srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
212          EXPECT=$(EXPECT); export EXPECT; \          EXPECT=$(EXPECT); export EXPECT; \
213          runtest=$(RUNTEST); \          runtest=$(RUNTEST); \
214          if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \          if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
# Line 223  site.exp: Makefile Line 231  site.exp: Makefile
231          @-rm -f site.bak          @-rm -f site.bak
232          @test ! -f site.exp || mv site.exp site.bak          @test ! -f site.exp || mv site.exp site.bak
233          @mv site.tmp site.exp          @mv site.tmp site.exp
   
234  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235    
236  top_distdir = ..  top_distdir = ..
# Line 231  distdir = $(top_distdir)/$(PACKAGE)-$(VE Line 238  distdir = $(top_distdir)/$(PACKAGE)-$(VE
238    
239  distdir: $(DISTFILES)  distdir: $(DISTFILES)
240          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
241            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
242            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
243            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
244              $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
245                $(mkinstalldirs) "$(distdir)$$dir"; \
246              else \
247                dir=''; \
248            fi; \            fi; \
249            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
250              cp -pR $$d/$$file $(distdir) \              cp -pR $$d/$$file $(distdir)$$dir \
251              || exit 1; \              || exit 1; \
252            else \            else \
253              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
# Line 245  distdir: $(DISTFILES) Line 255  distdir: $(DISTFILES)
255              || exit 1; \              || exit 1; \
256            fi; \            fi; \
257          done          done
258          for subdir in $(SUBDIRS); do \          list='$(SUBDIRS)'; for subdir in $$list; do \
259            if test "$$subdir" = .; then :; else \            if test "$$subdir" = .; then :; else \
260              test -d $(distdir)/$$subdir \              test -d $(distdir)/$$subdir \
261              || mkdir $(distdir)/$$subdir \              || mkdir $(distdir)/$$subdir \
# Line 276  install-am: all-am Line 286  install-am: all-am
286  installcheck: installcheck-recursive  installcheck: installcheck-recursive
287  install-strip:  install-strip:
288          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
289              INSTALL_STRIP_FLAG=-s \
290            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
291              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
292  mostlyclean-generic:  mostlyclean-generic:

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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