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

Diff of /dejagnu/Makefile.am

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 3  Line 3 
3  AUTOMAKE_OPTIONS = dejagnu  AUTOMAKE_OPTIONS = dejagnu
4    
5  # Install all the associated data files  # Install all the associated data files
6  SUBDIRS = doc testsuite example  SUBDIRS = doc # testsuite example
7    
8  # Install the bourne shell script driver in the bindir  # Install the bourne shell script driver in the bindir
9  bin_SCRIPTS = runtest  bin_SCRIPTS = runtest
# Line 26  RUNTEST = ` \ Line 26  RUNTEST = ` \
26    
27  CLEANFILES = x.log x.sum site.bak setval.tmp  CLEANFILES = x.log x.sum site.bak setval.tmp
28  check-DEJAGNU:  check-DEJAGNU:
29          @echo "Do nothing here, cause we don't want to run the tests twice"          cd testsuite ; $(MAKE) check
30            cd example ; $(MAKE) check
31    #       @echo "Do nothing here, cause we don't want to run the tests twice"
32    
33    # Since we don't use SUBDIRS, we have to manually clean the sub directories.
34    # We don't use SUBDIRS, so the excample or test cases don't get built
35    # by default for a "make all".
36    clean-local:
37            cd doc       ; $(MAKE) clean
38            cd testsuite ; $(MAKE) clean
39            cd example   ; $(MAKE) clean
40    
41  # Set ourselves up to build a RedHat package  # Set ourselves up to build a RedHat package
42  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