|
@@ -106,7 +106,7 @@
|
|
|
// These are the source files that our dependency cache file will
|
|
// These are the source files that our dependency cache file will
|
|
|
// depend on. If it's an empty list, we won't bother writing rules to
|
|
// depend on. If it's an empty list, we won't bother writing rules to
|
|
|
// freshen the cache file.
|
|
// freshen the cache file.
|
|
|
-#define dep_sources $[sort $[filter %.c %.cxx %.yxx %.lxx %.h %.I,$[so_sources] $[st_sources]]]
|
|
|
|
|
|
|
+#define dep_sources $[sort $[filter %.c %.cxx %.yxx %.lxx %.h %.I %.I,$[so_sources] $[st_sources]]]
|
|
|
|
|
|
|
|
#if $[eq $[so_dir],$[st_dir]]
|
|
#if $[eq $[so_dir],$[st_dir]]
|
|
|
// If the static and shared directories are the same, we have to use the
|
|
// If the static and shared directories are the same, we have to use the
|
|
@@ -407,7 +407,7 @@ $[install_igatedb_dir]\$[igatedb] : $[so_dir]\$[igatedb]
|
|
|
$[NT_COPYCMD] $[so_dir]\$[local] $[dest]
|
|
$[NT_COPYCMD] $[so_dir]\$[local] $[dest]
|
|
|
|
|
|
|
|
lib$[TARGET]_igatescan = $[osfilename $[igatescan]]
|
|
lib$[TARGET]_igatescan = $[osfilename $[igatescan]]
|
|
|
-$[so_dir]\$[igatedb] $[so_dir]\$[igateoutput] : $[sort $[patsubst %.h,%.h,%.I,%.I,%,,$[dependencies $[igatescan]] $[igatescan:%=./%]]]
|
|
|
|
|
|
|
+$[so_dir]\$[igatedb] $[so_dir]\$[igateoutput] : $[sort $[patsubst %.h,%.h,%.I,%.I,%.T,%.T,%,,$[dependencies $[igatescan]] $[igatescan:%=./%]]]
|
|
|
// We use forward slash for interrogate because it prefers those.
|
|
// We use forward slash for interrogate because it prefers those.
|
|
|
interrogate -od $[so_dir]/$[igatedb] -oc $[so_dir]/$[igateoutput] $[interrogate_options] -module "$[igatemod]" -library "$[igatelib]" $(lib$[TARGET]_igatescan)
|
|
interrogate -od $[so_dir]/$[igatedb] -oc $[so_dir]/$[igateoutput] $[interrogate_options] -module "$[igatemod]" -library "$[igatelib]" $(lib$[TARGET]_igatescan)
|
|
|
|
|
|