make.rules (Firebird-3.0.2.32703-0.tar.bz2) | : | make.rules (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 100 | skipping to change at line 100 | |||
@sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/ " $(patsubst %.o,%.d,$@) | @sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/ " $(patsubst %.o,%.d,$@) | |||
$(OBJ)/%.o: $(OBJ)/%.cpp | $(OBJ)/%.o: $(OBJ)/%.cpp | |||
$(CXX) $(WCXXFLAGS) -c $(firstword $<) -o $@ | $(CXX) $(WCXXFLAGS) -c $(firstword $<) -o $@ | |||
@sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/ " $(patsubst %.o,%.d,$@) | @sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/ " $(patsubst %.o,%.d,$@) | |||
$(OBJ)/%.o: $(SRC_ROOT)/%.cpp | $(OBJ)/%.o: $(SRC_ROOT)/%.cpp | |||
$(CXX) $(WCXXFLAGS) -c $(firstword $<) -o $@ | $(CXX) $(WCXXFLAGS) -c $(firstword $<) -o $@ | |||
@sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/ " $(patsubst %.o,%.d,$@) | @sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/ " $(patsubst %.o,%.d,$@) | |||
$(OBJ)/%.o: $(ROOT)/%.cpp | ||||
$(CC) $(WCFLAGS) -c $(firstword $<) -o $@ | ||||
@sed $(INLINE_EDIT_SED) -e "1,2s/:/: \$$(wildcard/" -e "\$$s/\(.*\)/\\1)/ | ||||
" $(patsubst %.o,%.d,$@) | ||||
.SUFFIXES: .epp .e | .SUFFIXES: .epp .e | |||
# Rules for making resource files | # Rules for making resource files | |||
$(GEN_ROOT)/%.res: $(SRC_ROOT)/%.rc | $(GEN_ROOT)/%.res: $(SRC_ROOT)/%.rc | |||
windres --output-format=coff --include-dir=$(<D) $< $@ | windres --output-format=coff --include-dir=$(<D) $< $@ | |||
# Rule for making gbak files when cross-compiling | # Rule for making gbak files when cross-compiling | |||
.SUFFIXES: .gbak .fdb | .SUFFIXES: .gbak .fdb | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |