General cleanup.
git-svn-id: svn://10.0.0.236/trunk@46912 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -54,3 +54,4 @@ EXTRA_DSO_LDOPTS = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -27,9 +27,7 @@ CPPSRCS = TestCookie.cpp
|
||||
|
||||
REQUIRES = js cookie pref xpcom include
|
||||
|
||||
LIBS = \
|
||||
-lxpcom \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
LIBS = -lxpcom $(NSPR_LIBS)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -15,19 +15,18 @@
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../..
|
||||
DEPTH = ../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src
|
||||
DIRS = public src
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
DIRS += tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -15,23 +15,22 @@
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = pics
|
||||
MODULE = pics
|
||||
|
||||
EXPORTS = \
|
||||
nspics.h \
|
||||
nsIPICS.h \
|
||||
nsPICSElementObserver.h \
|
||||
$(NULL)
|
||||
EXPORTS = \
|
||||
nspics.h \
|
||||
nsIPICS.h \
|
||||
nsPICSElementObserver.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ override NO_SHARED_LIB=1
|
||||
override NO_STATIC_LIB=
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,9 +34,8 @@ LIBS = \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_SAMPLES = samples/picstest1.html
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_SAMPLES) $(DIST)/bin/res/samples
|
||||
$(INSTALL) samples/picstest1.html $(DIST)/bin/res/samples
|
||||
|
||||
|
||||
@@ -25,3 +25,4 @@ include $(DEPTH)/config/autoconf.mk
|
||||
DIRS = public src editor signonviewer cookieviewer walletpreview build
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = walletviewers
|
||||
MODULE = walletviewers
|
||||
LIBRARY_NAME = walletviewers
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = nsWalletViewerFactory.cpp
|
||||
@@ -38,7 +38,8 @@ SHARED_LIBRARY_LIBS = \
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MKSHLIB_FORCE_ALL) \
|
||||
$(SHARED_LIBRARY_LIBS) \
|
||||
$(MKSHLIB_UNFORCE_ALL)
|
||||
$(MKSHLIB_UNFORCE_ALL) \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/CookieViewer.xul $(srcdir)/CookieViewer.js $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(srcdir)/CookieViewer.properties $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
|
||||
|
||||
@@ -28,3 +28,4 @@ EXPORTS = nsIWalletService.h
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/SignonViewer.xul $(srcdir)/SignonViewer.js $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(srcdir)/SignonViewer.properties $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
|
||||
|
||||
@@ -56,3 +56,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
install::
|
||||
$(INSTALL) $(RES_FILES) $(DIST)/bin/res
|
||||
$(INSTALL) $(CHROME_FILES) $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(srcdir)/WalletPreview.xul $(srcdir)/WalletPreview.js $(DIST)/bin/chrome/wallet/content/default
|
||||
$(INSTALL) $(srcdir)/WalletPreview.properties $(DIST)/bin/chrome/wallet/locale/en-US
|
||||
|
||||
|
||||
Reference in New Issue
Block a user