rules for itemtab.h and makeitems added.
This commit is contained in:
parent
2ea3be322d
commit
3d2c33e277
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue