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

Diff for /mandoc/Makefile between version 1.213 and 1.215

version 1.213, 2009/09/21 13:44:56 version 1.215, 2009/09/21 15:01:33
Line 9  INSTALL_DATA = install -m 0444
Line 9  INSTALL_DATA = install -m 0444
 INSTALL_LIB     = install -m 0644  INSTALL_LIB     = install -m 0644
 INSTALL_MAN     = $(INSTALL_DATA)  INSTALL_MAN     = $(INSTALL_DATA)
   
 VERSION    = 1.9.2  VERSION    = 1.9.5
 VDATE      = 05 September 2009  VDATE      = 21 September 2009
   
 VFLAGS     = -DVERSION=\"$(VERSION)\"  VFLAGS     = -DVERSION=\"$(VERSION)\"
 CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g  CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
Line 36  MANSRCS    = man_macro.c man.c man_hash.c man_validate
Line 36  MANSRCS    = man_macro.c man.c man_hash.c man_validate
              man_action.c mandoc.c man_argv.c               man_action.c mandoc.c man_argv.c
   
 MAINLNS    = main.ln mdoc_term.ln chars.ln term.ln tree.ln \  MAINLNS    = main.ln mdoc_term.ln chars.ln term.ln tree.ln \
              compat.ln man_term.ln html.ln               compat.ln man_term.ln html.ln mdoc_html.ln \
                man_html.ln
 MAINOBJS   = main.o mdoc_term.o chars.o term.o tree.o compat.o \  MAINOBJS   = main.o mdoc_term.o chars.o term.o tree.o compat.o \
              man_term.o html.o               man_term.o html.o mdoc_html.o man_html.o
 MAINSRCS   = main.c mdoc_term.c chars.c term.c tree.c compat.c \  MAINSRCS   = main.c mdoc_term.c chars.c term.c tree.c compat.c \
              man_term.c html.c               man_term.c html.c mdoc_html.c man_html.c
   
 LLNS       = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln  LLNS       = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln
 LNS        = $(MAINLNS) $(MDOCLNS) $(MANLNS)  LNS        = $(MAINLNS) $(MDOCLNS) $(MANLNS)
Line 151  main.o: main.c mdoc.h
Line 152  main.o: main.c mdoc.h
 compat.ln: compat.c  compat.ln: compat.c
 compat.o: compat.c  compat.o: compat.c
   
 term.ln: term.c term.h man.h mdoc.h  term.ln: term.c term.h man.h mdoc.h chars.h
 term.o: term.c term.h man.h mdoc.h  term.o: term.c term.h man.h mdoc.h chars.h
   
 html.ln: html.c man.h mdoc.h  html.ln: html.c html.h chars.h
 html.o: html.c man.h mdoc.h  html.o: html.c html.h chars.h
   
   mdoc_html.ln: mdoc_html.c html.h mdoc.h
   mdoc_html.o: mdoc_html.c html.h mdoc.h
   
   man_html.ln: man_html.c html.h man.h
   man_html.o: man_html.c html.h man.h
   
 tree.ln: tree.c man.h mdoc.h  tree.ln: tree.c man.h mdoc.h
 tree.o: tree.c man.h mdoc.h  tree.o: tree.c man.h mdoc.h

Legend:
Removed from v.1.213  
changed lines
  Added in v.1.215

CVSweb