Commit graph

11 commits

Author SHA1 Message Date
joerg
1f746dd600 sys/mman.h needs sys/types.h on DragonFly. Also include sys/stat.h
to get fstat and struct stat on DragonFly.
2005-12-20 11:05:54 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
snj
0b44fb92e6 Convert to buildlink3. 2004-04-25 04:10:27 +00:00
snj
088ea2967d s/dependancy/dependency/; s/handoptimized/hand optimized/;
s/preproccesor/preprocessor/
2004-02-13 23:37:29 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
jmmv
0442527dfc Fix build with GCC 2.95. 2003-12-22 10:31:45 +00:00
jmmv
c01dbbfacf Update to 0.16:
Implement boolean operators in #if [Pete Gonzalez]
Adds support for  Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral]
Adds Jamfile for compilation with Jam [Jack T. Goral]
Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps]
Fix unportable configure sh for NetBSD [Julio M. Merino Vidal]
Set object filename extension through a command line [Arne Varholm]
Man page [Zenaan Harkness]
Compilation fixes + makefile for MS VC6 [Alexander Bartolich]
2003-12-03 13:11:18 +00:00
jmmv
7fc5d8be7e Initial import of fastdep, version 0.15:
fastdep is a fast dependency generator for C/C++ files.  It generates a
file ready to be parsed by the make(1) utility containing dependancy
specifications for all source files given to it.

The program is written in C++ with a handoptimized parser for just the
preproccesor tokens; therefore it is faster than GCC because it does
just one thing.
2003-08-22 13:47:40 +00:00