introduced TABGEN variable
authoreck <none@none>
Tue, 17 Oct 1989 11:35:13 +0000 (11:35 +0000)
committereck <none@none>
Tue, 17 Oct 1989 11:35:13 +0000 (11:35 +0000)
lang/cem/cemcom.ansi/Makefile
lang/cem/cemcom/Makefile

index 6fce11c..1d32f45 100644 (file)
@@ -58,6 +58,9 @@ COPTIONS =
 GEN = $(EMHOME)/bin/LLgen
 GENOPTIONS = -vvvx
 
+# tabgen
+TABGEN = $(EMHOME)/bin/tabgen
+
 # Special #defines during compilation
 PROF = #-pg
 CDEFS =        $(EM_INCLUDES) $(LIB_INCLUDES)
@@ -219,7 +222,7 @@ symbol2str.c:       tokenname.c make.tokcase
        <tokenname.c ./make.tokcase >symbol2str.c
 
 char.c:        char.tab
-       $(EMHOME)/bin/tabgen -fchar.tab >char.c
+       $(TABGEN) -fchar.tab >char.c
 
 next.c:        make.next $(STRSRC)
        ./make.next $(STRSRC) >next.c
index 9fab583..7aeeefe 100644 (file)
@@ -58,6 +58,9 @@ COPTIONS =
 GEN = $(EMHOME)/bin/LLgen
 GENOPTIONS = -v
 
+# tabgen
+TABGEN = $(EMHOME)/bin/tabgen
+
 # Special #defines during compilation
 PROF = #-pg
 CDEFS =        $(EM_INCLUDES) $(LIB_INCLUDES)
@@ -212,7 +215,7 @@ symbol2str.c:       tokenname.c make.tokcase
        <tokenname.c ./make.tokcase >symbol2str.c
 
 char.c:        char.tab
-       $(EMHOME)/bin/tabgen -fchar.tab >char.c
+       $(TABGEN) -fchar.tab >char.c
 
 next.c:        make.next $(STRSRC)
        ./make.next $(STRSRC) >next.c