File: prepare-source.mak

package info (click to toggle)
rsync 3.4.1%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,312 kB
  • sloc: ansic: 35,678; sh: 6,300; python: 1,757; asm: 829; perl: 479; makefile: 365; cpp: 298; awk: 191
file content (13 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
SHELL=/bin/sh

conf: configure.sh config.h.in
.PHONY: conf

aclocal.m4: m4/*.m4
	aclocal -I m4

configure.sh: configure.ac aclocal.m4
	autoconf -o configure.sh

config.h.in: configure.ac aclocal.m4
	autoheader && touch config.h.in