EnglishFrenchSpanish

Ad


OnWorks favicon

ftjam - Online in the Cloud

Run ftjam in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ftjam that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


Jam/MR — Make(1) Redux

SYNOPSIS


ftjam [-a] [-g] [-n] [-q] [-v] [-d debug] [-f jambase] [-j jobs] [-o actionsfile]
[-s var=value] [-t target] [target ...]

DESCRIPTION


Jam is a program construction tool, like make(1).

Jam recursively builds target files from source files, using dependency information and
updating actions expressed in the Jambase file, which is written in jam's own interpreted
language. The default Jambase is compiled into jam and provides a boilerplate for common
use, relying on a user-provide file "Jamfile" to enumerate actual targets and sources.

OPTIONS


-a Build all targets anyway, even if they are up-to-date.

-d n Enable cummulative debugging levels from 1 to n. Interesting values are:

1

Show actions (the default)

2

Show "quiet" actions and display all action text

3

Show dependency analysis, and target/source timestamps/paths

4

Show shell arguments

5

Show rule invocations and variable expansions

6

Show directory/header file/archive scans

7

Show variable settings

8

Show variable fetches

9

Show variable manipulation, scanner tokens

-d +n Enable debugging level n.

-d 0 Turn off all debugging levels. Only errors are not suppressed.

-f jambase
Read jambase instead of using the built-in Jambase. Only one -f flag is
permitted, but the jambase may explicitly include other files.

-g Build targets with the newest sources first, rather than in the order of
appearance in the Jambase/Jamfiles.

-j n Run up to n shell commands concurrently (UNIX and NT only). The default is 1.

-n Don't actually execute the updating actions, but do everything else. This
changes the debug level default to -d2.

-o file Write the updating actions to the specified file instead of running them (or
outputting them, as on the Mac).

-q Quit quickly (as if an interrupt was received) as soon as any target build
fails.

-s var=value
Set the variable var to value, overriding both internal variables and variables
imported from the environment.

-t target Rebuild target and everything that depends on it, even if it is up-to-date.

-v Print the version of ftjam and exit.

Use ftjam online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 2
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 3
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 4
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 5
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • 6
    eSpeak: speech synthesis
    eSpeak: speech synthesis
    Text to Speech engine for English and
    many other languages. Compact size with
    clear but artificial pronunciation.
    Available as a command-line program with
    many ...
    Download eSpeak: speech synthesis
  • More »

Linux commands

Ad