X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/3037835dd1f5601b421e54ea434b1d87e9f5a26f..b73dbb2f124e747e7c3c066cf61fef62a2ac0913:/Makefile diff --git a/Makefile b/Makefile index a0d7d14c..2f49ffd2 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,11 @@ VERSION = 1.11.2 VDATE = 12 May 2011 -# If your system doesn't support multi-byte functions (specifically -# setlocale(), wcwidth(), putwchar()), then remove -DUSE_WCHAR. You'll -# still be able to use -Tlocale, but it becomes a synonym for -Tascii. +# IFF your system supports multi-byte functions (setlocale(), wcwidth(), +# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a +# UCS-4 value) should you define USE_WCHAR. If you define it and your +# system DOESN'T support this, -Tlocale will produce garbage. +# If you don't define it, -Tlocale is a synonym for -Tacsii. CFLAGS += -g -DUSE_WCHAR -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings PREFIX = /usr/local @@ -86,6 +88,7 @@ SRCS = Makefile \ msec.in \ out.c \ out.h \ + predefs.in \ read.c \ roff.7 \ roff.c \ @@ -172,6 +175,7 @@ att.o att.ln: att.in chars.o chars.ln: chars.in lib.o lib.ln: lib.in msec.o msec.ln: msec.in +roff.o roff.ln: predefs.in st.o st.ln: st.in vol.o vol.ln: vol.in