Print this page
onc plus-be-gone


1148         $(LEX) $<
1149         $(CPPFORPO) lex.yy.c  > $<.i
1150         $(BUILD.po)
1151         $(RM) lex.yy.c
1152 
1153 #
1154 # Rules to perform stylistic checks
1155 #
1156 .SUFFIXES: .x .xml .check .xmlchk
1157 
1158 .h.check:
1159         $(DOT_H_CHECK)
1160 
1161 .x.check:
1162         $(DOT_X_CHECK)
1163 
1164 .xml.xmlchk:
1165         $(MANIFEST_CHECK)
1166 
1167 #
1168 # Rules to process ONC+ Source partial files
1169 #
1170 %_onc_plus:     %
1171         @$(ECHO) "extracting code from $< ... "
1172         sed -n -e '/ONC_PLUS EXTRACT START/,/ONC_PLUS EXTRACT END/p' $<  > $@
1173 
1174 #
1175 # Include rules to render automated sccs get rules "safe".
1176 # 
1177 include $(SRC)/Makefile.noget


1148         $(LEX) $<
1149         $(CPPFORPO) lex.yy.c  > $<.i
1150         $(BUILD.po)
1151         $(RM) lex.yy.c
1152 
1153 #
1154 # Rules to perform stylistic checks
1155 #
1156 .SUFFIXES: .x .xml .check .xmlchk
1157 
1158 .h.check:
1159         $(DOT_H_CHECK)
1160 
1161 .x.check:
1162         $(DOT_X_CHECK)
1163 
1164 .xml.xmlchk:
1165         $(MANIFEST_CHECK)
1166 
1167 #







1168 # Include rules to render automated sccs get rules "safe".
1169 # 
1170 include $(SRC)/Makefile.noget