Andrzej Szeszo
2013-06-04 453bf5a3004107204e1858532a38b3e703e32995
components/doxygen/Makefile
@@ -18,7 +18,7 @@
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
#
include ../../make-rules/shared-macros.mk
@@ -50,14 +50,16 @@
# Need to override default options since configure doesn't
# understand CC, CXX, etc.
CONFIGURE_OPTIONS =   --platform solaris-cc
CONFIGURE_OPTIONS =   --platform solaris-cc-64
CONFIGURE_OPTIONS +=   --prefix /usr
CONFIGURE_OPTIONS +=   --enable-langs nl,sv,cz,fr,id,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca,lt,za,ar,fa
# common targets
build:      $(BUILD_32)
ASLR_MODE = $(ASLR_ENABLE)
install:   $(INSTALL_32)
# common targets
build:      $(BUILD_64)
install:   $(INSTALL_64)
   cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1) 
test:   $(NO_TESTS)