File: Makefile.cvs

package info (click to toggle)
hfsplus 1.0.4-20
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,948 kB
  • sloc: ansic: 7,726; makefile: 54
file content (19 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Makefile.cvs for libycp
#
configure: all
	./configure

all:
	aclocal
	autoconf
	autoheader
	automake -a

install: configure
	make
	make install

reconf: all
	./config.status --recheck
	./config.status