More OS/2 Makefile changes. Bug #34106 Batch 13

git-svn-id: svn://10.0.0.236/trunk@69212 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-05-11 14:15:34 +00:00
parent dc414889ec
commit 1b2a1c66e6
29 changed files with 97 additions and 49 deletions

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = TestOutput
PROGRAM = TestOutput$(BIN_SUFFIX)
CPPSRCS = \
Convert.cpp \
@@ -35,7 +35,7 @@ CPPSRCS = \
LIBS = \
$(XPCOM_LIBS) \
-lmozjs \
$(MOZ_JS_LIBS) \
$(NSPR_LIBS) \
$(NULL)
@@ -62,6 +62,7 @@ TEST_FILES = \
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) -m 555 $(srcdir)/TestOutSinks $(DIST)/bin
$(INSTALL) -m 555 $(srcdir)/TestOutSinks.pl $(DIST)/bin
$(INSTALL) $(addprefix $(srcdir)/, $(TEST_FILES)) $(DIST)/bin/OutTestData