/[autoconf]/autoconf/lib/autotest/Makefile.am
ViewVC logotype

Diff of /autoconf/lib/autotest/Makefile.am

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

revision 1.5 by akim, Mon Aug 27 07:12:17 2001 UTC revision 1.6 by akim, Tue Feb 5 08:24:06 2002 UTC
# Line 1  Line 1 
1  ## Process this file with automake to create Makefile.in  ## Process this file with automake to create Makefile.in
2    
3  autotestlibdir = $(pkgdatadir)/autotest  ## Copyright 2001, 2002 Free Software Foundation, Inc.
4    ##
5    ## This program is free software; you can redistribute it and/or modify
6    ## it under the terms of the GNU General Public License as published by
7    ## the Free Software Foundation; either version 2, or (at your option)
8    ## any later version.
9    ##
10    ## This program is distributed in the hope that it will be useful,
11    ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12    ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    ## GNU General Public License for more details.
14    ##
15    ## You should have received a copy of the GNU General Public License
16    ## along with this program; if not, write to the Free Software
17    ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18    ## 02111-1307, USA.
19    
20    autotestlibdir = $(pkgdatadir)/autotest
21  dist_autotestlib_DATA = autotest.m4 general.m4  dist_autotestlib_DATA = autotest.m4 general.m4
22    nodist_autotestlib_DATA = autotest.m4f
23    CLEANFILES = $(nodist_autotestlib_DATA)
24    
25  ## --------------- ##  ## --------------- ##
26  ## Building TAGS.  ##  ## Building TAGS.  ##
# Line 30  check-local: Line 46  check-local:
46          else \          else \
47            rm -f eof.log; \            rm -f eof.log; \
48          fi          fi
49    
50    
51    ## ------------------ ##
52    ## The frozen files.  ##
53    ## ------------------ ##
54    
55    autotest.m4f: $(autotests_m4f_dependencies)
56    include ../freeze.mk

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

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