File: README

package info (click to toggle)
fastdep 0.16-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 596 kB
  • ctags: 323
  • sloc: cpp: 2,144; ansic: 814; sh: 208; makefile: 124
file content (32 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (5)
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
30
31
32
fastdep 0.15 (http://www.irule.be/bvh/c++/fastdep/)
Copyright Bart Vanhauwaert and all (see AUTHORS), 2001, 2002, 2003

Contents of this package

COPYING		terms of use and license for this package
README		this file
INSTALL		installation guide
CHANGELOG	changes from version to version
TODO			non-implemented features
AUTHORS		about the authors
build/		build scripts
config/		configuration scripts
doc/			documentation on fastdep (html/pdf)
tests/		regression tests



This is a rough outline of what is supposed to become a fast
dependency generator. (Faster than gcc anyway) 

Full (?) installation guide is in the file INSTALL

To compile (without checking dependencies) do

	./configure

and

	gmake

(On Linux you may generally use make.)