1 dawes 1.1 ## Process this file with automake to produce Makefile.in
2 # Master Makefile for the GNU Concurrent Versions System.
3 # Copyright (C) 1986, 1988-1992, 1994, 2000 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 ## Subdirectories to run make in for the primary targets.
16 # Unix source subdirs, where we'll want to run lint and etags:
17 # This is a legacy variable from b4 Automake
18 USOURCE_SUBDIRS = lib zlib diff src
19 # All other subdirs:
20 SUBDIRS = $(USOURCE_SUBDIRS) man doc contrib tools \
21 windows-NT os2 emx vms
22 dawes 1.1
23 EXTRA_DIST = \
24 .cvsignore \
25 BUGS \
26 ChangeLog.zoo \
27 DEVEL-CVS \
28 FAQ \
29 HACKING \
30 MINOR-BUGS \
31 PROJECTS \
32 README.VMS \
33 TESTS \
34 build.com \
35 cvs-format.el \
36 cvsnt.dsp \
37 cvsnt.dsw \
|