diff options
author | anderson <anderson> | 2005-02-12 14:37:13 +0000 |
---|---|---|
committer | anderson <anderson> | 2005-02-12 14:37:13 +0000 |
commit | 3f33351e8c679b4ba0ccac3620a2d4948885c2f8 (patch) | |
tree | f270939b0f360ef3eac99d0bc72b8bf7dff001af /xts5/lib/mc/mmxtsa.mc |
Initial revision
Diffstat (limited to 'xts5/lib/mc/mmxtsa.mc')
-rw-r--r-- | xts5/lib/mc/mmxtsa.mc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xts5/lib/mc/mmxtsa.mc b/xts5/lib/mc/mmxtsa.mc new file mode 100644 index 00000000..4a618a71 --- /dev/null +++ b/xts5/lib/mc/mmxtsa.mc @@ -0,0 +1,10 @@ +# $Header: /cvs/xtest/xtest/xts5/lib/mc/mmxtsa.mc,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# +# Build a standalone version of the test case. +# +Test: $(OFILES) $(XT_LIBS) $(TCM) $(AUXFILES) + $(CC) $(LDFLAGS) -o $@ $(OFILES) $(TCM) $(LIBLOCAL) $(XT_LIBS) $(XT_SYSLIBS) + +Test.c: $(SOURCES) + $(CODEMAKER) -o Test.c $(SOURCES) + |