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

Diff for /mandoc/Makefile between version 1.457 and 1.458

version 1.457, 2015/03/13 12:35:32 version 1.458, 2015/03/19 14:57:29
Line 23  TESTSRCS  = test-dirent-namlen.c \
Line 23  TESTSRCS  = test-dirent-namlen.c \
                    test-fgetln.c \                     test-fgetln.c \
                    test-fts.c \                     test-fts.c \
                    test-getsubopt.c \                     test-getsubopt.c \
                      test-isblank.c \
                      test-mkdtemp.c \
                    test-mmap.c \                     test-mmap.c \
                    test-ohash.c \                     test-ohash.c \
                    test-reallocarray.c \                     test-reallocarray.c \
Line 34  TESTSRCS  = test-dirent-namlen.c \
Line 36  TESTSRCS  = test-dirent-namlen.c \
                    test-strptime.c \                     test-strptime.c \
                    test-strsep.c \                     test-strsep.c \
                    test-strtonum.c \                     test-strtonum.c \
                      test-vasprintf.c \
                    test-wchar.c                     test-wchar.c
   
 SRCS             = att.c \  SRCS             = att.c \
Line 42  SRCS   = att.c \
Line 45  SRCS   = att.c \
                    compat_fgetln.c \                     compat_fgetln.c \
                    compat_fts.c \                     compat_fts.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                      compat_isblank.c \
                      compat_mkdtemp.c \
                    compat_ohash.c \                     compat_ohash.c \
                    compat_reallocarray.c \                     compat_reallocarray.c \
                    compat_sqlite3_errstr.c \                     compat_sqlite3_errstr.c \
Line 50  SRCS   = att.c \
Line 55  SRCS   = att.c \
                    compat_strlcpy.c \                     compat_strlcpy.c \
                    compat_strsep.c \                     compat_strsep.c \
                    compat_strtonum.c \                     compat_strtonum.c \
                      compat_vasprintf.c \
                    demandoc.c \                     demandoc.c \
                    eqn.c \                     eqn.c \
                    eqn_html.c \                     eqn_html.c \
Line 187  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 193  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
 COMPAT_OBJS      = compat_fgetln.o \  COMPAT_OBJS      = compat_fgetln.o \
                    compat_fts.o \                     compat_fts.o \
                    compat_getsubopt.o \                     compat_getsubopt.o \
                      compat_isblank.o \
                      compat_mkdtemp.o \
                    compat_ohash.o \                     compat_ohash.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \
                    compat_sqlite3_errstr.o \                     compat_sqlite3_errstr.o \
Line 194  COMPAT_OBJS  = compat_fgetln.o \
Line 202  COMPAT_OBJS  = compat_fgetln.o \
                    compat_strlcat.o \                     compat_strlcat.o \
                    compat_strlcpy.o \                     compat_strlcpy.o \
                    compat_strsep.o \                     compat_strsep.o \
                    compat_strtonum.o                     compat_strtonum.o \
                      compat_vasprintf.o
   
 MANDOC_HTML_OBJS = eqn_html.o \  MANDOC_HTML_OBJS = eqn_html.o \
                    html.o \                     html.o \

Legend:
Removed from v.1.457  
changed lines
  Added in v.1.458

CVSweb