Print this page
3352 would like 64bit install libraries
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
#
LIBRARY = libbe_py.a
VERS =
OBJECTS = libbe_py.o
*** 31,40 ****
--- 32,42 ----
PYTHON = $(PYTHON_26)
LIBLINKS =
SRCDIR = ../common
ROOTLIBDIR= $(ROOT)/usr/lib/python2.6/vendor-packages
+ ROOTLIBDIR64= $(ROOT)/usr/lib/python2.6/vendor-packages/64
PYOBJS= $(PYSRCS:%.py=$(SRCDIR)/%.pyc)
PYFILES= $(PYSRCS) $(PYSRCS:%.py=%.pyc)
ROOTPYBEFILES= $(PYFILES:%=$(ROOTLIBDIR)/%)
C99MODE= $(C99_ENABLE)