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

Diff for /mandoc/Makefile between version 1.465 and 1.467

version 1.465, 2015/07/17 22:38:29 version 1.467, 2015/10/11 21:12:54
Line 20  VERSION = 1.13.3
Line 20  VERSION = 1.13.3
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   
 TESTSRCS         = test-dirent-namlen.c \  TESTSRCS         = test-dirent-namlen.c \
                      test-err.c \
                    test-fgetln.c \                     test-fgetln.c \
                    test-fts.c \                     test-fts.c \
                    test-getsubopt.c \                     test-getsubopt.c \
Line 27  TESTSRCS  = test-dirent-namlen.c \
Line 28  TESTSRCS  = test-dirent-namlen.c \
                    test-mkdtemp.c \                     test-mkdtemp.c \
                    test-mmap.c \                     test-mmap.c \
                    test-ohash.c \                     test-ohash.c \
                      test-progname.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                    test-sqlite3.c \                     test-sqlite3.c \
                    test-sqlite3_errstr.c \                     test-sqlite3_errstr.c \
Line 43  TESTSRCS  = test-dirent-namlen.c \
Line 45  TESTSRCS  = test-dirent-namlen.c \
 SRCS             = att.c \  SRCS             = att.c \
                    cgi.c \                     cgi.c \
                    chars.c \                     chars.c \
                      compat_err.c \
                    compat_fgetln.c \                     compat_fgetln.c \
                    compat_fts.c \                     compat_fts.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
Line 199  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 202  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
                    preconv.o \                     preconv.o \
                    read.o                     read.o
   
 COMPAT_OBJS      = compat_fgetln.o \  COMPAT_OBJS      = compat_err.o \
                      compat_fgetln.o \
                    compat_fts.o \                     compat_fts.o \
                    compat_getsubopt.o \                     compat_getsubopt.o \
                    compat_isblank.o \                     compat_isblank.o \
Line 403  man.cgi: $(CGI_OBJS) libmandoc.a
Line 407  man.cgi: $(CGI_OBJS) libmandoc.a
         $(CC) $(LDFLAGS) $(STATIC) -o $@ $(CGI_OBJS) libmandoc.a $(DBLIB)          $(CC) $(LDFLAGS) $(STATIC) -o $@ $(CGI_OBJS) libmandoc.a $(DBLIB)
   
 demandoc: $(DEMANDOC_OBJS) libmandoc.a  demandoc: $(DEMANDOC_OBJS) libmandoc.a
         $(CC) $(LDFLAGS) -o $@ $(DEMANDOC_OBJS) libmandoc.a          $(CC) $(LDFLAGS) -o $@ $(DEMANDOC_OBJS) libmandoc.a -lz
   
 soelim: $(SOELIM_OBJS) compat_reallocarray.o  soelim: $(SOELIM_OBJS) compat_reallocarray.o
         $(CC) $(LDFLAGS) -o $@ $(SOELIM_OBJS) compat_reallocarray.o          $(CC) $(LDFLAGS) -o $@ $(SOELIM_OBJS) compat_reallocarray.o

Legend:
Removed from v.1.465  
changed lines
  Added in v.1.467

CVSweb