michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this file, michael@0: # You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: MIDL_GENERATED_FILES = \ michael@0: UIABridge_i.c \ michael@0: UIABridge_p.c \ michael@0: dlldata.c \ michael@0: $(NULL) michael@0: michael@0: GARBAGE += $(MIDL_GENERATED_FILES) done_gen michael@0: michael@0: do_interfaces_gen: UIABridge.idl michael@0: $(MIDL) $(srcdir)/UIABridge.idl -I $(srcdir) michael@0: touch $@ michael@0: michael@0: export:: do_interfaces_gen michael@0: michael@0: include $(topsrcdir)/config/rules.mk michael@0: michael@0: CXXFLAGS += $(MOZ_CAIRO_CFLAGS)