Makefile.master (b819cea2) Makefile.master (10d63b7d)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 1120 unchanged lines hidden (view full) ---

1129 $(LEX) $<
1130 $(CPPFORPO) lex.yy.c > $@
1131 $(RM) lex.yy.c
1132
1133.c.po:
1134 $(CPPFORPO) $< > $<.i
1135 $(BUILD.po)
1136
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 1120 unchanged lines hidden (view full) ---

1129 $(LEX) $<
1130 $(CPPFORPO) lex.yy.c > $@
1131 $(RM) lex.yy.c
1132
1133.c.po:
1134 $(CPPFORPO) $< > $<.i
1135 $(BUILD.po)
1136
1137.cc.po:
1138 $(CPPFORPO) $< > $<.i
1139 $(BUILD.po)
1140
1137.y.po:
1138 $(YACC) -d $<
1139 $(CPPFORPO) y.tab.c > $<.i
1140 $(BUILD.po)
1141 $(RM) y.tab.c
1142
1143.l.po:
1144 $(LEX) $<

--- 22 unchanged lines hidden ---
1141.y.po:
1142 $(YACC) -d $<
1143 $(CPPFORPO) y.tab.c > $<.i
1144 $(BUILD.po)
1145 $(RM) y.tab.c
1146
1147.l.po:
1148 $(LEX) $<

--- 22 unchanged lines hidden ---