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

Diff of /dejagnu/Makefile.in

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

revision 1.8 by rsavoye, Wed May 30 15:35:50 2001 UTC revision 1.9 by rsavoye, Wed Sep 12 22:31:36 2001 UTC
# Line 1  Line 1 
1  # Makefile.in generated automatically by automake 1.4 from Makefile.am  # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2    
3  # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.  # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4  # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
# Line 74  tclsh = @tclsh@ Line 74  tclsh = @tclsh@
74  AUTOMAKE_OPTIONS = dejagnu  AUTOMAKE_OPTIONS = dejagnu
75    
76  # Install all the associated data files  # Install all the associated data files
77  SUBDIRS = doc testsuite example  SUBDIRS = doc # testsuite example
78    
79  # Install the bourne shell script driver in the bindir  # Install the bourne shell script driver in the bindir
80  bin_SCRIPTS = runtest  bin_SCRIPTS = runtest
# Line 135  Makefile: $(srcdir)/Makefile.in  $(top_b Line 135  Makefile: $(srcdir)/Makefile.in  $(top_b
135  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
136          cd $(srcdir) && $(ACLOCAL)          cd $(srcdir) && $(ACLOCAL)
137    
138  config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
139          $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
140  $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)  $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
141          cd $(srcdir) && $(AUTOCONF)          cd $(srcdir) && $(AUTOCONF)
# Line 399  mostlyclean-am:  mostlyclean-tags mostly Line 399  mostlyclean-am:  mostlyclean-tags mostly
399    
400  mostlyclean: mostlyclean-recursive  mostlyclean: mostlyclean-recursive
401    
402  clean-am:  clean-tags clean-generic mostlyclean-am  clean-am:  clean-tags clean-generic mostlyclean-am clean-local
403    
404  clean: clean-recursive  clean: clean-recursive
405    
# Line 432  distclean-generic clean-generic maintain Line 432  distclean-generic clean-generic maintain
432  mostlyclean distclean maintainer-clean  mostlyclean distclean maintainer-clean
433    
434  check-DEJAGNU:  check-DEJAGNU:
435          @echo "Do nothing here, cause we don't want to run the tests twice"          cd testsuite ; $(MAKE) check
436            cd example ; $(MAKE) check
437    #       @echo "Do nothing here, cause we don't want to run the tests twice"
438    
439    clean-local:
440            cd doc ; $(MAKE) clean
441            cd testsuite ; $(MAKE) clean
442            cd example ; $(MAKE) clean
443    
444  # Set ourselves up to build a RedHat package  # Set ourselves up to build a RedHat package
445  tarball: overview.html overview.ps overview.pdf  tarball: overview.html overview.ps overview.pdf

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

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