File: Makefile.cvs

package info (click to toggle)
sword 1.8.1%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,976 kB
  • sloc: cpp: 45,938; sh: 11,833; ansic: 7,976; objc: 1,801; java: 1,724; makefile: 1,300; cs: 1,007; perl: 784; xml: 736; pascal: 681; tcl: 350; python: 79
file content (13 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: aclocal automake autoheader autoconf

aclocal:
	./autotools/bin/aclocal --acdir=./autotools/share/aclocal

automake:
	-./autotools/bin/automake --libdir=./autotools/share/automake

autoheader:
	./autotools/bin/autoheader -A ./autotools/share/autoconf

autoconf:
	./autotools/bin/autoconf -A ./autotools/share/autoconf