Search
j0ke.net Open Build Service
>
Projects
>
devel
:
tools
:
building
>
smake
> Meta
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Meta Configuration of Package smake
<package name="smake" project="devel:tools:building"> <title>The Schily Make Program</title> <description>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. </description> <build> <disable repository="CentOS_5"/> <disable repository="Fedora_7"/> <disable repository="Fedora_8"/> <disable repository="Fedora_Extras_6"/> <disable repository="Mandriva_2006"/> <disable repository="Mandriva_2007"/> <disable repository="Mandriva_2008"/> <disable repository="RHEL_5"/> </build> </package>