/* * Copyright 1993, 1995 Christopher Seiwald. * * This file is part of Jam - see jam.c for Copyright information. */ /* * make.h - bring a target up to date, once rules are in place * * 11/04/02 (seiwald) - const-ing for string literals */ int make( int n_targets, const char **targets, int anyhow ); int make1( TARGET *t );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 2631 | Jan Mikkelsen |
Integrate changes from mainline in preparation for adding my changes (at last). |
||
#1 | 1723 | Jan Mikkelsen | Integrate Jam 2.4 | ||
//guest/perforce_software/jam/src/make.h | |||||
#2 | 486 | Perforce staff |
Jam 2.3. See RELNOTES for a list of changes from 2.2.x. Just about every source file was touched when jam got ANSI-fied. |
||
#1 | 2 | laura | Add Jam/MR 2.2 source |