mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-15 07:41:09 -08:00
22 lines
339 B
Perl
22 lines
339 B
Perl
#!/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;
|
|
|