Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@221247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
#
|
||||
# The Original Code is Java XPCOM Bindings.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# IBM Corporation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2005
|
||||
# The Initial Developer of the Original Code is IBM Corporation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# IBM Corporation. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
@@ -42,9 +41,17 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = src
|
||||
DIRS = interfaces glue
|
||||
|
||||
TOOL_DIRS = glue
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# Build the implementation Java classes
|
||||
libs::
|
||||
make -C src jar-libs
|
||||
|
||||
install::
|
||||
make -C src jar-install
|
||||
|
||||
Reference in New Issue
Block a user