summaryrefslogtreecommitdiff
path: root/src/utils/xtotroff/Makefile.sub
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-06-01 10:42:02 +0000
committerwlemb <wlemb>2004-06-01 10:42:02 +0000
commit60bdee578a108f5eb8dce087ae67dcfe6b6bebfb (patch)
treea36ebe89df1c73828e86410f93b9cf2e502db980 /src/utils/xtotroff/Makefile.sub
parent359b44826cf7a11f99f243e5f10cde9592627568 (diff)
downloadgroff-60bdee578a108f5eb8dce087ae67dcfe6b6bebfb.tar.gz
new xtotroff directoryimportfirst
Diffstat (limited to 'src/utils/xtotroff/Makefile.sub')
-rw-r--r--src/utils/xtotroff/Makefile.sub8
1 files changed, 8 insertions, 0 deletions
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