open-src/lib/Makefile.inc
changeset 967 efbd0ee6805d
parent 965 c096efd79ce7
child 970 272328fe1b4a
equal deleted inserted replaced
966:f9a3c33706b9 967:efbd0ee6805d
    22 # DEALINGS IN THE SOFTWARE.
    22 # DEALINGS IN THE SOFTWARE.
    23 #
    23 #
    24 #
    24 #
    25 
    25 
    26 PWD:sh=pwd
    26 PWD:sh=pwd
    27 TOP=$(PWD)/../..
    27 TOP=$(PWD)/../../..
    28 
    28 
    29 MODTYPE=lib
    29 MODTYPE=lib
    30 
    30 
    31 ### Include common definitions
    31 ### Include common definitions
    32 include $(TOP)/common/Makefile.init
    32 include $(TOP)/open-src/common/Makefile.init
    33 
    33 
    34 # Set default to build both 32-bit & 64-bit if not set in module makefile
    34 # Set default to build both 32-bit & 64-bit if not set in module makefile
    35 BUILD_TYPES_DEFAULT     = $(BUILD_TYPES_SET:yes=$(POUND_SIGN))
    35 BUILD_TYPES_DEFAULT     = $(BUILD_TYPES_SET:yes=$(POUND_SIGN))
    36 $(BUILD_TYPES_DEFAULT)  BUILD_TYPES=32 64
    36 $(BUILD_TYPES_DEFAULT)  BUILD_TYPES=32 64
    37 $(BUILD_TYPES_DEFAULT)	BUILD_TYPES_SET=yes
    37 $(BUILD_TYPES_DEFAULT)	BUILD_TYPES_SET=yes
    70 	libdir=$(MODULE_PREFIX)/lib$(MODULE_ADD_LIB_SUBDIR)$(ARCHLIBSUBDIR)
    70 	libdir=$(MODULE_PREFIX)/lib$(MODULE_ADD_LIB_SUBDIR)$(ARCHLIBSUBDIR)
    71 
    71 
    72 # Need to fix libtool interference with our linker flags
    72 # Need to fix libtool interference with our linker flags
    73 DELIBTOOLIZE=yes
    73 DELIBTOOLIZE=yes
    74 
    74 
    75 include $(TOP)/common/Makefile.inc
    75 include $(TOP)/open-src/common/Makefile.inc