Logoj0ke.net Open Build Service > Projects > devel:tools:building > smake
Sign Up | Log In

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.  

Source Files

Filename Size Changed Actions
smake-1.2a41.tar.bz2 315 KB over 13 years ago Download File
smake.spec 2.34 KB over 13 years ago Download File

Latest Revision

hostmaster hostmaster committed over 13 years ago (revision 1)
osc copypac from project:devel:tools:building package:smake revision:1

Comments for devel:tools:building (0)