components/doxygen/Makefile
changeset 2225 f064d3d3190d
parent 2022 d590db614c66
child 3643 1a4ba329c762
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    71 COMPONENT_TEST_TARGETS =	tests
    71 COMPONENT_TEST_TARGETS =	tests
    72 
    72 
    73 ASLR_MODE = $(ASLR_ENABLE)
    73 ASLR_MODE = $(ASLR_ENABLE)
    74 
    74 
    75 # common targets
    75 # common targets
       
    76 configure:	$(CONFIGURE_64)
       
    77 
    76 build:		$(BUILD_64)
    78 build:		$(BUILD_64)
    77 
    79 
    78 install:	$(INSTALL_64)
    80 install:	$(INSTALL_64)
    79 	cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1) 
    81 	cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1) 
    80 
    82