(file) Return to Makefile.am CVS log (file) (dir) Up to [XFree86 CVS] / cvs

 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 \
38 dawes 1.2.2.1 	cvsnt.mak \
39               	noautomake.sh
40               
41               
42               
43               ## MAINTAINER Targets
44 dawes 1.1     
45 dawes 1.2.2.1 .PHONY: localcheck remotecheck
46               localcheck remotecheck: all
47 dawes 1.1     	cd src && $(MAKE) $(AM_MAKEFLAGS) "$@"
48               
49               .PHONY: doc
50               doc:
51               	cd doc && $(MAKE) $(AM_MAKEFLAGS) "$@"
52               
53               # for backwards compatibility with the old makefiles
54               .PHONY: realclean
55               realclean: maintainer-clean

Powered by
ViewCVS 0.9.2