File: Makefile

package info (click to toggle)
ticker 1.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 220 kB
  • ctags: 35
  • sloc: ansic: 259; perl: 159; sh: 153; makefile: 56
file content (14 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Note: this is just a stub Makefile, to make it easy for you to
# run configure and build ticker. The full-fledged Makefile is created
# by ./configure, and is called `makeinfo'. You might want to edit it.

include makeinfo

configure: configure.in
	autoconf

config.status: configure
	./configure

makeinfo: autoconf/makeinfo.in config.status
	./config.status