/contrib/groff/src/utils/xtotroff/Makefile.sub

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · c539610d2b695a736bcea9aedda2b983 MD5 · raw file

  1. PROG=xtotroff$(EXEEXT)
  2. MAN1=xtotroff.n
  3. MLIB=$(LIBM)
  4. XLIBS=$(LIBXUTIL) $(LIBGROFF)
  5. EXTRA_CFLAGS=$(X_CFLAGS)
  6. EXTRA_LDFLAGS=$(X_LIBS) $(X_PRE_LIBS) -lXaw -lXt -lX11 $(X_EXTRA_LIBS)
  7. OBJS=xtotroff.$(OBJEXT)
  8. CSRCS=$(srcdir)/xtotroff.c