|
1 # This Source Code Form is subject to the terms of the Mozilla Public |
|
2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
4 |
|
5 gcli_commands_internal_FILES = $(wildcard $(srcdir)/commands/*) |
|
6 gcli_commands_internal_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands |
|
7 INSTALL_TARGETS += gcli_commands_internal |
|
8 |
|
9 gcli_commands_FILES = $(wildcard $(srcdir)/source/lib/gcli/commands/*) |
|
10 gcli_commands_DEST = $(FINAL_TARGET)/modules/devtools/gcli/commands |
|
11 INSTALL_TARGETS += gcli_commands |
|
12 |
|
13 gcli_connectors_FILES = $(wildcard $(srcdir)/source/lib/gcli/connectors/*) |
|
14 gcli_connectors_DEST = $(FINAL_TARGET)/modules/devtools/gcli/connectors |
|
15 INSTALL_TARGETS += gcli_connectors |
|
16 |
|
17 gcli_converters_FILES = $(wildcard $(srcdir)/source/lib/gcli/converters/*) |
|
18 gcli_converters_DEST = $(FINAL_TARGET)/modules/devtools/gcli/converters |
|
19 INSTALL_TARGETS += gcli_converters |
|
20 |
|
21 gcli_fields_FILES = $(wildcard $(srcdir)/source/lib/gcli/fields/*) |
|
22 gcli_fields_DEST = $(FINAL_TARGET)/modules/devtools/gcli/fields |
|
23 INSTALL_TARGETS += gcli_fields |
|
24 |
|
25 gcli_languages_FILES = $(wildcard $(srcdir)/source/lib/gcli/languages/*) |
|
26 gcli_languages_DEST = $(FINAL_TARGET)/modules/devtools/gcli/languages |
|
27 INSTALL_TARGETS += gcli_languages |
|
28 |
|
29 gcli_mozui_FILES = $(wildcard $(srcdir)/source/lib/gcli/mozui/*) |
|
30 gcli_mozui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/mozui |
|
31 INSTALL_TARGETS += gcli_mozui |
|
32 |
|
33 gcli_types_FILES = $(wildcard $(srcdir)/source/lib/gcli/types/*) |
|
34 gcli_types_DEST = $(FINAL_TARGET)/modules/devtools/gcli/types |
|
35 INSTALL_TARGETS += gcli_types |
|
36 |
|
37 gcli_ui_FILES = $(wildcard $(srcdir)/source/lib/gcli/ui/*) |
|
38 gcli_ui_DEST = $(FINAL_TARGET)/modules/devtools/gcli/ui |
|
39 INSTALL_TARGETS += gcli_ui |
|
40 |
|
41 gcli_util_FILES = $(wildcard $(srcdir)/source/lib/gcli/util/*) |
|
42 gcli_util_DEST = $(FINAL_TARGET)/modules/devtools/gcli/util |
|
43 INSTALL_TARGETS += gcli_util |
|
44 |
|
45 gcli_root_FILES = $(wildcard $(srcdir)/source/lib/gcli/*) |
|
46 gcli_root_DEST = $(FINAL_TARGET)/modules/devtools/gcli |
|
47 INSTALL_TARGETS += gcli_root |
|
48 |
|
49 include $(topsrcdir)/config/rules.mk |
|
50 |
|
51 libs:: |
|
52 $(INSTALL) $(IFLAGS1) $(srcdir)/*.jsm $(FINAL_TARGET)/modules/devtools |