Removed Version.c

This commit is contained in:
ceriel
1995-12-06 09:52:54 +00:00
parent d92f198d58
commit e9bedfcbd2
21 changed files with 23 additions and 84 deletions

View File

@@ -1,4 +1,3 @@
Version.c
proto.make
proto.main
LLlex.c

View File

@@ -1,5 +0,0 @@
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK ANSI C compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif' >> Version.c

View File

@@ -20,7 +20,6 @@ GEN_G = tokenfile.g
GFILES= $(GEN_G) $(SRC_G)
SRC_C = \
$(SRC_DIR)/Version.c \
$(SRC_DIR)/LLlex.c \
$(SRC_DIR)/LLmessage.c \
$(SRC_DIR)/arith.c \

View File

@@ -1,4 +1,3 @@
Version.c
proto.make
proto.main
LLlex.c

View File

@@ -1,5 +0,0 @@
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK C compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif' >> Version.c

View File

@@ -20,7 +20,6 @@ GEN_G = tokenfile.g
GFILES= $(GEN_G) $(SRC_G)
SRC_C = \
$(SRC_DIR)/Version.c \
$(SRC_DIR)/LLlex.c \
$(SRC_DIR)/LLmessage.c \
$(SRC_DIR)/arith.c \

View File

@@ -6,7 +6,6 @@ proto.main
BigPars
SmallPars
SYSTEM.h
Version.c
casestat.C
char.tab
chk_expr.c

View File

@@ -1,5 +0,0 @@
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK Modula-2 compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif' >> Version.c

View File

@@ -26,7 +26,7 @@ SRC_C = $(SRC_DIR)/LLlex.c $(SRC_DIR)/LLmessage.c $(SRC_DIR)/error.c \
$(SRC_DIR)/typequiv.c $(SRC_DIR)/node.c $(SRC_DIR)/cstoper.c \
$(SRC_DIR)/chk_expr.c $(SRC_DIR)/options.c $(SRC_DIR)/walk.c \
$(SRC_DIR)/desig.c $(SRC_DIR)/code.c $(SRC_DIR)/lookup.c \
$(SRC_DIR)/Version.c $(SRC_DIR)/stab.c
$(SRC_DIR)/stab.c
GEN_C = tokenfile.c program.c declar.c expression.c statement.c \
symbol2str.c char.c Lpars.c casestat.c tmpvar.c scope.c next.c
CFILES= $(SRC_C) $(GEN_C)

View File

@@ -28,4 +28,3 @@ program.g
statement.g
tokenname.c
tokenname.h
Version.c

View File

@@ -1,5 +0,0 @@
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK Modula-2 Makefile generator Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif' >> Version.c

View File

@@ -22,7 +22,7 @@ GFILES= $(GEN_G) $(SRC_G)
SRC_C = $(SRC_DIR)/LLlex.c $(SRC_DIR)/LLmessage.c $(SRC_DIR)/error.c \
$(SRC_DIR)/main.c $(SRC_DIR)/lib.c $(SRC_DIR)/tokenname.c \
$(SRC_DIR)/idf.c $(SRC_DIR)/input.c $(SRC_DIR)/misc.c \
$(SRC_DIR)/options.c $(SRC_DIR)/Version.c
$(SRC_DIR)/options.c
GEN_C = tokenfile.c program.c declar.c expression.c statement.c \
symbol2str.c char.c Lpars.c
CFILES= $(SRC_C) $(GEN_C)

View File

@@ -4,7 +4,6 @@ LLmessage.c
proto.make
proto.main
Parameters
Version.c
body.c
casestat.C
char.tab

View File

@@ -1,5 +0,0 @@
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK Pascal compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif' >> Version.c