зеркало из https://github.com/mozilla/pjs.git
bug 751375 - structure webapp runtime Makefiles correctly; r=bsmedberg
This commit is contained in:
Родитель
b11626f4a6
Коммит
917f6ac0f4
|
@ -7,14 +7,17 @@ topsrcdir = @top_srcdir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
|
DIRS = $(NULL)
|
||||||
|
|
||||||
|
# Include config.mk explicitly so we can override FINAL_TARGET.
|
||||||
include $(topsrcdir)/config/config.mk
|
include $(topsrcdir)/config/config.mk
|
||||||
|
|
||||||
# config.mk sets FINAL_TARGET to $(DIST)/bin, but we want to copy build products
|
# config.mk sets FINAL_TARGET to $(DIST)/bin, but we want to copy build products
|
||||||
# into a WebappRT-specific subdirectory, so we redefine it here.
|
# into a WebappRT-specific subdirectory, so we redefine it here.
|
||||||
FINAL_TARGET = $(DIST)/bin/webapprt
|
FINAL_TARGET = $(DIST)/bin/webapprt
|
||||||
|
|
||||||
DIRS = $(NULL)
|
|
||||||
|
|
||||||
ifneq (,$(filter WINNT,$(OS_ARCH)))
|
ifneq (,$(filter WINNT,$(OS_ARCH)))
|
||||||
DIRS += win
|
DIRS += win
|
||||||
else
|
else
|
||||||
|
|
|
@ -7,12 +7,12 @@ topsrcdir = @top_srcdir@
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
||||||
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
# This switches $(INSTALL) to copy mode, like $(SYSINSTALL), so things that
|
# This switches $(INSTALL) to copy mode, like $(SYSINSTALL), so things that
|
||||||
# shouldn't get 755 perms need $(IFLAGS1) for either way of calling nsinstall.
|
# shouldn't get 755 perms need $(IFLAGS1) for either way of calling nsinstall.
|
||||||
NSDISTMODE = copy
|
NSDISTMODE = copy
|
||||||
|
|
||||||
include $(topsrcdir)/config/config.mk
|
|
||||||
|
|
||||||
PROGRAM = webapprt-stub$(BIN_SUFFIX)
|
PROGRAM = webapprt-stub$(BIN_SUFFIX)
|
||||||
|
|
||||||
CMMSRCS = webapprt.mm
|
CMMSRCS = webapprt.mm
|
||||||
|
|
Загрузка…
Ссылка в новой задаче