*** empty log message ***

This commit is contained in:
David Rose 2000-10-25 23:42:01 +00:00
parent b7017f9e4b
commit 6a612fe439
2 changed files with 13 additions and 1 deletions

View File

@ -466,6 +466,8 @@ $[install_lib_dir]\lib$[TARGET]$[dllext].lib : $[st_dir]\lib$[TARGET]$[dllext].l
/////////////////////////////////////////////////////////////////////
#forscopes sed_bin_target
$[TARGET] : $[st_dir]\$[TARGET]
#define target $[st_dir]\$[TARGET]
#define source $[SOURCE]
#define script $[COMMAND]
@ -496,6 +498,8 @@ $[install_bin_dir]\$[TARGET] : $[st_dir]\$[TARGET]
/////////////////////////////////////////////////////////////////////
#forscopes bin_target
$[TARGET] : $[st_dir]\$[TARGET].exe
bin_$[TARGET] = $[osfilename $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]\%.obj,%,,$[get_sources]]]]
#define target $[st_dir]\$[TARGET].exe
#define sources $(bin_$[TARGET])
@ -542,8 +546,10 @@ $[install_bin_dir]\$[TARGET].exe : $[st_dir]\$[TARGET].exe
/////////////////////////////////////////////////////////////////////
#forscopes noinst_bin_target test_bin_target
$[TARGET] : $[st_dir]\$[TARGET].exe
bin_$[TARGET] = $[osfilename $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]\%.obj,%,,$[get_sources]]]]
#define target $[st_dir]\$[TARGET]
#define target $[st_dir]\$[TARGET].exe
#define sources $(bin_$[TARGET])
$[target] : $[sources]
#if $[filter %.cxx %.yxx %.lxx,$[get_sources]]

View File

@ -427,6 +427,8 @@ $[install_lib_dir]/lib$[TARGET].a : $[st_dir]/lib$[TARGET].a
/////////////////////////////////////////////////////////////////////
#forscopes sed_bin_target
$[TARGET] : $[st_dir]/$[TARGET]
#define target $[st_dir]/$[TARGET]
#define source $[SOURCE]
#define script $[COMMAND]
@ -458,6 +460,8 @@ $[install_bin_dir]/$[TARGET] : $[st_dir]/$[TARGET]
/////////////////////////////////////////////////////////////////////
#forscopes bin_target
$[TARGET] : $[st_dir]/$[TARGET]
bin_$[TARGET] = $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]/%.o,%,,$[get_sources]]]
#define target $[st_dir]/$[TARGET]
#define sources $(bin_$[TARGET])
@ -504,6 +508,8 @@ $[install_bin_dir]/$[TARGET] : $[st_dir]/$[TARGET]
/////////////////////////////////////////////////////////////////////
#forscopes noinst_bin_target test_bin_target
$[TARGET] : $[st_dir]/$[TARGET]
bin_$[TARGET] = $[unique $[patsubst %.cxx %.c %.yxx %.lxx,$[st_dir]/%.o,%,,$[get_sources]]]
#define target $[st_dir]/$[TARGET]
#define sources $(bin_$[TARGET])