From b2cfc4e2e71d0f0a5113ddfbd93c8285cc4d74e4 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 30 Sep 2003 17:47:41 +0000 Subject: Initial revision --- src/libutf/Makefile.CMD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/libutf/Makefile.CMD (limited to 'src/libutf/Makefile.CMD') diff --git a/src/libutf/Makefile.CMD b/src/libutf/Makefile.CMD new file mode 100644 index 00000000..a817fd3c --- /dev/null +++ b/src/libutf/Makefile.CMD @@ -0,0 +1,5 @@ + +$(TARG): $(OFILES) + $(CC) -o $(TARG) $(OFILES) -L$(PREFIX)/lib -lframe -ldraw -lthread -l9 -lregexp9 -lbio -lfmt -lutf -L/usr/X11R6/lib -lX11 -lm + + -- cgit v1.2.3