Searched defs:PSRC_C (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/genmsg/
H A DMakefile62 PSRC_C = $(PSRC_Y:%.y=%.c) macro
63 SRCS = $(C_OBJS:%.o=%.c) $(PSRC_C) $(LEXINTSRCS)
78 $(PSRC_C) + y.tab.h: $(PSRC_Y)
80 $(MV) y.tab.c $(PSRC_C)
93 lint: $(LEXINTSRCS) $(PSRC_C)
95 $(LINT.c) $(LEXINTSRCS) $(PSRC_C) $(LINTSUPPRESS) $(LDLIBS)
98 $(RM) $(OBJS) $(PSRC_C) $(LEXINTSRCS) y.tab.h *.po

Completed in 56 milliseconds