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

Diff for /mandoc/Makefile between version 1.511 and 1.514

version 1.511, 2017/05/05 02:06:19 version 1.514, 2017/07/01 09:47:30
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 92  SRCS   = att.c \
Line 94  SRCS   = att.c \
                    mandoc.c \                     mandoc.c \
                    mandoc_aux.c \                     mandoc_aux.c \
                    mandoc_ohash.c \                     mandoc_ohash.c \
                      mandoc_xr.c \
                    mandocd.c \                     mandocd.c \
                    mandocdb.c \                     mandocdb.c \
                    manpath.c \                     manpath.c \
Line 125  SRCS   = att.c \
Line 128  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 177  DISTFILES  = INSTALL \
Line 181  DISTFILES  = INSTALL \
                    mandoc_html.3 \                     mandoc_html.3 \
                    mandoc_malloc.3 \                     mandoc_malloc.3 \
                    mandoc_ohash.h \                     mandoc_ohash.h \
                      mandoc_xr.h \
                    mandocd.8 \                     mandocd.8 \
                    mansearch.3 \                     mansearch.3 \
                    mansearch.h \                     mansearch.h \
Line 226  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 231  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
                    mandoc.o \                     mandoc.o \
                    mandoc_aux.o \                     mandoc_aux.o \
                    mandoc_ohash.o \                     mandoc_ohash.o \
                      mandoc_xr.o \
                    msec.o \                     msec.o \
                    preconv.o \                     preconv.o \
                    read.o                     read.o
Line 239  COMPAT_OBJS  = compat_err.o \
Line 245  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 260  MANDOC_TERM_OBJS = eqn_term.o \
Line 267  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.511  
changed lines
  Added in v.1.514

CVSweb