Makefile.in

git-svn-id: svn://10.0.0.236/trunk@36002 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1999-06-20 22:27:44 +00:00
parent 0dc11d1d63
commit f7ab40426d
4 changed files with 12 additions and 4 deletions

View File

@@ -35,12 +35,14 @@ CPPSRCS = \
REQUIRES = walleteditor raptor xpcom
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/config/config.mk
MKSHLIB :=
# we don't want the shared lib, but we want to force the creation of a static lib
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
$(INSTALL) $(srcdir)/CookieViewer.html $(DIST)/bin/res/samples

View File

@@ -35,12 +35,14 @@ CPPSRCS = \
REQUIRES = walleteditor raptor xpcom
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/config/config.mk
MKSHLIB :=
# we don't want the shared lib, but we want to force the creation of a static lib
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
$(INSTALL) $(srcdir)/WalletEditor.html $(DIST)/bin/res/samples

View File

@@ -35,12 +35,14 @@ CPPSRCS = \
REQUIRES = walleteditor raptor xpcom
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/config/config.mk
MKSHLIB :=
# we don't want the shared lib, but we want to force the creation of a static lib
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
$(INSTALL) $(srcdir)/SignonViewer.html $(DIST)/bin/res/samples

View File

@@ -35,12 +35,14 @@ CPPSRCS = \
REQUIRES = walleteditor raptor xpcom
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/config/config.mk
MKSHLIB :=
# we don't want the shared lib, but we want to force the creation of a static lib
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
install:: $(TARGETS)
$(INSTALL) $(srcdir)/WalletPreview.html $(DIST)/bin/res/samples