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

Diff for /mandoc/Makefile between version 1.441 and 1.442

version 1.441, 2014/08/16 23:04:25 version 1.442, 2014/08/17 03:24:47
Line 35  TESTSRCS  = test-dirent-namlen.c \
Line 35  TESTSRCS  = test-dirent-namlen.c \
                    test-strsep.c \                     test-strsep.c \
                    test-wchar.c                     test-wchar.c
   
 SRCS             = apropos.c \  SRCS             = arch.c \
                    arch.c \  
                    att.c \                     att.c \
                    cgi.c \                     cgi.c \
                    chars.c \                     chars.c \
Line 228  MAKEWHATIS_OBJS  = mandocdb.o mansearch_const.o manpat
Line 227  MAKEWHATIS_OBJS  = mandocdb.o mansearch_const.o manpat
   
 PRECONV_OBJS     = preconv.o  PRECONV_OBJS     = preconv.o
   
 APROPOS_OBJS     = apropos.o mansearch.o mansearch_const.o manpath.o  APROPOS_OBJS     = mansearch.o mansearch_const.o manpath.o
   
 CGI_OBJS         = $(MANDOC_HTML_OBJS) \  CGI_OBJS         = $(MANDOC_HTML_OBJS) \
                    cgi.o \                     cgi.o \
Line 369  Makefile.local config.h: configure ${TESTSRCS}
Line 368  Makefile.local config.h: configure ${TESTSRCS}
 depend: config.h  depend: config.h
         mkdep -f Makefile.depend $(CFLAGS) $(SRCS)          mkdep -f Makefile.depend $(CFLAGS) $(SRCS)
         perl -e 'undef $$/; $$_ = <>; s|/usr/include/\S+||g; \          perl -e 'undef $$/; $$_ = <>; s|/usr/include/\S+||g; \
                 s|\\\n||g; s|  +| |g; print;' Makefile.depend > Makefile.tmp                  s|\\\n||g; s|  +| |g; s| $$||mg; print;' \
                   Makefile.depend > Makefile.tmp
         mv Makefile.tmp Makefile.depend          mv Makefile.tmp Makefile.depend
   
 libmandoc.a: $(COMPAT_OBJS) $(LIBMANDOC_OBJS)  libmandoc.a: $(COMPAT_OBJS) $(LIBMANDOC_OBJS)

Legend:
Removed from v.1.441  
changed lines
  Added in v.1.442

CVSweb