makefile changes to get these tests to build on UNIX

This commit is contained in:
sspitzer%netscape.com 1999-06-25 00:19:06 +00:00
parent e14df87e9b
commit 7221bfe080
4 changed files with 153 additions and 5 deletions

View File

@ -20,7 +20,7 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE =msgcomposetest
PROGRAM=TestMSGCompose
include $(DEPTH)/config/autoconf.mk
@ -28,6 +28,43 @@ CPPSRCS = \
test.cpp \
$(NULL)
ifdef MOZ_OJI
JSJ_LIB = -ljsj
endif
LIBS = \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lhttpurl \
-lsockstuburl \
-lnetcache \
-lmimetype \
-lnetcnvts \
-lnetwork \
-lnetlib \
-lreg \
-lxpcom \
-lpwcac \
-lmozdbm \
-lxp \
-lpref \
-lmozjs \
-ljsdom \
-ljsurl \
-lsecfree \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \
-lgfxps \
-limg \
-lmozutil \
$(TK_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

View File

@ -20,7 +20,7 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE =msgcomposetest2
PROGRAM=msgcomposetest2
include $(DEPTH)/config/autoconf.mk
@ -28,6 +28,43 @@ CPPSRCS = \
test2.cpp \
$(NULL)
ifdef MOZ_OJI
JSJ_LIB = -ljsj
endif
LIBS = \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lhttpurl \
-lsockstuburl \
-lnetcache \
-lmimetype \
-lnetcnvts \
-lnetwork \
-lnetlib \
-lreg \
-lxpcom \
-lpwcac \
-lmozdbm \
-lxp \
-lpref \
-lmozjs \
-ljsdom \
-ljsurl \
-lsecfree \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \
-lgfxps \
-limg \
-lmozutil \
$(TK_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

View File

@ -20,7 +20,7 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE =sendlatertest
PROGRAM=sendlatertest
include $(DEPTH)/config/autoconf.mk
@ -28,6 +28,43 @@ CPPSRCS = \
test.cpp \
$(NULL)
ifdef MOZ_OJI
JSJ_LIB = -ljsj
endif
LIBS = \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lhttpurl \
-lsockstuburl \
-lnetcache \
-lmimetype \
-lnetcnvts \
-lnetwork \
-lnetlib \
-lreg \
-lxpcom \
-lpwcac \
-lmozdbm \
-lxp \
-lpref \
-lmozjs \
-ljsdom \
-ljsurl \
-lsecfree \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \
-lgfxps \
-limg \
-lmozutil \
$(TK_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

View File

@ -20,14 +20,51 @@ topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
MODULE =sendpage
PROGRAM=sendpage
include $(DEPTH)/config/autoconf.mk
CPPSRCS = \
test.cpp \
Test.cpp \
$(NULL)
ifdef MOZ_OJI
JSJ_LIB = -ljsj
endif
LIBS = \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lhttpurl \
-lsockstuburl \
-lnetcache \
-lmimetype \
-lnetcnvts \
-lnetwork \
-lnetlib \
-lreg \
-lxpcom \
-lpwcac \
-lmozdbm \
-lxp \
-lpref \
-lmozjs \
-ljsdom \
-ljsurl \
-lsecfree \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
-lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \
-lgfxps \
-limg \
-lmozutil \
$(TK_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk