version 1.45, 2008/12/10 13:15:55 |
version 1.89, 2009/02/27 09:39:40 |
|
|
VERSION = 1.0.2 |
.SUFFIXES: .html .sgml |
|
|
# FIXME |
VERSION = 1.3.6 |
CFLAGS += -W -Wall -Wno-unused-parameter -g -DDEBUG |
VDATE = 27 February 2009 |
|
|
LNS = mdocml.ln html.ln xml.ln libmdocml.ln roff.ln ml.ln mlg.ln \ |
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g |
compat.ln tokens.ln literals.ln tags.ln |
|
|
|
LLNS = llib-lmdocml.ln |
LIBLNS = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \ |
|
validate.ln action.ln |
|
|
LIBS = libmdocml.a |
TREELNS = mdoctree.ln mmain.ln |
|
|
OBJS = mdocml.o html.o xml.o libmdocml.o roff.o ml.o mlg.o \ |
TERMLNS = mdoctree.ln mmain.ln term.ln |
compat.o tokens.o literals.o tags.o |
|
|
|
SRCS = mdocml.c html.c xml.c libmdocml.c roff.c ml.c mlg.c \ |
LINTLNS = mdoclint.ln mmain.ln |
compat.c tokens.c literals.c tags.c |
|
|
|
HEADS = libmdocml.h private.h ml.h roff.h html.h |
LNS = $(LIBLNS) $(TREELNS) $(TERMLNS) |
|
|
MANS = mdocml.1 index.7 |
LLNS = llib-llibmdoc.ln llib-lmdoctree.ln llib-lmdocterm.ln |
|
|
HTML = index.html mdocml.html |
LIBS = libmdoc.a |
|
|
XML = index.xml |
LIBOBJS = macro.o mdoc.o hash.o strings.o xstd.o argv.o \ |
|
validate.o action.o |
|
|
TEXT = index.txt |
TERMOBJS= mdocterm.o mmain.o term.o |
|
|
CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIBS) $(HTML) \ |
TREEOBJS= mdoctree.o mmain.o |
$(XML) $(TEXT) |
|
|
|
INSTALL = Makefile $(HEADS) $(SRCS) $(MANS) |
LINTOBJS= mdoclint.o mmain.o |
|
|
FAIL = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \ |
OBJS = $(LIBOBJS) $(TERMOBJS) $(TREEOBJS) |
test.15 test.20 test.22 test.24 test.26 test.27 test.30 \ |
|
test.36 test.37 test.40 test.50 test.61 test.64 test.65 \ |
|
test.66 test.69 test.70 |
|
|
|
SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \ |
SRCS = macro.c mdoc.c hash.c strings.c xstd.c argv.c validate.c \ |
test.14 test.16 test.17 test.18 test.19 test.21 test.23 \ |
action.c term.c mdoctree.c mdocterm.c mmain.c mdoclint.c |
test.25 test.28 test.29 test.31 test.32 test.33 test.34 \ |
|
test.35 test.38 test.39 test.41 test.42 test.43 test.44 \ |
|
test.45 test.46 test.47 test.48 test.49 test.51 test.52 \ |
|
test.54 test.55 test.56 test.57 test.58 test.59 test.60 \ |
|
test.62 test.63 test.67 test.68 test.71 |
|
|
|
all: mdocml |
HEADS = mdoc.h private.h term.h mmain.h |
|
|
lint: llib-lmdocml.ln |
SGMLS = index.sgml |
|
|
dist: mdocml.tgz mdocml-port.tgz |
HTMLS = index.html |
|
|
www: all $(HTML) $(XML) $(TEXT) |
STATICS = style.css external.png |
|
|
regress: mdocml |
TARGZS = mdocml-$(VERSION).tar.gz mdocml-oport-$(VERSION).tar.gz |
@for f in $(FAIL); do \ |
|
echo "./mdocml $$f" ; \ |
|
./mdocml -v $$f 1>/dev/null 2>/dev/null || continue ; \ |
|
done |
|
@for f in $(SUCCEED); do \ |
|
echo "./mdocml $$f" ; \ |
|
./mdocml -v $$f 1>/dev/null || exit 1 ; \ |
|
done |
|
|
|
mdocml: mdocml.o libmdocml.a |
MANS = mdoctree.1 mdocterm.1 mdoclint.1 mdoc.3 |
$(CC) $(CFLAGS) -o $@ mdocml.o libmdocml.a |
|
|
|
|
BINS = mdocterm mdoctree mdoclint |
|
|
|
CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \ |
|
$(TARGZS) |
|
|
|
INSTALL = $(SRCS) $(HEADS) Makefile Makefile.port DESCR $(MANS) \ |
|
$(SGMLS) $(STATICS) |
|
|
|
FAIL = regress/test.empty \ |
|
regress/test.prologue.00 \ |
|
regress/test.prologue.01 \ |
|
regress/test.prologue.02 \ |
|
regress/test.prologue.03 \ |
|
regress/test.prologue.04 \ |
|
regress/test.prologue.06 \ |
|
regress/test.prologue.13 \ |
|
regress/test.prologue.15 \ |
|
regress/test.prologue.16 \ |
|
regress/test.prologue.18 \ |
|
regress/test.prologue.19 \ |
|
regress/test.prologue.21 \ |
|
regress/test.prologue.22 \ |
|
regress/test.prologue.23 \ |
|
regress/test.prologue.24 \ |
|
regress/test.prologue.25 \ |
|
regress/test.prologue.26 \ |
|
regress/test.prologue.27 \ |
|
regress/test.prologue.28 \ |
|
regress/test.prologue.29 \ |
|
regress/test.prologue.30 \ |
|
regress/test.prologue.31 \ |
|
regress/test.prologue.32 \ |
|
regress/test.prologue.33 \ |
|
regress/test.sh.03 \ |
|
regress/test.escape.01 \ |
|
regress/test.escape.02 \ |
|
regress/test.escape.03 \ |
|
regress/test.escape.04 \ |
|
regress/test.escape.06 \ |
|
regress/test.escape.07 \ |
|
regress/test.escape.08 \ |
|
regress/test.escape.09 \ |
|
regress/test.escape.11 \ |
|
regress/test.escape.12 |
|
|
|
SUCCEED = regress/test.prologue.05 \ |
|
regress/test.prologue.07 \ |
|
regress/test.prologue.08 \ |
|
regress/test.prologue.09 \ |
|
regress/test.prologue.10 \ |
|
regress/test.prologue.11 \ |
|
regress/test.prologue.12 \ |
|
regress/test.prologue.14 \ |
|
regress/test.prologue.17 \ |
|
regress/test.prologue.20 \ |
|
regress/test.sh.00 \ |
|
regress/test.name.00 \ |
|
regress/test.name.01 \ |
|
regress/test.name.02 \ |
|
regress/test.name.03 \ |
|
regress/test.list.00 \ |
|
regress/test.list.01 \ |
|
regress/test.list.02 \ |
|
regress/test.list.03 \ |
|
regress/test.list.04 \ |
|
regress/test.list.05 \ |
|
regress/test.list.06 \ |
|
regress/test.sh.01 \ |
|
regress/test.sh.02 \ |
|
regress/test.escape.00 \ |
|
regress/test.escape.05 \ |
|
regress/test.escape.10 |
|
|
|
REGRESS = $(FAIL) $(SUCCEED) |
|
|
|
all: $(BINS) |
|
|
|
lint: $(LLNS) |
|
|
clean: |
clean: |
rm -f $(CLEAN) |
rm -f $(CLEAN) |
|
|
index.html: index.7 mdocml.css |
cleanlint: |
./mdocml -Wall -fhtml -e -o $@ index.7 |
rm -f $(LNS) $(LLNS) |
|
|
index.xml: index.7 mdocml.css |
dist: mdocml-$(VERSION).tar.gz |
./mdocml -Wall -o $@ index.7 |
|
|
|
index.txt: index.7 |
port: mdocml-oport-$(VERSION).tar.gz |
cp -f index.7 index.txt |
|
|
|
mdocml.html: mdocml.1 mdocml.css |
www: $(HTMLS) $(TARGZS) |
./mdocml -Wall -fhtml -e -o $@ mdocml.1 |
|
|
|
install-www: www dist |
installwww: www |
install -m 0644 mdocml.tgz $(PREFIX)/mdocml-$(VERSION).tgz |
install -m 0444 $(HTMLS) $(STATICS) $(PREFIX)/ |
install -m 0644 mdocml.tgz $(PREFIX)/mdocml.tgz |
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/ |
install -m 0644 mdocml-port.tgz $(PREFIX)/mdocml-port-$(VERSION).tgz |
install -m 0444 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ports-openbsd/ |
install -m 0644 mdocml-port.tgz $(PREFIX)/mdocml-port.tgz |
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz |
install -m 0644 $(HTML) $(XML) $(TEXT) $(PREFIX)/ |
install -m 0444 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ports-openbsd/mdocml.tar.gz |
|
|
mdocml.tgz: $(INSTALL) |
regress: mdoclint |
mkdir -p .dist/mdocml/mdocml-$(VERSION)/ |
@for f in $(FAIL); do \ |
install -m 0644 $(INSTALL) .dist/mdocml/mdocml-$(VERSION)/ |
echo "./mdoclint $$f" ; \ |
( cd .dist/mdocml/ && tar zcf ../../$@ mdocml-$(VERSION)/ ) |
./mdoclint $$f 2>/dev/null || continue ; exit 1 ; done |
rm -rf .dist/ |
@for f in $(SUCCEED); do \ |
|
echo "./mdoclint $$f" ; \ |
|
./mdoclint $$f 2>/dev/null || exit 1 ; done |
|
|
mdocml-port.tgz: $(INSTALL) |
install: |
mkdir -p .dist/mdocml/pkg |
mkdir -p $(PREFIX)/bin/ |
sed -e "s!@VERSION@!$(VERSION)!" Makefile.port > .dist/mdocml/Makefile |
mkdir -p $(PREFIX)/include/mdoc/ |
md5 mdocml-$(VERSION).tgz > .dist/mdocml/distinfo |
mkdir -p $(PREFIX)/lib/ |
rmd160 mdocml-$(VERSION).tgz >> .dist/mdocml/distinfo |
mkdir -p $(PREFIX)/man/man1/ |
sha1 mdocml-$(VERSION).tgz >> .dist/mdocml/distinfo |
install -m 0755 mdocterm $(PREFIX)/bin/ |
install -m 0644 DESCR .dist/mdocml/pkg/DESCR |
install -m 0755 mdoctree $(PREFIX)/bin/ |
echo @comment $$OpenBSD$$ > .dist/mdocml/pkg/PLIST |
install -m 0755 mdoclint $(PREFIX)/bin/ |
echo bin/mdocml >> .dist/mdocml/pkg/PLIST |
install -m 0444 mdocterm.1 $(PREFIX)/man/man1/ |
echo @man man/man1/mdocml.1 >> .dist/mdocml/pkg/PLIST |
install -m 0444 mdoctree.1 $(PREFIX)/man/man1/ |
( cd .dist/ && tar zcf ../$@ mdocml/ ) |
install -m 0444 mdoclint.1 $(PREFIX)/man/man1/ |
rm -rf .dist/ |
install -m 0444 mdoc.3 $(PREFIX)/man/man3/ |
|
install -m 0644 libmdoc.a $(PREFIX)/lib/ |
|
install -m 0444 mdoc.h $(PREFIX)/include/ |
|
|
llib-lmdocml.ln: mdocml.ln libmdocml.ln html.ln xml.ln roff.ln ml.ln mlg.ln compat.ln tokens.ln literals.ln tags.ln |
uninstall: |
$(LINT) $(LINTFLAGS) -Cmdocml mdocml.ln libmdocml.ln html.ln xml.ln roff.ln ml.ln mlg.ln compat.ln tokens.ln literals.ln tags.ln |
rm -f $(PREFIX)/bin/mdocterm |
|
rm -f $(PREFIX)/bin/mdoctree |
|
rm -f $(PREFIX)/bin/mdoclint |
|
rm -f $(PREFIX)/man/man1/mdocterm.1 |
|
rm -f $(PREFIX)/man/man1/mdoctree.1 |
|
rm -f $(PREFIX)/man/man1/mdoclint.1 |
|
rm -f $(PREFIX)/man/man3/mdoc.3 |
|
rm -f $(PREFIX)/lib/libmdoc.a |
|
rm -f $(PREFIX)/include/mdoc.h |
|
|
mdocml.ln: mdocml.c libmdocml.h |
macro.ln: macro.c private.h |
|
macro.o: macro.c private.h |
|
|
mdocml.o: mdocml.c libmdocml.h |
term.ln: term.c term.h |
|
term.o: term.c term.h |
|
|
libmdocml.a: libmdocml.o html.o xml.o roff.o ml.o mlg.o compat.o tokens.o literals.o tags.o |
strings.ln: strings.c private.h |
$(AR) rs $@ libmdocml.o html.o xml.o roff.o ml.o mlg.o compat.o tokens.o literals.o tags.o |
strings.o: strings.c private.h |
|
|
xml.ln: xml.c private.h libmdocml.h ml.h |
hash.ln: hash.c private.h |
|
hash.o: hash.c private.h |
|
|
xml.o: xml.c private.h libmdocml.h ml.h |
mdoc.ln: mdoc.c private.h |
|
mdoc.o: mdoc.c private.h |
|
|
html.ln: html.c private.h libmdocml.h |
mdocterm.ln: mdocterm.c mmain.h |
|
mdocterm.o: mdocterm.c mmain.h |
|
|
html.o: html.c private.h libmdocml.h |
mdoclint.ln: mdoclint.c mmain.h |
|
mdoclint.o: mdoclint.c mmain.h |
|
|
tags.ln: tags.c html.h |
mdoctree.ln: mdoctree.c mmain.h |
|
mdoctree.o: mdoctree.c mmain.h |
|
|
tags.o: tags.c html.h |
xstd.ln: xstd.c private.h |
|
xstd.o: xstd.c private.h |
|
|
roff.ln: roff.c private.h roff.h libmdocml.h |
argv.ln: argv.c private.h |
|
argv.o: argv.c private.h |
|
|
roff.o: roff.c private.h roff.h libmdocml.h |
validate.ln: validate.c private.h |
|
validate.o: validate.c private.h |
|
|
libmdocml.ln: libmdocml.c private.h libmdocml.h |
action.ln: action.c private.h |
|
action.o: action.c private.h |
|
|
libmdocml.o: libmdocml.c private.h libmdocml.h |
mmain.ln: mmain.c mmain.h |
|
mmain.o: mmain.c mmain.h |
|
|
ml.ln: ml.c private.h libmdocml.h ml.h |
private.h: mdoc.h |
|
|
ml.o: ml.c private.h libmdocml.h ml.h |
mmain.h: mdoc.h |
|
|
mlg.ln: mlg.c private.h libmdocml.h ml.h |
term.h: mdoc.h |
|
|
mlg.o: mlg.c private.h libmdocml.h ml.h |
mdocml-oport-$(VERSION).tar.gz: mdocml-$(VERSION).tar.gz Makefile.port DESCR |
|
mkdir -p .dist/mdocml/pkg |
|
sed -e "s!@VERSION@!$(VERSION)!" Makefile.port > \ |
|
.dist/mdocml/Makefile |
|
md5 mdocml-$(VERSION).tar.gz > .dist/mdocml/distinfo |
|
rmd160 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo |
|
sha1 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo |
|
install -m 0644 DESCR .dist/mdocml/pkg/DESCR |
|
echo @comment $$OpenBSD$$ > .dist/mdocml/pkg/PLIST |
|
echo bin/mdocterm >> .dist/mdocml/pkg/PLIST |
|
echo bin/mdoctree >> .dist/mdocml/pkg/PLIST |
|
echo bin/mdoclint >> .dist/mdocml/pkg/PLIST |
|
echo lib/libmdoc.a >> .dist/mdocml/pkg/PLIST |
|
echo include/mdoc.h >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man1/mdoctree.1 >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man1/mdocterm.1 >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man1/mdoclint.1 >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man3/mdoc.3 >> .dist/mdocml/pkg/PLIST |
|
( cd .dist/ && tar zcf ../$@ mdocml/ ) |
|
rm -rf .dist/ |
|
|
compat.ln: compat.c |
mdocml-$(VERSION).tar.gz: $(INSTALL) |
|
mkdir -p .dist/mdocml/mdocml-$(VERSION)/ |
|
mkdir -p .dist/mdocml/mdocml-$(VERSION)/regress/ |
|
install -m 0644 $(INSTALL) .dist/mdocml/mdocml-$(VERSION)/ |
|
install -m 0644 $(REGRESS) .dist/mdocml/mdocml-$(VERSION)/regress/ |
|
( cd .dist/mdocml/ && tar zcf ../../$@ mdocml-$(VERSION)/ ) |
|
rm -rf .dist/ |
|
|
compat.o: compat.c |
llib-llibmdoc.ln: $(LIBLNS) |
|
$(LINT) $(LINTFLAGS) -Clibmdoc $(LIBLNS) |
|
|
html.h: ml.h |
llib-lmdoctree.ln: $(TREELNS) llib-llibmdoc.ln |
|
$(LINT) $(LINTFLAGS) -Cmdoctree $(TREELNS) llib-llibmdoc.ln |
|
|
ml.h: private.h |
llib-lmdocterm.ln: $(TERMLNS) llib-llibmdoc.ln |
|
$(LINT) $(LINTFLAGS) -Cmdocterm $(TERMLNS) llib-llibmdoc.ln |
|
|
private.h: libmdocml.h |
libmdoc.a: $(LIBOBJS) |
|
$(AR) rs $@ $(LIBOBJS) |
|
|
|
mdocterm: $(TERMOBJS) libmdoc.a |
|
$(CC) $(CFLAGS) -o $@ $(TERMOBJS) libmdoc.a |
|
|
|
mdoctree: $(TREEOBJS) libmdoc.a |
|
$(CC) $(CFLAGS) -o $@ $(TREEOBJS) libmdoc.a |
|
|
|
mdoclint: $(LINTOBJS) libmdoc.a |
|
$(CC) $(CFLAGS) -o $@ $(LINTOBJS) libmdoc.a |
|
|
|
.sgml.html: |
|
validate $< |
|
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@ |
|
|