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

Diff for /mandoc/Makefile between version 1.22 and 1.23

version 1.22, 2008/12/04 11:25:29 version 1.23, 2008/12/04 16:19:52
Line 2  CFLAGS += -W -Wall -Wno-unused-parameter -g -DDEBUG
Line 2  CFLAGS += -W -Wall -Wno-unused-parameter -g -DDEBUG
   
 LINTFLAGS += -c -e -f -u  LINTFLAGS += -c -e -f -u
   
 LNS     = mdocml.ln html.ln xml.ln libmdocml.ln roff.ln ml.ln mlg.ln compat.ln  LNS     = mdocml.ln html.ln xml.ln libmdocml.ln roff.ln ml.ln mlg.ln compat.ln tokens.ln
   
 LLNS    = llib-lmdocml.ln  LLNS    = llib-lmdocml.ln
   
 LIBS    = libmdocml.a  LIBS    = libmdocml.a
   
 OBJS    = mdocml.o html.o xml.o libmdocml.o roff.o ml.o mlg.o compat.o  OBJS    = mdocml.o html.o xml.o libmdocml.o roff.o ml.o mlg.o compat.o tokens.o
   
 SRCS    = mdocml.c html.c xml.c libmdocml.c roff.c ml.c mlg.c compat.c  SRCS    = mdocml.c html.c xml.c libmdocml.c roff.c ml.c mlg.c compat.c tokens.c
   
 HEADS   = libmdocml.h private.h  HEADS   = libmdocml.h private.h
   
Line 22  INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)
Line 22  INSTALL = Makefile $(HEADS) $(SRCS) $(MANS)
   
 FAIL    = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \  FAIL    = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \
           test.15 test.20 test.22 test.24 test.26 test.27 test.30 \            test.15 test.20 test.22 test.24 test.26 test.27 test.30 \
           test.36            test.36 test.37 test.40
   
 SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \  SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \
           test.14 test.16 test.17 test.18 test.19 test.21 test.23 \            test.14 test.16 test.17 test.18 test.19 test.21 test.23 \
           test.25 test.28 test.29 test.31 test.32 test.33 test.34 \            test.25 test.28 test.29 test.31 test.32 test.33 test.34 \
           test.35            test.35 test.37 test.38 test.39
   
   
 all: mdocml  all: mdocml
Line 52  mdocml.tgz: $(INSTALL)
Line 52  mdocml.tgz: $(INSTALL)
         ( cd .dist/ && tar zcf ../mdocml.tgz mdocml/ )          ( cd .dist/ && tar zcf ../mdocml.tgz mdocml/ )
         rm -rf .dist/          rm -rf .dist/
   
 llib-lmdocml.ln: mdocml.ln libmdocml.ln html.ln xml.ln roff.ln ml.ln mlg.ln compat.ln  llib-lmdocml.ln: mdocml.ln libmdocml.ln html.ln xml.ln roff.ln ml.ln mlg.ln compat.ln tokens.ln
         $(LINT) $(LINTFLAGS) -Cmdocml mdocml.ln libmdocml.ln html.ln xml.ln roff.ln ml.ln mlg.ln compat.ln          $(LINT) $(LINTFLAGS) -Cmdocml mdocml.ln libmdocml.ln html.ln xml.ln roff.ln ml.ln mlg.ln compat.ln tokens.ln
   
 mdocml.ln: mdocml.c libmdocml.h  mdocml.ln: mdocml.c libmdocml.h
   
 mdocml.o: mdocml.c libmdocml.h  mdocml.o: mdocml.c libmdocml.h
   
 libmdocml.a: libmdocml.o html.o xml.o roff.o ml.o mlg.o compat.o  libmdocml.a: libmdocml.o html.o xml.o roff.o ml.o mlg.o compat.o tokens.o
         $(AR) rs $@ libmdocml.o html.o xml.o roff.o ml.o mlg.o compat.o          $(AR) rs $@ libmdocml.o html.o xml.o roff.o ml.o mlg.o compat.o tokens.o
   
 xml.ln: xml.c private.h libmdocml.h ml.h  xml.ln: xml.c private.h libmdocml.h ml.h
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb