Begin3 Title: makefiles Version: 1.3 Entered-date: 12AUG99 Description: makefiles allows portable and concurrent compilation on most UNIX platforms makefiles is an easy to use system of makefiles it uses includable make rules that results in easy to read and to maintain leaf makefiles makefiles allows to mount a source tree via NFS and simultaneous compilation on all supported platforms makefiles therefore allows to re-use a source tree for all supported platforms in favor of the GNU concept of untar -> configure -> make -> install -> remove makefiles currently uses an autoconf compatible mconfig.h file to grant portablility makefiles uses autoconf to produce this file on demand makefiles include many template makefiles for all purposes makefiles includes a set of include files that makes porting easier makefiles includes a set of binary 'smake' versions for different platforms for convenience and easier debugging because gnu make allows no make file debugging Keywords: makefiles make smake gmake portability source development Author: schilling@fokus.gmd.de (Jörg Schilling) Maintained-by: schilling@fokus.gmd.de (Jörg Schilling) Primary-site: ftp.fokus.gmd.de /pub/unix/makefiles 465864 makefiles-1.1.tar.gz Alternate-site: sunsite.unc.edu /pub/Linux/devel 465864 makefiles-1.1.tar.gz Platforms: SunOS Solaris Linux AIX BeOS BSDi Cygwin32 (W95/W98/WNT) DG/UX FreeBSD HP-UX IRIX MacOS/X NetBSD NewsOS (Sony) NextStep OpenBSD OS/2 OSF1 Apple/Rhapsody SCO/Openserver Supported make programs: smake (schily), SunPro make, gnu make Copying-policy: GPL End