summaryrefslogtreecommitdiff
path: root/xc/test/xsuite/xtest/src/bin/mc/tmpl/mmmsa.mc
blob: 72c71f74ad6017fca2fb36318055e8107824cefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $XConsortium: mmmsa.mc,v 1.3 94/01/29 16:23:51 rws Exp $
#
# Build a standalone version of the test case using the macro version
# of the function.
#
MTest: $(MOFILES) $(LIBS) $(TCM) $(AUXFILES)
	$(CC) $(LDFLAGS) -o $@ $(MOFILES) $(TCM) $(LIBLOCAL) $(LIBS) $(SYSLIBS)

MTest.c: $(SOURCES)
	$(CODEMAKER) -m -o MTest.c $(SOURCES)

MTest.o: $(DEPHEADERS)