components/swig/Makefile
changeset 206 a4474882bf60
parent 181 87e11e685b1f
equal deleted inserted replaced
205:777251fa3676 206:a4474882bf60
    35 
    35 
    36 # This is needed because the community provided 'check' target is not viewpath aware
    36 # This is needed because the community provided 'check' target is not viewpath aware
    37 COMPONENT_PRE_CONFIGURE_ACTION =      ($(CLONEY) $(SOURCE_DIR) $(@D))
    37 COMPONENT_PRE_CONFIGURE_ACTION =      ($(CLONEY) $(SOURCE_DIR) $(@D))
    38 
    38 
    39 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    39 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    40 CCFLAGS +=	$(CFLAGS) -norunpath
    40 CONFIGURE_OPTIONS +=	CXXFLAGS="$(CXXFLAGS)"
    41 CONFIGURE_OPTIONS +=	CXXFLAGS="$(CCFLAGS)"
       
    42 
    41 
    43 # common targets
    42 # common targets
    44 build:		$(BUILD_32)
    43 build:		$(BUILD_32)
    45 
    44 
    46 install:	$(INSTALL_32)
    45 install:	$(INSTALL_32)