[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.510 and 1.513

version 1.510, 2017/05/04 22:16:09 version 1.513, 2017/06/12 19:05:47
Line 38  TESTSRCS  = test-be32toh.c \
Line 38  TESTSRCS  = test-be32toh.c \
                    test-progname.c \                     test-progname.c \
                    test-recvmsg.c \                     test-recvmsg.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                      test-recallocarray.c \
                    test-rewb-bsd.c \                     test-rewb-bsd.c \
                    test-rewb-sysv.c \                     test-rewb-sysv.c \
                    test-sandbox_init.c \                     test-sandbox_init.c \
Line 64  SRCS   = att.c \
Line 65  SRCS   = att.c \
                    compat_ohash.c \                     compat_ohash.c \
                    compat_progname.c \                     compat_progname.c \
                    compat_reallocarray.c \                     compat_reallocarray.c \
                      compat_recallocarray.c \
                    compat_strcasestr.c \                     compat_strcasestr.c \
                    compat_stringlist.c \                     compat_stringlist.c \
                    compat_strlcat.c \                     compat_strlcat.c \
Line 112  SRCS   = att.c \
Line 114  SRCS   = att.c \
                    roff.c \                     roff.c \
                    roff_html.c \                     roff_html.c \
                    roff_term.c \                     roff_term.c \
                      roff_validate.c \
                    soelim.c \                     soelim.c \
                    st.c \                     st.c \
                    tag.c \                     tag.c \
Line 124  SRCS   = att.c \
Line 127  SRCS   = att.c \
                    term.c \                     term.c \
                    term_ascii.c \                     term_ascii.c \
                    term_ps.c \                     term_ps.c \
                      term_tab.c \
                    tree.c                     tree.c
   
 DISTFILES        = INSTALL \  DISTFILES        = INSTALL \
Line 212  LIBMDOC_OBJS  = att.o \
Line 216  LIBMDOC_OBJS  = att.o \
   
 LIBROFF_OBJS     = eqn.o \  LIBROFF_OBJS     = eqn.o \
                    roff.o \                     roff.o \
                      roff_validate.o \
                    tbl.o \                     tbl.o \
                    tbl_data.o \                     tbl_data.o \
                    tbl_layout.o \                     tbl_layout.o \
Line 237  COMPAT_OBJS  = compat_err.o \
Line 242  COMPAT_OBJS  = compat_err.o \
                    compat_ohash.o \                     compat_ohash.o \
                    compat_progname.o \                     compat_progname.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \
                      compat_recallocarray.o \
                    compat_strcasestr.o \                     compat_strcasestr.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \
Line 258  MANDOC_TERM_OBJS = eqn_term.o \
Line 264  MANDOC_TERM_OBJS = eqn_term.o \
                    term.o \                     term.o \
                    term_ascii.o \                     term_ascii.o \
                    term_ps.o \                     term_ps.o \
                      term_tab.o \
                    tbl_term.o                     tbl_term.o
   
 DBM_OBJS         = dbm.o \  DBM_OBJS         = dbm.o \

Legend:
Removed from v.1.510  
changed lines
  Added in v.1.513

CVSweb