components/daq/Makefile
changeset 1434 c782e620dd26
parent 1345 ee87318d9935
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    45 CC +=		$(CC_BITS)
    45 CC +=		$(CC_BITS)
    46 
    46 
    47 CONFIGURE_OPTIONS +=    --enable-static=no
    47 CONFIGURE_OPTIONS +=    --enable-static=no
    48 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    48 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    49 
    49 
    50 ASLR_MODE = $(ASLR_ENABLE)
    50 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    51 
    51 
    52 # common targets
    52 # common targets
    53 build:		$(BUILD_32_and_64)
    53 build:		$(BUILD_32_and_64)
    54 
    54 
    55 install:	$(INSTALL_32_and_64)
    55 install:	$(INSTALL_32_and_64)