1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/devtools/gcli/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,52 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +gcli_commands_internal_FILES = $(wildcard $(srcdir)/commands/*) 1.9 +gcli_commands_internal_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands 1.10 +INSTALL_TARGETS += gcli_commands_internal 1.11 + 1.12 +gcli_commands_FILES = $(wildcard $(srcdir)/source/lib/gcli/commands/*) 1.13 +gcli_commands_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands 1.14 +INSTALL_TARGETS += gcli_commands 1.15 + 1.16 +gcli_connectors_FILES = $(wildcard $(srcdir)/source/lib/gcli/connectors/*) 1.17 +gcli_connectors_DEST = $(FINAL_TARGET)/modules/devtools/gcli/connectors 1.18 +INSTALL_TARGETS += gcli_connectors 1.19 + 1.20 +gcli_converters_FILES = $(wildcard $(srcdir)/source/lib/gcli/converters/*) 1.21 +gcli_converters_DEST = $(FINAL_TARGET)/modules/devtools/gcli/converters 1.22 +INSTALL_TARGETS += gcli_converters 1.23 + 1.24 +gcli_fields_FILES = $(wildcard $(srcdir)/source/lib/gcli/fields/*) 1.25 +gcli_fields_DEST = $(FINAL_TARGET)/modules/devtools/gcli/fields 1.26 +INSTALL_TARGETS += gcli_fields 1.27 + 1.28 +gcli_languages_FILES = $(wildcard $(srcdir)/source/lib/gcli/languages/*) 1.29 +gcli_languages_DEST = $(FINAL_TARGET)/modules/devtools/gcli/languages 1.30 +INSTALL_TARGETS += gcli_languages 1.31 + 1.32 +gcli_mozui_FILES = $(wildcard $(srcdir)/source/lib/gcli/mozui/*) 1.33 +gcli_mozui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/mozui 1.34 +INSTALL_TARGETS += gcli_mozui 1.35 + 1.36 +gcli_types_FILES = $(wildcard $(srcdir)/source/lib/gcli/types/*) 1.37 +gcli_types_DEST = $(FINAL_TARGET)/modules/devtools/gcli/types 1.38 +INSTALL_TARGETS += gcli_types 1.39 + 1.40 +gcli_ui_FILES = $(wildcard $(srcdir)/source/lib/gcli/ui/*) 1.41 +gcli_ui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/ui 1.42 +INSTALL_TARGETS += gcli_ui 1.43 + 1.44 +gcli_util_FILES = $(wildcard $(srcdir)/source/lib/gcli/util/*) 1.45 +gcli_util_DEST = $(FINAL_TARGET)/modules/devtools/gcli/util 1.46 +INSTALL_TARGETS += gcli_util 1.47 + 1.48 +gcli_root_FILES = $(wildcard $(srcdir)/source/lib/gcli/*) 1.49 +gcli_root_DEST = $(FINAL_TARGET)/modules/devtools/gcli 1.50 +INSTALL_TARGETS += gcli_root 1.51 + 1.52 +include $(topsrcdir)/config/rules.mk 1.53 + 1.54 +libs:: 1.55 + $(INSTALL) $(IFLAGS1) $(srcdir)/*.jsm $(FINAL_TARGET)/modules/devtools