#!/usr/local/bin/perl -w
# $HopeName: MMQA_harness!script:commands:clib(trunk.7) $
#
# Compile all the .c files in $testlib_dir,
# putting the resulting .o files in $obj_dir.
#

&requiredoptions(
 "MPS_INCLUDE_DIR",
 "MPS_LINK_OBJ",
# "MPS_INTERFACE_VERSION",
 "PLATFORM"
);

&linkobjtimes();

&requiredoptions(
 "MPS_PRODUCT"
);

&clib;

