The Schily Make Program
Smake is the only make program with automake features, it is the only program that works on unknown platforms.. Smake executes command sequences based on relations of modification dates of files. The command sequences are taken from a set of rules found in a makefile or in the set of implicit rules. The argument target is typically a program that is to be built from the known rules. If no -f option is present, smake looks for SMakefile then for Makefile and then for makefile in the named order. If no target is specified on the command line, smake uses the first target that could be found in makefilename and that does not start with a dot ('.'). If a target has no explicit entry in the makefile smake tries to use implicit rules or the .DEFAULT rule. Unlike most other make programs, smake propagates all comĀ mand line macros to sub makes. This is a big advantage with hierarchical makefile systems. Propagation is done in a POSIX compliant way using the MAKEFLAGS= environment. Unlike other make programs, smake includes a set of automake features that allow to implement portable, layered, object oriented makefiles.
- 8 errors
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
smake-1.2a41.tar.bz2 | 0000322768315 KB | 1286705988about 14 years ago | |
smake.spec | 00000023952.34 KB | 1286705988about 14 years ago |
Latest Revision
hostmaster
committed
about 14 years ago (revision 1)
osc copypac from project:devel:tools:building package:smake revision:1