From 60bdee578a108f5eb8dce087ae67dcfe6b6bebfb Mon Sep 17 00:00:00 2001 From: wlemb Date: Tue, 1 Jun 2004 10:42:02 +0000 Subject: new xtotroff directory --- src/utils/xtotroff/Makefile.sub | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/utils/xtotroff/Makefile.sub (limited to 'src/utils/xtotroff/Makefile.sub') diff --git a/src/utils/xtotroff/Makefile.sub b/src/utils/xtotroff/Makefile.sub new file mode 100644 index 00000000..8a2fa5d1 --- /dev/null +++ b/src/utils/xtotroff/Makefile.sub @@ -0,0 +1,8 @@ +PROG=xtotroff$(EXEEXT) +# MAN1=xtotroff.n +MLIB=$(LIBM) +XLIBS=$(LIBXUTIL) +EXTRA_CFLAGS=$(X_CFLAGS) +EXTRA_LDFLAGS=$(X_LIBS) $(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS) -lXaw +OBJS=xtotroff.$(OBJEXT) +CSRCS=$(srcdir)/xtotroff.c -- cgit v1.2.1