summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-14 11:27:41 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-14 11:27:41 +0000
commita14d954ee3284df8b7566cfbc957ecf8d22daf07 (patch)
tree1345c32cc60a236dea9896bc85ba1f63345e0bc8 /lib/sbin/CST
parentc3288b0a337fdef396f08f1ac668395c8e37a712 (diff)
Calls to the build headers routines
git-svn-id: http://svn.cactuscode.org/flesh/trunk@912 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index bd1fd86e..315a156e 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -6,7 +6,7 @@
# @desc
# Parses the the configuration files for thorns.
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.27 1999-09-09 10:49:36 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.28 1999-09-14 11:27:41 allen Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -74,6 +74,7 @@ require "$sbin_dir/CSTUtils.pl";
require "$sbin_dir/CreateParameterBindings.pl";
require "$sbin_dir/CreateImplementationBindings.pl";
require "$sbin_dir/CreateScheduleBindings.pl";
+require "$sbin_dir/BuildHeaders.pl";
#######################################################################
#
@@ -158,6 +159,9 @@ if ($CST_debug)
@definethisthornheader = &CreateDefineThisThornHeader(%thorns);
&OutputFile("$bindings_dir/include/", "definethisthorn.h", @definethisthornheader);
+# Create the header files used by the thorns
+&BuildHeaders($cctk_home,$bindings_dir,%interface_database);
+
# Finally (must be last), create the make.thornlist file.
@make_thornlist = &CreateMakeThornlist(%thorns);