components/gd2/Makefile
changeset 151 f9e42a3f7095
parent 135 5c6feb0253fa
child 181 87e11e685b1f
equal deleted inserted replaced
150:2e044e9ef7de 151:f9e42a3f7095
    55 CONFIGURE_OPTIONS  +=           --disable-static
    55 CONFIGURE_OPTIONS  +=           --disable-static
    56 CONFIGURE_OPTIONS  +=           --disable-rpath
    56 CONFIGURE_OPTIONS  +=           --disable-rpath
    57 CONFIGURE_OPTIONS  +=           --with-x
    57 CONFIGURE_OPTIONS  +=           --with-x
    58 CONFIGURE_OPTIONS  +=           --with-pic
    58 CONFIGURE_OPTIONS  +=           --with-pic
    59 
    59 
    60 PKG_PROTO_DIRS +=	$(COMPONENT_SRC)
       
    61 
       
    62 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf)
    60 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf)
    63 
    61 
    64 COMPONENT_POST_BUILD_ACTION = \
    62 COMPONENT_POST_BUILD_ACTION = \
    65 	 (cd $(@D); $(LINT) -nsvx $(CC_BITS) -o $(LIBNAME) -I$(@D) \
    63 	 (cd $(@D); $(LINT) -nsvx $(CC_BITS) -o $(LIBNAME) -I$(@D) \
    66 			-I$(COMPONENT_DIR)/$(COMPONENT_SRC) \
    64 			-I$(COMPONENT_DIR)/$(COMPONENT_SRC) \