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 michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: gcli_commands_internal_FILES = $(wildcard $(srcdir)/commands/*) michael@0: gcli_commands_internal_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands michael@0: INSTALL_TARGETS += gcli_commands_internal michael@0: michael@0: gcli_commands_FILES = $(wildcard $(srcdir)/source/lib/gcli/commands/*) michael@0: gcli_commands_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands michael@0: INSTALL_TARGETS += gcli_commands michael@0: michael@0: gcli_connectors_FILES = $(wildcard $(srcdir)/source/lib/gcli/connectors/*) michael@0: gcli_connectors_DEST = $(FINAL_TARGET)/modules/devtools/gcli/connectors michael@0: INSTALL_TARGETS += gcli_connectors michael@0: michael@0: gcli_converters_FILES = $(wildcard $(srcdir)/source/lib/gcli/converters/*) michael@0: gcli_converters_DEST = $(FINAL_TARGET)/modules/devtools/gcli/converters michael@0: INSTALL_TARGETS += gcli_converters michael@0: michael@0: gcli_fields_FILES = $(wildcard $(srcdir)/source/lib/gcli/fields/*) michael@0: gcli_fields_DEST = $(FINAL_TARGET)/modules/devtools/gcli/fields michael@0: INSTALL_TARGETS += gcli_fields michael@0: michael@0: gcli_languages_FILES = $(wildcard $(srcdir)/source/lib/gcli/languages/*) michael@0: gcli_languages_DEST = $(FINAL_TARGET)/modules/devtools/gcli/languages michael@0: INSTALL_TARGETS += gcli_languages michael@0: michael@0: gcli_mozui_FILES = $(wildcard $(srcdir)/source/lib/gcli/mozui/*) michael@0: gcli_mozui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/mozui michael@0: INSTALL_TARGETS += gcli_mozui michael@0: michael@0: gcli_types_FILES = $(wildcard $(srcdir)/source/lib/gcli/types/*) michael@0: gcli_types_DEST = $(FINAL_TARGET)/modules/devtools/gcli/types michael@0: INSTALL_TARGETS += gcli_types michael@0: michael@0: gcli_ui_FILES = $(wildcard $(srcdir)/source/lib/gcli/ui/*) michael@0: gcli_ui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/ui michael@0: INSTALL_TARGETS += gcli_ui michael@0: michael@0: gcli_util_FILES = $(wildcard $(srcdir)/source/lib/gcli/util/*) michael@0: gcli_util_DEST = $(FINAL_TARGET)/modules/devtools/gcli/util michael@0: INSTALL_TARGETS += gcli_util michael@0: michael@0: gcli_root_FILES = $(wildcard $(srcdir)/source/lib/gcli/*) michael@0: gcli_root_DEST = $(FINAL_TARGET)/modules/devtools/gcli michael@0: INSTALL_TARGETS += gcli_root michael@0: michael@0: include $(topsrcdir)/config/rules.mk michael@0: michael@0: libs:: michael@0: $(INSTALL) $(IFLAGS1) $(srcdir)/*.jsm $(FINAL_TARGET)/modules/devtools