blob: 55c5eb50a05cfa9c3c96f02cd503e0980e0d4c39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $XConsortium: mmmlink.mc,v 1.2 92/06/29 19:42:16 rws Exp $
# A version of the test that can be combined with all the other tests for
# the macro version of the function.
#
mlink.c: $(SOURCES)
$(CODEMAKER) -m -l -o mlink.c $(SOURCES)
linkexec:: m$(LINKEXEC) $(AUXFILES) ;
m$(LINKEXEC): ../Tests
$(RM) m$(LINKEXEC)
$(LN) ../Tests m$(LINKEXEC)
|