name is cpp.ansi
This commit is contained in:
parent
a1f5834052
commit
bff577eed4
2 changed files with 8 additions and 11 deletions
|
@ -19,7 +19,7 @@ LIBS = $(PRTLIB) $(STRLIB) $(ALLOCLIB) $(MALLOC) $(ASSERTLIB) $(SYSLIB)
|
||||||
LIB_INCLUDES = -I$(MODULES)/h -I$(MODULES)/pkg
|
LIB_INCLUDES = -I$(MODULES)/h -I$(MODULES)/pkg
|
||||||
|
|
||||||
# Where to install the preprocessor
|
# Where to install the preprocessor
|
||||||
CEMPP = $(BIN)/ncpp
|
CEMPP = $(BIN)/cpp.ansi
|
||||||
|
|
||||||
TABGEN = $(EMHOME)/bin/tabgen
|
TABGEN = $(EMHOME)/bin/tabgen
|
||||||
|
|
||||||
|
@ -120,12 +120,12 @@ cfiles: hfiles LLfiles $(GSRC) $(GSTRSRC)
|
||||||
install: all
|
install: all
|
||||||
rm -f $(CEMPP)
|
rm -f $(CEMPP)
|
||||||
cp ncpp $(CEMPP)
|
cp ncpp $(CEMPP)
|
||||||
rm -f $(MANDIR)/ncpp.6
|
rm -f $(MANDIR)/cpp.ansi.6
|
||||||
cp ncpp.6 $(MANDIR)/ncpp.6
|
cp ncpp.6 $(MANDIR)/cpp.ansi.6
|
||||||
|
|
||||||
cmp: all
|
cmp: all
|
||||||
-cmp ncpp $(CEMPP)
|
-cmp ncpp $(CEMPP)
|
||||||
-cmp ncpp.6 $(MANDIR)/ncpp.6
|
-cmp ncpp.6 $(MANDIR)/cpp.ansi.6
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr $(PRFILES)
|
@pr $(PRFILES)
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.TH NCPP 6ACK
|
.TH CPP.ANSI 6ACK
|
||||||
.ad
|
.ad
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ncpp \- New C Pre-Processor
|
cpp.ansi \- ANSI C Pre-Processor
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
ncpp [\-options] [ file ]
|
cpp.ansi [\-options] [ file ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Ncpp
|
.I Cpp.ansi
|
||||||
reads a file, expands macros and include
|
reads a file, expands macros and include
|
||||||
files, and writes an input file for the C compiler.
|
files, and writes an input file for the C compiler.
|
||||||
All output is to standard output.
|
All output is to standard output.
|
||||||
|
@ -69,6 +69,3 @@ L. Rosler,
|
||||||
Draft Proposed Standard - Programming Language C,
|
Draft Proposed Standard - Programming Language C,
|
||||||
.R
|
.R
|
||||||
ANSI X3J11 Language Subcommittee
|
ANSI X3J11 Language Subcommittee
|
||||||
.SH AUTHOR
|
|
||||||
Leendert van Doorn
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue