File: Makefile.cvs

package info (click to toggle)
regina-normal 4.1.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 12,072 kB
  • ctags: 5,069
  • sloc: cpp: 43,186; sh: 8,427; perl: 2,363; makefile: 828; python: 114
file content (29 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##
##  Regina - A Normal Surface Theory Calculator
##  Makefile for CVS Checkouts
##
##  This makefile should only be needed when doing a fresh CVS checkout.
##
##  Running "make -f Makefile.cvs" will rebuild the files required to use
##  the standard "./configure", "make" build process.
##

all :
	@if ! test -d CVS; then \
		echo "This Makefile is only for use with source trees that have"; \
		echo "been checked out from CVS."; \
		echo "Try running \"./configure\" followed by \"make\" to build Regina."; \
		false; \
	fi
	@if ! test -d admin; then \
		echo "Directory ./admin is missing."; \
		echo "Try checking out the source tree from CVS again."; \
		false; \
	fi
	admin/ac_gen
	aclocal
	autoheader
	autoconf
	automake
	perl -w admin/am_edit