open-src/app/Makefile.inc
changeset 355 a3a81e9c227d
parent 293 e848b36488ae
child 378 37921779d3c0
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.inc	1.7	08/01/24
    31 # @(#)Makefile.inc	1.8	08/03/07
    32 #
    32 #
    33 
    33 
    34 PWD:sh=pwd
    34 PWD:sh=pwd
    35 TOP=$(PWD)/../..
    35 TOP=$(PWD)/../..
    36 
    36 
    71 build_gen: $(APP_BIN)
    71 build_gen: $(APP_BIN)
    72 
    72 
    73 $(APP_BIN): $(SOURCE_DIR)/Makefile
    73 $(APP_BIN): $(SOURCE_DIR)/Makefile
    74 	(cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_LD_OPTIONS)" $(MAKE) $(MFLAGS) )
    74 	(cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_LD_OPTIONS)" $(MAKE) $(MFLAGS) )
    75 
    75 
    76 install_gen: $(APP_BIN)
    76 install_gen:: $(APP_BIN)
    77 	(cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_LD_OPTIONS)" $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) install)
    77 	(cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_LD_OPTIONS)" $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) install)