# This Source Code Form is subject to the terms of the Mozilla Public# License, v. 2.0. If a copy of the MPL was not distributed with this# file, You can obtain one at http://mozilla.org/MPL/2.0/.GARBAGE+=$(MIDL_GENERATED_FILES) done_genMIDL_GENERATED_FILES=\ dlldata.c \ IGeckoCustom.h \ IGeckoCustom_p.c \ IGeckoCustom_i.c \ IGeckoCustom.tlb \$(NULL)# Bug 1420119: We need the trailing semicolon here to generate a recipe for the# midl targets to avoid timestamp caching issues.$(MIDL_GENERATED_FILES):done_gen ;done_gen:IGeckoCustom.idl$(MIDL)$(MIDL_FLAGS) -I $(srcdir) -Oicf $(srcdir)/IGeckoCustom.idl touch $@export::done_genmidl_exports:=\ IGeckoCustom.h \ IGeckoCustom_i.c \$(NULL)INSTALL_TARGETS+= midl_exportsmidl_exports_FILES:=$(midl_exports)midl_exports_DEST=$(DIST)/includemidl_exports_TARGET:= midlexport::midl