+2001-01-17 Ken Raeburn <raeburn@mit.edu>
+
+ * pre.in (COMPILE_ET): New variable.
+ (COMPILE_ET_H, COMPILE_ET_C): Deleted.
+ (.et.h, .et.c): Use $(COMPILE_ET) instead of invoking awk
+ explicitly.
+
2000-10-27 Ezra Peisach <epeisach@mit.edu>
* post.in (Makefile): When running autoconf, use AUTOCONFFLAGS
# error table rules
#
### /* these are invoked as $(...) foo.et, which works, but could be better */
-COMPILE_ET_H= $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$@
-COMPILE_ET_C= $(AWK) -f $(SRCTOP)/util/et/et_c.awk outfile=$@
+COMPILE_ET= $(BUILDTOP)/util/et/compile_et -d $(SRCTOP)/util/et
.SUFFIXES: .h .c .et .ct
.et.h:
- $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h $<
+ $(COMPILE_ET) $<
.et.c:
- $(AWK) -f $(SRCTOP)/util/et/et_c.awk outfile=$*.c $<
+ $(COMPILE_ET) $<
# rule to make object files
#