1
0
Files
irix-657m-src/irix/cmd/xlv/include/Makefile
2022-09-29 17:59:04 +03:00

14 lines
249 B
Makefile

#!smake
#ident "$Revision: 1.5 $"
include $(ROOT)/usr/include/make/commondefs
TARGETS = xlv_error.h
default debug install lint: $(TARGETS)
include $(COMMONRULES)
xlv_error.h: ../lib/xlv.err
awk -f ../lib/xlv_h.awk ../lib/xlv.err > xlv_error.h