38 |
# the terms of any one of the MPL, the GPL or the LGPL. |
# the terms of any one of the MPL, the GPL or the LGPL. |
39 |
# |
# |
40 |
# ***** END LICENSE BLOCK ***** |
# ***** END LICENSE BLOCK ***** |
41 |
|
NO_DIST_INSTALL = 1 |
42 |
|
|
43 |
ifndef topsrcdir |
ifndef topsrcdir |
44 |
topsrcdir = $(DEPTH) |
topsrcdir = $(DEPTH) |
45 |
endif |
endif |
1804 |
$(FINAL_TARGET)/chrome: |
$(FINAL_TARGET)/chrome: |
1805 |
$(NSINSTALL) -D $@ |
$(NSINSTALL) -D $@ |
1806 |
|
|
1807 |
libs realchrome:: $(CHROME_DEPS) $(FINAL_TARGET)/chrome |
# libs realchrome:: $(CHROME_DEPS) $(FINAL_TARGET)/chrome |
1808 |
ifndef NO_DIST_INSTALL |
# ifndef NO_DIST_INSTALL |
1809 |
@$(EXIT_ON_ERROR) \ |
# @$(EXIT_ON_ERROR) \ |
1810 |
if test -f $(JAR_MANIFEST); then \ |
# if test -f $(JAR_MANIFEST); then \ |
1811 |
$(PYTHON) $(MOZILLA_DIR)/config/JarMaker.py \ |
# $(PYTHON) $(MOZILLA_DIR)/config/JarMaker.py \ |
1812 |
$(QUIET) -j $(FINAL_TARGET)/chrome \ |
# $(QUIET) -j $(FINAL_TARGET)/chrome \ |
1813 |
$(MAKE_JARS_FLAGS) $(XULPPFLAGS) $(DEFINES) $(ACDEFINES) \ |
# $(MAKE_JARS_FLAGS) $(XULPPFLAGS) $(DEFINES) $(ACDEFINES) \ |
1814 |
$(JAR_MANIFEST); \ |
# $(JAR_MANIFEST); \ |
1815 |
fi |
# fi |
1816 |
endif |
# endif |
1817 |
|
|
1818 |
ifneq ($(DIST_FILES),) |
ifneq ($(DIST_FILES),) |
1819 |
libs:: $(DIST_FILES) |
libs:: $(DIST_FILES) |