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

Diff of /dejagnu/testsuite/libdejagnu/Makefile.in

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

revision 1.6 by rsavoye, Fri Apr 26 05:56:50 2002 UTC revision 1.7 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 14  Line 15 
15  @SET_MAKE@  @SET_MAKE@
16    
17  # AUTOMAKE_OPTIONS =  # AUTOMAKE_OPTIONS =
   
18  SHELL = @SHELL@  SHELL = @SHELL@
19    
20  srcdir = @srcdir@  srcdir = @srcdir@
# Line 45  AUTOCONF = @AUTOCONF@ Line 45  AUTOCONF = @AUTOCONF@
45  AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
46  AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
47    
48    am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49  INSTALL = @INSTALL@  INSTALL = @INSTALL@
50  INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
51  INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
52    install_sh_DATA = $(install_sh) -c -m 644
53    install_sh_PROGRAM = $(install_sh) -c
54  INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
55  INSTALL_HEADER = $(INSTALL_DATA)  INSTALL_HEADER = $(INSTALL_DATA)
56  transform = @program_transform_name@  transform = @program_transform_name@
# Line 57  POST_INSTALL = : Line 60  POST_INSTALL = :
60  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
61  PRE_UNINSTALL = :  PRE_UNINSTALL = :
62  POST_UNINSTALL = :  POST_UNINSTALL = :
63    
64    EXEEXT = @EXEEXT@
65    OBJEXT = @OBJEXT@
66    PATH_SEPARATOR = @PATH_SEPARATOR@
67  AMTAR = @AMTAR@  AMTAR = @AMTAR@
68  AWK = @AWK@  AWK = @AWK@
69  BOARDS = @BOARDS@  BOARDS = @BOARDS@
# Line 65  CONFIG = @CONFIG@ Line 72  CONFIG = @CONFIG@
72  CXX = @CXX@  CXX = @CXX@
73  DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
74  DOCBOOK = @DOCBOOK@  DOCBOOK = @DOCBOOK@
 EXEEXT = @EXEEXT@  
75  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76  MAINT = @MAINT@  MAINT = @MAINT@
 OBJEXT = @OBJEXT@  
77  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
78    STRIP = @STRIP@
79  TCLSH = @TCLSH@  TCLSH = @TCLSH@
80  VERSION = @VERSION@  VERSION = @VERSION@
81  YACC = @YACC@  YACC = @YACC@
# Line 102  CPPFLAGS = @CPPFLAGS@ Line 108  CPPFLAGS = @CPPFLAGS@
108  LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
109  LIBS = @LIBS@  LIBS = @LIBS@
110  depcomp = $(SHELL) $(top_srcdir)/depcomp  depcomp = $(SHELL) $(top_srcdir)/depcomp
111  @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/unit.Po  am__depfiles_maybe = depfiles
112    @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/unit.Po
113  CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \  CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
114          $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)          $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
115  CXXLD = $(CXX)  CXXLD = $(CXX)
# Line 120  $(srcdir)/Makefile.in: @MAINTAINER_MODE_ Line 127  $(srcdir)/Makefile.in: @MAINTAINER_MODE_
127          cd $(top_srcdir) && \          cd $(top_srcdir) && \
128            $(AUTOMAKE) --gnu  testsuite/libdejagnu/Makefile            $(AUTOMAKE) --gnu  testsuite/libdejagnu/Makefile
129  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
130          cd $(top_builddir) && \          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
           CONFIG_HEADERS= CONFIG_LINKS= \  
           CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status  
131    
132  clean-noinstPROGRAMS:  clean-noinstPROGRAMS:
133          -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)          -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
# Line 136  mostlyclean-compile: Line 141  mostlyclean-compile:
141  distclean-compile:  distclean-compile:
142          -rm -f *.tab.c          -rm -f *.tab.c
143    
144  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unit.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unit.Po@am__quote@
145    
146  distclean-depend:  distclean-depend:
147          -rm -rf $(DEPDIR)          -rm -rf ./$(DEPDIR)
148    
149  .cc.o:  .cc.o:
150  @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
# Line 155  distclean-depend: Line 160  distclean-depend:
160  CXXDEPMODE = @CXXDEPMODE@  CXXDEPMODE = @CXXDEPMODE@
161  uninstall-info-am:  uninstall-info-am:
162    
163    ETAGS = etags
164    ETAGSFLAGS =
165    
166  tags: TAGS  tags: TAGS
167    
168  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
169          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
170          unique=`for i in $$list; do \          unique=`for i in $$list; do \
171              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
172            done | \            done | \
173            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
174                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
175          mkid -fID $$unique $(LISP)          mkid -fID $$unique
176    
177  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
178                  $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
179          tags=; \          tags=; \
180          here=`pwd`; \          here=`pwd`; \
181          list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
182          unique=`for i in $$list; do \          unique=`for i in $$list; do \
183              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
184            done | \            done | \
185            $(AWK) '    { files[$$0] = 1; } \            $(AWK) '    { files[$$0] = 1; } \
186                 END { for (i in files) print i; }'`; \                 END { for (i in files) print i; }'`; \
187          test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \          test -z "$(ETAGS_ARGS)$$tags$$unique" \
188            || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)            || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
189                 $$tags $$unique
190    
191  GTAGS:  GTAGS:
192          here=`CDPATH=: && cd $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
193            && cd $(top_srcdir) \            && cd $(top_srcdir) \
194            && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) $$here
195    
196  distclean-tags:  distclean-tags:
197          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
   
198  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199    
200  top_distdir = ../..  top_distdir = ../..
# Line 194  distdir = $(top_distdir)/$(PACKAGE)-$(VE Line 202  distdir = $(top_distdir)/$(PACKAGE)-$(VE
202    
203  distdir: $(DISTFILES)  distdir: $(DISTFILES)
204          @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
205            if test -f $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
206            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \            dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
207            if test "$$dir" != "$$file" && test "$$dir" != "."; then \            if test "$$dir" != "$$file" && test "$$dir" != "."; then \
208              $(mkinstalldirs) "$(distdir)/$$dir"; \              dir="/$$dir"; \
209                $(mkinstalldirs) "$(distdir)$$dir"; \
210              else \
211                dir=''; \
212            fi; \            fi; \
213            if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
214              cp -pR $$d/$$file $(distdir) \              cp -pR $$d/$$file $(distdir)$$dir \
215              || exit 1; \              || exit 1; \
216            else \            else \
217              test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
# Line 225  install-am: all-am Line 236  install-am: all-am
236  installcheck: installcheck-am  installcheck: installcheck-am
237  install-strip:  install-strip:
238          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
239              INSTALL_STRIP_FLAG=-s \
240            `test -z '$(STRIP)' || \            `test -z '$(STRIP)' || \
241              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
242  mostlyclean-generic:  mostlyclean-generic:

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

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