|
|
@@ -301,6 +301,8 @@ $[TAB] mkdir $[osfilename $[directory]]
|
|
|
// Now it's time to start generating the rules to make our actual
|
|
|
// targets.
|
|
|
|
|
|
+igate : $[get_igatedb(metalib_target lib_target ss_lib_target):%=$[so_dir]\%]
|
|
|
+
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
// First, the dynamic libraries. Each lib_target and metalib_target
|
|
|
@@ -933,6 +935,7 @@ $[TAB] @ppremake -D $[DEPENDENCY_CACHE_FILENAME]
|
|
|
|
|
|
all : $[subdirs]
|
|
|
test : $[subdirs:%=test-%]
|
|
|
+igate : $[subdirs:%=igate-%]
|
|
|
clean : $[subdirs:%=clean-%]
|
|
|
clean-igate : $[subdirs:%=clean-igate-%]
|
|
|
cleanall : $[subdirs:%=cleanall-%]
|
|
|
@@ -955,6 +958,11 @@ test-$[dirname] :
|
|
|
$[TAB] cd $[osfilename $[PATH]] && $(MAKE) /nologo test
|
|
|
#end dirname
|
|
|
|
|
|
+#formap dirname subdirs
|
|
|
+igate-$[dirname] :
|
|
|
+$[TAB] cd $[osfilename $[PATH]] && $(MAKE) /nologo igate
|
|
|
+#end dirname
|
|
|
+
|
|
|
#formap dirname subdirs
|
|
|
clean-$[dirname] :
|
|
|
$[TAB] cd $[osfilename $[PATH]] && $(MAKE) /nologo clean
|