open-src/util/util-macros/Makefile
changeset 355 a3a81e9c227d
parent 174 b20e7617ca8a
child 371 d0a78a85764b
equal deleted inserted replaced
354:c5722f7db2ea 355:a3a81e9c227d
    26 # Except as contained in this notice, the name of a copyright holder
    26 # Except as contained in this notice, the name of a copyright holder
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 # @(#)Makefile	1.1	07/06/13
    31 # @(#)Makefile	1.2	08/03/07
    32 #
    32 #
    33 
    33 
    34 PWD:sh=pwd
    34 PWD:sh=pwd
    35 TOP=$(PWD)/../..
    35 TOP=$(PWD)/../..
    36 
    36 
    64 	(cd $(SOURCE_DIR) ; \
    64 	(cd $(SOURCE_DIR) ; \
    65 	 chmod a+x configure ; \
    65 	 chmod a+x configure ; \
    66 	 ./configure $(CONFIG_OPTS) )
    66 	 ./configure $(CONFIG_OPTS) )
    67 
    67 
    68 # Install
    68 # Install
    69 install_gen: $(SOURCE_DIR)/Makefile
    69 install_gen:: $(SOURCE_DIR)/Makefile
    70 	(cd $(SOURCE_DIR) ; $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) install)
    70 	(cd $(SOURCE_DIR) ; $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) install)