rules for itemtab.h and makeitems added.
authorbal <none@none>
Wed, 23 Jan 1985 15:50:17 +0000 (15:50 +0000)
committerbal <none@none>
Wed, 23 Jan 1985 15:50:17 +0000 (15:50 +0000)
util/ego/ra/Makefile

index f34f2cb..0922f80 100644 (file)
@@ -34,6 +34,12 @@ ra_ack:      $(CFILES) $(SHARE_MFILES)
        $(CC) -c.o $(CFLAGS) $(CFILES) $(SHARE_MFILES)
        $(CC) -o ra -.c $(LDFLAGS) ra.o $(EMLIB)/em_data.a
 
+itemtab.h: itemtab.src makeitems $(EMH)/em_mnem.h
+       makeitems $(EMH)/em_mnem.h itemtab.src > itemtab.h
+
+makeitems: makeitems.c
+       $(CC) -o makeitems makeitems.c
+
 lint:
        lint $(LINTFLAGS) $(CPPFLAGS) $(CFILES)